@charset "utf-8";
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype'), url('../font/AlibabaPuHuiTi-2-55-Regular.otf') format('otf');
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Regular.woff2') format('woff2'), url('../font/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.c1 {
  width: 65.6%;
  margin: 0 auto;
}
.pl9 {
  padding-left: 9.3%;
}
.pr9 {
  padding-right: 9.3%;
}
.pb130 {
  padding-bottom: 130px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px;
}
.pt50 {
  padding-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt40 {
  margin-top: 40px;
}
.mt37 {
  margin-top: 37px;
}
.fs50 {
  font-size: 50px;
}
.fs46 {
  font-size: 46px;
}
.fs40 {
  font-size: 40px;
}
.fs31 {
  font-size: 31px;
}
.fs30 {
  font-size: 30px;
}
.fs24 {
  font-size: 24px;
}
.fs23 {
  font-size: 23px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs15 {
  font-size: 15px;
}
.fs12 {
  font-size: 12px;
}
.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;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #9B9B9B;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  padding-top: 2.1vw;
  padding-bottom: 2.9vw;
  background-color: #fff;
  border-right: 1px solid #E8E8E8;
  z-index: 99;
}
header .head-t {
  z-index: 999;
}
header .head-t .logo img {
  width: auto;
  margin: 0 auto;
}
header .head-t .menu {
  display: none;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
header .head-t .menu p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: auto;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
header .head-t .menu p::before,
header .head-t .menu p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #333;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
header .head-t .menu p::before {
  top: -10px;
  -webkit-transition-property: top,transform;
  -moz-transition-property: top,transform;
  -ms-transition-property: top,transform;
  -o-transition-property: top,transform;
  transition-property: top,transform;
}
header .head-t .menu p::after {
  bottom: -10px;
  -webkit-transition-property: bottom,transform;
  -moz-transition-property: bottom,transform;
  -ms-transition-property: bottom,transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
}
header .head-t .menu.active p {
  background-color: transparent !important;
  -webkit-transition-delay: 0s,0s;
  -moz-transition-delay: 0s,0s;
  -ms-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
header .head-t .menu.active p::before,
header .head-t .menu.active p::after {
  background-color: #fff;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
header .head-t .menu.active p::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .head-t .menu.active p::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .head-t.on {
  background-color: rgba(0, 0, 0, 0.8);
}
header .head-c {
  position: absolute;
  left: 50%;
  top: 19.1%;
  transform: translateX(-50%);
  width: 100%;
}
header .nav {
  margin-bottom: 7vw;
}
header .nav li:not(:last-of-type) {
  margin-bottom: 1.3vw;
}
header .nav a {
  position: relative;
  display: block;
  font-size: 20px;
  padding: 8px 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .nav a span {
  display: inline-block;
  width: 79px;
  text-align: justify;
  text-align-last: justify;
}
header .nav a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(93deg, rgba(253, 130, 4, 0.2) 0%, #FD8204 49%, rgba(253, 130, 4, 0.2) 100%);
  opacity: 0.8;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .nav a:hover {
  color: #fff;
}
header .nav a:hover::before {
  width: 100%;
}
header .nav a.active {
  color: #fff;
}
header .nav a.active::before {
  width: 100%;
}
header .search {
  width: 81px;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  cursor: pointer;
}
header .search span {
  font-family: 'Gilroy';
  font-weight: 200;
  margin-left: 10px;
}
header .wx {
  position: relative;
  margin-bottom: 1.5vw;
}
header .wx i {
  font-size: 28px;
  opacity: 0.5;
}
header .wx .img {
  position: absolute;
  left: 50%;
  bottom: 200%;
  transform: translateX(-50%);
  width: 89px;
  height: 89px;
  background-color: #fff;
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
  padding: 3px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .wx .img::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 7px 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
}
header .wx .img img {
  height: 100%;
  object-fit: contain;
}
header .wx:hover .img {
  bottom: 150%;
  opacity: 1;
  visibility: visible;
}
header .link {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
header .link .blogroll {
  color: rgba(102, 102, 102, 0.5);
}
header .link .blogroll i {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.5);
  margin-left: 30px;
}
header .link ul {
  position: absolute;
  left: 0;
  bottom: 150%;
  width: 200px;
  background-color: #F5F5F6;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 10;
}
header .link ul::before {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #F5F5F6 transparent transparent transparent;
}
header .link ul a {
  display: block;
  padding: 10px 10px 10px 15px;
  color: #333;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .link ul a:hover {
  color: #FD8204;
}
header .link ul.cur {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
header .bah {
  margin-left: 40px;
}
header .bah a {
  color: rgba(102, 102, 102, 0.5);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .bah a:hover {
  color: #666666;
}
header .head-wrap.open {
  right: 0;
}
header.isindex {
  background-color: transparent;
  backdrop-filter: blur(30px);
  border-right: none;
}
header.isindex * {
  color: #fff;
}
header.isindex .head-t .menu p {
  background-color: #fff;
}
header.isindex .head-t .menu p::before,
header.isindex .head-t .menu p::after {
  background-color: #fff;
}
header.isindex .search {
  border-block-color: #fff;
}
header.isindex .wx i {
  color: #fff;
}
header.isindex .wx .img {
  box-shadow: none;
}
header.isindex .link .blogroll {
  color: rgba(255, 255, 255, 0.5);
}
header.isindex .link .blogroll i {
  color: rgba(255, 255, 255, 0.5);
}
header.isindex .link ul {
  background-color: #fff;
}
header.isindex .link ul::before {
  border-color: #fff transparent transparent transparent;
}
header.isindex .bah a {
  color: rgba(255, 255, 255, 0.5);
}
header.isindex .bah a:hover {
  color: #fff;
}
.search-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: -100vh;
  bottom: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #F5F5F6;
  z-index: 99;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.search-wrap .logo {
  position: absolute;
  top: 2.6vw;
  left: 4.2%;
}
.search-wrap .logo img {
  width: auto;
}
.search-wrap .closed {
  position: absolute;
  top: 2.6vw;
  right: 4.2%;
  cursor: pointer;
}
.search-wrap .closed i {
  font-size: 30px;
  color: #000000;
}
.search-wrap .closed span {
  font-family: 'Gilroy';
  text-transform: uppercase;
  margin-left: 4px;
}
.search-wrap .search {
  width: 62.6%;
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  margin: 0 auto;
}
.search-wrap .search input {
  width: calc(100% - 124px);
  height: 55px;
  font-size: 24px;
}
.search-wrap .search input::placeholder {
  color: #333;
}
.search-wrap .search input::-webkit-input-placeholder {
  color: #333;
}
.search-wrap .search input:-moz-placeholder {
  color: #333;
}
.search-wrap .search input:-ms-input-placeholder {
  color: #333;
}
.search-wrap .search .btn {
  display: inline-block;
  width: 124px;
  height: 55px;
  line-height: 55px;
  border-radius: 15px;
  background: #000000;
  color: #fff;
}
.search-wrap.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
body.hide {
  overflow: hidden;
}
.container {
  width: calc(100% - 200px);
  margin-left: auto;
}
.inn-banner {
  position: relative;
}
.inn-banner .img {
  overflow: hidden;
}
.inn-banner .img img {
  animation: nextSlide 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inn-banner .txt {
  width: 100%;
}
.inn-banner .txt * {
  color: #FD8204;
}
.inn-banner .txt p {
  font-family: 'Gilroy';
  text-transform: uppercase;
}
.com-title .en {
  color: #000000;
  text-transform: uppercase;
}
.com-title .en span {
  font-family: 'Gilroy';
  font-weight: bold;
  color: #FD8204;
  text-transform: uppercase;
}
.com-title .name {
  color: #FD8204;
}
.subNav {
  height: 100px;
  border-bottom: 1px solid #E8E8E8;
}
.position {
  color: #999999;
}
.position a {
  position: relative;
  color: #999999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:not(:last-of-type) {
  margin-right: 16px;
}
.position a:not(:last-of-type)::after {
  content: '>';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.position a:hover {
  color: #FD8204;
}
.position a:hover::after {
  color: #999999;
}
.nNav-swiper {
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
}
.nNav-swiper .swiper-slide {
  position: relative;
  font-size: 18px;
  width: auto;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.nNav-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 60px;
}
.nNav-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #FD8204;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.nNav-swiper .swiper-slide:hover {
  color: #FD8204;
}
.nNav-swiper .swiper-slide:hover::after {
  bottom: -14px;
  opacity: 1;
  visibility: visible;
}
.nNav-swiper .swiper-slide.active {
  color: #FD8204;
}
.nNav-swiper .swiper-slide.active::after {
  bottom: -14px;
  opacity: 1;
  visibility: visible;
}
.paging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Gilroy';
  color: #999999;
  border: 1px solid #D9D9D9;
  margin-right: 14px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging a:last-of-type {
  margin-right: 0;
}
.paging a:hover {
  color: #fff;
  border-color: #FD8204;
  background-color: #FD8204;
}
.paging a.active {
  color: #fff;
  border-color: #FD8204;
  background-color: #FD8204;
}
.paging .prev {
  margin-right: 30px;
}
.paging .next {
  margin-left: 16px;
}
.paging .prev,
.paging .next {
  width: 70px;
}
.readMore {
  display: inline-block;
  font-family: 'Gilroy';
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #CFCFCF;
  cursor: pointer;
}
.readMore i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #FD8204;
  margin-left: 31px;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.readMore i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FD8204;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes roll {
  100% {
    top: 100%;
  }
}
@keyframes jt {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, 3px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes dot {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    width: 100px;
    height: 100px;
    opacity: 0.1;
  }
  100% {
    width: 138px;
    height: 138px;
    opacity: 0;
  }
}
@keyframes dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0.4;
  }
  50% {
    width: 100px;
    height: 100px;
    opacity: 0.1;
  }
  100% {
    width: 138px;
    height: 138px;
    opacity: 0;
  }
}
@keyframes dot2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0.6;
  }
  50% {
    width: 44px;
    height: 44px;
    opacity: 0.3;
  }
  100% {
    width: 88px;
    height: 88px;
    opacity: 0;
  }
}
@-webkit-keyframes nextSlide {
  0% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes nextSlide {
  0% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1800px) {
  header .nav {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 1680px) {
  .fs50 {
    font-size: 44px;
  }
  .fs46 {
    font-size: 40px;
  }
  .fs40 {
    font-size: 34px;
  }
  .fs31,
  .fs30 {
    font-size: 28px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs23,
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .pb130 {
    padding-bottom: 120px;
  }
  header .nav {
    margin-bottom: 3.8vw;
  }
  header .nav a {
    font-size: 18px;
  }
  .search-wrap .search {
    padding-bottom: 15px;
  }
  .search-wrap .search input {
    height: 50px;
    font-size: 20px;
  }
  .search-wrap .search .btn {
    height: 50px;
    line-height: 50px;
  }
  .subNav {
    height: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .fs50 {
    font-size: 44px;
  }
  .fs46 {
    font-size: 40px;
  }
  .fs40 {
    font-size: 30px;
  }
  .fs31,
  .fs30 {
    font-size: 24px;
  }
  .fs24,
  .fs23,
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 16px;
  }
  .pb130 {
    padding-bottom: 100px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .pt60 {
    padding-top: 50px;
  }
  .pb60 {
    padding-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .pt50 {
    padding-top: 40px;
  }
  .mt50 {
    margin-top: 40px;
  }
  .subNav {
    height: 80px;
  }
  .nNav-swiper {
    padding: 20px 0;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 40px;
  }
  header {
    padding-top: 1.1vw;
    padding-bottom: 1.9vw;
  }
  header .nav {
    margin-bottom: 1.5vw;
  }
  header .nav li:not(:last-of-type) {
    margin-bottom: 0.8vw;
  }
  header .nav a {
    font-size: 16px;
  }
  header .link {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1260px) {
  .fs50 {
    font-size: 36px;
  }
  .fs46 {
    font-size: 30px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs31,
  .fs30 {
    font-size: 22px;
  }
  .fs24,
  .fs23,
  .fs22 {
    font-size: 18px;
  }
  header .wx .img {
    width: 60px;
    height: 60px;
  }
  .subNav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    height: auto;
  }
  .subNav .position {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .nNav-swiper {
    padding: 0 0 25px;
  }
  .nNav-swiper .swiper-slide {
    font-size: 16px;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 30px;
  }
  .paging a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
  }
  .paging .prev {
    margin-right: 20px;
  }
  .paging .next {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  header .nav a {
    padding: 4px 0;
  }
  header .nav li:not(:last-of-type) {
    margin-bottom: 0.5vw;
  }
  header .wx {
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pl9 {
    padding-left: 4%;
  }
  .pr9 {
    padding-right: 4%;
  }
  .c1 {
    width: 96%;
  }
  header {
    width: 100%;
    height: 50px;
    padding: 0;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  header .head-wrap {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.8s;
    z-index: 998;
  }
  header .head-wrap * {
    color: #fff;
  }
  header .link ul::before {
    bottom: -9px;
  }
  header .search {
    margin-top: 15vw;
    border-bottom-color: #fff;
  }
  header .head-t {
    width: 100%;
    height: 50px;
    padding: 0 4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  header .head-t .menu {
    display: block;
  }
  header .head-b {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  header .head-b * {
    text-align: center;
  }
  header .headbL {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  header .wx {
    margin-bottom: 0;
    margin-right: 1vw;
  }
  header .wx i {
    font-size: 24px;
  }
  header .wx .img {
    left: 0;
    transform: translateX(0);
    width: 89px;
    height: 89px;
  }
  header .wx .img::before {
    left: 10px;
    transform: translateX(0);
  }
  header .link {
    padding-left: 0;
    margin-bottom: 0;
  }
  header .link .blogroll {
    color: rgba(255, 255, 255, 0.5);
  }
  header .link .blogroll i {
    display: inline-block;
    margin-left: 10px;
    transform: translateY(1px);
    color: rgba(255, 255, 255, 0.5);
  }
  header .link ul::before {
    left: 0;
  }
  header .link ul li a {
    text-align: left;
  }
  header .bah {
    margin-left: 0;
  }
  header .bah a {
    color: rgba(255, 255, 255, 0.5);
  }
  header .nav li:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  header.isindex {
    backdrop-filter: none;
  }
  .search-wrap .search {
    padding-bottom: 10px;
  }
  .search-wrap .search input {
    height: 44px;
    font-size: 16px;
  }
  .search-wrap .search .btn {
    height: 44px;
    line-height: 44px;
  }
  .container {
    width: 100%;
  }
  .inn-banner {
    padding-top: 50px;
  }
  .inn-banner .img img {
    min-height: 350px;
    object-fit: cover;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .fs50 {
    font-size: 32px;
  }
  .fs46 {
    font-size: 28px;
  }
  .fs40 {
    font-size: 26px;
  }
  .fs31,
  .fs30 {
    font-size: 22px;
  }
  .fs24,
  .fs23,
  .fs22 {
    font-size: 16px;
  }
  .fs18,
  .fs16 {
    font-size: 15px;
  }
  .search-wrap .search {
    width: 90%;
    padding-bottom: 5px;
  }
  .search-wrap .search input {
    height: 40px;
  }
  .search-wrap .search .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .fs50 {
    font-size: 28px;
  }
  .fs46 {
    font-size: 24px;
  }
  .fs40 {
    font-size: 24px;
  }
  .fs31,
  .fs30 {
    font-size: 20px;
  }
  .search-wrap .search {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    border-bottom: none;
    padding-bottom: 0;
  }
  .search-wrap .search input {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #9B9B9B;
  }
  .search-wrap .search .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 50px;
  }
  .paging a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .paging .prev,
  .paging .next {
    width: 60px;
  }
  .paging .prev {
    margin-right: 10px;
  }
  .paging .next {
    margin-left: 5px;
  }
  header .head-t .logo img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 440px) {
  .inn-banner .txt {
    width: 90%;
    margin: 0 auto;
  }
  .inn-banner h4 {
    font-size: 22px;
  }
  .inn-banner p {
    font-size: 14px;
  }
  .paging a {
    margin-right: 3px;
  }
  .paging .prev,
  .paging .next {
    width: 55px;
    font-size: 12px;
  }
  .paging .prev {
    margin-right: 5px;
  }
  .paging .next {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 360px) {
  .paging a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
  }
  .paging .prev,
  .paging .next {
    width: 50px;
  }
}
