
@import url(iconfont.css);
@import url(animate.css);

body.act {
  overflow: hidden;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.line5 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

video,
iframe {
  max-width: 100%;
}

img.lazy {
  display: inline-block;
  opacity: 0;
}

img.lazy,
img.tst {
  transition: opacity 0.6s, transform 0.3s ease;
}

img.loaded {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.lazy-load {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background-color: #ccc;
  animation: loading 1s linear infinite;
  border-radius: 100%;
}

.lazy-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.lazy-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lazy-wrap.lazy-loaded .lazy-load {
  -webkit-animation: none;
  animation: none;
  display: none;
}

.lazy-wrap.lazy-loaded::after {
  padding-bottom: 0;
}

@keyframes loading {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol,
li {
  list-style: none;
}

.container-s,
.container-b,
.wrap-type {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#head {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  height: 80px;
}

#head.is-act {
  background: #030f2d;
}

#head.active .head-left-security span {
  color: #000;
}

.head-logo img {
  width: auto;
  max-height: 60px;
}

#head.active .head-logo img:nth-child(1) {
  display: none;
}

#head.active .head-logo img:nth-child(2) {
  display: block;
}

#head.active .phone-icon1 {
  display: none;
}

#head.active .phone-icon2 {
  display: block;
}

#head.active .head-relation a,
#head.active .nav-list>li>a {
  color: #000;
}

.head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.head-left {
  display: flex;
  align-items: center;
}

.head-logo {
  display: flex;
  justify-content: space-between;
}

.head-logo img {
  margin-right: 4px;
}

.black {
  display: none;
}

.head-left .wire {
  display: block;
  width: 1px;
  height: 26px;
  background-color: #a1a1a1;
  margin-left: 25px;
  margin-right: 16px;
}

.head-left-security div {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.head-left-security span {
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
  transform: none !important;
}

.head-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-list {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-list li {
  list-style: none;
  height: 100%;
}

.nav-list li a {
  display: flex;
  align-items: center;
  color: #FFF;
  height: 100%;
  white-space: nowrap;
  padding: 0 25px;
}

.nav-list li a.active {
  color: #db7414 !important;
}

.nav-list li a:hover {
  color: #db7414 !important;
}

.head-relation {
  display: flex;
  align-items: center;
}

.head-relation a {
  display: block;
  white-space: nowrap;
  margin-left: 10px;
}

.head-relation em {
  color: #FFF;
}

.head-relation a {
  color: #FFF;
}

.head-relation img {
  cursor: pointer;
}

.phone-icon2 {
  display: none;
}

.phone-icon1,
.phone-icon2 {
  transform: rotateY(0deg);
  transition: all 0.4s linear;
}

.head-relation:hover .phone-icon1,
.head-relation:hover .phone-icon2 {
  transform: rotateY(360deg);
}

.head-relation a:hover {
  color: #DB7414;
}

.head-mob {
  display: none;
}

.nav-sign {
  display: flex;
  position: absolute;
  bottom: 16px;
  width: 30px;
  transition: all 0.5s ease;
}

.nav-sign span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #db7414;
  margin-right: 3px;
}

.nav-sign .nav-sign-two {
  background-color: #FFF;
}

.mob-menu {
  position: relative;
  width: 37px;
  height: 32px;
}

.mob-menu span {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #FFF;
  position: absolute;
  border-radius: 3px;
  transition: all 0.2s linear;
}

.mob-menu span:nth-child(1) {
  top: 20%;
}

.mob-menu span:nth-child(2) {
  top: 50%;
}

.mob-menu span:nth-child(3) {
  top: 80%;
}

.mob-menu.active span:nth-child(2) {
  display: none;
}

.mob-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.mob-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.mob-menu {
  display: none;
}

.head-box .head-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.head-nav-content {
  height: 100%;
}

.nav-list {
  height: 100%;
}

.submenu {
  padding: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s linear;
  width: 380px;
  transition: all 0.2s linear;
  position: absolute;
}

.submenu ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFFed;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 20px;
}

