@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}

body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container {
  margin: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 30px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidenav .left .crumb a {
  font-size: 14px !important;
}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  /* margin: -25px 0 0; */
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  background: #218a4b;
  background-image: linear-gradient(45deg, #8ccbc5, #50b3b5);
  color: #fff;
}
.sidenav .right ul li.cur a {
  color: #fff;
}

/* 主体 */
.tit-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.tit {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.tit-box .more {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.tit-box .more:hover {
  color: #3e929e;
}

/* 首页banner */
.index-banner {
  margin: 50px 0 0;
}
/* 内页banner */
.inside-banner {
  margin: 50px 0 0;
}

.iNews {
  display: flex;
  flex-direction: column;
}
.iNews .index-banner {
  overflow: hidden;
}
.iNews .index-banner .swiper-slide {
  height: 240px;
  overflow: hidden;
}
.iNews .index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iNews .swiper-pagination-bullet {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}
.iNews .swiper-pagination-bullet-active {
  color: #fff;
  background: rgba(251, 207, 51, 1);
}
.iNews .list {
  margin: 0 0 0 0;
  flex: 1;
}
.iNews .list .item {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.iNews .list .item .title {
  flex: 1;
  font-size: 14px;
  color: #fff;
}
.iNews .list .item .date {
  flex: 0 0 67px;
  margin-left: 8px;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.iNews .detail {
  margin: 20px 0 0;
}
.iNews .detail .detail-item {
  flex: 0 0 326px;
  padding-bottom: 10px;
}
.iNews .detail .detail-item .top {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 40px;
  background: rgb(52 116 173);;
  color: #fff;
}
.iNews .detail .detail-item .top span:nth-child(2) {
  margin: 0 0 0 15px;
}
.iNews .detail .detail-list {
}
.iNews .detail-list .item {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  min-height: 88px;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding: 0 0 10px 0;
}
.iNews .detail-list .pic {
  flex: 0 0 120px;
  height: 88px;
  overflow: hidden;
}
.iNews .detail-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iNews .detail-list .info {
    margin: 0 0 0 20px;
    flex: 1;
}
.iNews .detail-list .title {
  line-height: 24px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  min-height: 48px;
}
.iNews .detail-list .date-box {
  display: flex;
}.iNews .detail-list .date {
  flex: 1;
  margin: 6px 0 0;
  color:#fff;
}
.iNews .detail-list .date-box {
  display: flex;
}
.iNews .detail-list .hits {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #bbb;
}
.iNews .detail li .hits i {
  margin: 0 5px 0 0;
}
.iNews .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #005f3b;
}
.article .detail li a:hover {
  color: #005f3b;
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title{
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 10px 0 0;
}
.article-show .info .date{
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.article-show .info .date p:last-child{
  margin: 0 0 0 20px;
}
.article-show .editor{
  margin: 20px 0 0;
  text-align: justify;
}
.article-show .orientation{
  margin: 20px 0 0;
  line-height: 1.6;
}
.article-show .orientation .next{
  margin: 10px 0 0;
}

.article-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.article-img .detail li {
  flex: 0 1 calc(96% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .detail li:not(:nth-child(2n)) {
  margin-right: calc(4% / 1);
}
.article-img .detail li .img-full {
  border-radius: 12px;
  height: 120px;
  overflow: hidden;
}
.article-img .detail li .title {
  margin: 10px 0 6px;
  text-align: center;
}
.article-img .detail li .date{
  margin: 10px 0 0;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  margin: 10px 0 0;
  flex: 0 1 calc(96% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .detail li:not(:nth-child(2n)) {
  margin-right: calc(2% / 1);
}
.product .detail li .pic {
  border-radius: 12px;
  height: 120px;
  overflow: hidden;
}
.product .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-show .info .title{
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.product-show .info .date{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.product-show .info .date p:last-child{
  margin: 0 0 0 20px;
}
.product-show .editor{
  margin: 20px 0 0;
}
.product-show .orientation{
  margin: 20px 0 0;
}

/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 底部 */
.footer {
  background-color: #fff;
}

.footer-nav {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #393939;
}

.footer-nav .list {
  height: 80px;
  line-height: 80px;
  margin-right: 60px;
}
.footer-top {
  display: none;
  background: #fff;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 28px 0 0px;
}
.footer-top .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
.footer-top .left {
}
.footer-top .left h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 25px;
}
.footer-top .left .info p:first-child span {
  font-size: 25px;
  font-weight: bold;
}
.footer-top .left .info p {
  margin: 0 0 10px;
}
.footer-top .left .qrcode img {
  width: 100px;
  height: 100px;
}
.footer-top .left .qrcode img:first-child {
  margin: 0 10px 0 0;
}
.footer-top .right {
  display: flex;
  margin: 22px 0 0;
}
.footer-top .right ul {
  margin-left: 60px;
}
.footer-top .right ul li {
  margin: 0 0 10px;
  color: #333333;
}
.footer-top .right ul li:first-child {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.footer-top .address .address-1 {
  padding-right: 60px;
}

.footer-top .address .address-2 {
  flex: 1;
}

.footer-top .address .address-2 .footer-lxfs {
  padding-left: 70px;
  line-height: 30px;
  border-left: 1px solid #444444;
}

.footer-bottom {
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 15px 0;
}

.footer-bottom .copyright {
  line-height: 1.6;
  color: #000;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin: 5px;
}
.mypage li.active {
  background: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}