﻿/* 轮播图 */
.banner .swiper-container,
.banner .swiper-wrapper {
  height: auto !important;
}
.banner {
  position: relative;
  z-index: 1;
  height: auto !important;
  margin-top: 160px;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-container {
  position: relative;
}
.banner .swiper-pagination {
  bottom: 2%;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px #fff;
  opacity: 0.8;
  margin: 0 8px;
  border-radius: 5.5px;
}
.banner .swiper-pagination-bullet-active {
  background: #004ea2;
  width: 12px;
  opacity: 1;
  border: none;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 58px;
  height: 58px;
  margin-top: -29px;
  outline: none;
  opacity: 0.2;
  top: 50%;
}
.banner .swiper-button-prev {
  background: url(../images/bpre.png) no-repeat;
  left: 3%;
}
.banner .swiper-button-next {
  background: url(../images/bnext.png) no-repeat;
  right: 3%;
}
.banner .swiper-button-prev:hover {
  background: url(../images/bpre.png) no-repeat;
  opacity: 1;
}
.banner .swiper-button-next:hover {
  background: url(../images/bnext.png) no-repeat;
  opacity: 1;
}
.nybanner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}
.nybanner a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.nybanner .name {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-weight: bolder;
  color: #fff;
}
/* 导航 */
.m-navbar,.m-menu {
  display: none;
}
.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  box-shadow: 0 5px 13px rgb(0 0 0 / 20%);
  background-color: #fff;
}
.navbar .container {
  width: 100%;
  background-color: #004ea2;
}