.submenu li {
  width: 30%;
}

.submenu li a {
  color: #000;
  font-size: 14px;
  display: inline-flex;
  white-space: nowrap;
  padding: 6px 10px;
  transition: all 0.1 linear;
  text-align: center;
}

.nav-list li:hover .submenu {
  transform: scaleY(1);
}

@media screen and (max-width:1240px) {
  .mob-menu {
    display: flex;
  }

  .head-left .wire {
    display: none !important;
  }

  #head {
    box-sizing: border-box;
    height: 60px;
  }

  #head.mob-act {
    background: #030f2d;
  }

  #head.mob-act .head-nav-content {
    left: 0;
  }

  .head-relation {
    display: none;
  }

  .nav-sign {
    display: none;
  }

  .head-left-security {
    display: none;
  }

  .head-content {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .head-logo {
    width: 140px;
  }

  .head-nav-content {
    position: fixed;
    top: 60px;
    width: 100vw;
    height: auto;
    background-color: #FFF;
    overflow-y: auto;
    left: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.2s linear;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    justify-content: flex-start;
    padding-bottom: 100px;
  }

  .nav-list li {
    height: auto;
  }

  .nav-list li a {
    color: #000;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li a {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    height: auto;
    border-bottom: 1px solid #d3d3d3;
  }

  .nav-list li a {
    color: #000 !important;
  }

  .nav-list li a:hover {
    color: #DB7414 !important;
  }

  .nav-list li {
    position: relative;
  }

  .nav-list li i {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .submenu {
    overflow: hidden;
    transition: none !important;
    position: static;
    display: none;
    transform: none !important;
  }

  .submenu ul {
    background-color: #FFF;
  }

  .nav-list .submenu li a {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 0;
    padding-left: 10px;
  }

  .submenu li {
    height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  .mob-icon {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .mob-icon span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
  }

  .mob-icon .mob-icon-item2 {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .mob-icon.mobact .mob-icon-item2 {
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width:768px) {
  .nav-list li a {
    padding: 10px 25px;
  }

  .nav-list li {
    height: auto;
  }
}

.home-swip8-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.home-swip8-content>div {
  margin-top: 10%;
}

.swip8-content>h4 {
  font-size: 36px;
  font-weight: 800;
  color: #1940b0;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.swip8-con-b {
  font-size: 17px;
  font-weight: 500;
  color: #415076;
  margin: 28px 0 40px;
  text-align: center;
}

.swip8-con-tel span:first-child {
  font-size: 22px;
  font-weight: 800;
  color: #16a3fe;
  text-align: center;
}

.swip8-con-tel span:last-child {
  font-size: 21px;
  font-family: Roboto;
  font-weight: 500;
  color: #16a3fe;
  line-height: 26px;
  text-align: center;
}

.swip8-btn {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}

.swip8-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 53px;
  color: #FFF;
  border-radius: 5px;
}

.swip8-btn a img {
  margin-right: 17px;
}

.swip8-btn1 {
  background: linear-gradient(119deg, #0D46FF, #01A6FF);
  margin-right: 18px;
  transition: all 1s linear;
}

.swip8-btn2 {
  transition: all 1s linear;
  background-color: #f07f00;
}

.swip8-btn a:hover {
  opacity: 0.9;
}

.swip8-btn1:hover {
  opacity: 0.8;
}

.swip8-btn2:hover {
  opacity: 0.8;
}

.swip8-footer {
  position: absolute;
  bottom: 0;
}

footer {
  background-color: #030f2d;
  box-sizing: border-box;
  width: 100vw;
  padding-top: 47px;
  position: relative;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-mimg {
  display: none;
}

.footer-top {
  border-bottom: 1px solid rgba(149, 150, 163, 0.27);
  padding-bottom: 10px;
}

.footer-top>ul li {
  list-style: none;
}

.footer-top>ul {
  display: flex;
  justify-content: space-between;
}

.footer-top-item-nav {
  display: flex;
  flex-direction: column;
}

.footer-top-item>p {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 0;
}

.footer-top-item-nav a {
  font-size: 14px;
  color: #9596a3;
  margin: 5px 0;
}

.footer-top-item-nav p {
  margin: 5px 0;
  font-size: 14px;
  color: #9596a3;
}

.footer-img {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer-img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2%;
}

.footer-img-item>img {
  transition: all 0.2s linear;
  cursor: pointer;
}

.footer-img-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 4px;
}

.footer-img-item span p {
  color: #9596a3;
  font-size: 14px;
  transition: all 0.2s linear;
}

.footer-img-item span img {
  margin-right: 5px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
}

.footer-bottom p {
  font-size: 14px;
  color: #9596a3;
}

.footer-bottom p a {
  font-size: 14px;
  color: #9596a3;
}

.footer-mob {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

.footer-mob div {
  width: 50%;
  height: 50px;
  opacity: 1;
  position: absolute;
  bottom: 0;
  transition: all 0.2s linear;
}

.footer-mob div a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-mob div a img {
  margin-right: 8px;
  width: 18px;
  margin-top: 4px;
}

.footer-mob-left {
  background-color: #e7f0f9;
  left: 0;
}

.footer-mob-right {
  right: 0;
  background: linear-gradient(119deg, #0D46FF, #01A6FF);
}

.footer-mob-left a {
  color: #333;
}

.footer-mob-right a {
  color: #FFF;
}

.footer-mob div:hover {
  opacity: 0.9;
  bottom: 10px;
}

.footer-top-item-nav a:hover {
  color: #DB7414;
}

.footer-top-item:last-child>p>a {
  color: #FFF;
}

.footer-img-item>img:hover {
  transform: scale(1.2);
}

.footer-img-item:hover span p {
  color: #db7414;
}

@media screen and (max-width:1000px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width:900px) {
  .footer-top>ul {
    flex-wrap: wrap;
    padding: 0;
  }

  .footer-top-item {
    width: 30%;
  }

  .footer-top-item:nth-child(4) {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .swip8-content {
    margin-top: 80px;
  }

  .swip8-footer {
    padding-top: 20px;
    height: calc(100% - 60px);
  }

  .swip8-con-b {
    margin: 20px 0 35px;
  }

  .footer-img {
    display: none;
  }

  .footer-top-item:nth-child(1),
  .footer-top-item:nth-child(2),
  .footer-top-item:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top-item:nth-child(1) .footer-top-item-nav,
  .footer-top-item:nth-child(2) .footer-top-item-nav,
  .footer-top-item:nth-child(3) .footer-top-item-nav {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .footer-top-item:nth-child(1) .footer-top-item-nav a,
  .footer-top-item:nth-child(2) .footer-top-item-nav a,
  .footer-top-item:nth-child(3) .footer-top-item-nav a {
    width: 33.333%;
  }

  .footer-mimg {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .footer-mimg img {
    width: 100%;
    max-width: 120px;
  }

  .footer-top-item:nth-child(3) {
    margin-bottom: 0;
  }

  .footer-top ul {
    box-sizing: border-box;
  }

  .home-swip8-content>div {
    display: none;
  }

  .swip8-footer .wrap-type {
    padding: 0;
  }

  .footer-bottom {
    box-sizing: border-box;
  }

  .footer-mob {
    display: none;
  }
}

@media screen and (max-width:500px) {
  .footer-top-item>p {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .footer-bottom p {
    margin: 4px 0;
  }

  .footer-top-item-nav p {
    margin: 2px 0;
  }
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin: 20px 0;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner {
  display: inline-block;
  color: #F4F4F4;
  font-size: 16px;
  font-weight: normal;
  width: 162px;
  height: 52px;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

.translatey {
  animation: translatey 0.5s linear;
}

.bannerscale {
  animation: bannerscale 0.5s linear;
}

.rotate1 {
  animation: rotate1 0.8s linear;
}

.rotate2 {
  animation: rotate1 1.2s linear;
}

.rotate3 {
  animation: rotate1 1.6s linear;
}

.rotate4 {
  animation: rotate1 2s linear;
}

.scalebig {
  animation: scalebig 1s linear;
}

.translatex {
  animation: translatex 1s linear;
}

.translatexf {
  animation: translatexf 1s linear;
}

.translatey1 {
  animation: translatey1 1s linear;
}

.crossleft {
  animation: crossleft 0.4s infinite linear;
}

.crossright {
  animation: crossright 0.4s infinite linear;
}

.footery1 {
  animation: footery1 0.6s linear;
}

.footery2 {
  animation: footery2 0.8s linear;
}

.footery3 {
  animation: footery3 1s linear;
}

.footery4 {
  animation: footery4 1.2s linear;
}

.opacity1 {
  animation: opacity1 1s linear;
}

.opacity2 {
  animation: opacity2 1.4s linear;
}

.opacity3 {
  animation: opacity3 1.8s linear;
}

.opacity4 {
  animation: opacity4 2.2s linear;
}

.inner-banner-s,
.page-banner,
.inner-banner {
  overflow: hidden;
}

.inner-banner-s img,
.page-banner img,
.inner-banner img {
  animation: img_move 8s linear 0s infinite normal both;
  width: 100%;
}

.news-page {
  overflow: hidden;
}

.sec-contact .container-s>p a {
  color: #FFF;
}

.swipertop,
.gotop {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 24px;
  background: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 9;
  overflow: hidden;
}

.swipertop.act,
.gotop.act {
  opacity: 1;
  visibility: inherit;
  bottom: 60px;
}

.swipertop i,
.gotop i {
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swipertop:hover,
.gotop:hover {
  background: #f3f3f3;
}

.swipertop.act,
.gotop.act {
  opacity: 1;
  visibility: inherit;
  bottom: 100px;
}

.swipertop {
  display: none;
}

.inner-banner {
  position: relative;
}

.inner-banner .inner-banner-cont {
  width: 100%;
  max-width: 1240px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #FFF;
  padding: 0 20px;
}

.inner-banner .inner-banner-cont h1 {
  font-size: 40px;
  letter-spacing: 10px;
  margin-bottom: 20px;
}

.inner-banner .inner-banner-cont p {
  font-size: 20px;
  letter-spacing: 6px;
}

.head-relation {
  border-left: 1px solid #f3f3f361;
  padding-left: 24px;
}

html {
  overflow-y: scroll;
}

.footbgn {
  display: none;
}

@media (max-width:768px) {
  .inner-banner .inner-banner-cont h1 {
    font-size: 28px;
  }

  .swip8-btn {
    width: 100%;
    margin: 0;
    transition: none;
    z-index: 9;
  }

  .swip8-btn a {
    width: 50%;
    border-radius: 0;
    margin: 0;
  }

  .swip8-btn a img {
    width: 18px;
  }

  .swip8-btn a:nth-child(1) {
    background: #eee;
    color: #000;
  }

  .swip8-btn a:nth-child(2) {
    background: linear-gradient(119deg, #0D46FF, #01A6FF);
  }

  footer {
    padding-bottom: 60px;
  }

  .footbgn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .footbgn.wmkcfoot {
    display: none;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .footer-bottom p,
  .footer-bottom a {
    font-size: 12px !important;
  }

  .head-logo img {
    max-height: 50px;
    width: auto;
  }
}

@media (max-width:1600px) and (min-width:769px) {

  .container-s,
  .container-b,
  .wrap-type {
    padding-left: 90px;
    padding-right: 90px;
  }

  footer .container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .nav-list li a {
    padding: 0 10px;
  }
}

@media (max-width:768px) {
  .inner-banner {
    height: 260px;
  }

  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}