﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */

body,
html {
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑", "Poppins", sans-serif;
  font-weight: 400;
  color: #7C7885;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

::-moz-selection {
  background: #292f36;
  color: #fff;
}

::selection {
  background: #292f36;
  color: #fff;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 2.9rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 1.467rem;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  line-height: 1.8;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {

  h3,
  .h3 {
    font-size: 2.1rem;
  }

  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 5% 0;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 8%;
}

.section .section-heading h2 {
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}

.section .section-heading h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #05499b;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .section-heading h2 span {
  color: #05499b;
}

.section .section-heading h4 {
  font-family: "Microsoft YaHei", "微软雅黑", "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after,
.inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #05499b;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-light-grey {
  /* background: #F9F9FB; */
}

.mb-30 {
  margin-bottom: 3%;
}

.pb-minus-70 {
  padding-bottom: 5%;
}

.bg-overlay {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #05499b;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #05499b;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 18px;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #000 !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.white-btn:hover {
  background: transparent;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
  animation: pulseWhite 1s 1 ease-in-out forwards;
}

.primary-btn {
  font-weight: 500;
  padding: 2% 5%;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #05499b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #05499b;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  margin-bottom: 4%;
  display: none;

}

.primary-btn.tel {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
}

.primary-btn.tel i {
  margin-right: 12px;
}

.primary-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #158CE8;
  background: -webkit-linear-gradient(top, #1B9AEE, #158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.outline-btn {
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  color: #fff !important;
}

.outline-btn:hover {
  background: #fff;
  color: #000 !important;
  -webkit-animation: pulseWhite 1s ease-in-out forwards;
  animation: pulseWhite 1s ease-in-out forwards;
}

.scroll-top-btn {

  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 144;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #05499b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 30px;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
  animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-content {
  background: transparent;
}

.custom-modal .modal-content .modal-header {
  padding: 20px 30px;
  background: #05499b;
  border-radius: 4px 4px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #fff;
}

.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #000;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #05499b;
}

.custom-modal .modal-content .modal-body .popup-form-group>span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #05499b;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 18px 20px 18px 60px !important;
}

#contactFormSuccessModal .modal-header,
#contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
}

#contactFormSuccessModal .modal-header h5,
#contactFormSuccessModal .modal-header button,
#contactFormDangerModal .modal-header h5,
#contactFormDangerModal .modal-header button {
  color: #fff;
}

#contactFormSuccessModal .modal-header.danger,
#contactFormDangerModal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

#contactFormSuccessModal .modal-header.success,
#contactFormDangerModal .modal-header.success {
  background: #4caf50;
  color: #fff;
}

#contactFormSuccessModal .modal-body,
#contactFormDangerModal .modal-body {
  border-radius: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner,
#contactFormDangerModal .modal-body .form-popup-inner {
  text-align: center;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 3%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.circle,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.line,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.check,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.danger svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.success svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #4caf50;
  stroke: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

#contactFormSuccessModal .modal-footer,
#contactFormDangerModal .modal-footer {
  border-radius: 0;
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contactFormSuccessModal .modal-footer .popup-link,
#contactFormDangerModal .modal-footer .popup-link {
  font-weight: 700;
  color: #000;
}

#contactFormSuccessModal .modal-footer .popup-link.success:hover,
#contactFormDangerModal .modal-footer .popup-link.success:hover {
  color: #4caf50;
  text-decoration: underline;
}

#contactFormSuccessModal .modal-footer .popup-link.danger:hover,
#contactFormDangerModal .modal-footer .popup-link.danger:hover {
  color: #f27474;
  text-decoration: underline;
}

body[style],
header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.comment-item {
  margin-bottom: 3%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-item:last-child {
  border-bottom: 0;
}

.comment-item p {
  margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
  margin-bottom: 10px;
}

.comment-item img {
  margin-right: 20px;
  border-radius: 50%;
}

.comment-item .comment-meta {
  margin-bottom: 10px;
}

.comment-item .comment-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.comment-item .comment-meta span i {
  margin-right: 10px;
  color: #05499b;
}

.comment-item .reply-btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comment-item .reply-btn:hover {
  color: #05499b;
}

.comment-item .reply-btn i {
  vertical-align: -1px;
  display: inline-block;
  color: #05499b;
}

.comment-item.sub-comment-item {
  margin-left: 100px;
}

.leave-comment-wrapper .comment-form-group {
  margin-bottom: 20px;
  position: relative;
}

.leave-comment-wrapper .comment-form-group .form-control {
  outline: none;
  width: 100%;
  border: none;
  height: auto;
  color: #000;
  padding: 18px 20px 18px 50px;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group .form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group span {
  top: 0;
  left: 20px;
  line-height: 60px;
  color: #05499b;
  position: absolute;
  pointer-events: none;
}

.leave-comment-wrapper button {
  border: none;
}

.custom-form-group {
  position: relative;
}

.custom-form-group .custom-form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 3%;
  padding: 18px 30px 18px 60px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group .custom-form-control:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group>span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #05499b;
  font-size: 16px;
}

.custom-form-group button {
  width: 100%;
  display: block !important;
  background: transparent;
}

.comment-block-mt {
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {

  h1,
  .h1 {
    font-size: 20px;
  }

  h2,
  .h2 {
    font-size: 18px;
  }

  .comments-wrap .comments-item-wrap .comments-item {
    display: block;
  }

  .comments-wrap .comments-item-wrap .comments-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .comments-wrap .comments-item-wrap .comments-item.sub-comment {
    padding-left: 100px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
}

.pagination-wrap .pagination-link {
  width: 50px;
  height: 50px;
  color: #000;
  line-height: 50px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.pagination-wrap .pagination-link:hover,
.pagination-wrap .pagination-link.active {
  background: #05499b;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preloader-wrap .gooey {
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  position: absolute;
  -webkit-filter: contrast(20);
  filter: contrast(20);
  margin: -20px 0 0 -71px;
  background: #fff;
}

#preloader-wrap .gooey .dot {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  background: #000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

#preloader-wrap .gooey .dots {
  margin-top: 12px;
  margin-left: 31px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

#preloader-wrap .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  border-radius: 50%;
  background: #000;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 30px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item:hover>a {
  color: #fff;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #05499b;
  border-bottom-color: #05499b;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 2px;
  margin: 5px;
  width: 25px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header-shrink .nav-item:hover .nav-link {
  color: #05499b;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #05499b;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #05499b;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header-shrink .nav-item .default-nav-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  background: #05499b;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header-shrink .nav-item .nav-link {
  color: #000;
  opacity: 1;
}

.header-shrink .nav-item .nav-link.active,
.header-shrink .nav-item .nav-link:hover {
  color: #05499b;
}

.header-shrink .nav-item .nav-link:after {
  background: #05499b;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #05499b;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #000;
}

.header-shrink .white-btn {
  color: #fff !important;
  background: #05499b;
  border: 1px solid #05499b;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.header-shrink .white-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #158CE8;
  background: -webkit-linear-gradient(top, #1B9AEE, #158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

#contact {
  width: 100%;
  /* margin-bothtom: 2%; */
}

#contact ul {
  list-style-type: none;
  margin-left: -2%;
}

#contact ul li {
  width: 48%;
  margin-top: 1%;
  margin-bottom: 1%;
  float: left;
  margin-left: 2%;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
}

#contact ul li:hover {
  box-shadow: 0px 1px 8px #ccc;
  -webkit-box-shadow: 0px 1px 8px #ccc;
  -moz-box-shadow: 0px 1px 8px #ccc;
}

#contact ul li:hover .nrc {
  background-color: #158CE8;
  border: #158CE8 solid 1px;
  background: -webkit-linear-gradient(top, #1B9AEE, #158CE8);
}

#contact ul li .nrc {
  width: 100%;
  padding: 5%;
  box-sizing: content-box;
  box-sizing: border-box;
  display: block;
  border: #ddd solid 1px;
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 1;
}

#contact ul li .nrc dd {
  width: 100%;
  float: left;
  text-align: center;
}