.navbar .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  height: 60px;
  margin: 0px auto;
  padding: 0 auto;
}
.navbar .top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.navbar .logo {
  width: 300px;
  margin-right: 10px;
}
.navbar .logo img {
  width: 100%;
}
.navbar .main .left .text {
  font-size: 13px;
  line-height: 1;
  color: #aaaeb5;
  padding-left: 10px;
  border-left: 1px solid #eee;
}
.navbar .main .left .text p {
  margin: 6px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.navbar .list {
  display: flex;
  align-items: center;
  width: 960px;
  height: 100%;
  /* margin: 0 20px; */
}
.navbar .list .item {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar .list .item .first-level {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 120px;
  font-size: 16px;
  color: #fff;
}
.navbar .list .item .drop-menu {
  display: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 160px;
  left: 0px;
  z-index: 999;
  transition: transform 0.5s;
  border-top: solid 1px #e1e1e1;
}
.navbar .list .item .drop-menu .main {
  width: 1600px;
  height: auto;
  margin: 20px auto;
}
.navbar .list .item:hover .drop-menu {
  display: block;
  box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
}
.navbar .list .item .drop-menu .main .pro {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar .list .item .drop-menu .main .pro .left {
  width: 16%;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}
/* Webkit内核浏览器滚动条样式 */
.navbar .list .item .drop-menu .main .pro .left::-webkit-scrollbar {
  width: 2px; /* 滚动条宽度 */
}

.navbar .list .item .drop-menu .main .pro .left::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道背景色 */
  border-radius: 10px;
}

.navbar .list .item .drop-menu .main .pro .left::-webkit-scrollbar-thumb {
  background: #004ea2; /* 滚动条滑块颜色，使用网站主色调 */
  border-radius: 10px;
}

.navbar .list .item .drop-menu .main .pro .left::-webkit-scrollbar-thumb:hover {
  background: #003a85; /* 滚动条滑块悬停颜色 */
}
.navbar .list .item .drop-menu .main .pro .left .active a {
  color: #004ea2;
}
.navbar .list .item .drop-menu .main .pro .left .active {
  border-color: #004ea2;
}
.navbar .list .item .drop-menu .main .pro .left li {
  width: 100%;
  border-bottom: solid 1px #f1f1f1;
}
.navbar .list .item .drop-menu .main .pro .left li a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 44px;
}
.navbar .list .item .drop-menu .main .pro .left li i {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #004ea2;
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.navbar .list .item .drop-menu .main .pro .mid {
  width: 20%;
  padding: 0 1%;
  margin-left: 3%;
}
.navbar .list .item .drop-menu .main .pro .mid .panel {
  display: none;
}
.navbar .list .item .drop-menu .main .pro .mid .panel li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
.navbar .list .item .drop-menu .main .pro .mid .panel li a:hover {
  color: #004ea2;
}
.navbar .list .item .drop-menu .main .pro .mid .panel li a i {
  display: inline-block;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  box-sizing: border-box;
}
.navbar .list .item .drop-menu .main .pro .mid .active {
  display: block;
}
.navbar .list .item .drop-menu .main .pro .right {
  width: 60%;
}
.navbar .list .item .drop-menu .main .pro .right ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.navbar .list .item .drop-menu .main .pro .right ul li {
  width: 22%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 5;
  margin: 0.5% 1.5%;
}
.navbar .list .item .drop-menu .main .pro .right ul li a img {
  width: 100%;
}
.navbar .list .item .drop-menu .main .pro .right ul li a h2 {
  width: 100%;
  line-height: 45px;
  position: relative;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  font-weight: normal;

  font-size: 14px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  background-color: #fff;
}
.navbar .list .item .drop-menu .main .pro .right ul span {
  width: 100%;
  border-bottom: solid 1px #f1f1f1;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.navbar .list .item .drop-menu .main .other {
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
.navbar .list .item .drop-menu .main .other .img {
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  width: 400px;
}
.navbar .list .item .drop-menu .main .other .img img {
  width: 280px;
  border-radius: 20px;
}
.navbar .list .item .drop-menu .main .other .type {
  width: 1200px;
}
.navbar .list .item .drop-menu .main .other .type ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
}
.navbar .list .item .drop-menu .main .other .type li a {
  width: 320px;
  margin: 0 80px 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-size: 16px;
}
.navbar .list .item .drop-menu .main .other .type li a:hover {
  border-color: #004ea2;
  color: #004ea2;
}
.navbar .right .phone {
  display: flex;
  align-items: center;
}
.navbar .right .phone .icon {
  width: 16px;
  margin-right: 10px;
}
.navbar .right .phone .icon img {
  width: 100%;
}
.navbar .right .phone .text p {
  font-size: 24px;
  font-weight: bolder;
  color: #004ea2;
}
.navbar .right .phone .text span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.dh2 {
  display: none;
}
.navbar .search {
  width: 180px;
}
.navbar .search form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: solid 1px #e9e9e9;
  padding: 0 12px;
}
.navbar .search .search-sub {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  margin: 0;
}
.navbar .search .search-sub img {
  width: 100%;
}
.navbar .search .search-inp {
  width: 140px;
  border: none;
  outline: none;
  box-sizing: border-box;
  color: #e9e9e9;
  background-color: transparent;
}
.navbar .search input:focus {
  background-color: transparent;
}
/* 模块 */
.part {
  position: relative;
  padding: 40px 0 60px;
}
.part .main {
  width: 1600px;
  margin: 0 auto;
  padding: 20px 0;
}
.part > .title {
  padding-top: 20px;
  width: 100%;
  line-height: 65px;
}
.part > .title .tit {
  font-size: 38px;
  font-weight: bolder;
  color: #004ea2;
  text-align: center;
}
.part > .title .desc {
  text-align: center;
  font-size: 15px;
  color: #999;
}
/* 产品中心 */
.product .tab {
  width: 100%;
}
.product .tab ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0px;
  border-bottom: solid 1px #e1e1e1;
}
.product .tab ul li {
  padding: 0 10px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  color: #222;
}
.product .tab ul li:hover,
.product .tab ul li:first-child,
.product .tab ul li:last-child {
  background-color: #004ea2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.product .tab ul li:hover a,
.product .tab ul li:first-child a,
.product .tab ul li:last-child a {
  color: #fff;
}
.product .list {
  margin: 20px 0;
  width: 100%;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 380px;
  margin: 10px;
  border-bottom: 3px solid #eee;
}
.product .list ul li:hover {
  border-color: #004ea2;
}
.product .list ul li img {
  width: 100%;
}
.product .list ul li .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
}
/* 解决方案 */
.solution {
  background-color: #f9f9f9;
}
.solution .main {
  display: flex;
  justify-content: space-between;
}
.solution .tab {
  width: 340px;
  background-color: #fff;
}
.solution .tab ul {
  padding: 0 10px;
}
.solution .tab ul li {
  padding: 4px 0 4px 16px;
  text-align: left;
  font-size: 16px;
  line-height: 60px;
  color: #222;
  border-bottom: 1px solid #eee;
}
.solution .tab ul li:last-child {
  border-bottom: 0;
}
.solution .tab ul li:hover a {
  color: #004ea2;
}
.solution .tab ul li:hover a b {
  background-color: #004ea2;
}
.solution .tab ul li a {
  display: flex;
  align-items: center;
}
.solution .tab ul li b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-color: #565656;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.solution .list {
  width: 1220px;
}
.solution .list ul {
  display: flex;
  flex-wrap: wrap;
}
.solution .list ul li {
  width: 285px;
  margin: 10px 10px 0 10px;
  background-color: #fff;
}
.solution .list ul li:hover .img img {
  transform: scale(1.1);
}
.solution .list ul li .img {
  overflow: hidden;
}
.solution .list ul li .img img {
  width: 100%;
  height: 418px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.solution .list ul li .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
}
/* 关于我们 */
.about {
  position: relative;
  background-color: #fff;
}
.about .canvas {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.about .title {
  position: relative;
}
.about .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .desc {
  margin: 20px 0;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #555555;
}
.about .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  width: 200px;
  height: 50px;
  background-color: #004ea2;
  font-size: 16px;
  color: #fff;
}
.about .tab {
  width: 100%;
}
.about .tab ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.about .tab ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  width: 20%;
}
.about .tab ul li img {
  width: 200px;
  z-index: 2;
}
.about .tab ul li .tit {
  font-size: 26px;
  font-weight: bold;
  color: rgba(66, 67, 67, 1);
  text-align: center;
  margin-top: 10px;
  z-index: 2;
}
.about .tab ul li .desc {
  font-size: 16px;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
  margin-top: 30px;
  z-index: 2;
}
/* 新闻资讯 */
.news {
  width: 100%;
  margin: auto;
  background: url(../images/news-bg.png) no-repeat center;
  background-size: cover;
}
.news .list {
  width: 100%;
}
.news .list ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.news .list ul li {
  margin: 0 10px;
  padding: 24px;
  width: 513px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.news .list ul li:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.news .list ul li a {
  display: flex;
  align-items: center;
}

.news .list ul li .icon {
  flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
}
.news .list ul li .icon img {
  width: 100%;
}
.news .list ul li .title {
  margin-bottom: 10px;
  color: #160908;
  font-size: 17px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news .list ul li .desc {
  color: #9d9e9f;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 我们的服务 */
.service {
  width: 100%;
  margin: auto;
  background: url(../images/service-bg.png) no-repeat center;
  background-size: cover;
}
.service .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .tab {
  width: 100%;
}
.service .tab ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.service .tab ul li {
  padding: 60px 20px;
  width: 340px;
  background-color: #fff;
  border-radius: 15px;
}
.service .tab ul li:hover {
  background-image: url(../images/service-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service .tab ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .tab ul li img {
  width: 140px;
}
.service .tab ul li .tit {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin: 40px 0 20px;
}
/* 合作伙伴 */
.partner {
  width: 100%;
  background-color: #004ea2;
}
.partner .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
}
.partner .tit,
.partner .desc {
  color: #fff !important;
}
.partner .tab {
  width: 100%;
}
.partner .tab ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.partner .tab ul li {
  padding: 15px 10px;
  width: 245px;
}
.partner .tab ul li img {
  width: 100%;
  object-fit: contain;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.partner .tab ul li:hover {
  background-color: #fff;
}
.partner .tab ul li:hover img {
  filter: none;
  opacity: 1;
}
/* 留言 */
.guestbook {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
.guestbook .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
.guestbook .bg img {
  width: 100%;
}
.guestbook .main {
  margin: 0px auto;
  width: 1600px;
}
.guestbook .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 6;
  width: 100%;
}
.guestbook .form .form-left {
  width: 400px;
}
.guestbook .form .form-left span {
  width: 100%;
}
.guestbook .form .form-left span p {
  padding: 12px 0px;
  font-size: 24px;
  color: #fff;
}
.guestbook .form .form-left span b {
  width: 100%;
  font-size: 40px;
  color: #fff;
}
.guestbook .form .form-left font {
  width: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
.guestbook .form .form-right {
  width: 975px;
  margin-top: 50px;
}
.guestbook .form-right .list .inp {
  width: 265px;
  margin-right: 28px;
  height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  color: #888888 !important;
  padding: 0 25px;
  border: solid 1px #f9f9f9;
  font-size: 15px;
  color: #f9f9f9;
}
.guestbook .form-right .list textarea {
  width: 860px;
  height: 120px;
  background-color: #ffffff;
  font-size: 16px;
  color: #888888 !important;
  padding: 12px 25px;
  margin-top: 10px;
  border: solid 1px #f9f9f9;
  font-size: 15px;
}
.guestbook .form-right .list .sub {
  width: 200px;
  height: 50px;
  background-color: #9597a5;
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: solid 1px #f9f9f9;
  font-size: 15px;
  color: #f9f9f9;
}
/* 底部 */
.footer {
  padding: 35px 0;
  width: 100%;
  background: #f9f9f9;
  border-top: solid 1px #f1f1f1;
}
.footer .main {
  display: flex;
  justify-content: space-between;
  width: 1600px;
  margin: 0px auto;
}
.footer .main .col:nth-child(1) {
  width: 480px;
}
.footer .main .col:nth-child(2) {
  width: 420px;
}
.footer .main .col:nth-child(3) {
  width: 340px;
}
.footer .main .col:nth-child(4) {
  width: 220px;
}
.footer .main .col .tit {
  line-height: 55px;
  font-size: 22px;
  color: #414141;
}
.footer .main .col ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .main .col ul li {
  color: #999;
  line-height: 42px;
  font-size: 14px;
  width: 50%;
}
.footer .main .col ul li:hover a {
  color: #004ea2;
}
.footer .main .col p {
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 14px;
  color: #999;
}
.footer .main .img img {
  width: 16px;
}
.footer .main .img .wx {
  width: 120px;
}
/* 友链 */
.friend {
  padding: 15px 0;
  width: 100%;
  background: #f9f9f9;
  border-top: solid 1px #f1f1f1;
}
.friend .main {
  display: flex;
  align-items: center;
  width: 1600px;
  margin: 0px auto;
}
.friend .main a {
  margin-right: 10px;
}
/* 右侧 */
.right-side {
  position: fixed;
  right: 0px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 15;
  transition: all 0.5s;
  box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
  z-index: 55;
  width: 75px;
  text-align: center;
}

.right-side-1 {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 8px 0;
  cursor: pointer;
}
.right-side-img {
  width: 28px;
  display: inline-block;
  position: relative;
}
.right-side-img img {
  width: 100%;
  transition: all 0.36s;
}
.right-side-img {
  position: relative;
  top: 0;
  left: 0;
}
.right-side-p p {
  font-size: 14px;
  line-height: 2.5;
  color: #666;
  transition: all 0.36s;
  margin: 0;
}
.right-side-2 {
  position: relative;
  z-index: 999;
  border: none;
  background: none;
  padding: 0;
}
.right-side-2:hover .right-side-wx {
  left: -120px;
}
.right-side-2_1 {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 8px 0;
  background: #f7f7f7;
}
.right-side-wx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  transition: all 1s;
  z-index: -1;
}
.right-side-wx_img {
  width: 100px;
  position: relative;
  z-index: -1;
}
.right-side-wx_img img {
  width: 100%;
  transition: all 0.36s;
}
.right-side-wx_img::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.new_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 222;
  overflow-y: hidden;
}
.page-container {
  width: 1600px;
  margin: 50px auto;
}
/* 产品列表 */
.product-list {
  width: 100%;
  background: url(../images/product-list-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.product-list .tab {
  margin-top: 30px;
  /* height: 65px; */
  border-bottom: solid 1px #e1e1e1;
}
.product-list .tab > ul {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
}
.product-list .tab > ul li {
  margin: 0 10px;
}
.product-list .tab > ul li a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.product-list .tab > ul li .active {
  border-bottom: 3px solid #004ea2;
  color: #004ea2;
  font-weight: bolder;
}
.product-list .tab > ul li:hover a {
  color: #004ea2;
  font-weight: bolder;
}
.product-list .list {
  margin: 30px 0;
}
.product-list .list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-list .list > ul li {
  width: 385px;
  border-bottom: solid 2px #fff;
  background-color: #f1f1f1;
}
.product-list .list > ul li img {
  width: 100%;
}
.product-list .list > ul li .tit {
  line-height: 50px;
  text-align: center;
  font-size: 15px;
}
.product-list .list > ul li:hover {
  background-color: #004ea2;
}
.product-list .list > ul li:hover .tit {
  color: #fff;
}
/* 新闻列表 */
.article-list {
  width: 100%;
}
.article-list .main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.article-list .list {
  width: 1280px;
}
.article-list .list > ul {
}
.article-list .list > ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f9f9f9;
}
.article-list .list > ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-list .list > ul li .text .tit {
  font-size: 18px;
  font-weight: bolder;
  color: #333;
}
.article-list .list > ul li .text .desc {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  line-height: 25px;
}
/* 详情 */
.detail-page .link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 20px;
  font-size: 14px;
  color: #676767;
  border-top: 1px #cfcfcf solid;
}
.detail-page .link .mid {
  width: 70px;
  padding: 0 20px;
  border-left: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
}
.detail-page .link .mid p {
  text-align: center;
}
.detail-page .link .last p {
  text-align: right;
}
.detail-page .link .item p {
  font-size: 14px;
  margin: 6px 0;
}
.detail-page .link .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-page .link .item p img {
  width: 20px;
}
.detail-page .link .item p a {
  width: 100%;
  font-size: 14px;
  height: 30px;
}
/* 产品详情 */
.product-detail .page-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.product-detail .main {
  display: flex;
  flex-direction: column;
  width: 1280px;
}
/* 新闻详情 */
.article-detail .page-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.article-detail .main {
  width: 1280px;
}
.article-detail .main .title {
  text-align: center;
  font-weight: bolder;
  color: #252525;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 35px;
}
.article-detail .main .attr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding: 0 0 10px;
  border-bottom: 1px dashed #dfdfdf;
}
.article-detail .main .attr .item {
  margin: 0 20px;
  line-height: 20px;
  color: #aaa;
  font-size: 14px;
  text-align: center;
}
.article-detail .main .content {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
  overflow: hidden;
}
.article-detail .main .content p,
.article-detail .main .content span {
  text-wrap-mode: wrap !important;
}
.article-detail .main .link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 20px;
  font-size: 14px;
  color: #676767;
  border-top: 1px #cfcfcf solid;
}
.article-detail .main .link .mid {
  width: 70px;
  padding: 0 20px;
  border-left: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
}
.article-detail .main .link .last p {
  text-align: right;
}
.article-detail .main .link .item p {
  font-size: 14px;
  margin: 6px 0;
}
.article-detail .main .link .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-detail .main .link .item p img {
  width: 20px;
}
.article-detail .main .link .item p a {
  width: 100%;
  font-size: 14px;
  height: 30px;
}
/* 新闻列表 */
.article-list-img {
  width: 100%;
}
.article-list-img .main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.article-list-img .list {
  width: 1280px;
}
.article-list-img .list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.article-list-img .list > ul li {
  width: 385px;
  border-bottom: solid 2px #fff;
  background-color: #f1f1f1;
}
.article-list-img .list > ul li img {
  width: 100%;
}
.article-list-img .list > ul li .tit {
  line-height: 50px;
  text-align: center;
  font-size: 15px;
}
.article-list-img .list > ul li:hover {
  background-color: #004ea2;
}
.article-list-img .list > ul li:hover .tit {
  color: #fff;
}

/* 单页默认 */
.single-content {
}
.single-content .main {
}
/* 关于我们 */
.single-about {
}
.single-about .top {
}
.single-about .top img {
  width: 100%;
}
.single-about .note {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px 0;
  height: 600px;
}
.single-about .note .info-img {
  width: 599px;
  margin-left: 83px;
  flex: none;
}
.single-about .note .note-details {
  position: absolute;
  top: 100px;
  left: 420px;
  width: 1169px;
}
.single-about .note .note-details .note-content {
  width: 100%;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.8;
  text-indent: 2em;
}
.single-about .cultural-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1320px;
  margin: 60px auto;
}
.single-about .cultural-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
}
.single-about .cultural-list .item img {
  height: 120px;
  display: block;
  margin-bottom: 30px;
}
.single-about .cultural-list .item .name {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  line-height: 2;
  color: #484848;
}
.single-about .cultural-list .item .info {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #999;
}
.single-about .head {
  text-align: center;
  font-size: 34px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.single-about .head:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
.single-about .head:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
  height: 60px;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.single-about .honor img {
  display: block;
  width: 100%;
}
.single-about .honor-list {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding-bottom: 70px;
  position: relative;
}
.single-about .honor-list .swiper-button-prev {
  left: -60px;
}
.single-about .honor-list .swiper-button-next {
  right: -60px;
}
.single-about .honor-list .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-about .honor-list .swiper-slide .item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-about .honor-list .swiper-slide .item.plac {
  height: 0;
}
/* 联系我们 */
.single-contact {
}
.single-contact .main {
  display: flex;
  justify-content: space-between;
}
.single-contact .main .map {
  width: 950px;
}
.single-contact .main .map img {
  width: 100%;
}
.single-contact .main .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 40px;
  width: 460px;
  background: #ffffff;
  box-shadow: 0px 4px 13px 4px rgba(15, 5, 9, 0.1);
}
.single-contact .main .info .icon {
  display: block;
  width: 50px;
  margin-right: 20px;
}
.single-contact .main .info .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 37px;
  width: 100%;
}
.single-contact .main .info .item:last-child {
  margin-bottom: 0;
}
.single-contact .main .info .item .title {
  margin-top: 16px;
}
.single-contact .main .info .item .title .subtitle {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  color: #2f58ab;
  line-height: 11px;
  text-align: left;
  text-transform: none;
}
.single-contact .main .info .item .title .txt {
  margin-top: 25px;
  display: block;
  max-width: 336px;
  font-size: 21px;
  color: #1d1d1d;
  text-align: left;
  text-transform: none;
  word-wrap: break-word;
}
.single-contact .main .info .item .title .qrcode {
  margin-top: 20px;
  display: block;
  width: 160px;
}
.single-contact .main .regional {
  width: 1000px;
  margin: 20px 0 0;
}
.single-contact .main .regional .list .item {
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.single-contact .main .regional .list .item:last-child {
  margin-bottom: 0;
}
.single-contact .main .regional .list .item .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-contact .main .regional .list .item .row .attr {
  min-width: 50%;
  font-size: 18px;
  line-height: 2;
  color: #333;
  font-weight: bolder;
}
.single-contact .main .regional .list .item .row .attr span {
  color: #666;
  font-weight: normal;
}
/* 左侧 */
.left-side {
  width: 280px;
}
.left-side .tab > ul li {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  float: left;
  background-color: #004ea2;
  margin-bottom: 6px;
}
.left-side .tab > ul li a {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.left-side .pro {
  background-color: #f9f9f9;
}
.left-side .pro .title {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.left-side .pro > ul li {
  padding: 4px 10px;
  border-bottom: solid 1px #e1e1e1;
}
.left-side .pro > ul li:last-child {
  border-bottom: 0;
}
.left-side .pro > ul li a {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
}
/* 位置 */
.position {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.position span {
  font-size: 16px;
  font-weight: bolder;
}
/* 页码 */
.pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination > ul li {
  margin: 0 6px;
}
.pagination > ul li a {
  padding: 4px 10px;
  color: #333;
  font-size: 14px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.pagination > ul .active a,
.pagination > ul li:hover a {
  background-color: #004ea2;
  color: #fff;
}

.showPro {
  padding: 0 0 40px;
}

.showPro .reLink {
  margin-bottom: 0;
}

.showPro .showContxt {
  padding: 30px 0 35px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;
}

.showPro .showimgCon {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.showPro .showimgCon .txtcon {
  width: 720px;
  height: 420px;
  float: right;
  position: relative;
}

.showPro .showimgCon .txtcon .tit {
  position: relative;
  font-size: 22px;
  margin-bottom: 15px;
  color: #004ea2;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  padding-right: 60px;
}

.showPro .showimgCon .txtcon .tit .goBack {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  display: block;
  font-weight: normal;
  cursor: pointer;
}

.showPro .showimgCon .txtcon .tit .goBack s {
  width: 20px;
  height: 20px;
  background-position: -440px -62px;
  margin-left: 6px;
}

.showPro .showimgCon .txtcon .tit .goBack:hover {
  color: #047fcc;
}

.showPro .showimgCon .txtcon .txt {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
}

.showPro .showimgCon .txtcon .txt .item {
  margin-bottom: 7px;
  max-height: 144px;
  overflow: hidden;
}

.showPro .showimgCon .txtcon .tel-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.showPro .showimgCon .txtcon .tel-btn .btn {
  width: 118px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #004ea2;
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
  background: #333;
}

.showPro .showimgCon .txtcon .tel-btn .tel {
  width: 280px;
  float: left;
}

.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  display: block;
  color: #666666;
}

.showPro .showimgCon .txtcon .tel-btn .tel .icon {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 6px;
  margin-top: 4px;
  background-image: url(../images/icon.png);
  background-position: -315px -30px;
}

.showPro .showimgCon .txtcon .tel-btn .tel span {
  font-size: 16px;
  line-height: 20px;
}

.showPro .showimgCon .txtcon .tel-btn .tel strong {
  font-size: 28px;
  line-height: 28px;
}

.showPro .showimg {
  width: 480px;
  position: relative;
  float: left;
  overflow: hidden;
}

.showPro .showimg .bigimg {
  width: 478px;
  height: 358px;
  display: block;
  position: relative;
}

.showPro .showimg .bigimg .list {
  width: 5000%;
}

.showPro .showimg .bigimg .list li {
  width: 480px;
  height: 360px;
  float: left;
  border: 0;
  margin-right: 1px;
}

.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}

.showPro .showimg .smallimg {
  width: 480px;
  height: 105px;
  position: relative;
  padding-top: 30px;
  z-index: 10;
  overflow: hidden;
}

.showPro .showimg .list {
  width: 355px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.showPro .showimg .listcon {
  width: 600% !important;
  position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
  width: 20px;
  height: 75px;
  z-index: 10;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #f9f9f9;
}

.showPro .showimg .prev {
  left: 0;
  background-position: 3px center;
}

.showPro .showimg .next {
  right: 0;
  background-position: -84px center;
}

.showPro .showimg li {
  width: 100px;
  height: 75px;
  margin-right: 28px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.showPro .showimg li.on {
  border: 3px solid #004ea2;
}

.showPro .relateTit {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto;
}

.showPro .relateTit h3 {
  font-size: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

.showPro .relateTit h3 .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #004ea2;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .banner {
    margin-top: 0;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
  .navbar {
    display: none;
  }
  .m-navbar {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  }
  .m-navbar .wrap {
    height: 70px;
    position: relative;
  }
  .m-navbar .logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
  }
  .m-navbar .logo img {
    display: block;
    height: 48px;
    width: auto;
  }
  .m-navbar .tel {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -17.5px;
  }
  .m-navbar .tel span {
    background: url(../images/tel.png) #004ea2 no-repeat center center;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .m-navbar .tel .intel {
    display: inline-block;
  }
  .m-navbar .tel p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    color: #999;
  }
  .m-navbar .tel h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
  }
  .m-btn {
    width: 25px;
    height: 18px;
    margin-top: 25px;
    position: fixed;
    right: 10px;
  }
  .m-btn span {
    width: 100%;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .m-btn .line1 {
    -webkit-transform-origin: 4px center;
    -moz-transform-origin: 4px center;
    -ms-transform-origin: 4px center;
    -o-transform-origin: 4px center;
    transform-origin: 4px center;
  }
  .m-btn .line2 {
    top: 7px;
  }
  .m-btn .line3 {
    top: 14px;
    -webkit-transform-origin: 1px center;
    -moz-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    -o-transform-origin: 1px center;
    transform-origin: 1px center;
  }
  .m-btn.on .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .m-btn.on .line1 {
    webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-btn.on .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .m-menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow-y: auto;
    z-index: 9999;
  }
  .m-menu.show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .m-menu li {
    position: relative;
  }
  .m-menu > ul {
    padding: 70px 0 30px;
  }
  .m-menu > ul > li:first-child {
    border-top: 1px solid #e3e3e3;
  }
  .m-menu li {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
  }
  .m-menu > ul > li > a {
    line-height: 40px;
    font-size: 15px;
    padding: 0 3%;
    color: #333;
    display: block;
    position: relative;
  }
  .m-menu .active i {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 3%;
    top: 0;
  }
  .m-menu .active i:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  .m-menu .active i:after {
    content: '';
    width: 2px;
    height: 20px;
    background: #ccc;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-menu .active.actives {
    background: #e8f1ed !important;
  }
  .m-menu .menu_a.actives i {
    background: #ec6a17;
    color: #fff;
  }
  .m-menu .active.actives i:before {
    display: none !important;
  }
  .m-menu .active.actives i:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .m-menu ul li ul {
    display: none;
  }
  .m-menu ul li ul li {
    border-left: 0;
    border-right: 0;
    line-height: 40px;
  }
  .m-menu ul li ul li a {
    background: none !important;
    display: block;
    padding: 0 5%;
  }
  .m-menu ul li ul li .active.actives {
    background: none !important;
    color: #004ea2;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
  }
  .m-menu ul li ul li ul {
    display: none;
  }
  .m-menu ul li ul li ul li {
    line-height: 35px;
  }
  .m-menu ul li ul li ul li a {
    padding: 0 6%;
  }
  .part {
    width: 100%;
    overflow: hidden;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .part .main {
    width: 100%;
    padding: 10px 0;
  }
  .part > .title {
    padding-top: 10px;
    width: 100%;
    line-height: 45px;
  }
  .part > .title .tit {
    font-size: 28px;
    font-weight: bolder;
    color: #004ea2;
    text-align: center;
  }
  .part > .title .desc {
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 30px;
  }
  .product .tab ul {
    flex-wrap: wrap;
  }
  .product .tab ul li {
    width: 50%;
    font-size: 14px;
    line-height: 40px;
  }
  .product .tab ul li:first-child {
    background: none !important;
  }
  .product .tab ul li:first-child a {
    color: #222;
  }
  .product .tab ul li:last-child {
    width: 100%;
  }
  .product .list ul li {
    width: calc(50% - 20px);
  }
  .product .list ul li .title {
    font-size: 14px;
    line-height: 30px;
  }
  .solution .main {
    display: block;
  }
  .solution .tab {
    width: 100%;
  }
  .solution .tab ul li {
    font-size: 14px;
    line-height: 40px;
  }
  .solution .list {
    width: 100%;
  }
  .solution .list ul li {
    width: calc(50% - 20px);
    box-sizing: border-box;
  }
  .solution .list ul li .img img {
    height: auto;
  }
  .solution .list ul li .title {
    font-size: 14px;
    line-height: 28px;
  }
  .about .tab ul {
    flex-wrap: wrap;
  }
  .about .canvas {
    display: none;
  }
  .about .btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .about .tab ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about .tab ul li img {
    width: 120px;
  }
  .about .tab ul li .tit {
    font-size: 20px;
  }
  .about .tab ul li .desc {
    font-size: 14px;
    margin: 10px 0;
  }
  .news .list ul li {
    width: 100%;
    margin: 0;
  }
  .news .list ul li .icon {
    width: 40px;
  }
  .news .list ul li .text {
    width: calc(100% - 50px);
  }
  .service .tab ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .service .tab ul li {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 20px;
  }
  .service .tab ul li .tit {
    font-size: 15px;
    margin: 20px 0;
  }
  .service .tab ul li img {
    width: 70px;
  }
  .partner .tab ul li {
    width: 25%;
  }
  .footer {
    padding: 20px;
  }
  .footer .main {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .main .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .main .col:nth-child(2),.footer .main .col:nth-child(3) {
    display: none;
  }
  .footer .main .col .tit {
    line-height: 40px;
    font-size: 18px;
    font-weight: bolder;
  }
  .footer .main .col p,
  .footer .main .col ul li {
    line-height: 32px;
    font-size: 14px;
  }
  .guestbook {
    padding: 20px;
    height: auto;
  }
  .guestbook .main {
    width: 100%;
  }
  .guestbook .form {
    flex-wrap: wrap;
  }
  .guestbook .form .form-left {
    width: 100%;
  }
  .guestbook .form .form-left span p {
    font-size: 14px;
  }
  .guestbook .form .form-left span b {
    font-size: 20px;
  }
  .guestbook .form .form-left font {
    font-size: 14px;
    line-height: 24px;
  }
  .guestbook .form .form-right {
    width: 100%;
    margin-top: 20px;
  }
  .guestbook .form-right .list .inp,
  .guestbook .form-right .list textarea,
  .guestbook .form-right .list .sub {
    width: 100%;
    margin: 0;
  }
  .friend {
    padding: 20px;
  }
  .friend .main {
    width: 100%;
  }
  .nybanner {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
  }
  .nybanner img {
    height: 120px;
  }
  .nybanner .name {
    font-size: 22px;
  }
  .page-container {
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
  }
  .product-list .tab {
    margin-top: 0;
  }
  .product-list .tab > ul {
    justify-content: flex-start;
  }
  .product-list .tab > ul li {
    margin: 0;
    width: 50%;
  }
  .product-list .tab > ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .product-list .list {
    margin: 10px 0;
  }
  .product-list .list > ul li {
    width: calc(50% - 10px);
  }
  .product-list .list > ul li .tit,
  .article-list-img .list > ul li .tit {
    font-size: 14px;
    line-height: 30px;
  }
  .position,
  .left-side {
    display: none;
  }
  .article-list-img .list,
  .article-list .list {
    width: 100%;
  }
  .article-list-img .list > ul li {
    width: calc(50% - 10px);
  }
  .article-list .list > ul li a {
    display: block;
  }
  .article-list .main {
    margin-top: 20px;
  }
  .article-list .list > ul li .text .tit {
    font-size: 16px;
  }
  .article-list .list > ul li .text .desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .article-list .list > ul li .date {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  .article-detail .main,
  .product-detail .main {
    width: 100%;
  }
  .article-detail .page-container {
    margin-top: 20px;
  }
  .article-detail .main .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .article-detail .main .attr .item {
    font-size: 12px;
  }
  .article-detail .main .content img {
    max-width: 100%;
  }
  .product-detail .page-container {
    margin-top: 20px;
  }
  .showPro {
    padding: 0 0 20px;
  }
  .showPro .showimg {
    width: 100%;
  }
  .showPro .showimgCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .showPro .showimg {
    width: 320px;
  }
  .showPro .showimg .bigimg {
    width: 320px;
    height: 240px;
  }
  .showPro .showimg .bigimg .list li {
    width: 320px;
    height: 240px;
  }
  .showPro .showimg .smallimg {
    width: 320px;
    height: 90px;
    padding-top: 20px;
  }
  .showPro .showimg .list {
    width: 260px;
  }
  .showPro .showimg li {
    width: 80px;
    height: 60px;
    margin-right: 10px;
  }
  .showPro .showimg .prev,
  .showPro .showimg .next {
    height: 60px;
    top: 20px;
  }
  .showPro .showimgCon .txtcon {
    width: 100%;
    height: 330px;
  }
  .showPro .showimgCon .txtcon .tit {
    padding: 0 0 10px;
    margin-top: 10px;
    font-size: 18px;
  }
  .showPro .showimgCon .txtcon .txt {
    font-size: 12px;
    line-height: 20px;
  }
  .showPro .showimgCon .txtcon .tel-btn {
    padding-top: 20px;
  }
  .showPro .showimgCon .txtcon .tel-btn .btn {
    display: none;
  }
  .showPro .showimgCon .txtcon .tel-btn .tel {
    width: 100%;
  }
  .showPro .showimgCon .txtcon .tel-btn .tel span {
    font-size: 14px;
  }
  .showPro .showimgCon .txtcon .tel-btn .tel strong {
    font-size: 24px;
  }
  .showPro .relateTit {
    height: 48px;
    line-height: 48px;
  }
  .showPro .relateTit h3 {
    font-size: 16px;
  }
  .showPro .showContxt {
    padding: 10px 0;
  }
  .showPro .showContxt img {
    max-width: 100%;
  }
  .single-about .note {
    display: block;
    height: auto;
    margin: 20px 0;
  }
  .single-about .note .info-img {
    display: none;
  }
  .single-about .note .note-details {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .single-about .note .note-details .note-content {
    font-size: 14px;
  }
  .single-about .head {
    display: none;
  }
  .single-about .cultural-list {
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .single-about .cultural-list .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .single-about .cultural-list .item img {
    height: 80px;
    margin-bottom: 10px;
  }
  .single-about .cultural-list .item .name {
    font-size: 18px;
  }
  .single-about .honor-list {
    max-width: 320px;
    padding-bottom: 0;
  }
  .single-contact .main {
    display: block;
  }
  .single-contact .main .map,.single-contact .main .info {
    width: 100%;
  }
  .single-contact .main .info {
    margin-top: 20px;
    padding: 20px;
  }
  .single-contact .main .info .icon {
    width: 40px;
    margin-right: 10px;
  }
  .single-contact .main .info .item {
    margin-bottom: 20px;
  }
  .single-contact .main .info .item .title {
    margin-top: 8px;
  }
  .single-contact .main .info .item .title .subtitle {
    font-size: 18px;
  }
  .single-contact .main .info .item .title .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .single-contact .main .info .item .title .qrcode {
    width: 120px;
  }
  .single-contact .main .regional {
    width: 100%;
  }
  .single-contact .main .regional .list .item .row .attr {
    font-size: 14px;
  }
  .single-content .main {
    width: 100%;
  }
  .single-content .main img {
    max-width: 100%;
  }
}
