@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.main-center {
  width: 75vw;
  margin: 0 auto;
}
.center {
  width: 83.33vw;
  margin: 0 auto;
}
.main-c {
  width: 79.17vw;
  margin: 0 auto;
}
.w1200 {
  width: 62.5vw;
  margin: 0 auto;
}
.w1800 {
  width: 93.75vw;
  margin: 0 auto;
}
.w1769 {
  width: 92.14vw;
  margin: 0 auto;
}
.w900 {
  width: 900px;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
img {
  width: 100%;
  display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt60 {
  padding-top: 60px;
}
.page-nav {
  height: 70px;
}
.page-nav .position {
  color: #999;
}
.page-nav .position a:not(:last-of-type) {
  position: relative;
  margin-right: 22px;
}
.page-nav .position a:not(:last-of-type)::after {
  content: '>';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.page-nav .position a:hover {
  color: #108DBB;
}
.page-nav .childNav a {
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #666;
  padding: 0 42px;
  z-index: 2;
}
.page-nav .childNav a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #108DBB;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}
.page-nav .childNav a:hover {
  color: #fff;
}
.page-nav .childNav a:hover::after {
  left: 0;
  width: 100%;
}
.page-nav .childNav a.active {
  color: #fff;
}
.page-nav .childNav a.active::after {
  left: 0;
  width: 100%;
}
.inn-banner {
  position: relative;
  overflow: hidden;
}
.inn-banner img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  animation: bannerScale 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.inn-banner .txt {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inn-banner .txt * {
  color: #fff;
  line-height: 1;
}
.inn-banner .txt h3 {
  font-size: 36px;
  margin-bottom: 12px;
}
.inn-banner .txt p {
  font-size: 22px;
  text-transform: capitalize;
}
@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.paging {
  text-align: center;
}
.paging a {
  display: inline-block;
  height: 36px;
  font-size: 16px;
  color: #CCCCCC;
  padding: 0 30px;
  line-height: 36px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 2px;
}
.paging a:not(:last-of-type) {
  margin-right: 43px;
}
.paging a i {
  font-size: 16px;
  color: #CCCCCC;
}
.paging a:hover {
  color: #fff;
  background-color: #108DBB;
  border-color: #108DBB;
}
.paging a:hover i {
  color: #fff;
  transition: all 0.5s ease;
}
.paging .prev i {
  margin-right: 10px;
}
.paging .next i {
  margin-left: 10px;
}
.paging a.active {
  color: #fff;
  background-color: #108DBB;
  border-color: #108DBB;
}
.head-pc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 999;
}
.head-pc .w1769 {
  height: 100%;
}
.head-pc .logo {
  max-width: 143px;
}
.head-pc .logo .logo2 {
  display: none;
}
.head-pc .menu-li {
  position: relative;
}
.head-pc .menu-li:not(:last-of-type) {
  margin-right: 80px;
}
.head-pc .menu-li .fir-nav a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
}
.head-pc .menu-li .subNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  box-shadow: 2px 0px 13px 0px rgba(0, 0, 0, 0.05);
  display: none;
}
.head-pc .menu-li .subNav a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
  z-index: 2;
}
.head-pc .menu-li .subNav li {
  position: relative;
  background-color: #fff;
}
.head-pc .menu-li .subNav li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #eeeeee;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.head-pc .menu-li .subNav li:hover::before {
  top: 0;
  height: 100%;
}
.head-pc .tel {
  margin-left: 8.8vw;
}
.head-pc .tel * {
  color: #fff;
}
.head-pc .tel .icon {
  margin-right: 4px;
}
.head-pc .tel .icon i {
  font-size: 26px;
}
.head-pc .tel .tel-c * {
  font-size: 12px;
  line-height: 1.7;
}
.head-pc .tel .telnum {
  font-size: 32px;
  font-weight: bold;
  margin-left: 10px;
}
.head-pc.on {
  background: #FFFFFF !important;
  box-shadow: 0px 3px 20px 1px rgba(175, 175, 175, 0.3);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.head-pc.on .logo .logo1 {
  display: none;
}
.head-pc.on .logo .logo2 {
  display: block;
}
.head-pc.on .menu-li .fir-nav a {
  color: #333;
}
.head-pc.on .tel * {
  color: #108DBB;
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #108DBB;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  display: block;
  height: 80%;
}
#mb-header #navbar-main #logo img {
  width: auto;
  max-width: 143px;
  height: 100%;
  max-width: none;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #fff;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  position: relative;
  display: block;
  padding: 16px 10px 16px 15%;
}
#mb-header #sidebar-main a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #f5f5f5;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  background-clip: content-box;
}
#mb-header #sidebar-main-trigger i {
  font-size: 24px;
  color: #fff;
}
#mb-header .mb-ej-ul {
  background-color: #f6f6f6;
  display: none;
}
#mb-header .mb-ej-ul a::after {
  background-color: #fff !important;
}
#mb-header .mb-ul .has-child > a::before {
  content: '\e678';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-family: 'iconfont' !important;
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mb-header .mb-ul .mb-ej-li.mb-active a::before {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.mb-subNav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
}
.mb-subNav .menu-li .fir-nav a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}
.mb-subNav .menu-li .subNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  display: none;
}
.mb-subNav .menu-li .subNav a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
  z-index: 2;
}
.mb-subNav .menu-li .subNav li {
  position: relative;
  background-color: #fff;
}
.mb-subNav .menu-li .subNav li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #eeeeee;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mb-subNav .menu-li .subNav li:hover::before {
  top: 0;
  height: 100%;
}
.foot-top {
  background-color: #108DBB;
  padding: 54px 0 15px;
}
.foot-top * {
  color: #fff;
  line-height: 1;
}
.foot-top ul {
  margin-bottom: 41px;
}
.foot-top ul li {
  position: relative;
  font-size: 16px;
}
.foot-top ul li:not(:last-of-type) {
  margin-right: 84px;
}
.foot-top ul li:not(:last-of-type)::after {
  content: 'ยท';
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
}
.foot-top .item:not(:last-of-type) {
  margin-bottom: 19px;
}
.foot-top .wechat .img {
  margin-bottom: 20px;
}
.foot-top .wechat p {
  font-size: 12px;
  text-align: center;
}
.foot-top .wechat p:not(:last-of-type) {
  margin-bottom: 10px;
}
.foot-bot {
  background-color: #006C92;
  padding: 32px 0;
}
.foot-bot * {
  color: rgba(255, 255, 255, 0.6);
}
.foot-bot .foot-r .bah {
  display: inline-block;
  margin-right: 5px;
}
.foot-bot a:hover {
  color: #fff;
}
.share-content {
  font-size: 16px;
  color: #999;
}
.share-content .social-share a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.share-content .social-share a:not(:last-of-type) {
  margin-right: 10px;
}
.share-content .social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  line-height: 30px;
  border: 1px solid #DBDBDB;
  color: #DBDBDB;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share-content .social-share .social-share-icon::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-content .social-share .icon-wechat {
  position: relative;
}
.share-content .social-share .icon-wechat:before {
  content: "\e60a";
}
.share-content .social-share .icon-wechat .wechat-qrcode {
  opacity: 0;
  visibility: hidden;
  position: relative;
  position: absolute;
  z-index: 9;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding-bottom: 10px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #e7e7e7;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.share-content .social-share .icon-wechat .wechat-qrcode::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f7f7f7 transparent;
}
.share-content .social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  color: #777;
}
.share-content .social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.share-content .social-share .icon-wechat:hover {
  color: #7bc549;
  border-color: #7bc549;
}
.share-content .social-share .icon-wechat:hover .wechat-qrcode {
  opacity: 1;
  visibility: visible;
  top: 140%;
}
.share-content .social-share .icon-weibo:hover {
  color: #ff763b;
  border-color: #ff763b;
}
@media only screen and (max-width: 1680px) {
  .mt100 {
    margin-top: 90px;
  }
  .mb100 {
    margin-bottom: 90px;
  }
  .pt100 {
    padding-top: 90px;
  }
  .pb100 {
    padding-bottom: 90px;
  }
  .mt80 {
    margin-top: 70px;
  }
  .mb80 {
    margin-bottom: 70px;
  }
  .pt80 {
    padding-top: 70px;
  }
  .pb80 {
    padding-bottom: 70px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .pt60 {
    padding-top: 50px;
  }
  .w1200 {
    width: 70vw;
  }
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 70px;
  }
  .head-pc .tel {
    margin-left: 5.8vw;
  }
  .head-pc .tel .icon i {
    font-size: 24px;
  }
  .head-pc .tel .telnum {
    font-size: 28px;
  }
  .page-nav .childNav a {
    padding: 0 35px;
  }
  .inn-banner .txt h3 {
    font-size: 34px;
  }
  .inn-banner .txt p {
    font-size: 20px;
  }
  .paging a {
    padding: 0 25px;
    font-size: 15px;
  }
  .paging a i {
    font-size: 15px;
  }
  .paging a:not(:last-of-type) {
    margin-right: 33px;
  }
}
@media only screen and (max-width: 1600px) {
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 60px;
  }
  .head-pc .tel {
    margin-left: 5.8vw;
  }
  .head-pc .tel .icon i {
    font-size: 22px;
  }
  .head-pc .tel .telnum {
    font-size: 26px;
  }
  .pagi-nav a {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt100 {
    margin-top: 80px;
  }
  .mb100 {
    margin-bottom: 80px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .pt60 {
    padding-top: 40px;
  }
  .main-c {
    width: 85vw;
  }
  .main-center {
    width: 80vw;
  }
  .w1200 {
    width: 75vw;
  }
  .page-nav .childNav a {
    padding: 0 30px;
  }
  .inn-banner .txt h3 {
    font-size: 30px;
  }
  .inn-banner .txt p {
    font-size: 18px;
  }
  .paging a {
    padding: 0 22px;
    font-size: 14px;
  }
  .paging a i {
    font-size: 14px;
  }
  .paging a:not(:last-of-type) {
    margin-right: 25px;
  }
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 50px;
  }
  .head-pc .tel {
    margin-left: 4.8vw;
  }
  .head-pc .tel .icon i {
    font-size: 20px;
  }
  .head-pc .tel .tel-c * {
    line-height: 1.4;
  }
  .head-pc .tel .telnum {
    font-size: 24px;
  }
  .foot-top {
    padding: 46px 0 15px;
  }
  .foot-top ul li:not(:last-of-type) {
    margin-right: 60px;
  }
  .foot-top ul li:not(:last-of-type)::after {
    right: -34px;
  }
  .foot-bot {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1366px) {
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 40px;
  }
  .head-pc .tel {
    margin-left: 3.8vw;
  }
  .head-pc .tel .icon i {
    font-size: 18px;
  }
  .head-pc .tel .telnum {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .mt100 {
    margin-top: 70px;
  }
  .mb100 {
    margin-bottom: 70px;
  }
  .pt100 {
    padding-top: 70px;
  }
  .pb100 {
    padding-bottom: 70px;
  }
  .mt80 {
    margin-top: 50px;
  }
  .mb80 {
    margin-bottom: 50px;
  }
  .pt80 {
    padding-top: 50px;
  }
  .pb80 {
    padding-bottom: 50px;
  }
  .mt60 {
    margin-top: 35px;
  }
  .mb60 {
    margin-bottom: 35px;
  }
  .pt60 {
    padding-top: 35px;
  }
  .page-nav .childNav a {
    padding: 0 20px;
  }
  .inn-banner img {
    object-fit: cover;
  }
  .inn-banner .txt h3 {
    font-size: 30px;
  }
  .inn-banner .txt p {
    font-size: 18px;
  }
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 35px;
  }
  .head-pc .menu-li .fir-nav a {
    font-size: 15px;
  }
  .head-pc .tel .telnum {
    font-size: 20px;
  }
  .foot-top {
    padding: 46px 0 15px;
  }
  .foot-top ul li {
    font-size: 15px;
  }
  .foot-top ul li:not(:last-of-type) {
    margin-right: 40px;
  }
  .foot-top ul li:not(:last-of-type)::after {
    right: -26px;
    font-size: 14px;
  }
  .foot-bot {
    padding: 20px 0;
  }
  .share-content .social-share .icon-wechat .wechat-qrcode {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .share-content .social-share .icon-wechat .wechat-qrcode::before {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .head-pc .menu-li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-c,
  .main-center,
  .center,
  .w1200,
  .w900 {
    width: 90vw;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .page-nav {
    height: auto;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .page-nav .position {
    line-height: 40px;
  }
  .page-nav .childNav {
    width: 100%;
    margin-top: 40px;
  }
  .page-nav .childNav ul {
    justify-content: center;
  }
  .page-nav .childNav li:not(:last-of-type) {
    margin-right: 30px;
  }
  .page-nav .childNav a {
    padding: 0;
    height: auto;
    line-height: 1.1;
  }
  .page-nav .childNav a::after {
    display: none;
  }
  .page-nav .childNav a:hover {
    color: #666;
  }
  .page-nav .childNav a.active {
    color: #108DBB;
  }
  .paging a {
    padding: 0 18px;
  }
  .paging a:not(:last-of-type) {
    margin-right: 20px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .inn-banner {
    margin-top: 50px;
  }
  .inn-banner .txt {
    top: 50%;
  }
  .inn-banner .txt h3 {
    font-size: 24px;
  }
  .inn-banner .txt p {
    font-size: 16px;
  }
  .foot-top {
    padding: 35px 0 15px;
  }
  .foot-top ul li:not(:last-of-type) {
    margin-right: 30px;
  }
  .foot-top ul li:not(:last-of-type)::after {
    right: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .foot-top ul {
    display: none;
  }
  .foot-top .wechat .img {
    margin-bottom: 10px;
  }
  .foot-top .wechat .img img {
    width: 100px;
    height: 100px;
  }
  .foot-top .wechat p:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .inn-banner .txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .inn-banner .txt p {
    font-size: 14px;
  }
  .paging a {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
  }
  .paging a:not(:last-of-type) {
    margin-right: 10px;
  }
  .page-nav .childNav ul {
    justify-content: space-around;
  }
  .page-nav .childNav ul li {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .paging a {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
  }
  .paging a:not(:last-of-type) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 520px) {
  .foot-top .foot-l {
    width: 213px;
  }
  .foot-top .item {
    line-height: 1.3;
  }
  .foot-top .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-top .place {
    display: flex;
  }
  .foot-top .place span:first-of-type {
    white-space: nowrap;
  }
  .foot-top .place .place-val {
    width: 160px;
    line-height: 1.4;
  }
  .foot-top .wechat {
    width: 100px;
  }
  .foot-top .wechat .img img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 440px) {
  .foot-top .item {
    line-height: 1.3;
  }
  .foot-top .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-top .wechat {
    width: 100px;
  }
  .foot-top .wechat .img img {
    width: 100px;
    height: 100px;
  }
  .foot-bot .main-center {
    flex-direction: column;
  }
  .page-nav .childNav li:not(:last-of-type) {
    margin-right: 10px;
  }
  .paging a {
    padding: 0 6px;
    height: 24px;
    line-height: 22px;
  }
  .paging .prev i {
    margin-right: 5px;
  }
  .paging .next i {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 340px) {
  .foot-top .main-center {
    width: 95vw;
  }
  .foot-top .wechat {
    width: 80px;
  }
  .foot-top .wechat .img img {
    width: 80px;
    height: 80px;
  }
  .foot-top .wechat p {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 320px) {
  .paging a {
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .paging a i {
    font-size: 12px;
  }
}