#contact ul li .nrc dd i {
  width: 100px;
  height: 100px;
  background-color: #158CE8;
  border-radius: 100%;
  font-size: 40px;
  line-height: 100px;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}

#contact ul li .nrc .bgf {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  filter: Alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  text-align: right;
}

#contact ul li .nrc .bgf i {
  font-size: 350px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 5%;
}

#contact ul li:hover .nrc dd i {
  background-color: #fff;
  color: #158CE8;
}

#contact ul li:hover .nrc .bgf {
  filter: Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#contact ul li .nrc h4 {
  transition: all 0.4s ease-in-out 0s;
  font-size: 24px;
  color: #333;
  line-height: 2;
  width: 100%;
  float: left;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#contact ul li .nrc .xq {
  color: #888;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  height: 50px;
  width: 100%;
  float: left;
  overflow-y: auto;
  transition: all 0.4s ease-in-out 0s;
}

#contact ul li:hover .nrc .xq,
#contact ul li:hover .nrc h4 {
  color: #FFFFFF
}

#contact ul li .nrc .xq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #288FE1
}

#contact ul li .nrc .xq::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2
}

#contact ul li .nrc .xq::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, .6);
  background-color: #333;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }

  .header .navbar-brand {
    padding: 10px 0 10px 15px;
    width: 50%;
  }

  .header .main-menu {
    background: #fff;
  }

  .header .main-menu .navbar-nav {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
  }

  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }

  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }

  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }

  .header .main-menu .navbar-nav .nav-link.active {
    background: #05499b;
    color: #fff !important;
    border-color: #05499b;
  }

  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #05499b;
    color: #fff !important;
    border-color: #05499b;
  }

  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #edeffe;
  }

  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #05499b;
  }

  .header .dropdown-toggle:before {
    top: 22px !important;
    right: 20px !important;
  }

  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }

  .header.header-shrink .search-btn-mobile {
    color: #000;
  }

  .header .search-btn-resp {
    display: none;
  }

  .navbar-btn-resp {
    display: none !important;
  }

  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #05499b;
  }

  .header-shrink .nav-item .nav-link {
    color: #000;
  }

  .header-shrink .nav-item .nav-link.active,
  .header-shrink .nav-item .nav-link:hover {
    color: #05499b;
  }

  .header-shrink .nav-item .nav-link:after {
    background: #05499b;
  }

  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #05499b;
  }

  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }

  .mobdis {
    display: none
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {

  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }

  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
  position: relative;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-banner .hero-inner h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.hero-banner .hero-inner h1 {
  margin-bottom: 3%;
  color: #fff;
  text-align: center;
}

.hero-banner .hero-inner h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Microsoft YaHei", "微软雅黑", "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 3.5%;
  opacity: 0.75;
  text-indent: 2em;
}

.hero-banner .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#hero_video {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

#hero_video .video-content {
  z-index: 27;
  position: relative;
}

#spzs {
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

#videoa {
  width: 90%;
  margin-left: 5%;
  float: left;
  margin-top: 4%;
  position: relative;
}

#videod {
  width: 94%;
  padding: 3%;
  margin: 3% 2%;
  float: left;
  background-color: #fff;
  max-height: 60vh;
  overflow-y: auto;
}

#videos {
  width: 100%;
  float: left;
  box-sizing: content-box;
  box-sizing: border-box;
  overflow: hidden;
}

#videoa h5,
#videos h5 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 12px;
  color: #111;
  border-bottom: #ddd solid 1px;
}

#videos .xq {
  width: 100%;
  float: left;
}

#videoa .gbf {
  width: 100%;
  float: left;
  background-image: url(../images/gb.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  color: #000;
  TEXT-OVERFLOW: ellipsis;
  WHITE-SPACE: nowrap;
  OVERFLOW: hidden;
}

#videos iframe,
#videos embed,
#videos VIDEO {
  width: 100%;
  max-height: 60vh;
  background-color: #000000;
}

#fenye {
  width: 100%;
  float: left;
  overflow: hidden;
}

#fenye p {
  overflow: hidden;
  TEXT-OVERFLOW: ellipsis;
  WHITE-SPACE: nowrap;
  OVERFLOW: hidden;
  border: #ddd solid 1px;
  line-height: 2;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 46%;
  color: #555;
  border-radius: 50px;
}

#nr {
  color: #555;
  line-height: 1.8;
  text-align: left;
  margin-top: 1.8%;

}

#nr hr {
  height: 2px;
  background-color: #D4151A;
  overflow: hidden;
  border: 0px;
}

#nr img {
  max-width: 100%;
  margin-bottom: 10px;
}

#fenye p:hover {
  background-color: #f7f7f7;
  color: #05499b;
  border: #05499b solid 1px;
}

#fenye .pz {
  float: left;
}

#fenye .py {
  float: right;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  #contact ul li .nrc h4 {
    font-size: 18px;
  }

  #contact ul li .nrc dd i {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
  }

  #contact ul li .nrc .bgf i {
    font-size: 200px;
  }

  #contact ul li .nrc .xq p {
    font-size: 14px;
    line-height: 20px;
  }

  #contact ul li .nrc .xq {
    height: 50px;
    font-size: 14px;
  }

  #videoa .gbf {
    top: -30px;
    right: -6%
  }

  #videoa {
    margin-top: 15%;
  }

  #videod {
    width: 96%;
    padding: 2%;
    margin: 2%;
  }

  #videod h5 {
    font-size: 14px;
  }

  #videos iframe,
  #videos embed,
  #videos VIDEO {
    width: 100%;
    max-height: 350px;
    background-color: #000000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    padding-top: 100px;
    padding-bottom: 10%;
    /* min-height: 80vh; */
    height: 35vh;
    background-size: 100% 100%;
    background-attachment: unset;
    background-repeat: no-repeat;
  }

  .hero-banner .hero-inner h1 {
    font-size: 18px
  }

  .hero-banner .hero-inner h2 {
    font-size: 14px
  }

  #videos iframe,
  #videos embed,
  #videos VIDEO {
    width: 100%;
    max-height: 300px;
    background-color: #000000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 449.98px) {
  .hero-banner .btn-group {
    display: block;
  }

  .hero-banner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 12px;
  }

  #contact ul li .nrc dd i {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }

  #contact ul li .nrc .bgf i {
    font-size: 150px;
  }
}

/* ---------------------------------------------------------------- */
/* 11.Features                                            
/* ---------------------------------------------------------------- */

