@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('opentype');
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Light.woff2') format('woff2'), url('../font/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.c1 {
  width: 72.9vw;
  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;
}
.jse {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.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%);
}
.l0 {
  position: absolute;
  left: 0;
}
.r0 {
  position: absolute;
  right: 0;
}
.fs60 {
  font-size: 60px;
}
.fs54 {
  font-size: 54px;
}
.fs46 {
  font-size: 46px;
}
.fs36 {
  font-size: 36px;
}
.fs30 {
  font-size: 30px;
}
.fs26 {
  font-size: 26px;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs13 {
  font-size: 13px;
}
.fs12 {
  font-size: 12px;
}
.pt135 {
  padding-top: 135px;
}
.pb135 {
  padding-bottom: 135px;
}
.mb135 {
  margin-bottom: 135px;
}
.pt120 {
  padding-top: 120px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.foot-t {
  padding: 34px 0;
  background-color: #3E7AB8;
}
.foot-t * {
  color: #fff;
}
.foot-t .links {
  width: calc(100% - 110px);
}
.foot-t .link {
  position: relative;
  width: 23%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.foot-t .link .blogroll {
  position: relative;
  line-height: 42px;
  padding: 0 8.1%;
  cursor: pointer;
}
.foot-t .link .blogroll::after {
  content: '';
  position: absolute;
  right: 4.1%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 8px 5px;
  margin-top: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.foot-t .link ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
  box-sizing: border-box;
  display: none;
  z-index: 99;
}
.foot-t .link ul * {
  color: #333;
}
.foot-t .link ul a {
  display: block;
  padding: 10px 8.1%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.foot-t .link ul a:hover {
  color: #fff;
  background-color: #004EA2;
}
.foot-b {
  padding: 24px 0;
  background-color: #004EA2;
}
.foot-b * {
  color: #fff;
}
.footbL .item-item:not(:last-of-type) {
  margin-right: 29px;
}
.footbL .copyRight {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.footbL .copyRight * {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}
.footbL .copyRight a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.footbL .copyRight a:hover {
  color: #fff;
}
.footbL .copyRight .bah {
  position: relative;
  padding: 0 13px;
  margin-left: 15px;
}
.footbL .copyRight .bah::before {
  content: '|';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footbR .img {
  width: 77px;
  height: 77px;
  background-color: #fff;
}
.footbR p {
  margin-top: 6px;
  line-height: 1;
}
.fir {
  margin-top: 100px;
}
.com-tit .rTit {
  color: #666666;
}
.com-tit .rTit * {
  color: #666666;
}
.com-tit .more:hover {
  color: #004EA2;
}
.com-tit .com-tab {
  margin: 0;
}
.com-tit .com-tab .swiper-slide {
  width: auto;
  color: #666666;
}
.com-tit .com-tab .swiper-slide:not(:last-of-type) {
  margin-right: 50px;
}
.com-tit .com-tab a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-tit .com-tab a:hover {
  color: #004EA2;
}
.inn-banner {
  position: relative;
}
.inn-banner .txt * {
  color: #fff;
}
.inn-banner .img {
  overflow: hidden;
}
.inn-banner .img img {
  transform: scale(1.1);
  animation: banner 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.subHead .tabBar {
  border-bottom: 1px solid rgba(112, 112, 112, 0.24);
}
.subHead .c1 {
  position: relative;
}
.subHead .back {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  z-index: 2;
}
.subHead .fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 20;
}
.pagi-swiper {
  width: calc(100% - 60px);
  padding: 29px 0;
  margin-left: 0;
}
.pagi-swiper .swiper-slide {
  width: auto;
  color: #666666;
}
.pagi-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 60px;
}
.pagi-swiper .swiper-slide.active {
  font-weight: bold;
  color: #004EA2;
}
.paging * {
  font-size: inherit;
}
.paging .page-btn {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging .page-btn:hover {
  color: #004EA2;
}
.paging .page * {
  color: #666666;
  font-family: 'Gilroy';
  font-weight: bold;
}
.paging .page a {
  position: relative;
  padding-bottom: 13px;
}
.paging .page a:not(:last-of-type) {
  margin-right: 49px;
}
.paging .page a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #004EA2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging .page a:hover {
  color: #004EA2;
}
.paging .page a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.paging .page a.active {
  color: #004EA2;
}
.paging .page a.active::after {
  left: 0;
  right: auto;
  width: 100%;
}
.slider {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 210px;
  height: 126px;
  z-index: 20;
}
.slider .slide-item {
  position: relative;
  height: 100%;
}
.slider .img {
  height: 100%;
}
.slider .img img {
  height: 100%;
  object-fit: cover;
}
.slider .txt {
  width: 100%;
}
.slider .txt * {
  line-height: 1;
  color: #fff;
}
.slider .txt .pic {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.slider .txt h4 {
  margin: 9px 0 11px;
}
.slider .closed {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.slider .closed i {
  font-size: 32px;
  color: #fff;
}
.slider.hide {
  opacity: 0;
  visibility: hidden;
}
.mask-video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.mask-video .mvbot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 800px;
  background-color: #000;
}
.mask-video .video-sp {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  transition: 0.35s;
}
.mask-video .closed {
  position: absolute;
  right: -10%;
  top: -10%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #004EA2;
  cursor: pointer;
}
.mask-video .closed i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.mask-video .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.mask-video.active {
  opacity: 1;
  visibility: visible;
}
.mask-video.active .video-sp,
.mask-video.active .other-Video {
  opacity: 1;
  visibility: visible;
}
.mask-pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  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: 999;
}
.mask-pop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
}
.mask-pop .mask-wrap {
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 72.9%;
  max-width: 1400px;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 2;
}
.mask-pop .mask-wrap {
  background: #fff url(../img/mask-bot.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
}
.mask-pop .pop-wrap {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 6.7% 273px;
  box-sizing: border-box;
}
.mask-pop h3 {
  margin-top: 111px;
  margin-bottom: 66px;
}
.mask-pop .name {
  color: #004EA2;
  margin-bottom: 46px;
}
.mask-pop .info * {
  font-size: inherit;
  color: #666666;
}
.mask-pop .info strong {
  font-weight: bold;
}
.mask-pop .info strong * {
  font-weight: bold;
}
.mask-pop .info i {
  font-style: italic;
}
.mask-pop .info i * {
  font-style: italic;
}
.mask-pop .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.mask-pop .tel {
  margin-top: 119px;
}
.mask-pop .tel * {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.3;
}
.mask-pop .tel .tel-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.mask-pop .closed {
  position: absolute;
  left: -90px;
  top: 87px;
  display: block;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.38s, background 0.4s 0.2s;
  z-index: 5;
}
.mask-pop .closed::before {
  content: "";
  width: 100%;
  height: 0;
  background: #004EA2;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.mask-pop .closed i {
  font-size: 32px;
  color: #fff;
}
.mask-pop .closed:hover {
  background-color: #004EA2;
  border-color: #004EA2;
}
.mask-pop .closed:hover i {
  color: #fff;
}
.mask-pop .closed:hover::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.mask-pop.active {
  opacity: 1;
  visibility: visible;
}
.mask-pop.active .mask-wrap {
  right: 0;
}
body.show {
  overflow: hidden;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.head-pc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.head-pc .c1 {
  position: relative;
  height: 100px;
}
.head-pc.on {
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
}
.head-pc.scroll {
  top: -100px;
}
.headL {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 32.7%;
}
.logo {
  display: block;
}
.logo img {
  width: auto;
  max-height: 100px;
  display: inline-block;
  object-fit: contain;
}
.headT * {
  font-weight: 500;
  font-size: inherit;
}
.headT li:not(:last-of-type) {
  position: relative;
  margin-right: 29px;
}
.headT li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #999999 !important;
}
.headT li a {
  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);
}
.headT li a:hover {
  color: #004EA2;
}
.headT .download,
.headT .login {
  color: #004EA2;
}
.headT .download {
  margin: 0 10px 0 9px;
}
.headB {
  margin-top: 15px;
}
.headB .li-1 {
  position: relative;
  padding-bottom: 30px;
}
.headB .li-1:not(:last-of-type) {
  margin-right: 50px;
}
.headB .li-1 > a {
  display: block;
  font-size: 16px;
}
.headB .li-1 > a.active {
  color: #004EA2;
}
.headB .li-1:hover > a {
  color: #004EA2;
}
.headB .subNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 180px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  display: none;
}
.headB .subNav a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.headB .subNav a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #004EA2;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headB .subNav a:hover {
  color: #fff;
}
.headB .subNav a:hover::after {
  width: 100%;
}
#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: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  display: block;
  height: 80%;
  max-width: 80%;
}
#mb-header #navbar-main #logo img {
  display: inline;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
  height: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  position: fixed;
  right: -100%;
  top: 50px;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0 5%;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 3000;
}
#mb-header .mb-ej-li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}
#mb-header .fir-nav * {
  font-size: 16px;
  color: #004EA2;
  font-weight: bold;
}
#mb-header .mb-ej a {
  display: inline-block;
  color: #666666;
  margin-top: 10px;
  white-space: nowrap;
}
#mb-header .mb-ej a:not(:last-of-type) {
  margin-right: 15px;
}
#mb-header #sidebar-main-trigger {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #sidebar-main-trigger p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #666666;
  border-radius: 2px;
  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;
}
#mb-header #sidebar-main-trigger p::before,
#mb-header #sidebar-main-trigger p::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  left: 0;
  background-color: #666666;
  border-radius: 2px;
  -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;
}
#mb-header #sidebar-main-trigger p::before {
  width: 170%;
  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;
}
#mb-header #sidebar-main-trigger p::after {
  width: 145%;
  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;
}
#mb-header #sidebar-main-trigger.active p {
  background-color: transparent;
  -webkit-transition-delay: 0s,0s;
  -moz-transition-delay: 0s,0s;
  -ms-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
