@charset "utf-8";
/* CSS Document */

.main-center {
  width: 80.05vw;
  margin: 0 auto;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
img {
  width: 100%;
  display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.l50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fs62 {
  font-size: 62px;
}
.fs48 {
  font-size: 48px;
}
.fs42 {
  font-size: 42px;
}
.fs41 {
  font-size: 41px;
}
.fs40 {
  font-size: 40px;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs19 {
  font-size: 19px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs15 {
  font-size: 15px;
}
.head-pc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 103px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 99;
}
.head-pc .c {
  height: 100%;
}
.head-pc .logo-r {
  position: relative;
  margin-left: 16px;
  padding-left: 26px;
  color: #999;
}
.head-pc .logo-r * {
  line-height: 1.3;
}
.head-pc .logo-r::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 103px;
  background-color: rgba(32, 32, 32, 0.1);
}
.head-pc nav {
  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 nav .menu-li {
  position: relative;
}
.head-pc nav .menu-li:not(:last-of-type) {
  margin-right: 47px;
}
.head-pc nav .menu-li > a {
  position: relative;
  display: inline-block;
  height: 103px;
  line-height: 103px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 6px 0 5px;
}
.head-pc nav .menu-li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  width: 0;
  height: 4px;
  background-color: #00A0E9;
  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 nav .menu-li:hover > a {
  color: #00A0E9;
}
.head-pc nav .menu-li:hover > a::after {
  width: 100%;
}
.head-pc nav .menu-li > a.active {
  color: #00A0E9;
}
.head-pc nav .menu-li > a.active::after {
  width: 100%;
}
.head-pc nav .subNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 180px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
  display: none;
}
.head-pc nav .subNav * {
  color: #707070;
}
.head-pc nav .subNav a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 16px;
}
.head-pc nav .subNav a:hover {
  color: #00A0E9;
}
.head-pc .language {
  margin-right: 45px;
  margin-left: 148px;
}
.head-pc .language i {
  font-size: 22px;
}
.head-pc .language span {
  font-size: 16px;
  margin-left: 11px;
}
.head-pc .allMenu {
  height: 103px;
  padding-left: 23px;
  border-left: 1px solid rgba(32, 32, 32, 0.1);
}
.head-pc .allMenu span {
  font-size: 13px;
  font-family: Gilroy-Regular, Gilroy;
}
.head-pc .allMenu .menu {
  position: relative;
  width: 22px;
  height: 18px;
  cursor: pointer;
  margin-left: 9px;
}
.head-pc .allMenu .menu p {
  width: 22px;
  height: 2px;
  background-color: #333;
  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;
}
.head-pc .allMenu .menu p::before,
.head-pc .allMenu .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;
}
.head-pc .allMenu .menu p::before {
  top: -8px;
  -webkit-transition-property: top,transform;
  -moz-transition-property: top,transform;
  -ms-transition-property: top,transform;
  -o-transition-property: top,transform;
  transition-property: top,transform;
}
.head-pc .allMenu .menu p::after {
  bottom: -8px;
  -webkit-transition-property: bottom,transform;
  -moz-transition-property: bottom,transform;
  -ms-transition-property: bottom,transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
}
.subMenu {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 98;
}
.subMenu a:hover {
  color: #00A0E9 !important;
}
.subMenu .fir-nav {
  position: relative;
  margin-bottom: 35px;
}
.subMenu .fir-nav a {
  font-size: 20px;
}
.subMenu .fir-nav i {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.subMenu .ul-2 li:not(:last-of-type) {
  margin-bottom: 15px;
}
.subMenu .ul-2 a {
  font-size: 16px;
  color: #999;
}
header.active nav,
header.active .language {
  opacity: 0;
  visibility: hidden;
}
header.active .allMenu {
  border-left-color: transparent;
}
header.active .allMenu .menu 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;
}
header.active .allMenu .menu p::before,
header.active .allMenu .menu 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;
}
header.active .allMenu .menu p::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.active .allMenu .menu p::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.subMenu.open {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#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%;
}
#mb-header #navbar-main #logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 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 15px;
}
#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: relative;
  width: 30px;
  background-clip: content-box;
}
#mb-header #sidebar-main-trigger p {
  width: 30px;
  height: 2px;
  background: #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;
}
#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: #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;
}
#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: #F7F7F7;
  display: none;
}
#mb-header .mb-ej-ul a {
  color: #333;
}
#mb-header .mb-ul .has-child .fir-nav {
  position: relative;
  padding: 16px 15px;
}
#mb-header .mb-ul .has-child .fir-nav::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #F0F0F0;
}
#mb-header .mb-ul .has-child .fir-nav a {
  display: inline !important;
  padding: 16px 0 !important;
}
#mb-header .mb-ul .has-child .fir-nav a::after {
  width: 0;
  height: 0;
  display: none;
}
#mb-header .mb-ul .has-child .fir-nav::before {
  content: '\e629';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-family: 'iconfont' !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mb-header .mb-ul .mb-ej-li.mb-active {
  background-color: #eee;
}
#mb-header .mb-ul .mb-ej-li.mb-active .fir-nav::before {
  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: #F5F5F5;
}
footer a:hover {
  color: #00A0E9;
}
.foot-t {
  padding: 86px 0 92px;
}
.foot-t dl {
  margin-right: 118px;
}
.foot-t dt {
  margin-bottom: 28px;
}
.foot-t dd {
  color: #999;
}
.foot-t dd:not(:last-of-type) {
  margin-bottom: 17px;
}
.foot-t .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.foot-t .item p {
  color: #999;
}
.foot-t .item p i {
  color: #E60012;
  margin-left: 13px;
}
.foot-t .follow .followUs {
  margin-bottom: 12px;
  font-weight: 500;
}
.foot-t .follow .sys {
  color: #777;
  margin-top: 25px;
}
.foot-b {
  padding: 22px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.19);
}
.foot-b .copyright {
  color: #999;
}
.foot-b .webDesign {
  margin-left: 71px;
  color: #777;
}
.foot-b .link {
  position: relative;
  width: 222px;
  height: 43px;
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  cursor: pointer;
}
.foot-b .link .blogroll {
  position: relative;
  line-height: 43px;
  padding: 0 14.8%;
  color: #777;
}
.foot-b .link .blogroll i {
  position: absolute;
  right: 7.8%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  display: inline-block;
  font-size: 14px;
  text-align: right;
  color: #333;
}
.foot-b .link ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  box-sizing: border-box;
  display: none;
  z-index: 99;
}
.foot-b .link ul a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
}
.foot-b .link ul a:hover {
  color: #00A0E9;
}
.inn-banner {
  position: relative;
}
.inn-banner .img {
  overflow: hidden;
}
.inn-banner .img img {
  transform: scale(1.1);
  animation: bannerScale 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.inn-banner .txt * {
  line-height: 1;
  color: #fff;
}
.inn-banner .txt h3 {
  font-weight: 500;
  margin-bottom: 15px;
}
.sub-nav {
  padding-top: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D4D4D4;
}
.sub-swiper .swiper-wrapper {
  justify-content: center;
}
.sub-swiper .swiper-slide {
  width: auto;
  padding: 7px 43px;
  font-size: 18px;
  border-radius: 50px;
}
.sub-swiper .swiper-slide:hover {
  color: #fff;
  background-color: #00A0E9;
}

.sub-swiper .swiper-slide.active {
  color: #fff;
  background-color: #00A0E9;
}
.has-subPagi {
  border-bottom: 0;
}
.sub-pagi {
  background-color: #F5F5F5;
}
.sub-pagi .swiper-wrapper {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.sub-pagi .swiper-slide {
  position: relative;
  font-size: 20px;
  width: auto;
  margin-right: 94px;
  padding: 32px 0;
  cursor: pointer;
}
.sub-pagi .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 0;
  bottom: 0;
  background-color: #00A0E9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sub-pagi .swiper-slide:hover::after {
  width: 100%;
}
.sub-pagi .swiper-slide.cur::after {
  width: 100%;
}
.com-tit .p2 {
  width: 71.3%;
  color: #666;
  line-height: 2;
  margin: 46px auto 0;
}
.paging .page a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: 'Gilroy';
  font-size: 16px;
  background: #F7F7F7;
}
.paging .page a:not(:last-of-type) {
  margin-right: 13px;
}
.paging .page a i {
  font-size: 24px;
}
.paging .page a:hover {
  background-color: #00A0E9;
  color: #fff;
}
.paging .page a:hover i {
  color: #fff;
}
.paging .page a.active {
  background-color: #00A0E9;
  color: #fff;
}
.paging .page a.active i {
  color: #fff;
}
.paging .page .first i {
  display: inline-block;
  transform: rotate(180deg);
}
.paging .page .first,
.paging .page .last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .jump {
  display: inline-block;
  margin-left: 38px;
}
.paging .jump .jump-page {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
}
.paging .jump .toGo {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background: #F7F7F7;
  margin-left: 13px;
}
.paging .jump .toGo:hover {
  background-color: #00A0E9;
  color: #fff;
}
.slider {
  position: fixed;
  bottom: 8%;
  right: 0.8%;
  padding-bottom: 29px;
  z-index: 90;
}
.slider .telBox {
  position: absolute;
  right: 170%;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.slider .telBox span {
  position: relative;
  display: block;
  font-family: Arial;
  color: #00A0E9;
  font-size: 15px;
  padding: 12px 27px 11px 21px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  border-radius: 6px;
  line-height: 1.1;
}
.slider .telBox span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00A0E9;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.slider .telBox span::after {
  content: '\e646';
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .eqbox {
  position: absolute;
  right: 170%;
  top: 50%;
  width: 110px;
  height: 110px;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  border-radius: 12px;
}
.slider .eqbox::before {
  content: '\e646';
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .eqbox img {
  display: block;
  background: #fff;
}
.slider .sfkf {
  display: block;
  width: 100%;
  height: 100%;
}
.slider .sfkf span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-family: Arial-Bold, Arial;
  background: #E60012;
  position: absolute;
  right: 5px;
  top: 10px;
  -webkit-animation: scolltops 2.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: scolltops 2.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}
.slider li {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.slider li:not(:last-of-type) {
  margin-bottom: 5px;
}
.slider li i {
  font-size: 20px;
  color: #00A0E9;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.slider li:hover {
  background-color: #00A0E9;
}
.slider li:hover i {
  color: #fff;
}
.slider li:hover .telBox,
.slider li:hover .eqbox {
  opacity: 1;
  visibility: visible;
  right: 140%;
}
@-webkit-keyframes scolltops {
  0%,
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes scolltops {
  0%,
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes jt1 {
  50% {
    left: 40%;
  }
  100% {
    left: 50%;
  }
}
@keyframes jt2 {
  50% {
    left: 60%;
  }
  100% {
    left: 50%;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bannerScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bannerScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line1 {
  to {
    width: 100%;
  }
}
@keyframes line2 {
  to {
    height: 100%;
  }
}
@keyframes roll {
  100% {
    top: 100%;
  }
}
@keyframes cursor {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 1680px) {
  .fs62 {
    font-size: 50px;
  }
  .fs48 {
    font-size: 42px;
  }
  .fs42 {
    font-size: 38px;
  }
  .fs41 {
    font-size: 36px;
  }
  .fs40 {
    font-size: 36px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs19 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 17px;
  }
  .fs16 {
    font-size: 15px;
  }
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 35px;
  }
  .head-pc nav .menu-li > a {
    font-size: 16px;
  }
  .head-pc .language {
    margin-left: 100px;
  }
  .head-pc .allMenu {
    padding-left: 15px;
  }
  .foot-t {
    padding: 60px 0 70px;
  }
  .foot-t dl {
    margin-right: 90px;
  }
  .foot-t dt {
    margin-bottom: 25px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-t .item:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .foot-t .follow .sys {
    margin-top: 15px;
  }
  .foot-b .webDesign {
    margin-left: 40px;
  }
  .foot-b .link {
    width: 200px;
  }
  .foot-b .link .blogroll {
    padding: 0 10.8%;
  }
  .foot-b .link .blogroll i {
    right: 3.8%;
  }
  .com-tit .p2 {
    margin-top: 30px;
  }
  .sub-nav {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .sub-swiper .swiper-slide {
    padding: 5px 30px;
  }
  .sub-pagi .swiper-slide {
    padding: 25px 0;
    font-size: 18px;
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1550px) {
  .head-pc .logo-r {
    margin-left: 13px;
    padding-left: 16px;
  }
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 30px;
  }
  .head-pc .language {
    margin-right: 30px;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .main-center {
    width: 85.05vw;
  }
  .center {
    width: 85.05vw;
  }
  .fs62 {
    font-size: 40px;
  }
  .fs48 {
    font-size: 38px;
  }
  .fs42 {
    font-size: 32px;
  }
  .fs41 {
    font-size: 32px;
  }
  .fs40 {
    font-size: 32px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs19 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 15px;
  }
  .head-pc {
    height: 90px;
  }
  .head-pc .logo-r::before {
    height: 90px;
  }
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 25px;
  }
  .head-pc nav .menu-li > a {
    height: 90px;
    line-height: 90px;
  }
  .head-pc .language {
    margin-left: 60px;
    margin-right: 25px;
  }
  .head-pc .language i {
    font-size: 20px;
  }
  .head-pc .language span {
    margin-left: 5px;
  }
  .head-pc .allMenu {
    height: 90px;
    padding-left: 10px;
  }
  .head-pc .allMenu .menu {
    margin-left: 5px;
  }
  .subMenu .fir-nav {
    margin-bottom: 30px;
  }
  .subMenu .fir-nav a {
    font-size: 18px;
  }
  .subMenu .ul-2 li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .subMenu .ul-2 li a {
    font-size: 15px;
  }
  .foot-t {
    padding: 50px 0 60px;
  }
  .foot-t dl {
    margin-right: 60px;
  }
  .foot-t dt {
    margin-bottom: 20px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-t .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .foot-t .follow .sys {
    margin-top: 10px;
  }
  .foot-b .webDesign {
    margin-left: 30px;
  }
  .foot-b .link {
    width: 180px;
  }
  .com-tit .p2 {
    margin-top: 25px;
  }
  .sub-nav {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .sub-swiper .swiper-slide {
    padding: 5px 25px;
    font-size: 16px;
  }
  .sub-pagi .swiper-slide {
    padding: 20px 0;
    font-size: 16px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .head-pc .logo-r {
    margin-left: 10px;
    padding-left: 10px;
  }
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 20px;
  }
  .head-pc .language {
    margin-left: 30px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .fs62 {
    font-size: 34px;
  }
  .fs48 {
    font-size: 34px;
  }
  .fs41 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 16px;
  }
  .head-pc .logo-r {
    font-size: 12px;
    margin-left: 5px;
  }
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 15px;
  }
  .head-pc nav .menu-li > a {
    padding: 0 3px;
    font-size: 15px;
  }
  .head-pc .language {
    margin-left: 20px;
    margin-right: 10px;
  }
  .head-pc .language i {
    font-size: 16px;
  }
  .head-pc .language span {
    font-size: 14px;
  }
  .foot-t dl {
    margin-right: 45px;
  }
  .foot-t dt {
    margin-bottom: 15px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .foot-t .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .foot-t .follow .followUs {
    margin-bottom: 5px;
  }
  .foot-b .link {
    width: 160px;
  }
  .foot-b .link .blogroll {
    padding: 0 6.8%;
  }
  .foot-b .link .blogroll i {
    right: 1.8%;
    font-size: 12px;
  }
  .sub-nav {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sub-swiper .swiper-slide {
    padding: 5px 18px;
  }
  .sub-pagi .swiper-slide {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .head-pc nav .menu-li:not(:last-of-type) {
    margin-right: 10px;
  }
  .head-pc nav .menu-li > a {
    font-size: 14px;
  }
  .head-pc .language {
    margin-left: 10px;
  }
  .foot-t dl {
    margin-right: 30px;
  }
  .foot-b .link {
    width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-center,
  .center {
    width: 90%;
  }
  .fs62 {
    font-size: 30px;
  }
  .fs48 {
    font-size: 30px;
  }
  .fs42 {
    font-size: 24px;
  }
  .fs41 {
    font-size: 22px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs18,
  .fs16,
  .fs15 {
    font-size: 14px;
  }
  .head-pc {
    height: 60px;
  }
  .head-pc #logo {
    width: 150px;
  }
  .head-pc .logo-r::before {
    height: 60px;
  }
  .head-pc nav {
    display: none;
  }
  .head-pc .allMenu {
    height: 60px;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .head-pc .allMenu span {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
  }
  .head-pc .allMenu .menu {
    margin-left: 0;
  }
  .subMenu {
    top: 0;
    left: auto;
    right: -120%;
  }
  .subMenu .fir-nav {
    margin-bottom: 20px;
  }
  .subMenu.open {
    right: 0;
  }
  .foot-t {
    padding: 30px 0;
  }
  .foot-t dl {
    display: none;
  }
  .foot-t .item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .foot-b .main-center,
  .foot-b .foot-bl {
    flex-direction: column;
  }
  .foot-b .copyright {
    text-align: center;
    line-height: 1.8;
  }
  .foot-b .copyright a {
    display: block;
  }
  .foot-b .link {
    margin-top: 20px;
    width: 200px;
    height: 38px;
    display: none;
  }
  .foot-b .link .blogroll {
    line-height: 38px;
  }
  .inn-banner {
    margin-top: 50px;
  }
  .sub-nav {
    padding: 25px 0;
  }
  .sub-swiper .swiper-wrapper {
    justify-content: start;
  }
  .sub-pagi .swiper-wrapper {
    justify-content: start;
  }
  .sub-pagi .swiper-slide {
    margin-right: 30px;
  }
  .paging .page a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 5px;
  }
  .paging .jump {
    margin-left: 5px;
  }
  .paging .jump .jump-page {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .paging .jump .toGo {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 5px;
  }
  .slider {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .head-pc #logo {
    width: 150px;
  }
  .subMenu .menu-list {
    top: 60px;
    transform: translate(-50%, 0);
    flex-direction: column;
  }
  .subMenu .main-center {
    width: 100%;
  }
  .subMenu .fir-nav {
    position: relative;
    height: 56px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
    margin-bottom: 0;
    padding: 0 5%;
  }
  .subMenu .fir-nav i {
    opacity: 1;
    visibility: visible;
  }
  .subMenu .fir-nav > a {
    font-size: 16px;
    line-height: 56px;
  }
  .subMenu .ul-2 li {
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
  }
  .subMenu .ul-2 li:not(:last-of-type) {
    margin-bottom: 0;
    border-bottom: 1px solid #F0F0F0;
  }
  .subMenu .ul-2 li a {
    font-size: 14px;
    line-height: 44px;
  }
  .subMenu .child {
    display: none;
    padding: 0 5%;
    background-color: #F7F7F7;
  }
  .subMenu .menu-li.active {
    background-color: #eee;
  }
  .subMenu .menu-li.active .fir-nav {
    border-bottom: 1px solid transparent;
  }
  .subMenu .menu-li.active .fir-nav i {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 640px) {
  .fs62 {
    font-size: 24px;
  }
  .fs48 {
    font-size: 24px;
  }
  .fs42 {
    font-size: 22px;
  }
  .fs41 {
    font-size: 20px;
  }
  .fs40 {
    font-size: 20px;
  }
  .head-pc .logo {
    width: 160px;
  }
  .sub-nav {
    padding: 20px 0;
  }
  .sub-swiper .swiper-slide {
    padding: 3px 15px;
    margin-right: 20px;
  }
  .inn-banner .img img {
    min-height: 350px;
    object-fit: cover;
  }
  .paging .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .paging .jump .jump-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .paging .jump .toGo {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .head-pc .logo {
    width: 130px;
  }
  .head-pc .logo-r {
    padding-left: 5px;
  }
  .foot-t .follow .img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 440px) {
  .fs62 {
    font-size: 22px;
  }
  .fs48 {
    font-size: 20px;
  }
  .fs42 {
    font-size: 20px;
  }
  .fs41 {
    font-size: 18px;
  }
  .fs40 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 14px;
  }
  .inn-banner .img img {
    min-height: 220px;
  }
  .com-tit .p2 {
    margin-top: 15px;
  }
  .head-pc .logo {
    width: 110px;
  }
  .head-pc .language {
    margin-right: 5px;
  }
  .head-pc .language span {
    display: block;
    margin-left: 0;
  }
  .head-pc .allMenu {
    padding-left: 5px;
  }
  .head-pc .allMenu span {
    margin-top: 5px;
  }
  .subMenu .fir-nav {
    height: 50px;
  }
  .subMenu .fir-nav > a {
    font-size: 14px;
    line-height: 50px;
  }
  .subMenu .ul-2 li {
    height: 40px;
    line-height: 40px;
  }
  .paging .page a:not(:last-of-type) {
    margin-right: 3px;
  }
  .paging .jump {
    margin-left: 3px;
  }
  .paging .jump .toGo {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 330px) {
  .paging .page a,
  .paging .jump .jump-page,
  .paging .jump .toGo {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  .paging .page a i,
  .paging .jump .jump-page i,
  .paging .jump .toGo i {
    font-size: 20px;
  }
}