.features-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 3%;
  margin: 20px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 0px 10px 0 rgb(194 188 210 / 70%);
  box-shadow: 0 0px 10px 0 rgb(194 188 210 / 70%);
}

.xmal-yslb {
  overflow: hidden;
  display: block;
  padding: 50px 0 0 0;
}

.features-item .icon {
  display: inline-block;
  margin-bottom: 3%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.features-item .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #05499b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.features-item .body h6 {
  margin-bottom: 12px;
}

.features-item .body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 125px;
  text-indent: 2em;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.features-item:hover {
  -webkit-box-shadow: 0 0px 15px 0 rgb(112 112 112 / 76%);
  box-shadow: 0 0px 15px 0 rgb(112 112 112 / 76%);
}

.features-item:hover .icon {
  border-color: #05499b;
}

.features-item:hover .icon span {
  color: #fff;
  background: #05499b;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 12.About                                           
/* ---------------------------------------------------------------- */
.about-inner>h6 {
  font-size: 24px;
  line-height: 2;
  color: #585858;
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-inner h2 {
  color: #05499b;
  border-bottom: 3px #05499b solid;
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.about_box p {
  text-indent: 2em;
  line-height: 2.3;
}

.about-inner p {
  /* margin-bottom: 3%; */
  text-indent: 2em;
  line-height: 2.5;
}

.about_box p i {
  font-style: normal;
  font-weight: bold;
  color: #585858;
}

.about-inner p i {
  font-style: normal;
  font-weight: bold;
  color: #585858;
}

.about-box-wrap {
  margin-bottom: 1.5%;
}

.about-box-wrap .about-box {
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 3%;
  background: #fff;
  border-left: 10px solid #05499b;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.about-box-wrap .about-box h6 {}

.about-box-wrap .about-box h5 {
  font-size: 40px;
  color: #05499b;
  line-height: 1;
}

.about-img {
  text-align: right;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-img {
    margin-top: 30px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */
/* 13.New Features                                     
/* ---------------------------------------------------------------- */
.new-features-inner {
  padding-top: 5%;
  padding-bottom: 5%;
}

.new-features-inner .inner-text h6 {
  color: #05499b;
  margin-bottom: 10px;
}

.new-features-inner .inner-text h2 {
  line-height: 46px;
  margin-bottom: 20px;
}

.new-features-inner .inner-text p {
  margin-bottom: 3.5%;
}

.new-features-inner .new-features-list {
  margin-bottom: 3.5%;
}

.new-features-inner .new-features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.new-features-inner .new-features-list li h5 {
  font-size: 80px;
  margin-right: 30px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px #05499b;
}

.new-features-inner .new-features-list li .text h6 {
  font-size: 20px;
  margin-bottom: 12px;
}

#new-features {
  position: relative;
}

#new-features .new-features-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 85px);
  height: 100%;
}

#new-features .new-features-img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {

  .section .section-heading h4,
  body,
  html {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  #new-features .new-features-img {
    display: none;
  }

  .section .section-heading h4,
  body,
  html {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .new-features-inner .new-features-list li {}

  .new-features-inner .new-features-list li h5 {
    margin-right: 10px;
    float: left;
    margin-bottom: 20px;
  }

  .new-features-inner .new-features-list li .text h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  #watch-video {
    padding: 20% 0;
  }
}

/* ---------------------------------------------------------------- */
/* 14.Watch Video                                   
/* ---------------------------------------------------------------- */
#watch-video {
  z-index: 1;
  padding: 15% 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

#watch-video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.15;
  background: #fff;
}

.watch-video-inner {
  display: inline-block;
}

.watch-video-inner .watch-video-btn {
  cursor: pointer;
  position: relative;
  font-size: 35px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: transparent;
}

.watch-video-inner .watch-video-btn i {
  color: #FFF
}

.watch-video-inner .watch-video-btn:after,
.watch-video-inner .watch-video-btn:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: iconPulse 1s linear infinite;
  animation: iconPulse 1s linear infinite;
}

.watch-video-inner .watch-video-btn:after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.watch-video-inner .watch-video-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.watch-video-inner .watch-video-btn:hover:after,
.watch-video-inner .watch-video-btn:hover:before {
  -webkit-animation: none;
  animation: none;
}

/* ---------------------------------------------------------------- */
/* 15.Testimonial                                  
/* ---------------------------------------------------------------- */
.testimonial-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item .img {
  display: inline-block;
  margin-bottom: 3%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.testimonial-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.testimonial-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}

.testimonial-item .body p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 100px;
}

.testimonial-item .body span {
  color: #05499b;
  font-size: 15px;
}

.testimonial-item .body .rating {
  margin-top: 10px;
  margin-bottom: 3%;
}

.testimonial-item .body .rating i {
  margin-right: 3px;
  color: #f0932b;
  font-size: 14px;
}

.testimonial-item .body .rating i:last-child {
  margin-right: 0;
}

.testimonial-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item:hover .img {
  border-color: #05499b;
}

.testimonial-item:hover .img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 16.Pricing                          
/* ---------------------------------------------------------------- */
.price-table {
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.price-table:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.price-table:hover .icon {
  border-color: #05499b;
}

.price-table:hover .icon span {
  color: #fff;
  background: #05499b;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.price-table .icon {
  padding: 15px;
  margin-bottom: 3%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px dashed #edeffe;
}

.price-table .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #05499b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #edeffe;
}

.price-table:hover {
  cursor: pointer;
}

.price-table .text h2 {
  font-size: 38px;
  margin-bottom: 10px;
  color: #05499b;
}

.price-table:hover .text h2 {
  color: #ff6600;
}

.price-table .text h6 {
  margin-bottom: 5px;
  font-size: 18px;
}

.price-table .text span {
  color: #ff6600;
}

.price-table .list {
  margin: 30px auto;

}

.price-table .list li {
  /* padding-left: 22%; */
  text-align: center;
  margin-bottom: 10px;
}

.price-table .list li span:hover {
  color: #05499b;
}

.price-table .list li i {
  color: #ff6600;
  margin-right: 10px;

}

.price-table .list li span {
  font-size: 17px
}

/* ---------------------------------------------------------------- */
/* 17.Download App                    
/* ---------------------------------------------------------------- */
#download-app {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

#download-app:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #05499b;
}

.download-app-inner .text {
  margin-bottom: 60px;
}

.download-app-inner .text h2 {
  color: #fff;
  margin-bottom: 12px;
}

.download-app-inner .text p {
  opacity: 0.75;
  color: #fff;
}

