@charset "utf-8";
@font-face {
  ascent-override: 100%;
}
@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;
}
@font-face {
  font-family: 'GilroyB';
  src: url('../font/Gilroy-Bold.woff2') format('woff2'), url('../font/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.c1 {
  width: 75vw;
  margin: 0 auto;
}
.c2 {
  width: 81.25vw;
  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;
}
.jce {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.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%);
}
.lt0 {
  position: absolute;
  top: 0;
  left: 0;
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.r0 {
  position: absolute;
  right: 0;
}
.fs50 {
  font-size: 50px;
}
.fs48 {
  font-size: 48px;
}
.fs40 {
  font-size: 40px;
}
.fs36 {
  font-size: 36px;
}
.fs30 {
  font-size: 30px;
}
.fs28 {
  font-size: 28px;
}
.fs24 {
  font-size: 24px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs15 {
  font-size: 15px;
}
.inn-banner {
  position: relative;
  overflow: hidden;
}
.inn-banner * {
  color: #fff;
}
.inn-banner .txt {
  width: 90%;
}
.inn-banner .en {
  font-family: 'Gilroy';
  font-weight: 200;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.subheading {
  background-color: #F7F7F7;
}
.com-tit * {
  line-height: 1;
}
.com-tit h3 {
  color: #1E1E1E;
  margin-bottom: 15px;
}
.com-tit p {
  font-family: 'Gilroy';
  color: #B1030C;
  text-transform: capitalize;
}
.subhead-swiper .swiper-slide {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  height: 60px;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
  padding: 0 44px;
  overflow: hidden;
  text-align: center;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subhead-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #AC0818;
  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;
}
.subhead-swiper .swiper-slide:hover {
  color: #fff;
}
.subhead-swiper .swiper-slide:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.subhead-swiper .swiper-slide.active {
  color: #fff;
}
.subhead-swiper .swiper-slide.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.paging .page-btn {
  color: #D1D1D1;
  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 i {
  font-size: 14px;
  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);
}
.paging .page-btn:hover {
  color: #AC0818;
}
.paging .page-btn:hover i {
  color: #AC0818;
}
.paging .prev i {
  margin-right: 16px;
}
.paging .next i {
  margin-left: 16px;
}
.paging .page {
  position: relative;
  line-height: 1;
  z-index: 2;
}
.paging .page a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'Gilroy';
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  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::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #AC0818;
  border-radius: 50%;
  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;
}
.paging .page a:not(:last-of-type) {
  margin-right: 8px;
}
.paging .page a:hover {
  color: #fff;
}
.paging .page a:hover::after {
  width: 100%;
  height: 100%;
}
.paging .page a.active {
  color: #fff;
}
.paging .page a.active::after {
  width: 100%;
  height: 100%;
}
.paging .notop {
  margin-top: 80px;
}
.head-pc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding-left: 9.375%;
  padding-right: 5.2%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  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: 998;
}
.head-pc .logo {
  width: 21.8%;
}
.head-pc .logo2 {
  display: none;
}
.head-pc .li-1 {
  position: relative;
}
.head-pc .li-1:not(:last-of-type) {
  margin-right: 62px;
}
.head-pc .li-1 > a {
  position: relative;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #fff;
}
.head-pc .li-1 > a.active {
  color: #AC0818;
}
.head-pc .li-1:hover > a {
  color: #AC0818;
}
.head-pc .subNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding: 15px 10px;
  width: 130px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
  text-align: center;
  display: none;
}
.head-pc .subNav a {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  display: block;
  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 .subNav a:hover {
  color: #AC0818;
}
.head-pc.on {
  background-color: #fff;
  box-shadow: 0.99px 0.99px 6.9px hsla(0, 0%, 53.3%, 0.12941176);
  animation: 850ms 350ms;
  -webkit-animation: animation: 850ms 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadedown;
  animation-name: fadedown;
  z-index: 1000;
}
.head-pc.on .logo1 {
  display: none;
}
.head-pc.on .logo2 {
  display: block;
}
.head-pc.on .li-1 > a {
  color: #333;
}
.head-pc.on .li-1 > a.active {
  color: #AC0818;
}
.head-pc.on .li-1:hover > a {
  color: #AC0818;
}
.head-pc.on .subNav {
  background-color: #fff;
}
.head-pc.on .subNav::before {
  background-color: #AC0818;
}
.head-pc.on .subNav a {
  color: #333;
}
.head-pc.on .subNav a:hover {
  color: #AC0818;
}
.subMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  display: none;
}
.subMenu * {
  text-align: center;
}
.subMenu .subUl {
  height: 100%;
}
.subMenu .sub-li1 {
  position: relative;
  flex: 1;
  height: 100%;
  padding-top: 23.7vh;
  transition: 0.5s 0.2s;
  -webkit-transition: 0.5s 0.2s;
}
.subMenu .sub-li1:hover * {
  color: #fff;
}
.subMenu .sub-li1:hover .bg-img {
  opacity: 1;
}
.subMenu .sub-li1:hover .subli-2 {
  animation: fadeInUp 1s ease forwards;
}
.subMenu .sub-li1:hover .nav-en {
  opacity: 0.5;
}
.subMenu .sub-li1:hover .nav-num {
  bottom: 14vh;
  opacity: 0;
  visibility: hidden;
}
.subMenu .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.subMenu .bg-img img {
  height: 100%;
  object-fit: cover;
}
.subMenu .nav-name,
.subMenu .nav-en {
  position: relative;
  z-index: 2;
}
.subMenu .nav-en {
  font-family: 'Gilroy';
  color: #CCCCCC;
}
.subMenu .subUl-2 {
  margin-top: 9.2vh;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .subli-2 {
  margin-bottom: 19px;
}
.subMenu .subli-2 a {
  position: relative;
  color: #fff;
  padding: 7px 0;
}
.subMenu .subli-2 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.subMenu .subli-2 a:hover::after {
  width: 100%;
}
.subMenu .nav-num {
  position: absolute;
  left: 50%;
  bottom: 16.6vh;
  transform: translateX(-50%);
  font-size: 102px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(221, 221, 221, 0.38) 0%, rgba(221, 221, 221, 0) 100%);
  -webkit-background-clip: text;
  color: transparent;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.subMenu .closed {
  position: absolute;
  top: 8.2%;
  right: 4.1%;
  cursor: pointer;
  z-index: 2;
}
.subMenu .closed i {
  font-size: 36px;
  color: #CCCCCC;
}
.subMenu.show {
  display: block;
}
.subMenu.show .sub-li1 {
  animation: fadeInRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
body.show {
  overflow: hidden;
}
#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: 60%;
}
#mb-header #navbar-main #logo img {
  width: auto;
  height: 100%;
  max-width: none;
}
#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: 0px;
  width: 100%;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 3000;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  position: relative;
  display: block;
  padding: 16px 5%;
}
#mb-header #sidebar-main a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #F0F0F0;
}
#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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  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;
}
#mb-header #sidebar-main-trigger p::before,
#mb-header #sidebar-main-trigger p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #474646;
  -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 {
  top: -5px;
  -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 {
  bottom: -5px;
  -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 .mb-ej-ul {
  background-color: #F7F7F7;
  display: none;
}
#mb-header .mb-ej-ul a {
  color: #333;
}
#mb-header .mb-ul .fir-nav {
  position: relative;
  padding: 16px 5%;
}
#mb-header .mb-ul .fir-nav i {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: 'iconfont' !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
#mb-header .mb-ul .fir-nav::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #F0F0F0;
}
#mb-header .mb-ul .fir-nav a {
  display: inline !important;
  padding: 16px 0 !important;
}
#mb-header .mb-ul .fir-nav a::after {
  width: 0;
  height: 0;
  display: none;
}
#mb-header .mb-ul .mb-ej-li.mb-active {
  background-color: #eee;
}
#mb-header .mb-ul .mb-ej-li.mb-active .fir-nav i {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
#mb-header .mb-ul .mb-ej-li.mb-active .mb-ej-ul a::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#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 {
  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: 0px;
  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;
}
footer {
  background-color: #1D1D1D;
  overflow: hidden;
}
.foot-t {
  padding: 50px 0 30px;
}
.footL .logoPic {
  margin-bottom: 60px;
}
.footL .lxfs * {
  line-height: 1;
}
.footL .style {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.footL .tel {
  font-family: 'Gilroy';
  color: #fff;
  margin: 21px 0 15px;
}
.footL .place {
  color: #999999;
}
.footL .gzh {
  width: 100px;
  margin-top: 40px;
}
.footL .gzh .img {
  height: 95px;
  background-color: #fff;
  margin-bottom: 10px;
}
.footL .gzh p {
  line-height: 1;
  color: #999999;
}
.footR {
  position: relative;
  width: 60.4%;
}
.footR * {
  line-height: 1;
}
.footR dt {
  font-size: 16px;
  margin-bottom: 42px;
  color: #fff;
}
.footR dd:not(:last-of-type) {
  margin-bottom: 22px;
}
.footR dd a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.footR dd a:hover {
  color: #fff;
}
.footR .links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.footR .link1 {
  margin-right: -1px;
}
.footR .link {
  position: relative;
  width: 21.2%;
  cursor: pointer;
}
.footR .link .blogroll {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #E6E6E6;
  border: 1px solid #848281;
  box-sizing: border-box;
  padding: 0 12.5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footR .link .blogroll i {
  position: absolute;
  right: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 4px 4px;
  margin-top: -4px;
  border-color: transparent transparent #999999 transparent;
  border-style: solid;
}
.footR .link ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  box-sizing: border-box;
  display: none;
  z-index: 99;
}
.footR .link ul a {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.footR .link ul a:hover {
  color: #AC0818;
}
.foot-b {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.foot-b * {
  color: #666666;
}
.foot-b a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.foot-b a:hover {
  color: #fff;
}
@-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 fadedown {
  from {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes roll {
  100% {
    top: 100%;
  }
}
@keyframes pagi {
  to {
    width: 100%;
  }
}
@keyframes scale1 {
  0% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@media only screen and (max-width: 1680px) {
  .fs50 {
    font-size: 40px;
  }
  .fs48 {
    font-size: 38px;
  }
  .fs40 {
    font-size: 34px;
  }
  .fs36 {
    font-size: 30px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs28 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 20px;
  }
  .head-pc .li-1:not(:last-of-type) {
    margin-right: 40px;
  }
  .subMenu .nav-num {
    font-size: 90px;
  }
  .foot-t {
    padding: 80px 0 60px;
  }
  .footR dt {
    margin-bottom: 30px;
  }
  .footR dd:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .foot-b {
    padding: 25px 0;
  }
  .subhead-swiper .swiper-slide {
    padding: 0px 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .c1 {
    width: 80vw;
  }
  .fs50 {
    font-size: 36px;
  }
  .fs48 {
    font-size: 34px;
  }
  .fs40 {
    font-size: 30px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 24px;
  }
  .fs28 {
    font-size: 22px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 17px;
  }
  .head-pc .li-1:not(:last-of-type) {
    margin-right: 35px;
  }
  .subhead-swiper .swiper-slide {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .fs50 {
    font-size: 32px;
  }
  .fs48 {
    font-size: 30px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs36 {
    font-size: 26px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs28 {
    font-size: 20px;
  }
  .fs24,
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 15px;
  }
  .head-pc .li-1:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .head-pc {
    padding-left: 6.375%;
  }
}
@media only screen and (max-width: 1024px) {
  .c1,
  .c2 {
    width: 90vw;
  }
  .fs50 {
    font-size: 28px;
  }
  .fs48 {
    font-size: 26px;
  }
  .fs40 {
    font-size: 24px;
  }
  .fs15 {
    font-size: 14px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .inn-banner {
    margin-top: 50px;
  }
  .foot-t {
    padding: 40px 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;
  }
  .footL .logoPic {
    margin-bottom: 30px;
  }
  .footR {
    width: 25%;
  }
  .footR dl {
    display: none;
  }
  .footR .links {
    position: relative;
    bottom: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .footR .link {
    display: block;
    width: 100%;
  }
  .footR .link .blogroll {
    height: 46px;
    line-height: 46px;
  }
  .footR .link ul {
    top: 100%;
    bottom: auto;
  }
  .footR .link1 {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .foot-b {
    padding: 20px 0;
  }
  .subhead-swiper .swiper-slide {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 860px) {
  .fs50 {
    font-size: 26px;
  }
  .fs48 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs30 {
    font-size: 20px;
  }
  .fs28 {
    font-size: 18px;
  }
  .fs24,
  .fs20 {
    font-size: 16px;
  }
  #mb-header #navbar-main #logo {
    height: 80%;
  }
  .footR {
    width: 30%;
  }
  .paging .prev i {
    margin-right: 5px;
  }
  .paging .next i {
    margin-left: 5px;
  }
  .paging .page a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .fs50 {
    font-size: 24px;
  }
  .fs48 {
    font-size: 22px;
  }
  .fs40 {
    font-size: 22px;
  }
  .fs18,
  .fs16 {
    font-size: 14px;
  }
  #mb-header #navbar-main #logo {
    height: 40%;
  }
  .foot-t {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footL .logoPic {
    max-width: 70%;
  }
  .footL .gzh {
    margin-top: 20px;
  }
  .footR {
    width: 200px;
    margin-top: 30px;
  }
  .footR .link .blogroll {
    height: 42px;
    line-height: 42px;
  }
  .footR .link ul {
    top: auto;
    bottom: 100%;
  }
  .footR .link1 {
    margin-bottom: 10px;
  }
  .foot-b .c2 {
    -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;
  }
  .inn-banner .img img {
    min-height: 300px;
    object-fit: cover;
  }
  .inn-banner .en {
    margin-bottom: 5px;
  }
  .paging .page-btn i {
    font-size: 12px;
  }
  .paging .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 440px) {
  .fs48 {
    font-size: 20px;
  }
  .fs32 {
    font-size: 22px;
  }
  #mb-header #navbar-main #logo {
    height: 85%;
  }
  .inn-banner .img img {
    min-height: 240px;
  }
  .paging .page-btn i {
    font-size: 12px;
  }
  .paging .page a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 2px;
  }
}
