@charset "utf-8";
@font-face {
  font-family: 'Gilroy-M';
  src: url('../font/Gilroy-Medium.woff2') format('woff2'), url('../font/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@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: 'Gilroy-B';
  src: url('../font/Gilroy-Bold.woff2') format('woff2'), url('../font/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fs80 {
  font-size: 80px;
}
.fs60 {
  font-size: 60px;
}
.fs55 {
  font-size: 55px;
}
.fs50 {
  font-size: 50px;
}
.fs48 {
  font-size: 48px;
}
.fs45 {
  font-size: 45px;
}
.fs36 {
  font-size: 36px;
}
.fs30 {
  font-size: 30px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs13 {
  font-size: 13px;
}
.c1 {
  width: 72.9vw;
  margin: 0 auto;
}
.c2 {
  width: 89.6vw;
  margin: 0 auto;
}
.pl15 {
  padding-left: 13.55vw;
}
.pr15 {
  padding-right: 13.55vw;
}
.pt136 {
  padding-top: 136px;
}
.mt130 {
  margin-top: 130px;
}
.mb130 {
  margin-bottom: 130px;
}
.mt110 {
  margin-top: 110px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt80 {
  margin-top: 80px;
}
.pt80 {
  padding-top: 80px;
}
.mt60 {
  margin-top: 60px;
}
.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;
}
.fcr {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.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%);
}
.lt0 {
  position: absolute;
  left: 0;
  top: 0;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #004282;
}
.learn-more {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding: 0 1.9%;
  box-sizing: border-box;
  text-transform: uppercase;
  background: url(../images/more2-1.svg) no-repeat center;
  background-size: contain;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.learn-more::after {
  content: '';
  position: absolute;
  right: 12.9%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #004282;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.learn-more:hover {
  color: #fff;
  background: url(../images/more2-2.svg) no-repeat center;
  background-size: contain;
}
.learn-more:hover::after {
  background-color: #fff;
}
.com-tit .tit {
  font-family: 'Gilroy-B';
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.com-tit .des {
  line-height: 1.5;
}
.swi-btn {
  top: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  border-width: 1px;
  border-style: solid;
}
.swi-btn::after {
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
.swi-btn:hover {
  border-color: transparent !important;
  background: linear-gradient(143deg, #004282 0%, #1262AF 100%);
}
.swi-prev {
  left: auto;
}
.swi-prev::after {
  content: '\eb8c';
}
.swi-next {
  right: auto;
}
.swi-next::after {
  content: '\e600';
}
.swi-pagi {
  position: relative;
  bottom: auto;
}
.swi-pagi .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #E6E6E6;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-pagi .swiper-pagination-bullet-active {
  background-color: #004282;
}
.inner-banner {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
.inner-banner .txt {
  z-index: 2;
}
.inner-banner .txt h4 {
  font-family: 'Gilroy-B';
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #fff;
}
.inner-banner .subTit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86.45vw;
  z-index: 2;
}
.inner-banner .subTit::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 0;
  height: 0;
  border-width: 41px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
.inner-banner.noSort::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 41px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
.position a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  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 i {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  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: 34px;
}
.position a:not(:last-of-type)::after {
  content: '\e600';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.position a:hover {
  color: #fff;
}
.position a:hover i {
  color: #fff;
}
.position.noBanner * {
  color: #333;
}
.position.noBanner a {
  color: rgba(51, 51, 51, 0.7);
}
.position.noBanner a i {
  color: rgba(51, 51, 51, 0.7);
}
.position.noBanner a:not(:last-of-type)::after {
  color: rgba(51, 51, 51, 0.7);
}
.position.noBanner a:hover {
  color: #333;
}
.position.noBanner a:hover i {
  color: #333;
}
.nNav-swiper {
  background-color: #fff;
  clip-path: polygon(0 60px, 0 100%, 100% 100%, 100% 0, 60px 0);
}
.nNav-swiper .swiper-slide {
  position: relative;
  width: 260px;
  height: 60px;
  text-align: center;
  text-transform: capitalize;
  transform: skew(-45deg);
  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);
}
.nNav-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #004282 0%, #1262AF 100%);
  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;
}
.nNav-swiper .swiper-slide span {
  display: block;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
  transform: skew(45deg);
  font-family: 'Gilroy-M';
}
.nNav-swiper .swiper-slide:hover {
  color: #fff;
}
.nNav-swiper .swiper-slide:hover::before {
  width: 100%;
}
.nNav-swiper .swiper-slide.active {
  color: #fff;
}
.nNav-swiper .swiper-slide.active::before {
  width: 100%;
}
.paging a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #999999;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
}
.paging a:last-of-type {
  margin-right: 0;
}
.paging a.active {
  color: #fff;
  background: linear-gradient(135deg, #004282 0%, #1262AF 100%);
}
.paging a:hover {
  color: #fff;
  background: linear-gradient(135deg, #004282 0%, #1262AF 100%);
  border-color: transparent;
}
.paging a:hover i {
  color: #fff;
}
.paging .prev,
.paging .next {
  position: relative;
  background-color: #E6E6E6;
  border: 0;
}
.paging .prev i,
.paging .next i {
  color: #999999;
}
.paging .prev {
  margin-right: 20px;
}
.paging .next {
  margin-left: 20px;
}
.head-pc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  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: 99;
}
.head-pc .c2 {
  height: 100px;
}
.head-pc .logo {
  width: 100px;
}
.head-pc .logo2 {
  display: none;
}
.head-pc .logo2 {
  display: none;
}
.head-pc .nav li {
  margin-left: 80px;
}
.head-pc .nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.head-pc .nav a:hover {
  color: #fff;
}
.head-pc .nav a.active {
  color: #fff;
}
.head-pc.on {
  background-color: #fff;
  box-shadow: 0px 3px 20px 1px rgba(246, 247, 249, 0.3);
}
.head-pc.on .logo1 {
  display: none;
}
.head-pc.on .logo2 {
  display: block;
}
.head-pc.on .nav a {
  color: #333;
}
.head-pc.on .nav a:hover {
  color: #004282;
}
.head-pc.on .nav a.active {
  color: #004282;
}
#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-left: 4%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  display: block;
  height: 80%;
}
#mb-header #navbar-main #logo img {
  width: auto;
  height: 100%;
  max-width: none;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  position: fixed;
  right: -100%;
  top: 50px;
  bottom: 0px;
  width: 96%;
  background-color: #333;
  transition: right 0.3s ease;
  z-index: 3000;
}
#mb-header #sidebar-main .wrapper {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  position: relative;
  display: block;
  text-transform: uppercase;
}
#mb-header #sidebar-main-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #004282;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #sidebar-main-trigger p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 3px;
  background: #fff;
  margin: auto;
  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: 3px;
  left: 0;
  background-color: #fff;
  -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: -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 {
  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 .mb-ej-ul {
  background-color: #454545;
  padding: 20px 5% 40px;
  display: none;
}
#mb-header .mb-ej-ul a {
  position: relative;
  color: #333;
  padding: 20px 0 20px 21px;
  padding-left: 21px ;
}
#mb-header .mb-ej-ul a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 9px;
  height: 2px;
  background-color: #fff;
}
#mb-header .mb-ej-li {
  position: relative;
  border-bottom: 1px solid #707070;
}
#mb-header .mb-ej-li > a {
  color: #fff;
  padding: 20px 5%;
}
#mb-header .mb-ej-li .fir-nav {
  position: relative;
  padding: 20px 5%;
}
#mb-header .mb-ej-li .fir-nav * {
  color: #fff;
  text-transform: uppercase;
}
#mb-header .mb-ej-li .fir-nav .jh {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 100%;
  background-color: #2E2E2E;
}
#mb-header .mb-ej-li .fir-nav .jh i {
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  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-ej-li .ej-li a {
  color: #fff;
}
#mb-header .mb-ul .fir-nav a::after {
  width: 0;
  height: 0;
  display: none;
}
#mb-header .mb-ej-li.mb-active .fir-nav .jh i {
  transform: translate(-50%, -50%) rotate(0);
}
#mb-header .mb-ej-li.mb-active .mb-ej-ul * {
  color: #fff;
}
#mb-header .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: 0;
  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: #222222 url(../images/foot-bg.png) no-repeat center;
  background-size: cover;
}
.foot-t {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}
.foot-t .toTop {
  position: absolute;
  bottom: 53px;
  right: 4.6%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #004282;
  cursor: pointer;
  overflow: hidden;
}
.foot-t .toTop i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  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);
}
.foot-t .toTop .jt2 {
  top: 100%;
  opacity: 0;
  visibility: hidden;
}
.foot-t .toTop:hover .jt1 {
  top: -100%;
  opacity: 0;
  visibility: hidden;
}
.foot-t .toTop:hover .jt2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.footL {
  width: 35.4%;
}
.footL h3 {
  color: #fff;
  font-family: 'Gilroy-M';
  margin-bottom: 77px;
}
.footL .item {
  width: 50%;
  margin-bottom: 40px;
}
.footL .item .name {
  color: rgba(255, 255, 255, 0.2);
}
.footL .item .intro {
  color: #fff;
}
.footL .addres {
  width: 100%;
}
.footL .followUs {
  margin-top: 56px;
}
.footL .followUs span {
  color: rgba(204, 204, 204, 0.4);
}
.footL .fol-item {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 16px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.footL .fol-item i {
  color: rgba(255, 255, 255, 0.3);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.footL .fol-item:hover {
  background-color: #004282;
}
.footL .fol-item:hover i {
  color: #fff;
}
.footR {
  width: 48.3%;
}
.footR .leave {
  margin-bottom: 72px;
}
.footR .leave p {
  color: #fff;
}
.footR .form-item label {
  display: block;
  color: #999999;
}
.footR .form-item input,
.footR .form-item select,
.footR .form-item textarea {
  display: block;
  height: 30px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(227, 227, 227, 0.2);
  border-radius: 0;
}
.footR .form-item textarea {
  margin-top: 20px;
  background: transparent;
  resize: none;
}
.footR .forItem1 {
  width: 20.4%;
}
.footR .forItem1 label {
  position: relative;
}
.footR .forItem1 label::after {
  content: '\eb8b';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #AEB0AE;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footR .forItem1 .placehoder {
  height: 30px;
  line-height: 30px;
}
.footR .forItem2 {
  width: 23.7%;
}
.footR .forItem3 {
  width: 35.2%;
}
.footR .form-2 {
  margin: 50px 0;
}
.footR .form-2 .placehoder {
  position: relative;
  width: 28.6%;
  height: 36px;
  margin-top: 30px;
}
.footR .form-2 .placehoder::after {
  content: '\eb8b';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #AEB0AE;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footR .form-2 ul {
  width: 28.6%;
}
.footR .sele {
  position: relative;
}
.footR .sele .placehoder {
  display: block;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(227, 227, 227, 0.2);
}
.footR .sele ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 3;
}
.footR .sele ul li {
  padding: 10px 5px;
  cursor: pointer;
}
.footR .sele ul li:hover {
  background-color: #004282;
  color: #fff;
}
.footR .sele input {
  display: none;
}
.footR .sele.cur label::after {
  transform: translateY(-50%) rotate(180deg);
}
.footR .sele.cur ul {
  display: block;
}
.footR .btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  background: url(../images/more2-2.svg) no-repeat center;
  background-size: contain;
  color: #fff;
  text-transform: capitalize;
  margin-top: 50px;
}
.footR .btn::after {
  background-color: #fff;
}
.foot-b {
  padding: 32px 0 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-b * {
  color: rgba(204, 204, 204, 0.5);
}
.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;
}
@keyframes inRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes toBot1 {
  0% {
    top: -6px;
  }
  100% {
    top: 120%;
  }
}
@keyframes toBot2 {
  0% {
    top: -10px;
  }
  100% {
    top: 120%;
  }
}
@keyframes toBot3 {
  0% {
    top: -8px;
  }
  100% {
    top: 120%;
  }
}
@keyframes cir1 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 700%;
    height: 700%;
  }
  78%,
  100% {
    width: 700%;
    height: 700%;
    opacity: 0;
  }
}
@keyframes cir2 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 1125%;
    height: 1125%;
  }
  78%,
  100% {
    opacity: 0;
  }
}
@keyframes cir3 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 750%;
    height: 750%;
  }
  78%,
  100% {
    opacity: 0;
  }
}
@keyframes cir4 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 1250%;
    height: 1250%;
  }
  78%,
  100% {
    opacity: 0;
  }
}
@keyframes cir5 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 925%;
    height: 925%;
  }
  78%,
  100% {
    opacity: 0;
  }
}
@keyframes cir6 {
  0% {
    width: 100%;
    height: 100%;
  }
  50%,
  75% {
    width: 1525%;
    height: 1525%;
  }
  78%,
  100% {
    opacity: 0;
  }
}
@keyframes zhuang {
  0% {
    transform: rotate(20deg);
  }
  48% {
    transform: rotate(359deg);
  }
  48.1% {
    transform: rotate(0deg);
  }
  98% {
    transform: rotate(359deg);
  }
  98.1% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-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;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swi-btn:hover {
    background: #004282;
  }
}
@media only screen and (max-width: 1680px) {
  .fs80 {
    font-size: 60px;
  }
  .fs60 {
    font-size: 50px;
  }
  .fs55 {
    font-size: 46px;
  }
  .fs50 {
    font-size: 44px;
  }
  .fs48 {
    font-size: 42px;
  }
  .fs45 {
    font-size: 40px;
  }
  .fs36 {
    font-size: 32px;
  }
  .fs30 {
    font-size: 28px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .pt136 {
    padding-top: 110px;
  }
  .mt130 {
    margin-top: 110px;
  }
  .mb130 {
    margin-bottom: 110px;
  }
  .pb100 {
    padding-bottom: 90px;
  }
  .mb100 {
    margin-bottom: 90px;
  }
  .mt80 {
    margin-top: 70px;
  }
  .pt80 {
    padding-top: 70px;
  }
  .learn-more {
    width: 190px;
    height: 46px;
    line-height: 46px;
  }
  .head-pc .nav li {
    margin-left: 60px;
  }
  .foot-t {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .foot-t .top {
    width: 48px;
    height: 48px;
  }
  .footL .item {
    margin-bottom: 30px;
  }
  .footL .fol-item {
    width: 36px;
    height: 36px;
    margin-left: 10px;
  }
  .footL .fol-item i {
    font-size: 14px;
  }
  .footR .form-2 {
    margin: 40px 0;
  }
  .footR .form-2 .placehoder {
    margin-top: 20px;
  }
  .footR .btn {
    margin-top: 40px;
  }
  .foot-b {
    padding: 25px 0;
  }
  .inner-banner .subTit::before {
    bottom: 50px;
    border-width: 31px;
  }
  .inner-banner.noSort::before {
    border-width: 31px;
  }
}
@media only screen and (max-width: 1440px) {
  .c1 {
    width: 80vw;
  }
  .fs80 {
    font-size: 50px;
  }
  .fs60 {
    font-size: 44px;
  }
  .fs55 {
    font-size: 42px;
  }
  .fs50 {
    font-size: 40px;
  }
  .fs48 {
    font-size: 38px;
  }
  .fs45 {
    font-size: 36px;
  }
  .fs36 {
    font-size: 30px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs22 {
    font-size: 18px;
  }
  .pt136 {
    padding-top: 100px;
  }
  .mt130 {
    margin-top: 100px;
  }
  .mb130 {
    margin-bottom: 100px;
  }
  .mt110 {
    margin-top: 90px;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 80px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .pl15 {
    padding-left: 10vw;
  }
  .pr15 {
    padding-right: 10vw;
  }
  .swi-pagi .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px !important;
  }
  .footL .followUs {
    margin-top: 40px;
  }
  .inner-banner .subTit {
    width: 90vw;
  }
  .inner-banner .txt h4 {
    margin-bottom: 20px;
  }
  .nNav-swiper .swiper-slide {
    width: 230px;
    height: 50px;
  }
  .nNav-swiper .swiper-slide span {
    line-height: 50px;
    font-size: 16px;
  }
  .paging a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
  }
  .paging .prev {
    margin-right: 15px;
  }
  .paging .next {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  .pt136 {
    padding-top: 90px;
  }
  .mt130 {
    margin-top: 90px;
  }
  .mb130 {
    margin-bottom: 90px;
  }
  .mt110 {
    margin-top: 80px;
  }
  .pt100 {
    padding-top: 70px;
  }
  .pb100 {
    padding-bottom: 70px;
  }
  .mb100 {
    margin-bottom: 70px;
  }
  .mt80 {
    margin-top: 50px;
  }
  .pt80 {
    padding-top: 50px;
  }
  .fs80 {
    font-size: 46px;
  }
  .fs60 {
    font-size: 42px;
  }
  .fs55 {
    font-size: 40px;
  }
  .fs50 {
    font-size: 38px;
  }
  .fs48 {
    font-size: 36px;
  }
  .fs45 {
    font-size: 34px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 24px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  .head-pc .c2 {
    height: 80px;
  }
  .head-pc .nav li {
    margin-left: 50px;
  }
  .learn-more {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .c1,
  .c2 {
    width: 92vw;
  }
  .pl15 {
    padding-left: 4vw;
  }
  .pr15 {
    padding-right: 4vw;
  }
  .pt136 {
    padding-top: 80px;
  }
  .mt130 {
    margin-top: 80px;
  }
  .mb130 {
    margin-bottom: 80px;
  }
  .mt110 {
    margin-top: 60px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .foot-t {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .footL .item {
    margin-bottom: 20px;
  }
  .footR .leave {
    margin-bottom: 50px;
  }
  .inner-banner .subTit {
    width: 96vw;
  }
  .inner-banner .subTit::before {
    bottom: 46px;
    border-width: 21px;
  }
  .inner-banner.noSort::before {
    border-width: 21px;
  }
  .nNav-swiper .swiper-slide {
    width: 220px;
    height: 46px;
  }
  .nNav-swiper .swiper-slide span {
    line-height: 46px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 860px) {
  body {
    padding-top: 50px;
  }
  .fs80 {
    font-size: 40px;
  }
  .fs60 {
    font-size: 36px;
  }
  .fs55 {
    font-size: 34px;
  }
  .fs50 {
    font-size: 32px;
  }
  .fs48 {
    font-size: 30px;
  }
  .fs45 {
    font-size: 26px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs20 {
    font-size: 14px;
  }
  .pt136 {
    padding-top: 60px;
  }
  .mt130 {
    margin-top: 60px;
  }
  .mb130 {
    margin-bottom: 60px;
  }
  footer {
    background: transparent;
  }
  .foot-t {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footL {
    width: 100%;
    padding: 35px 4vw 40px;
    background-color: #222222;
  }
  .footL h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .footL .followUs {
    margin-top: 30px;
  }
  .footR {
    width: 100%;
    padding: 40px 4vw;
  }
  .footR .leave p {
    color: #333;
  }
  .footR .sele .placehoder {
    color: #333;
    border-bottom-color: rgba(51, 51, 51, 0.46);
  }
  .footR .form-item input,
  .footR .form-item select,
  .footR .form-item textarea {
    color: #333;
    border-bottom-color: rgba(51, 51, 51, 0.46);
  }
  .footR .form-2 .placehoder {
    width: 40%;
  }
  .footR .form-2 .placehoder::after {
    top: 20%;
  }
  .foot-b {
    background-color: #222222;
  }
  .foot-b .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-b span:first-of-type {
    margin-bottom: 10px;
  }
  .inner-banner.noSort::before {
    display: none;
  }
  .inner-banner .subTit {
    display: none;
  }
  .inner-banner .img img {
    min-height: 260px;
    object-fit: cover;
  }
  .paging .prev {
    margin-right: 10px;
  }
  .paging .next {
    margin-left: 10px;
  }
  @keyframes cir1 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 500%;
      height: 500%;
    }
    78%,
    100% {
      width: 500%;
      height: 500%;
      opacity: 0;
    }
  }
  @keyframes cir2 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 800%;
      height: 800%;
    }
    78%,
    100% {
      opacity: 0;
    }
  }
  @keyframes cir3 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 550%;
      height: 550%;
    }
    78%,
    100% {
      opacity: 0;
    }
  }
  @keyframes cir4 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 900%;
      height: 900%;
    }
    78%,
    100% {
      opacity: 0;
    }
  }
  @keyframes cir5 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 600%;
      height: 600%;
    }
    78%,
    100% {
      opacity: 0;
    }
  }
  @keyframes cir6 {
    0% {
      width: 100%;
      height: 100%;
    }
    50%,
    75% {
      width: 1100%;
      height: 1100%;
    }
    78%,
    100% {
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 640px) {
  .fs60 {
    font-size: 26px;
  }
  .footL h3 {
    margin-bottom: 30px;
  }
  .foot-t .toTop {
    display: none;
  }
  .paging a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .paging .prev {
    margin-right: 10px;
  }
  .paging .next {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 440px) {
  .paging a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
  }
  .paging .prev {
    margin-right: 5px;
  }
  .paging .next {
    margin-left: 5px;
  }
}