.download-app-inner .btn-group .outline-btn {
  margin-right: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
  .download-app-inner .btn-group {
    display: block;
    text-align: center;
  }

  .download-app-inner .btn-group a {
    display: inline-block;
    min-width: 170px;
  }

  .download-app-inner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* ---------------------------------------------------------------- */
/* 18.Our Team                  
/* ---------------------------------------------------------------- */
.team-item {
  padding: 15px 20px;
  text-align: center;
  position: relative;
  /* margin-bottom: 10px; */
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.hzhb-big-box {
  /* padding: 0 0 60px 0; */
  position: relative;
}

.hzhb-big-box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #f0f4f7;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.hzhb-box {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  padding: 2em 0;
}

.hzhb-box .item {
  width: 19%;
  float: left;
  margin: 1% 0.5%;
  cursor: pointer;
}

.hzhb-box .team-item {
  -webkit-box-shadow: 0 3px 10px 0px rgb(144 144 144 / 30%);
  box-shadow: 0 3px 10px 0px rgb(144 144 144 / 30%);
}

.hzhb-box .team-item:hover {
  -webkit-box-shadow: 0 0px 10px 0 rgb(118 118 118 / 70%);
  box-shadow: 0 0px 10px 0 rgb(118 118 118 / 70%);
}

.team-item .img {
  display: inline-block;
  padding: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;

}

.team-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 50px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}

.team-item .body span {
  color: #05499b;
  font-size: 15px;
}

.team-item .social {
  margin-top: 30px;
}

.team-item .social li {
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.team-item .social li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #05499b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.team-item .social li:hover {
  border-color: #05499b;
}

.team-item .social li:hover a {
  color: #fff;
  background: #05499b;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.team-item .social li:last-child {
  margin-right: 0;
}

.team-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.team-item:hover .img {
  border-color: #05499b;
}