#mb-header #sidebar-main-trigger.active p::before,
#mb-header #sidebar-main-trigger.active p::after {
  -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;
}
#mb-header #sidebar-main-trigger.active p::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mb-header #sidebar-main-trigger.active p::after {
  width: 170%;
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mb-header #sidebar-main.open {
  position: fixed;
  right: 0px;
  top: 50px;
  bottom: 0;
  z-index: 3000;
}
#mb-header #navbar-main.on {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
#mb-header #navbar-main.on #sidebar-main-trigger i {
  color: #b51c22;
}
body.hide {
  overflow: hidden;
}
@-webkit-keyframes ban {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ban {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes banner {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banner {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1680px) {
  .c1 {
    width: 80vw;
  }
  .fs60 {
    font-size: 50px;
  }
  .fs54 {
    font-size: 46px;
  }
  .fs46 {
    font-size: 40px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs30 {
    font-size: 28px;
  }
  .fs26 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .pt120 {
    padding-top: 110px;
  }
  .pt100 {
    padding-top: 90px;
  }
  .pb100 {
    padding-bottom: 90px;
  }
  .pt80 {
    padding-top: 70px;
  }
  .pb80 {
    padding-bottom: 70px;
  }
  .mt80 {
    margin-top: 70px;
  }
  .mb80 {
    margin-bottom: 70px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mt50 {
    margin-top: 40px;
  }
  .pb50 {
    padding-bottom: 40px;
  }
  .headB .li-1:not(:last-of-type) {
    margin-right: 40px;
  }
  .com-tit .com-tab .swiper-sldie:not(:last-of-type) {
    margin-right: 40px;
  }
  .slider {
    width: 180px;
  }
  .slider .txt .pic {
    width: 26px;
    height: 26px;
  }
  .slider .txt h4 {
    font-size: 16px;
    margin: 5px 0 8px;
  }
  .slider .closed i {
    font-size: 26px;
  }
  .mask-pop .closed {
    width: 58px;
    height: 58px;
  }
  .mask-pop .closed i {
    font-size: 28px;
  }
  .mask-pop .pop-wrap {
    padding-bottom: 220px;
  }
  .mask-pop h3 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .mask-pop .name {
    margin-bottom: 25px;
  }
  .mask-pop .tel {
    margin-top: 90px;
  }
  .mask-pop .tel .tel-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .pagi-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .headB .li-1:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .fs60 {
    font-size: 44px;
  }
  .fs54 {
    font-size: 42px;
  }
  .fs46 {
    font-size: 38px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs26 {
    font-size: 22px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 17px;
  }
  .fs16 {
    font-size: 15px;
  }
  .pb135 {
    padding-bottom: 110px;
  }
  .pt120 {
    padding-top: 100px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .headB {
    margin-top: 10px;
  }
  .headB .li-1:not(:last-of-type) {
    margin-right: 25px;
  }
  .com-tit .com-tab .swiper-sldie:not(:last-of-type) {
    margin-right: 30px;
  }
  .mask-pop .closed {
    width: 54px;
    height: 54px;
  }
  .mask-pop h3 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .mask-pop .pop-wrap {
    padding-bottom: 200px;
  }
  .pagi-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 40px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .headB .li-1:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .c1 {
    width: 92vw;
  }
  .fs60,
  .fs54 {
    font-size: 38px;
  }
  .fs46 {
    font-size: 34px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs26 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 16px;
  }
  .pb135 {
    padding-bottom: 100px;
  }
  .pt120 {
    padding-top: 80px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .pb60 {
    padding-bottom: 40px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .fir {
    margin-top: 50px;
  }
  .mask-video .closed {
    right: -8%;
    width: 52px;
    height: 52px;
  }
  .mask-pop .closed {
    width: 50px;
    height: 50px;
  }
  .mask-pop .closed i {
    font-size: 26px;
  }
  .mask-pop .pop-wrap {
    padding-bottom: 160px;
  }
  .slider {
    display: none;
  }
  .pagi-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 30px;
  }
  .inn-banner .img img {
    min-height: 300px;
    object-fit: cover;
  }
  .subHead .fixed {
    top: 50px;
  }
  .pagi-swiper {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 860px) {
  .fs60,
  .fs54 {
    font-size: 34px;
  }
  .fs46 {
    font-size: 30px;
  }
  .fs36 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 18px;
  }
  .fs16 {
    font-size: 14px;
  }
  .mask-video .closed {
    right: 0;
    top: -60px;
    width: 50px;
    height: 50px;
  }
  .mask-video .closed i {
    font-size: 26px;
  }
  .mask-pop .tel {
    margin-top: 60px;
  }
  .com-tit .com-tab {
    width: 100%;
    margin-top: 30px;
  }
  .com-tit .com-tab .swiper-slide:not(:last-of-type) {
    margin-right: 30px;
  }
  .foot-t .c1 {
    -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;
  }
  .foot-t .yqlj {
    font-size: 20px;
  }
  .foot-t .links {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .foot-t .link {
    width: 100%;
  }
  .foot-t .link:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .foot-t .link .blogroll {
    padding: 0 3%;
  }
  .foot-t .link .blogroll::after {
    right: 2.1%;
    margin-top: -4px;
    border-color: transparent transparent #fff transparent;
  }
  .foot-b .c1 {
    position: relative;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .footbL .tel {
    -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;
  }
  .footbL .item-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 17px;
  }
  .footbL .item-item * {
    display: block;
  }
  .footbL .item-item .name {
    color: rgba(255, 255, 255, 0.6);
  }
  .footbL .item-item .info {
    font-size: 20px;
  }
  .footbL .copyRight {
    -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;
  }
  .footbL .copyRight .bah {
    position: relative;
    padding-left: 0;
    margin-left: 0;
  }
  .footbL .copyRight .bah::before {
    content: '';
    display: none;
  }
  .footbR {
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
  }
  .footbR p {
    color: rgba(255, 255, 255, 0.6);
  }
  .pagi-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 20px;
  }
  .paging .page a {
    padding-bottom: 8px;
  }
  .paging .page a::after {
    height: 2px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .fs60,
  .fs54 {
    font-size: 26px;
  }
  .fs46 {
    font-size: 24px;
  }
  .pb135 {
    padding-bottom: 80px;
  }
  .pt120 {
    padding-top: 60px;
  }
  .com-tit .com-tab .swiper-slide:not(:last-of-type) {
    margin-right: 20px;
  }
  .foot-t .yqlj {
    font-size: 18px;
  }
  .foot-t .links {
    margin-top: 20px;
  }
  .mask-video .mvbot {
    width: 90vw;
  }
  .mask-video .closed {
    width: 46px;
    height: 46px;
  }
  .mask-pop .mask-wrap {
    width: 100%;
  }
  .mask-pop h3 {
    margin-bottom: 20px;
  }
  .mask-pop .name {
    margin-bottom: 15px;
  }
  .mask-pop .pop-wrap {
    padding-bottom: 80px;
  }
  .mask-pop .closed {
    left: auto;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    border-color: #333;
  }
  .mask-pop .closed i {
    color: #333;
  }
}
@media only screen and (max-width: 560px) {
  .foot-t .link:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 440px) {
  #mb-header .mb-ej-li {
    padding: 8px 0;
  }
  #mb-header .mb-ej-li a {
    margin-top: 8px;
  }
  .foot-t .link:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  #mb-header .fir-nav * {
    font-size: 15px;
  }
  #mb-header .mb-ej-li {
    padding: 5px 0;
  }
  #mb-header .mb-ej-li a {
    margin-top: 6px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 5px;
  }
}