.team-item:hover .img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 19.FAQ                 
/* ---------------------------------------------------------------- */
.accordion-item {
  margin-bottom: 3%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-item-header a {
  color: #000;
  padding: 30px 60px 30px 30px;
  display: block;
  position: relative;
  font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", sans-serif;
  font-weight: 700;
}

.accordion-item .accordion-item-header a i {
  margin-right: 15px;
  color: #000;
}

.accordion-item .accordion-item-header a:after {
  content: "\f067";
  position: absolute;
  top: 30px;
  right: 30px;
  color: #05499b;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 700;
}

.accordion-item .accordion-item-header a[aria-expanded="true"]:after {
  content: "\f068";
}

.accordion-item .accordion-body {
  padding: 30px;
  background: #fff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .accordion-resp-mt {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Latest Blogs                 
/* ---------------------------------------------------------------- */
.blog-item {
  margin-bottom: 3%;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 20px rgba(194, 188, 210, 0.2);
}

.blog-item .img {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.blog-item .img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-item .body {
  padding: 2.5%;
  background-color: #fEfEfE;
}

.blog-item .body p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 75px;
}

.blog-item .body h2 {
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  TEXT-OVERFLOW: ellipsis;
  WHITE-SPACE: nowrap;
  line-height: 1.8;
}

.blog-item .body h2 a {
  cursor: pointer;
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body h2 a:hover {
  color: #05499b;
}

.blog-item .body .meta {
  margin-bottom: 10px;
}

.blog-item .body .meta a {
  margin-right: 10px;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body .meta a:hover {
  color: #05499b;
}

.blog-item .body .meta a span {
  font-size: 14px;
}

.blog-item .body .meta a i {
  font-size: 14px;
  margin-right: 5px;
  color: #05499b;
  display: inline-block;
}

.blog-item .body p {
  margin-bottom: 12px;
}

.blog-item .body .blog-button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #05499b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #05499b;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  cursor: pointer;
}

.blog-item .body .blog-button:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #158CE8;
  background: -webkit-linear-gradient(top, #1B9AEE, #158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-item .body .blog-button i {
  margin-left: 5px;
}

.blog-item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

/* ---------------------------------------------------------------- */
/* 21.Contact Us              
/* ---------------------------------------------------------------- */
#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.contact-alerts .empty-form span,
.contact-alerts .email-invalid span,
.contact-alerts .phone-invalid span,
.contact-alerts .empty-select span,
.contact-alerts .security-alert span {
  display: block;
  padding: 15px 20px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #f27474;
}

.custom-form-group .captcha-input {
  padding-left: 20px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  left: auto;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  right: 30px;
  border-radius: 5px 0 0 5px;
}

.custom-form-group #contactFormCaptchaSpan img {
  height: 30px;
  margin-top: 5px;
  display: block;
}

.google-map {
  line-height: 0;
}

.google-map iframe {
  min-height: 610px;
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  .google-map {
    margin-bottom: 3%;
  }

  .blog-item .body h2 {
    font-size: 14px;
  }

  .footer .footer-top .footer-widget .footer-title {
    font-size: 14px;
  }

  .footer .copyright {
    padding: 10px 0
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                    
/* ---------------------------------------------------------------- */
.footer {
  padding-top: 120px;
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.footer .footer-top {
  padding-bottom: 3%;

}

.footer .footer-top .footer-widget {
  margin-bottom: 3%;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #fff;
  width: 80%;
  /* opacity: 0.75; */
  margin-bottom: 3.5%;
  text-indent: 2em;
  line-height: 2;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 3%;
  position: relative;
  font-size: 16px;
}

.footer .footer-top .footer-widget .footer-title:after {
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
  width: 50px;
  height: 2px;
}

.footer .footer-top .footer-widget .footer-social-links a {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #05499b !important;
  background: #fff;
  -webkit-animation: pulseWhite 1s 1 ease-in-out;
  animation: pulseWhite 1s 1 ease-in-out;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li i {
  width: 30px;
  height: 30px;
  border: #fff solid 1px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}

.footer .footer-top .footer-widget .footer-contact-info-list li .tel {
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* margin: auto */
}






.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 38px;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
  float: left;
}

.footer .footer-top .footer-widget .footer-links li img {
  max-width: 90%;
  display: block;
}

.footer .footer-top .footer-widget .footer-links li p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.8;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  width: 20px;
}

.footer .copyright {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer .copyright .copyright-text {
  /* font-size: 14px; */
  color: #fff;
  opacity: 0.75;
  text-align: center;
}

.footer .copyright .copyright-text a {
  color: #FFF;
}

/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #05499b;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 12px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Sidebar                             
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  margin-bottom: 3%;
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #05499b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  color: #fff !important;
  background-color: #158CE8;
  background: -webkit-linear-gradient(top, #1B9AEE, #158CE8);
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 30px;
  padding: 18px 78px 18px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
  float: left;
  overflow: hidden;
  border-radius: 50%;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #05499b;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 8px;
  color: #05499b;
}

.blog-sidebar .blog-archive-list li,
.blog-sidebar .blog-category-list li {
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar .blog-archive-list li:last-child,
.blog-sidebar .blog-category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-archive-list li a,
.blog-sidebar .blog-category-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 500;
}

.blog-sidebar .blog-archive-list li a:before,
.blog-sidebar .blog-category-list li a:before {
  content: "";
  background: #000;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-archive-list li a:hover,
.blog-sidebar .blog-archive-list li a.active,
.blog-sidebar .blog-category-list li a:hover,
.blog-sidebar .blog-category-list li a.active {
  color: #05499b;
}

.blog-sidebar .blog-archive-list li a.active:before,
.blog-sidebar .blog-archive-list li a:hover:before,
.blog-sidebar .blog-category-list li a.active:before,
.blog-sidebar .blog-category-list li a:hover:before {
  background: #05499b;
}

.blog-sidebar .blog-category-list li a:before {
  height: 1px;
  width: 10px;
}

.blog-sidebar .blog-category-list li a:hover:before {
  width: 20px;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-archive-list li a:before {
  height: 5px;
  width: 5px;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

.blog-sidebar .blog-tags li a:hover,
.blog-sidebar .blog-tags li a.active {
  background: #05499b;
  border-color: transparent;
  color: #fff !important;
}

.blog-title-subline {
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .padding-minus-10 {
    padding-bottom: 7%;
  }

  .blog-sidebar {
    margin-top: 3%;
  }

  .sidebar-pb-resp {
    padding-bottom: 7%;
  }

  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  margin-bottom: 3%;
}

.blog-post-img img {
  border-radius: 10px;
}

.blog-text h4 {
  line-height: 1.3;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .author-meta {
  margin-bottom: 20px;
}

.blog-text .author-meta a {
  color: #000;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #05499b;
}

.blog-text .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
  display: none;
}

.blog-text .author-meta a:hover {
  color: #05499b;
}

.blog-text .author-meta a span {
  color: #05499b;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 20px;
}

.blog-text blockquote {
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  border-left: 5px solid #05499b;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comment-item {
    display: block !important;
  }

  .comment-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .comment-item.sub-comment-item {
    margin-left: 85px;
  }
}

/* ---------------------------------------------------------------- */
/* 26.Home Intro                              
/* ---------------------------------------------------------------- */
.intro-hero-section {
  z-index: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 150px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #05499b;
}

.intro-hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
  margin-bottom: 3%;
}

.intro-hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro-hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
}

/* Demo Item */
.demo-item {
  margin-bottom: 3%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
}

.demo-item .demo-title {
  padding: 30px 0;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  text-transform: capitalize;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #05499b;
}

/* ------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .blog-item .body h2 {
    font-size: 12px
  }

  .intro-hero-section .intro-hero-title {
    font-size: 1.4rem;
  }

  .intro-hero-section .intro-hero-title span {
    font-size: 2.2rem;
  }

  .primary-btn.tel {
    font-size: 24px;
  }

  .team-item .img img {
    height: 40px;
  }

  .team-item {
    padding: 5px 5px;
  }

  .footer .footer-top .footer-widget .footer-contact-info-list li h6 {
    font-size: 14px;
  }

  #wxnr .img1 {
    max-width: 100px;
  }

  #wxnr .img2 {
    max-width: 150px;
  }
}

.tplist .yst {}

.tplist .yst .img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#wxnr {
  width: 100%;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}

#wxnr .nrdf {
  width: 90%;
  padding: 5%;
  margin-top: 8%;
  float: left;
  margin-left: 5%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 6px #777;
  -webkit-box-shadow: 0px 2px 6px #777;
  -moz-box-shadow: 0px 2px 6px #777;
  border-radius: 10px;
}

#wxnr .img1 {
  max-width: 100%;
}

#wxnr .img2 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

#wxnr .top1 {
  margin-top: -6%;
}

#wxnr .top2 {
  margin-top: 2%;
}

#wxnr p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

#wxnr p.gxm {
  font-size: 16px;
  line-height: 2.5;
  ;
  font-weight: bold;
  color: #E86F26;
}

#wxnr p i {
  font-size: 16px;
}

#wxnr em {
  font-weight: normal;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  background-color: #cc0000;
  color: #fff;
  font-weight: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  font-style: normal;
  padding-left: 25px;
  padding-right: 25px;
}

#wxnr span {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 35px;
  font-size: 14px;
  background-color: #1AAD17;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

#wxnr span.rd {
  background-color: #FFA14A;
}

#piaofua {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  display: none
}

#piaofua {
  width: 100%;
  float: left;
  overflow: hidden;
}

#piaofua .footera {
  HEIGHT: 60px;
  background-color: #05499b;
  width: 100%;
  float: left;
}

#piaofua .footera UL {
  list-style-type: none;
}

#piaofua .footera UL LI {
  float: left;
  text-align: center;
  padding-bottom: 10px;
  height: 40px;
}

#piaofua .footera UL LI span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 40px;
}

#piaofua .footera UL LI .a1 {
  background-color: #1AAD17;
}

#piaofua .footera UL LI .a2 {
  background: #ab010a;
  color: #fff;
}

#piaofua .footera UL LI .a3 {
  background-color: rgb(40 100 249);
}

#piaofua .footera UL LI.c2 {
  width: 33.33%;
  padding: 1%;
}

.kgj {
  width: 100;
  height: 60px;
  display: none;
  clear: both;
}

@media screen and (max-width: 800px) {

  .kgj,
  #piaofua {
    display: block;
  }

  .scroll-top-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 60px;
  }

  .scroll-top-btn.active {
    bottom: 60px;
  }
}




/* ------------------------------------------------------------------------------- */
.zhuandong {
  -webkit-animation: animal 15s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes animal {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.yz {
  height: 530px;
  background: url(../picture/yz_bg.jpg) no-repeat center;
  padding-top: 60px;
  box-sizing: border-box;
}

.yz h2 {
  font-weight: normal;
  text-align: center;
}

.yz h2 span {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}

.yz h2 i {
  display: block;
  font-size: 40px;
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  font-weight: bold;
  font-style: normal;
}

.yz .xx {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}

.yz ul {
  margin: 37px 0 0 0;
  height: 226px;
  text-align: center;
}

.yz ul li {
  cursor: pointer;
  float: left;
  width: 230px;
  height: 250px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.yz ul li:last-child {
  border-right: 0;
}

.yz ul li em {
  display: block;
  margin: 32px auto 0;
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.yz ul li em img {
  display: block;
  width: 62px;
  height: 62px;
  transition: all 0.5s;
}

.yz ul li.cur {
  box-shadow: 0 0 32px 13px rgba(44, 47, 62, 0.10);
}

.yz ul li.cur img:nth-child(1) {
  margin-top: -62px;
}

.yz ul li.cur p {
  display: block;
}

.yz ul li b {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 9px;
}

.yz ul li span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 12px;
  opacity: 0.2;
  text-transform: uppercase;
}

.yz ul li p {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #2c2f3e;
  padding: 0 15px;
}

.yz ul li.cur span {
  display: none;
}

.yz ul li.cur b {
  font-weight: bold;
  color: #2c2f3e;
}

.content_1400 {
  width: 1400px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.pro {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.pro h2 {
  text-align: center;
  font-size: 40px;
  color: #252525;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.pro h2 b {
  background: url(../picture/tit_bg.png) no-repeat;
  width: 90px;
  height: 58px;
  display: block;
  text-align: center;
  padding-top: 2px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.pro h2 b img {
  display: none;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.pro h2 a {
  display: block;
}

.pro h2 span {
  color: #05499b;
  font-weight: bold;
}

.pro h2 em {
  font-style: normal;
  display: block;
  font-size: 22px;
  color: #000;
  line-height: 70px;
  letter-spacing: 10px;
  margin-top: 10px;
  margin-bottom: 20px
}

.pro h2 em i {
  color: #D0D0D0;
  font-weight: lighter;
  margin: 0 2px;
}

.about2 {
  background-image: url(../picture/abt-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  box-sizing: border-box;
  background-position: 50% 50%;
  position: relative;
}

.about2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #f0f1f3;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

/* 关于我们 */
.about_box {
  padding-top: 0px;
}

.about_left_box {
  width: 65%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.about_right_box {
  text-align: right;
  width: 35%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

/* 荣誉资质 */
.certificate_box {
  padding: 0 0 80px 0;
  position: relative;
}

.certificate_box .tx-main-title {
  margin-bottom: 30px;
  text-align: center;
}

.certificate_box .swiper-box {
  position: relative;
  width: 100%;
}

.certificate_box .swiper-box .swiper-container {
  position: relative;
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

.certificate_box .swiper-box .swiper-button-prev {
  left: -40px;
  top: 50%;
  outline: none;
  color: #888;
}

.certificate_box .swiper-box .swiper-button-next {
  right: -40px;
  top: 50%;
  outline: none;
  color: #888
}

.certificate_box img {
  border: 0;
  width: 100%;
  /* max-width: 100%; */
  /* height: auto; */
  height: 70%;
  /* overflow: hideen; */
  object-fit: contain
}

.certificate_box .title {
  font-size: 15px;
  text-align: center;
  padding-top: 18px;
}

.certificate_box h2 i {
  display: block;
  font-size: 40px;
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  font-weight: bold;
}

.certificate_box .xx {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}

/* .certificate_box:after{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #f5f5f5;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;top: 0;margin-left: -960px;} */

/* 公司基本情况 创新发展 */
.about-section {
  position: relative;
  /* padding: 60px 0px 0px 0px; */
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 95px 40px 100px 0;
  margin-right: 20px;
}

.image_block_1 .image-box .image-1 {
  position: relative;
  overflow: hidden;
  /* padding-bottom: 30px */
}

figure {
  margin: 0px;
}

.image_block_1 .image-box .image-1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 0px;
}

.image_block_1 .image-box img {
  width: 100%;
}

.image_block_1 .image-box .image-1:after {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box .image-2 {
  position: absolute;
  right: -20px;
  bottom: 85px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
}

.image_block_1 .image-box .image-content {
  position: absolute;
  top: 0px;
  left: -195px;
  width: 195px;
  padding: 37px 15px 32px 15px;
  text-align: center;
}

.image_block_1 .image-box .image-content {
  background: #05499b;
}

.image_block_1 .image-box .image-content .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 10px;
}

.flaticon-recruitment:before {
  content: "\f681";
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 70px;
  /* line-height: 100px; */
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.image_block_1 .image-box .image-content h5 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.content_block_1 .content-box {
  padding-top: 30px;
  position: relative;
  display: block;
}

.content_block_1 .content-box .sec-title {
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
  margin: 0px;
}

.content_block_1 .content-box .text {
  margin-bottom: 40px;
}

.content_block_1 .content-box .text p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2.5;
}

.content_block_1 .content-box .text p i {
  font-style: normal;
  font-weight: bold;
  color: #585858;
}

.content_block_1 .content-box .inner-box {
  position: relative;
  display: block;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e6e6e6;
}

.content_block_1 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
}

.content_block_1 .content-box .inner-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 60px;
  margin-bottom: 13px;
}

.content_block_1 .content-box .inner-box .single-item h5:before {
  background: #05499b;
}

.content_block_1 .content-box .inner-box .single-item h5:before {
  position: absolute;
  content: '';
  width: 23px;
  height: 2px;
  left: 27px;
  top: 12px;
}

.content_block_1 .content-box .inner-box .single-item h5 span {
  color: #05499b;
}

.content_block_1 .content-box .inner-box .single-item h5 span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.content_block_1 .content-box .inner-box .single-item p {
  font-size: 16px;
  line-height: 30px;
}

.gsjb_cxfz_et_box {
  width: 100%;
  overflow: hidden;
  display: block;
}

.gsjb_cxfz_et_box .title {
  padding: 0 10px
}

.gsjb_cxfz_et_img {
  width: 50%;
  float: left;
  /* margin: 0 1%; */
  overflow: hidden;
  display: block;
}

.gsjb_cxfz_et_img img {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
}

.index-pro_wrj {
  padding: 0 0 60px 0;
  position: relative;
  background: url(../picture/wrj_banner.jpg);
  background-size: 100% 100%;
  /* background-attachment: fixed; */
}

.index-pro_wrj:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #ffffff;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}


/* 无人机创新发展案例 */
.about-area {
  padding: 0;
  position: relative;
}

.about-area:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #f0f4f7;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.container {
  max-width: 1320px;
}

.about-area .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 20px 0;
}

.single-about {
  position: relative;
  z-index: 1;
}

.section-title {
  position: relative;
  z-index: 1;
}

.section-title h5 {
  color: #05499b;
  font-size: 24px;
  border-bottom: 3px #05499b solid;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  margin: 0;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.section-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 50px;
  font-weight: 700;
}

.about-title h4 {
  font-size: 20px;
  line-height: 2;
  color: #585858;
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* .about-title h4::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -49px;
  height: 2px;
  width: 40px;
  background: #39BB8E;
} */
.about_content {
  background: #F6F6F6;
  padding: 0 0 15px 0;
  margin-top: 35px;
  border-radius: 0 10px 10px 0;
  transition: 0.5s;
  display: none;
}

.about_icon {
  float: left;
  margin-right: 20px;
}

.about_icon i {
  display: inline-block;
  font-size: 60px;
  background: #ff6600;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 81px;
  text-align: center;
  border-radius: 0 7px 7px 0;
  transform: rotate(180deg);
}

.bi-quote::before {
  content: "\265B";
}

.about_text p {
  font-size: 15px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
  margin: 0;
  padding-top: 13px;
  padding-right: 10px;
}

.about-description {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2.5;
  font-weight: normal;
  color: #7C7885;
  font-family: "Microsoft YaHei", "微软雅黑", "Poppins", sans-serif;
}

.about-description i {
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
  color: #585858;
}

.chuizhijvzhong {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box {
  position: relative;
  cursor: pointer;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-swslider .wrj-img-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.30);
  transition: .5s;
  opacity: 0;
  border-radius: 5px;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-swslider:hover .wrj-img-box::before {
  opacity: 1;
}

.wrj-cxal {
  padding: 0 0 30px 0;
}

.wrj-cxal-box {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.portfolio-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.30);
  transition: .5s;
  opacity: 0;
  border-radius: 5px;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  background: inherit;
  margin: auto;
  /* padding: 15px; */
  width: 100%;
  border-radius: 5px;
  transition: .5s;
  opacity: 1;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box:hover .title {
  /* bottom: 13px !important; */
  /* opacity: 1; */
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box .title span {
  color: #fff;
  background: #05499b;
  padding: 8px 50px 10px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  font-family: 'Inter';
  display: none;
}

.wrj-cxal .wrj-cxal-box .swiper-wrj .wrj-img-box .title .title-nei {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  /* font-weight: 600; */
  text-decoration: none;
  background: #05499b;
  margin: 0;
  padding: 5px;
  transition: .5s;
}

/* 无人机4类行业应用创新 */
.service-area {
  background: url(../picture/service-bg2.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 100px;
  background: linear-gradient(to bottom, #fff, #f0f4f7);
}

.service-area-title h5 {
  color: #585858;
  line-height: 3;
  font-size: 24px;
}

.service-area-title p {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
}

.service-area .row.mar-top {
  padding-top: 7em;
}

.service-area .single-service {
  background: #fff;
  border-radius: 5px;
  padding: 0 0 23px 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin: 0 0px 30px 0;
  cursor: pointer;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.single-service.style-two .service-title h2::after {
  position: absolute;
  content: "";
  top: 11px;
  left: -30px;
  height: 47px;
  width: 3px;
  z-index: -1;
  background: #ff6600 !important;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
}

.single-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: url(../picture/service.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  transition: 0.5s;
}

.service-area .mar-top .childbox:nth-child(1) .single-service::before {
  background: url(../picture/wrjcx01.jpg);
}

.service-area .mar-top .childbox:nth-child(2) .single-service::before {
  background: url(../picture/wrjcx02.jpg);
}

.service-area .mar-top .childbox:nth-child(3) .single-service::before {
  background: url(../picture/wrjcx03.jpg);
}

.service-area .mar-top .childbox:nth-child(4) .single-service::before {
  background: url(../picture/wrjcx04.jpg);
}

.single-service:hover::before {
  opacity: 1;
}

.service-area .single-service .service-title h2 {
  font-size: 18px;
  color: #141840;
  line-height: 70px;
  margin: 0px 0 17px;
  font-weight: 600;
  font-family: 'Inter';
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.service-area .single-service .service-title h2::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -30px;
  height: 47px;
  width: 95%;
  z-index: -1;
  background: #F6F6F6;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}

.service-area .single-service:hover .service-title h2::before {
  background: #656B67;
}

.service-area .single-service:hover .service-title h2 {
  color: #fff;
}

.service-area .single-service:hover .service-title h2::after {
  width: 232px;
}

.service-area .single-service .service-title h2::after {
  position: absolute;
  content: "";
  top: 11px;
  left: -30px;
  height: 47px;
  width: 3px;
  z-index: -1;
  background: #05499b;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
}

.service-area .single-service .service-icon-list ul {
  display: inline-block;
}

.service-area .single-service .service-icon-list ul li {
  display: block;
  list-style: none;
  margin-bottom: 8px;
  font-size: 15px;
  transition: .5s;
}

.service-area .single-service:hover .service-icon-list ul li {
  color: #fff;
}

.service-area .single-service:hover .service-button a {
  color: #fff;
}

.service-area .single-service:hover .service-button a i {
  color: #fff;
}

.service-area .single-service .service-icon-list ul li i {
  display: inline-block;
  font-size: 16px;
  color: #05499b;
  margin-right: 5px;
  transition: 0.5s;
}

.service-area .single-service .service-icon-list ul li span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Inter';
}

.service-area .single-service .service-thumb {
  z-index: 1;
  display: inline-block;
  height: 75px;
  width: 75px;
  background: #05499b;
  border-radius: 100%;
  line-height: 69px;
  text-align: center;
  position: relative;
  top: -35px;
  margin: 0 auto 0;
  left: 65px;
  right: 0;
}

.service-area .single-service .service-thumb img {
  /* margin: 5px 0 0 9px; */
}

.service-area .single-service .service-thumb::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -15px;
  width: 105px;
  height: 105px;
  background: transparent;
  border: 2px dashed #05499b;
  border-radius: 100%;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 10s;
  opacity: 0;
  transition: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.service-area .single-service .service-thumb::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #05499b;
  z-index: -1;
  opacity: 0.2;
}

.service-area .single-service:hover .service-thumb::after {
  opacity: 1;
}

.service-area .single-service .service-button {
  margin-top: 18px;
}

.single-service.style-two .service-thumb {
  z-index: 1;
  display: inline-block;
  height: 75px;
  width: 75px;
  background: #ff6600;
  border-radius: 100%;
  line-height: 69px;
  text-align: center;
  position: relative;
  top: -35px;
  margin: 0 auto 0;
  left: 65px;
  right: 0;
}

.single-service.style-two .service-thumb::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -15px;
  width: 105px;
  height: 105px;
  background: transparent;
  border: 2px dashed #ff6600;
  border-radius: 100%;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 10s;
  opacity: 0;
  transition: 0.5s;
}

.single-service.style-two .service-thumb::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #ff6600;
  z-index: -1;
  opacity: 0.2;
}

.service-area .single-service.style-two .service-icon-list ul li i {
  color: #ff6600;
}

.service-area .services-bottom {
  text-align: center;
  margin-top: 50px;
}

.service-area .services-bottom a {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.service-area .services-bottom a:hover::before {
  background: #3BCB99;
  color: #fff;
}

.service-area .services-bottom a span {
  color: #333;
  margin-right: 30px;
}

.service-area .services-bottom a::before {
  position: absolute;
  top: 7px;
  right: 8px;
  height: 35px;
  width: 105px;
  background: #ff6600;
  content: "";
  z-index: -1;
  border-radius: 30px;
  transition: .5s;
}

.service-area .single-service .service-button {
  margin-top: 15px;
}

.service-area .single-service .service-button a {
  font-size: 15px;
  line-height: 28px;
  color: #141840;
  font-weight: 300;
  font-family: "Poppins";
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}

.service-area .single-service .service-button a i {
  display: inline-block;
  margin-left: 5px;
  color: #1550D4;
  transition: 0.5s;
}

.service-shape {
  position: absolute;
  right: 30px;
  bottom: 19px;
}

.service-shape.upper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 0.5s;
}

.service-shape.upper {
  opacity: 0;
}

.single-service:hover .service-shape.upper {
  opacity: 1;
}

.single-service:hover .service-shape.upper {
  right: 30px;
  bottom: 19px;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.xmaljs {
  position: relative;
  padding: 0 0 40px 0;
}

.xmaljs:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #f0f4f7;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.xmaljs-heading {
  text-align: center;
  margin-bottom: 2em;
}

.xmaljs-heading h2 {
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}

.xmaljs-heading h4 {
  font-family: "Microsoft YaHei", "微软雅黑", "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.xmaljs-heading h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #05499b;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xmal-box {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  padding-bottom: 60px;
  padding-top: 20px;
}

.xmal-box .xmal-swslider {
  /* padding: 10px; */
  /* margin-right: 0 !important; */
  /* margin-left: 25px; */
}

.xmal-img-box {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.15);
}

.xmal-img-box:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.xmal-img-box img {
  width: 100%;
}

.xmal-img-box .title .title-nei,
.gsjb_cxfz_et_box .title .title-nei,
.image-box .image .title .title-nei {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  background: #cccccc40;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.xmal-img-box:hover .title .title-nei,
.gsjb_cxfz_et_box:hover .title .title-nei,
.image-box:hover .image .title .title-nei {
  background: #05499b;
  color: #fff;
}

.szhcjxx {
  padding: 50px 0;
}

.PC_nonesee {
  display: none;
}

.WAP_nonesee {
  display: block;
}

/* 手机端样式 */
.mySwiperBanner .swiper-pagination {
  bottom: 0 !important;
}

.mySwiperBanner {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #ffffff;
  /* 轮播分页器颜色两种都可以 */
}

@media only screen and (max-width: 991.98px) {
  .wrj-cxal {
    /* display: none; */
  }

  .container .introduce {
    font-size: 15px;
    padding-top: 30px
  }

  .mySwiperBanner {
    width: 85%;
  }

  .hero-banner .hero-inner h2 {
    font-size: 14px;
    padding-bottom: 20px;
    display: none;
  }

  .yz {
    display: none;
  }

  .about2 {
    width: 100%;
  }

  .pro {
    width: 100%;
  }

  .pro h2 b {
    width: 60px;
    height: 40px;
    background-size: 100% 100%;
  }

  .about2:after {
    border-top: 40px solid #f0f1f3;
    border-right: 700px solid transparent;
    border-left: 700px solid transparent;
    margin-left: -700px;
  }

  .pro h2 {
    font-size: 22px;
  }

  .pro h2 em {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .about-inner>h6 {
    display: none;
  }

  .about_left_box {
    width: 100%;
    position: relative;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 1em;
  }

  .about-inner p {
    text-indent: 2em;
    line-height: 2.3;
    font-size: 15px;
  }

  .certificate_box .swiper-box .swiper-container {
    width: 90%;
  }

  .certificate_box .title {
    font-size: 13px;
    text-align: center;
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
  }

  .PC_nonesee {
    display: block;
  }

  .WAP_nonesee {
    display: none;
  }

  .about_right_box {
    text-align: right;
    width: 80%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    MARGIN: 0 AUTO;
    padding: 1em 0;
  }

  .about_box {
    padding-top: 0;
  }

  .about-section {
    padding: 0;
  }

  .auto-container {
    max-width: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    /* overflow: hidden; */
    display: block;
  }

  .image_block_1 .image-box .image-content {
    background: #05499b;
    display: none;
  }

  .image_block_1 .image-box .image-2 {
    padding: 0.5em;
    width: 20em;
    bottom: 30px;
  }

  .image_block_1 .image-box {
    padding-right: 110px;
    padding-bottom: 60px;
  }

  .image_block_1 .image-box .image-1 {
    padding-bottom: 0;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
  }

  .hero-img-resp {
    /* display: none; */
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-img img {
    width: 100%;
  }

  .hero-h1-resp {
    width: 50%;

  }

  .certificate_box {
    padding: 0 0 20px 0;
  }

  .chuangxin_img {
    padding-top: 20px;
  }

  .content_block_1 .content-box .sec-title {
    margin-bottom: 0px;
  }

  .sec-title h2 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    color: #585858;
    margin-bottom: 0.5em;
  }

  .content_block_1 .content-box .text {
    margin-bottom: 2em;
  }

  .content_block_1 .content-box .text p {
    text-indent: 2em;
    line-height: 2;
    font-size: 15px;
  }

  .content_block_1 .content-box .inner-box .single-item {
    width: 46%;
    margin: 0 2%;
  }

  .content_block_1 .content-box .inner-box .single-item p {
    line-height: 1.5;
    font-size: 14px;
  }

  .content_block_1 .content-box .inner-box {
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: none;
  }

  .index-pro_wrj:after {
    border-right: 700px solid transparent;
    border-left: 700px solid transparent;
    margin-left: -700px;
  }

  .price-table {
    margin: 0 2em;
    padding: 2em 3em;
  }

  .szhcjxx {
    padding: 2em 0;
  }

  .price-table .icon span {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
  }

  .price-table .icon {
    padding: 10px;
  }

  .price-table .text h2 {
    font-size: 22px;
  }

  .price-table .list li {
    font-size: 15px;
  }

  .price-table .list li span {
    font-size: 16px
  }

  .mySzhcjxxSwiperBox {
    --swiper-theme-color: #05499b;
    --swiper-pagination-color: #05499b;
    /* 两种都可以 */
  }

  .xmal-box {
    width: 90%;
    padding-bottom: 20px;
  }

  .xmal-img-box .title .title-nei {
    font-size: 12px;
    text-align: center;
    padding-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
  }

  .index-pro_wrj {
    padding: 0 0 2em 0;
  }

  .about-thumb {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
  }

  .about-thumb img {
    width: 100%;
  }

  .about-area .row {
    margin: 1em 0 0 0;
  }

  .section-title h5 {
    margin-bottom: 0.5em;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    border-bottom: 1px #05499b solid;
  }

  .about-title {
    display: none;
  }

  .about-description {
    font-weight: normal;
    text-indent: 2em;
    line-height: 2.3;
    font-size: 15px;
  }

  .about_text p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding-top: 0;
    padding-right: 10px;
  }

  .about_icon i {
    font-size: 40px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .about_content {
    background: #F6F6F6;
    padding: 1em 0;
    margin-top: 1em;
    border-radius: 10px;
    transition: 0.5s;
  }

  .service-area {
    padding: 1em;
  }

  .service-area-title h5 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
    color: #585858;
    margin-bottom: 0.5em;
  }

  .service-area-title p {
    font-weight: normal;
    text-indent: 2em;
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }

  .hzhb-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hzhb-box .item {
    width: 31.3333333%;
    margin: 2% 1%;
  }

  .hzhb-box .team-item {
    padding: 6px 8px;
  }

  .service-area .row.mar-top {
    display: none;
  }

}

/* 无人机模块 3大主营范围 */
.iprocce li {
  width: 30.33333%;
  height: 200px;
  float: left;
  color: #fff;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  margin-right: 1.5%;
  margin-left: 1.5%;
  background: #fff;
  cursor: pointer;
}

.iprocce li:hover {
  color: #fff;
  background: #15589f;
  transform: translateY(-5px);
  box-shadow: 5px 5px 10px #d6d6d6;
  transition: all 300ms ease;
}

.uavmianscope {
  width: 100%;
  margin: 1em auto 2em auto;
  overflow: hidden;
  display: block;
  text-align: center;
}

.iprocce li .img {
  width: 108px;
  height: 96px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../picture/iconvac.png) no-repeat -14px 6px;
  transition: all 300ms ease;
}

.iprocce li .icon_2 {
  background-position: -208px 6px;
}

.iprocce li .icon_3 {
  background-position: -414px 6px;
}

.iprocce li .icon_4 {
  background-position: -627px 6px;
}

.iprocce li .icon_5 {
  background-position: -827px 6px;
}

.iprocce li .icon_6 {
  background-position: -1027px 6px;
}

.iprocce li span {
  display: block;
  font-size: 18px;
  color: #15589f;
}

.iprocce li em {
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  color: #b1b1b1;
}

.iprocce li i {
  position: absolute;
  border-bottom: 1px solid #1850a4;
  display: block;
  width: 88px;
  left: 46px;
  bottom: 26px;
}

.iprocce li:hover span {
  color: #fff;
}

.iprocce li:hover em {
  color: #afcffd;
}

.iprocce li:hover i {
  border-color: #afcffd;
}

.iprocce li:hover .img {
  background-position: -14px -170px;
}

.iprocce li:hover .icon_2 {
  background-position: -208px -170px;
}

.iprocce li:hover .icon_3 {
  background-position: -414px -170px;
}

.iprocce li:hover .icon_4 {
  background-position: -627px -170px;
}

.iprocce li:hover .icon_5 {
  background-position: -827px -170px;
}

.iprocce li:hover .icon_6 {
  background-position: -1027px -170px;
}

@media only screen and (max-width: 991.98px) {
  .uavmianscope {
    display: none;
  }
}