/*@font-face {*/
/*  font-family: 'pingfang';*/
/*  src: url("../font/PingFang-Regular.otf");*/
/*}*/
body {
  font-family: 'pingfang';
  color: #000;
  overflow-x: hidden;
  width: 100%;
  font-smooth: always;
}
body .main .uk-container {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  body .main .uk-container {
    max-width: 1000px;
  }
}
@media (max-width: 960px) {
  body .main .uk-container {
    max-width: 768px;
  }
}
@media (max-width: 640px) {
  body .main .uk-container {
    max-width: 100%;
  }
}
body .item-list-content {
  padding: 60px 0 100px;
}
body .item-list-content .item-list {
  font-size: 14px;
}
body .item-list-content .item-list .uk-button {
  width: 180px;
  height: 55px;
  border: 1px solid #003894;
  color: #003894;
  font-size: inherit;
  font-size: 16px;
}
body .item-list-content .item-list .item-img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
body .item-list-content .item-list .item-img-box .item-img {
  border-radius: 5px;
  width: 360px;
  aspect-ratio: 360 / 240;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #f5f5f5;
}
body .item-list-content .item-list .item-text-box {
  width: 70%;
  overflow: hidden;
}
body .item-list-content .item-list .item-title {
  font-size: 18px;
  margin-bottom: 0px;
}
body .item-list-content .item-list .item-desc {
  margin-bottom: 0px;
}
body .item-list-content .item-list .item-list-li {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  margin-bottom: 50px;
}
body .item-list-content .item-list .item-list-li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
body .item-list-content .item-list .item-list-li:hover .item-title {
  color: #003894;
}
body .item-list-content .item-list .item-list-li:hover .uk-button {
  background-color: #003894;
  color: #fff;
}
@media (max-width: 1500px) {
  body .item-list-content .item-list {
    font-size: 18px;
  }
  body .item-list-content .item-list .item-list-li {
    margin-bottom: 40px;
  }
  body .item-list-content .item-list .item-img-box {
    margin-right: 25px;
  }
  body .item-list-content .item-list .item-img-box .item-img {
    width: 300px;
  }
  body .item-list-content .item-list .uk-button {
    width: 200px;
    height: 55.53px;
  }
  body .item-list-content .item-list .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  body .item-list-content .item-list .item-desc {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  body .item-list-content .item-list {
    font-size: 16px;
  }
  body .item-list-content .item-list .item-list-li {
    margin-bottom: 30px;
  }
  body .item-list-content .item-list .uk-button {
    width: 150px;
    height: 50px;
  }
  body .item-list-content .item-list .item-img-box {
    margin-right: 20px;
  }
  body .item-list-content .item-list .item-img-box .item-img {
    width: 250px;
  }
  body .item-list-content .item-list .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  body .item-list-content .item-list {
    font-size: 15px;
  }
  body .item-list-content .item-list .item-list-li {
    margin-bottom: 20px;
  }
  body .item-list-content .item-list .uk-button {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  body .item-list-content .item-list .item-img-box {
    margin-right: 15px;
  }
  body .item-list-content .item-list .item-img-box .item-img {
    width: 200px;
  }
  body .item-list-content .item-list .item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  body .item-list-content .item-list .item-list-li {
    margin-bottom: 15px;
  }
  body .item-list-content .item-list .item-img-box .item-img {
    width: 150px;
  }
  body .item-list-content .item-list .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .item-list-content .item-list .item-time {
    font-size: 14px;
    color: #999;
  }
}
body .item-list-content .page-box {
  padding: 20px 0 0;
}
@media (max-width: 1500px) {
  body .item-list-content {
    padding: 50px 0 80px;
  }
  body .item-list-content .page-box {
    padding: 30px 0 0;
  }
}
@media (max-width: 1200px) {
  body .item-list-content {
    padding: 40px 0 60px;
  }
}
@media (max-width: 960px) {
  body .item-list-content {
    padding: 40px 0 50px;
  }
  body .item-list-content .page-box {
    padding: 20px 0 0;overflow: scroll;
  }
}
body .section-title {
  padding-top: 80px;
  font-size: 30px;
  font-weight: bold;
}
body .section-title .line {
  margin: 15px auto 0;
  width: 70px;
  height: 4px;
  background-color: #003894;
}
@media (max-width: 1500px) {
  body .section-title {
    padding-top: 60px;
    font-size: 28px;
  }
  body .section-title .line {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  body .section-title {
    padding-top: 50px;
    font-size: 24px;
  }
  body .section-title .line {
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
    background-color: #003894;
  }
}
@media (max-width: 980px) {
  body .section-title {
    font-size: 20px;
  }
  .svg-img svg{
    height: 25px;
  }
 .service-case-bottom .uk-flex-center{
    margin-bottom: 10px;
  }
}
body .section-title-small {
  font-size: 22px;
  padding-top: 20px;
  color: #000;
}
body .section-title-small .item-desc {
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 1500px) {
  body .section-title-small {
    font-size: 24px;
  }
  body .section-title-small .item-desc {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  body .section-title-small {
    font-size: 20px;
  }
  body .section-title-small .item-desc {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  body .section-title-small {
    font-size: 18px;
  }
  body .section-title-small .item-desc {
    font-size: 15px;
  }
}
body .banner {
  overflow: hidden;
  position: relative;
}
body .banner .banner_bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 95px;
  position: relative;
  z-index: 0;
}
body .banner .banner_text {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .banner .banner_text .uk-container {
  width: 100%;
}
body .banner .banner_text .uk-container .banner_text_img {
  max-width: 40%;
  margin: 0 auto;
  display: block;
}
body .banner .banner_text .uk-container .banner-title {
  font-size: 40px;
}
@media (max-width: 1500px) {
  body .banner .banner_text .uk-container .banner-title {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  body .banner .banner_text .uk-container .banner-title {
    font-size: 28px;
  }
}
body .banner .banner_text .uk-container .line {
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}
body .tag-swiper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 -20px;
  padding:0;
  background-color: #fff;
}
body .tag-swiper .uk-dotnav {
  margin-top: 10px;
}
body .tag-swiper .uk-dotnav > * > * {
  border-color: #003894;
}
body .tag-swiper .uk-dotnav > .uk-active > * {
  background-color: #003894;
}
body .tag-swiper .uk-grid {
  margin-left: -20px;
}
body .tag-swiper .uk-grid > * {
  padding-left: 20px;
}
@media (max-width: 640px) {
  body .tag-swiper .uk-grid {
    margin-left: -10px;
  }
  body .tag-swiper .uk-grid > * {
    padding-left: 10px;width: 30% !important;
  }
}
body .tag-swiper .tag-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  background-color: #fff;
  color: #003894;
  border: 1px solid #003894;
  height: 60px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 60px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
body .tag-swiper .tag-item.active, body .tag-swiper .tag-item:hover {
  background-color: #003894;
  color: #fff;
}
@media (max-width: 1500px) {
  body .tag-swiper .tag-item {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
  }
}
@media (max-width: 1200px) {
  body .tag-swiper .tag-item {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 960px) {
  body .tag-swiper .tag-item {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  body .tag-swiper .tag-item {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
}
@media (max-width: 1500px) {
  body .tag-swiper {
    margin: 40px 0 0;
  }
}
@media (max-width: 1200px) {
  body .tag-swiper {
    margin: 30px 0 0;
    padding: 15px 8%;
  }
}
@media (max-width: 960px) {
  body .tag-swiper {
    margin: 20px 0 -15px;
    padding: 15px 0%;
  }
}
@media (max-width: 640px) {
  body .tag-swiper {
    margin: 20px 0 -20px;
    padding: 0;
  }
}
body .uk-lightbox-items img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}
body .uk-lightbox {
  background-color: rgba(0, 0, 0, 0.95);
}

.main .company .certificate-swiper {
  padding: 80px 0 80px;
}
.main .company .certificate-swiper .arrow-left {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .company .certificate-swiper .arrow-left path {
  fill: #999;
}
.main .company .certificate-swiper .arrow-left:hover path {
  fill: #003894;
}
.main .company .certificate-swiper .uk-position-relative li {
  padding: 0 5%;
}
.main .company .certificate-swiper .uk-dotnav {
  margin-top: 80px;
}
.main .company .certificate-swiper .uk-dotnav > * > * {
  width: 60px;
  border-radius: 10px;
  background-color: rgba(186, 186, 186, 0.5);
  border: none;
  height: 6px;
}
.main .company .certificate-swiper .uk-dotnav > .uk-active > * {
  background-color: #BABABA;
}
@media (max-width: 1500px) {
  .main .company .certificate-swiper {
    padding: 60px 0 60px;
  }
  .main .company .certificate-swiper .arrow-left {
    width: 28px;
  }
  .main .company .certificate-swiper .uk-dotnav {
    margin-top: 60px;
  }
  .main .company .certificate-swiper .uk-dotnav > * > * {
    width: 50px;
  }
}
@media (max-width: 1200px) {
  .main .company .certificate-swiper {
    padding: 40px 0 40px;
  }
  .main .company .certificate-swiper .arrow-left {
    width: 15px;
  }
  .main .company .certificate-swiper .uk-dotnav {
    margin-top: 40px;
  }
  .main .company .certificate-swiper .uk-dotnav > * > * {
    width: 30px;
  }
}
@media (max-width: 960px) {
  .main .company .certificate-swiper {
    padding: 20px 0 20px;
  }
  .main .company .certificate-swiper .arrow-left {
    width: 10px;
  }
  .main .company .certificate-swiper .uk-dotnav {
    margin-top: 30px;
  }
  .main .company .certificate-swiper .uk-dotnav > * > * {
    width: 20px;
  }
}
.main .company .coreTeam-box {
  padding: 100px 0;
  font-size: 16px;
  line-height: 1.6;
}
.main .company .coreTeam-box .item-tips {
  font-size: 28px;
  margin-bottom: 10px;
}
.main .company .coreTeam-box .item-name {
  font-size: 24px;
  margin-bottom: 10px;
}
.main .company .coreTeam-box .item-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 640px) {
  .main .company .coreTeam-box .item-img {
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .main .company .coreTeam-box {
    padding: 80px 0;
    font-size: 16px;
  }
  .main .company .coreTeam-box .item-tips {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main .company .coreTeam-box .item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .main .company .coreTeam-box {
    padding: 60px 0;
    font-size: 15px;
  }
  .main .company .coreTeam-box .item-tips {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main .company .coreTeam-box .item-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .main .company .coreTeam-box {
    padding: 60px 0;
    font-size: 14px;
  }
  .main .company .coreTeam-box .item-tips {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .main .company .coreTeam-box .item-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .main .company .coreTeam-box {
    padding: 40px 0;
  }
}
.main .company .honor-box {
  padding: 50px 0 100px;
}
.main .company .honor-box .honor-nav-box {
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
.main .company .honor-box .honor-nav-box a {
  font-size: inherit;
  color: inherit;
  padding: 0 20px;
}
.main .company .honor-box .honor-nav-box li.uk-active {
  font-size: 30px;
  color: #003894;
  font-weight: bold;
  position: relative;
}
.main .company .honor-box .honor-nav-box li.uk-active::after {
  position: absolute;
  width: 60px;
  height: 6px;
  background-color: #003894;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
.main .company .honor-box .honor-swiper {
  padding: 80px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .company .honor-box .honor-swiper .arrow-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}
.main .company .honor-box .honor-swiper .arrow-left path {
  fill: #999;
}
.main .company .honor-box .honor-swiper .arrow-left:hover path {
  fill: #003894;
}
.main .company .honor-box .honor-swiper .uk-position-relative {
  padding: 0 60px;
}
.main .company .honor-box .honor-swiper .uk-position-relative li {
  line-height: 1.6;
}
.main .company .honor-box .honor-swiper .uk-position-relative li img {
  width: 100%;
  aspect-ratio: 360 / 366;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main .company .honor-box .honor-swiper .uk-position-relative li .item-title {
  font-size: 28px;
  margin-top: 30px;
}
.main .company .honor-box .honor-swiper .uk-position-relative li .item-desc {
  font-size: 20px;
  margin-top: 20px;
}
.main .company .honor-box .honor-swiper .uk-dotnav {
  margin-top: 80px;
}
.main .company .honor-box .honor-swiper .uk-dotnav > * > * {
  width: 60px;
  border-radius: 10px;
  background-color: rgba(186, 186, 186, 0.5);
  border: none;
  height: 6px;
}
.main .company .honor-box .honor-swiper .uk-dotnav > .uk-active > * {
  background-color: #BABABA;
}
.main .company .honor-box .honor-swiper .uk-grid {
  margin-left: -60px;
}
.main .company .honor-box .honor-swiper .uk-grid > * {
  padding-left: 60px;
}
@media (max-width: 1500px) {
  .main .company .honor-box .honor-swiper {
    padding: 60px 0 0px;
  }
  .main .company .honor-box .honor-swiper .arrow-left {
    width: 18px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav {
    margin-top: 60px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav > * > * {
    width: 50px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative {
    padding: 0 40px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-title {
    font-size: 22px;
    margin-top: 30px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-desc {
    font-size: 18px;
    margin-top: 20px;
  }
  .main .company .honor-box .honor-swiper .uk-grid {
    margin-left: -40px;
  }
  .main .company .honor-box .honor-swiper .uk-grid > * {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .main .company .honor-box .honor-swiper {
    padding: 40px 0 0px;
  }
  .main .company .honor-box .honor-swiper .arrow-left {
    width: 15px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav {
    margin-top: 40px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav > * > * {
    width: 30px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative {
    padding: 0 20px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-title {
    font-size: 18px;
    margin-top: 30px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .main .company .honor-box .honor-swiper .uk-grid {
    margin-left: 0px;
  }
  .main .company .honor-box .honor-swiper .uk-grid > * {
    padding-left: 0px;
  }
}
@media (max-width: 960px) {
  .main .company .honor-box .honor-swiper {
    padding: 30px 0 0px;
  }
  .main .company .honor-box .honor-swiper .arrow-left {
    width: 10px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav {
    margin-top: 30px;
  }
  .main .company .honor-box .honor-swiper .uk-dotnav > * > * {
    width: 20px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative {
    padding: 0 20px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-title {
    font-size: 18px;
    margin-top: 20px;
  }
  .main .company .honor-box .honor-swiper .uk-position-relative li .item-desc {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .main .company .honor-box {
    padding: 30px 060px;
  }
  .main .company .honor-box .honor-nav-box {
    font-size: 18px;
  }
  .main .company .honor-box .honor-nav-box li.uk-active {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .main .company .honor-box {
    padding: 30px 0 40px;
  }
  .main .company .honor-box .honor-nav-box {
    font-size: 16px;
  }
  .main .company .honor-box .honor-nav-box li.uk-active {
    font-size: 20px;
  }
  .main .company .honor-box .honor-nav-box li.uk-active::after {
    height: 3px;
  }
}
.main .company .team-box {
  padding: 80px 0 80px;
}
@media (max-width: 1500px) {
  .main .company .team-box {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .main .company .team-box {
    padding: 40px 0 60px;
  }
}
.main .company .team-box li {
  aspect-ratio: 1 / 1;
}
.main .company .team-box li .item-img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-box-shadow .3s linear, -webkit-transform .3s linear;
  transition: -webkit-box-shadow .3s linear, -webkit-transform .3s linear;
  transition: box-shadow .3s linear, transform .3s linear;
  transition: box-shadow .3s linear, transform .3s linear, -webkit-box-shadow .3s linear, -webkit-transform .3s linear;
  position: relative;
}
.main .company .team-box li .item-img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  z-index: 1;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.main .company .team-box li .item-text {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  position: relative;
}
.main .company .team-box li .item-text::after {
  inset: 0;
  border: 2px solid #000;
  position: absolute;
  content: '';
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, -webkit-transform .3s linear;
  transition: transform .3s linear, opacity .3s linear;
  transition: transform .3s linear, opacity .3s linear, -webkit-transform .3s linear;
}
.main .company .team-box li .item-text .item-tips {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
@media (max-width: 960px) {
  .main .company .team-box li .item-text .item-tips {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.main .company .team-box li .item-text .item-desc {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .company .team-box li .item-text .arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
@media (max-width: 640px) {
  .main .company .team-box li .item-text .arrow-btn {
    bottom: 10px;
    right: 10px;
    width: 20px;
  }
}
.main .company .team-box li .item-text:hover {
  color: #003894 !important;
}
.main .company .team-box li .item-text:hover::after {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
  border-color: #003894;
}
.main .company .team-box li .item-text:hover .item-tips {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.main .company .team-box li .item-text:hover .item-desc {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.main .company .team-box li .item-text:hover .arrow-btn {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.main .company .team-box li .item-text.blue-bg {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  background-color: #003894;opacity: 0.7;
}
.main .company .team-box li .item-text.blue-bg::after {
  border-color: #fff;
}
.main .company .team-box li .item-text.blue-bg:hover {
  color: #fff !important;
}
@media (max-width: 960px) {
  .main .company .team-box li .item-text {
    background-color: #003894;
    color: #fff;
  }
  .main .company .team-box li .item-text:hover {
    color: #fff !important;
  }
  .main .company .team-box li .item-text:hover::after {
    border-color: #fff;
  }
}
.main .company .join-box {
  padding: 60px 0 80px;
}
.main .company .join-box .uk-grid {
  margin-left: -50px;
}
.main .company .join-box .uk-grid > * {
  padding-left: 50px;
}
.main .company .join-box .join-left-li .join-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #003894;
  border: 1px solid #003894;
  /*width: calc(100% - 50px);*/
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: background .3s linear, width .3s linear;
  transition: background .3s linear, width .3s linear;
}
.main .company .join-box .join-left-li .join-tab:hover {
  background-color: #003894;
  color: #fff;
}
.main .company .join-box .join-left-li .join-tab.active {
  width: 100%;
  background-color: #003894;
  color: #fff;
}
.main .company .join-box .join-right {
  line-height: 1.6;
  font-size: 18px;
}
.main .company .join-box .join-right .join-top {
  -webkit-box-shadow: 0px 0px 4px 0px #00000040;
          box-shadow: 0px 0px 4px 0px #00000040;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  margin-bottom: 30px;
}
.main .company .join-box .join-right .join-top p {
  padding: 5px 0;
}
.main .company .join-box .join-right .join-list {
  margin-bottom: 30px;
}
.main .company .join-box .join-right .join-list .join-title {
  margin-bottom: 25px;
  font-size: 26px;
  color: #003894;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .company .join-box .join-right .join-list .join-title img {
  width: 30px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media (max-width: 1500px) {
  .main .company .join-box {
    padding: 50px 0 60px;
  }
  .main .company .join-box .uk-grid {
    margin-left: -40px;
  }
  .main .company .join-box .uk-grid > * {
    padding-left: 40px;
  }
  .main .company .join-box .join-left-li .join-tab {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  .main .company .join-box .join-right {
    line-height: 1.6;
    font-size: 16px;
  }
  .main .company .join-box .join-right .join-top {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .main .company .join-box .join-right .join-list {
    margin-bottom: 25px;
  }
  .main .company .join-box .join-right .join-list .join-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .main .company .join-box .join-right .join-list .join-title img {
    width: 25px;
  }
}
@media (max-width: 1200px) {
  .main .company .join-box {
    padding: 40px 0 50px;
  }
  .main .company .join-box .uk-grid {
    margin-left: -30px;
  }
  .main .company .join-box .uk-grid > * {
    padding-left: 30px;
  }
  .main .company .join-box .join-left-li .join-tab {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main .company .join-box .join-right {
    font-size: 15px;
  }
  .main .company .join-box .join-right .join-top {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main .company .join-box .join-right .join-list {
    margin-bottom: 20px;
  }
  .main .company .join-box .join-right .join-list .join-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main .company .join-box .join-right .join-list .join-title img {
    width: 20px;
  }
}
@media (max-width: 960px) {
  .main .company .join-box {
    padding: 30px 0 40px;
  }
  .main .company .join-box .uk-grid {
    margin-left: -20px;
  }
  .main .company .join-box .uk-grid > * {
    padding-left: 20px;
  }
  .main .company .join-box .join-left-li .join-tab {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .main .company .join-box {
    padding: 30px 0 40px;
  }
  .main .company .join-box .join-left-li {
    width: 100%;
  }
  .main .company .join-box .join-left-li .join-left {
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
  }
  .main .company .join-box .join-left-li .join-left::-webkit-scrollbar {
    display: none;
  }
  .main .company .join-box .join-left-li .join-left .join-tab {
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
    padding: 10px 10px;
    font-size: 15px;
    border: none;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f1f1f1;
    color: #333;
  }
  .main .company .join-box .join-left-li .join-left .join-tab.active {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #003894;
    color: #fff;
  }
}
.main .company .contact-box {
  -webkit-box-shadow: 0px 0px 14px 0px #00000024;
          box-shadow: 0px 0px 14px 0px #00000024;
  padding: 30px;
  font-size: 20px;
  margin: 40px 0 60px;
}
.main .company .contact-box #map {
  height: 600px;
  margin-bottom: 20px;
}
.main .company .contact-box .map-li {
  line-height: 1.8;
  padding-top: 20px;
  padding-inline: 20px;
}
.main .company .contact-box .map-li img {
  width: 20px;
  margin-right: 15px;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.main .company .contact-box .map-li:last-child {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .main .company .contact-box {
    padding: 25px;
    font-size: 18px;
    margin: 40px 0 50px;
  }
  .main .company .contact-box #map {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .main .company .contact-box {
    padding: 20px;
    font-size: 16px;
    margin: 30px 0 50px;
  }
  .main .company .contact-box #map {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .main .company .contact-box {
    padding: 15px;
    font-size: 15px;
  }
  .main .company .contact-box #map {
    height: 300px;
  }
}
.main .company .platfrom-box {
  padding: 60px 0 100px;
  font-size: 20px;
}
.main .company .platfrom-box .img-box {
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .main .company .platfrom-box {
    padding: 50px 0 80px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .company .platfrom-box {
    padding: 40px 0 60px;
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .main .company .platfrom-box {
    padding: 30px 0 50px;
    font-size: 15px;
  }
}
.main .company .company-section-top {
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main .company .company-section-top .introduction-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.main .company .company-section-top .introduction-box .video-box {
  width: 100%;
  aspect-ratio: 1200 / 670;
  display: block;
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .main .company .company-section-top .introduction-box .video-box {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-top .introduction-box .video-box {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-top .introduction-box .video-box {
    margin-top: 30px;
  }
}
.main .company .company-section-top .introduction-box .introduction-info {
  margin-top: 100px;
  line-height: 1.6;
  font-size: 16px;
}
.main .company .company-section-top .introduction-box .introduction-info .item-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .main .company .company-section-top .introduction-box .introduction-info {
    margin-top: 80px;
  }
  .main .company .company-section-top .introduction-box .introduction-info .item-title {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-top .introduction-box .introduction-info {
    margin-top: 60px;
    font-size: 15px;
  }
  .main .company .company-section-top .introduction-box .introduction-info .item-title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-top .introduction-box .introduction-info {
    margin-top: 40px;
  }
  .main .company .company-section-top .introduction-box .introduction-info .item-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .main .company .company-section-top .introduction-box .introduction-info .item-text {
    margin-top: 20px;
  }
  .main .company .company-section-top .introduction-box .introduction-info .item-title {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .main .company .company-section-top .introduction-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-top .introduction-box {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-top .introduction-box {
    padding-bottom: 40px;
  }
}
.main .company .company-section-top .top-1 {
  position: absolute;
  z-index: 0;
  top: 10%;
  left: -30%;
  width: 60%;
}
.main .company .company-section-top .top-2 {
  position: absolute;
  z-index: 0;
  top: 30%;
  right: -10%;
  width: 60%;
}
.main .company .company-section-top .top-3 {
  position: absolute;
  z-index: 0px;
  width: 500px;
  max-width: 50%;
  right: 0;
  bottom: -20%;
}
.main .company .company-section-info {
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.main .company .company-section-info .item-title {
  font-size: 32px;
}
.main .company .company-section-info .item-desc {
  margin-top: 30px;
}
.main .company .company-section-info .item-box-bottom {
  margin-top: 40px;
}
.main .company .company-section-info .item-box-bottom .item-img-list {
  aspect-ratio: 880 / 618;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .company .company-section-info .item-box-bottom .uk-grid-li {
  width: 75%;
}
@media (max-width: 640px) {
  .main .company .company-section-info .item-box-bottom .uk-grid-li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.main .company .company-section-info .company-accordion .uk-accordion-title {
  padding: 15px 0;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1500px) {
  .main .company .company-section-info .company-accordion .uk-accordion-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-info .company-accordion .uk-accordion-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-info .company-accordion .uk-accordion-title {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .main .company .company-section-info {
    padding: 60px 0 80px;
  }
  .main .company .company-section-info .item-title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-info {
    padding: 40px 0 60px;
  }
  .main .company .company-section-info .item-desc {
    margin-top: 20px;
  }
  .main .company .company-section-info .item-box-bottom {
    margin-top: 30px;
  }
  .main .company .company-section-info .item-title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-info {
    padding: 40px 0 40px;
    font-size: 15px;
  }
  .main .company .company-section-info .item-title {
    font-size: 20px;
  }
}
.main .company .company-section-dev {
  overflow: hidden;
  padding: 120px 0;
  background-color: #fff;
  position: relative;
}
.main .company .company-section-dev .top-1 {
  position: absolute;
  z-index: 0;
  width: 30%;
  bottom: -10%;
  left: 0;
}
.main .company .company-section-dev .uk-grid-li {
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.main .company .company-section-dev .uk-grid-li .item-text {
  font-size: 16px;
  max-width: 600px;
  margin-right: 30px;
  padding-left: 15px;
}
.main .company .company-section-dev .uk-grid-li .item-text .item-title {
  font-size: 32px;
  color: #003894;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .main .company .company-section-dev .uk-grid-li .item-text {
    padding-left: 40px;
  }
}
@media (min-width: 640px) {
  .main .company .company-section-dev .uk-grid-li .item-text {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-dev .uk-grid-li .item-text {
    max-width: 500px;
    margin-right: 20px;
    font-size: 15px;
  }
  .main .company .company-section-dev .uk-grid-li .item-text .item-title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .main .company .company-section-dev .uk-grid-li .item-text {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .main .company .company-section-dev .uk-grid-li .item-text .item-title {
    font-size: 18px;
  }
}
.main .company .company-section-dev .uk-grid-li .item-img-li {
  aspect-ratio: 940 / 454;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border-radius: 1000px 0 0 1000px;
}
@media (max-width: 1500px) {
  .main .company .company-section-dev {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-dev {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-dev {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .main .company .company-section-dev {
    padding: 40px 0;
  }
}
.main .company .company-section-gongshi {
  padding-bottom: 100px;
  line-height: 1.6;
  background-color: #FBFBFB;
}
.main .company .company-section-gongshi .section-title {
  color: #003894;
}
.main .company .company-section-gongshi .section-title .section-desc {
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .main .company .company-section-gongshi .section-title .section-desc {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-gongshi .section-title .section-desc {
    font-size: 14px;
  }
}
.main .company .company-section-gongshi .gongsi-box {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .main .company .company-section-gongshi .gongsi-box {
    font-size: 15px;
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-gongshi .gongsi-box {
    padding-top: 30px;
  }
}
@media (max-width: 1500px) {
  .main .company .company-section-gongshi {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .main .company .company-section-gongshi {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .main .company .company-section-gongshi {
    padding-bottom: 40px;
  }
}
.main .news .news-details {
  font-size: 18px;
  line-height: 1.8;
  padding: 70px 0 120px;
  text-align: justify;
}
.main .news .news-details .item-title {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: inherit;
}
.main .news .news-details hr {
  margin: 20px 0;
  display: block;
}
@media (max-width: 1500px) {
  .main .news .news-details {
    padding: 60px 0 100px;
    font-size: 18px;
  }
  .main .news .news-details .item-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .main .news .news-details {
    padding: 50px 0 80px;
    font-size: 18px;
  }
  .main .news .news-details .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .main .news .news-details {
    padding: 40px 0 60px;
    font-size: 16px;
  }
  .main .news .news-details .item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.main .expert .expert-box {
  padding: 60px 0 50px;
  font-size: 20px;
  line-height: 1.6;
}
.main .expert .expert-box .item-desc {
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .main .expert .expert-box {
    padding: 50px 0 40px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .expert .expert-box {
    padding: 40px 0 40px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .main .expert .expert-box {
    padding: 40px 0 40px;
    font-size: 15px;
  }
}
.main .expert .expert-box-bottom {
  background-color: #FBFBFB;
  padding: 0px 0 100px;
  font-size: 20px;
  line-height: 1.6;
}
.main .expert .expert-box-bottom .item-title {
  color: #003894;
}
.main .expert .expert-box-bottom .expert-box-bottom-desc {
  padding-top: 50px;
}
.main .expert .expert-box-bottom .expert-box-bottom-desc .item-img {
  /*aspect-ratio: 600 / 378;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (max-width: 640px) {
  .main .expert .expert-box-bottom .expert-box-bottom-desc .item-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .main .expert .expert-box-bottom {
    padding: 0px 0 80px;
    font-size: 18px;
  }
  .main .expert .expert-box-bottom .expert-box-bottom-desc {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .main .expert .expert-box-bottom {
    padding: 00px 0 60px;
    font-size: 16px;
  }
  .main .expert .expert-box-bottom .expert-box-bottom-desc {
    padding-top: 30px;
  }
}
@media (max-width: 960px) {
  .main .expert .expert-box-bottom {
    padding: 0px 0 40px;
    font-size: 15px;
  }
}
.main .service .project-box {
  font-size: 20px;
  padding: 40px 0 100px;
}
.main .service .project-box .uk-grid {
  margin-left: -30px;
}
.main .service .project-box .uk-grid > * {
  padding-left: 30px;
  margin-bottom: 50px;
}
.main .service .project-box .pdf-item {
  display: block;
  position: relative;
}
.main .service .project-box .pdf-item .item-desc {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .service .project-box .pdf-item .down {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 20px;
  width: 35px;
}
.main .service .project-box .pdf-item .item-img {
  position: relative;
  z-index: 0;
  aspect-ratio: 580 / 400;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .service .project-box .pdf-item .item-img-box {
  margin-bottom: 15px;
}
.main .service .project-box .pdf-item:hover {
  color: #003894;
}
.main .service .project-box .pdf-item:hover .item-img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.main .service .project-box .pdf-item:hover .item-desc {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1500px) {
  .main .service .project-box {
    padding: 40px 0 80px;
    font-size: 18px;
  }
  .main .service .project-box .pdf-item .down {
    width: 30px;
  }
  .main .service .project-box .uk-grid {
    margin-left: -25px;
  }
  .main .service .project-box .uk-grid > * {
    padding-left: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .main .service .project-box {
    padding: 40px 0 60px;
    font-size: 16px;
  }
  .main .service .project-box .pdf-item .down {
    width: 25px;
  }
  .main .service .project-box .uk-grid {
    margin-left: -20px;
  }
  .main .service .project-box .uk-grid > * {
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .main .service .project-box {
    padding: 30px 0 40px;
    font-size: 15px;
  }
  .main .service .project-box .pdf-item .down {
    width: 20px;
  }
  .main .service .project-box .uk-grid > * {
    margin-bottom: 25px;
  }
}
.main .service .top-box {
  padding-inline: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .main .service .top-box {
    padding-top: 20px;
  }
}
.main .service .top-box .uk-grid {
  margin-left: -2px;
}
.main .service .top-box .uk-grid > * {
  padding-left: 10px;margin-bottom: 1px;
}
.main .service .top-box .uk-grid li {
  width: calc(100% / 9);
}
@media (max-width: 1500px) {
  .main .service .top-box .uk-grid li {
    width: calc(100% / 8.5);
  }
}
@media (max-width: 1200px) {
  .main .service .top-box .uk-grid li {
    width: calc(100% / 6.5);
  }
}
@media (max-width: 960px) {
  .main .service .top-box .uk-grid li {
    width: calc(100% / 4.5);
  }
}
@media (max-width: 640px) {
  .main .service .top-box .uk-grid li {
    width: calc(100% / 3.5);
  }
}
.main .service .bottom-box {
  padding: 10px 0 20px;
  margin: 0 0 0;
}
.main .service .bottom-box .uk-grid {
  margin-left: -25px;
}
.main .service .bottom-box .uk-grid > * {
  padding-left: 25px;
}
@media (max-width: 640px) {
  .main .service .bottom-box .uk-grid {
    margin-left: -15px;
  }
  .main .service .bottom-box .uk-grid > * {
    padding-left: 15px;
  }
}
.main .service .bottom-box .uk-grid li {
  width: calc(100% / 6);
}
@media (max-width: 1500px) {
  .main .service .bottom-box .uk-grid li {
    width: calc(100% / 5.5);
  }
}
@media (max-width: 1200px) {
  .main .service .bottom-box .uk-grid li {
    width: calc(100% / 4.5);
  }
}
@media (max-width: 960px) {
  .main .service .bottom-box .uk-grid li {
    width: calc(100% / 3.5);
  }
}
@media (max-width: 640px) {
  .main .service .bottom-box .uk-grid li {
    width: calc(100% / 2.5);
  }
}
@media (max-width: 1200px) {
  .main .service .bottom-box {
    margin-bottom: -20px;
  }
}
.main .service .swiper-sticky.uk-sticky-fixed .top-box {
  padding-top: 20px;
}
.main .service .swiper-sticky.uk-sticky-fixed .bottom-box {
  padding-top: 0px;
}
@media (max-width: 640px) {
  .main .service .swiper-sticky.uk-sticky-fixed .top-box {
    padding-top: 10px;
  }
  .main .service .swiper-sticky.uk-sticky-fixed .bottom-box {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.main .service .service-case-detail {
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .main .service .service-case-detail .item-title {
    font-size: 20px;
  }
}
.main .service .service-case-detail .proCase-top {
  font-size: 20px;
  padding-top: 60px;
}
.main .service .service-case-detail .proCase-top .item-img {
  width: 60%;
}
.main .service .service-case-detail .proCase-top .item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 690 / 396;
}
@media (max-width: 640px) {
  .main .service .service-case-detail .proCase-top .item-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main .service .service-case-detail .proCase-top .item-li {
  padding-left: 40px;
  padding-bottom: 20px;
  line-height: 1.6;
}
.main .service .service-case-detail .proCase-top .item-li img {
  width: 22px;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.main .service .service-case-detail .proCase-top .item-li .blue {
  color: #003894;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .main .service .service-case-detail .proCase-top .item-li {
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .main .service .service-case-detail .proCase-top {
    padding-top: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-detail .proCase-top {
    padding-top: 40px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-detail .proCase-top {
    padding-top: 30px;
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .main .service .service-case-detail {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-detail {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-detail {
    padding-bottom: 40px;
  }
}
.main .service .service-case-center {
  background-color: #FBFBFB;
  padding-bottom: 70px;
}
@media (max-width: 1500px) {
  .main .service .service-case-center {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-center {
    padding-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-center {
    padding-bottom: 40px;
  }
}
.main .service .service-case-center .section-title {
  color: #003894;
}
.main .service .service-case-center .service-img-box {
  padding: 70px 0 0;
}
.main .service .service-case-center .service-img-box > * {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .main .service .service-case-center .service-img-box {
    padding: 60px 0 0;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-center .service-img-box {
    padding: 50px 0 0;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-center .service-img-box {
    padding: 40px 0 0;
  }
}
@media (max-width: 640px) {
  .main .service .service-case-center .service-img-box {
    padding: 30px 0 0;
  }
}
.main .service .service-case-center .service-btn-box {
  padding-top: 50px;
  line-height: 1.6;
  font-size: 20px;
}
.main .service .service-case-center .service-btn-box :hover > * {
  color: #003894;
}
.main .service .service-case-center .service-btn-box :hover > * svg path {
  fill: #003894;
}
.main .service .service-case-center .service-btn-box a.svg-img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (max-width: 1500px) {
  .main .service .service-case-center .service-btn-box {
    padding-top: 40px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-center .service-btn-box {
    padding-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-center .service-btn-box {
    padding-top: 20px;
    font-size: 14px;
  }
}
.main .service .service-case-bottom {
  padding-bottom: 100px;
}
.main .service .service-case-bottom .uk-dotnav {
  margin-top: 20px;
}
.main .service .service-case-bottom .uk-dotnav > * > * {
  border-color: #003894;
}
.main .service .service-case-bottom .uk-dotnav > .uk-active > * {
  background-color: #003894;
}
@media (max-width: 1500px) {
  .main .service .service-case-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .main .service .service-case-bottom {
    padding-bottom: 50px;
  }
}
.main .service .service-case-bottom .swiper-box {
  padding-top: 50px;
  font-size: 20px;
}
.main .service .service-case-bottom .swiper-box .item-list-img {
  width: 100%;
  aspect-ratio: 360 / 230;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .main .service .service-case-bottom .swiper-box {
    padding-top: 40px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main .service .service-case-bottom .swiper-box {
    padding-top: 30px;
    font-size: 16px;
  }
}
.main .home .home-banner {
  color: #fff;
}
.main .home .home-banner .swiper-slide {
  position: relative;
}
.main .home .home-banner .swiper-slide .banner-img {
  /*min-height: 500px;*/
  position: relative;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 960px) {
  .main .home .home-banner .swiper-slide .banner-img {
    /*height: 100dvh;*/
  }
}
.main .home .home-banner .swiper-slide .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.main .home .home-banner .swiper-slide .banner-text .uk-container {
  width: 100%;
}
.main .home .home-banner .swiper-slide .banner-text .uk-container .banner-title {
  font-size: 46px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.main .home .home-banner .swiper-slide .banner-text .uk-container .banner-desc {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.main .home .home-banner .swiper-slide .banner-text .uk-container .uk-button {
  font-size: 24px;
  color: #003894;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.main .home .home-banner .swiper-slide .banner-text .uk-container .uk-button:hover {
  background-color: #003894;
  color: #fff;
}
@media (max-width: 1500px) {
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-desc {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .uk-button {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media (max-width: 1200px) {
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .uk-button {
    font-size: 18px;
    padding: 20px 30px;
  }
}
@media (max-width: 960px) {
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .banner-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main .home .home-banner .swiper-slide .banner-text .uk-container .uk-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.main .home .home-banner .swiper-pagination {
  bottom: 30px;
}
.main .home .home-banner .swiper-pagination-bullet {
  opacity: 1;
  width: 60px;
  border-radius: 100px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .main .home .home-banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
}
@media (max-width: 960px) {
  .main .home .home-banner .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.main .home .home-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main .home .home-top {
  padding-bottom: 80px;
}
.main .home .home-top .swiper-box {
  padding: 70px 0;
  font-size: 18px;
  line-height: 1.6;
}
.main .home .home-top .swiper-box .uk-dotnav {
  margin-top: 20px;
}
.main .home .home-top .swiper-box .uk-dotnav > * > * {
  border-color: #003894;
}
.main .home .home-top .swiper-box .uk-dotnav > .uk-active > * {
  background-color: #003894;
}
.main .home .home-top .swiper-box .news-title {
  font-size: 20px;
  margin-top: 20px;
}
.main .home .home-top .swiper-box .news-desc,
.main .home .home-top .swiper-box .news-btn {
  margin-top: 20px;
}
.main .home .home-top .swiper-box li {
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .home .home-top .swiper-box li .item-list-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  aspect-ratio: 360 / 260;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .home .home-top .swiper-box li .news-title {
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.main .home .home-top .swiper-box li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.main .home .home-top .swiper-box li:hover .news-title {
  color: #003894;
}
.main .home .home-top .swiper-box li:hover .item-list-img {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (max-width: 1500px) {
  .main .home .home-top .swiper-box {
    padding: 60px 0;
    font-size: 16px;
  }
  .main .home .home-top .swiper-box .news-title {
    font-size: 18px;
    margin-top: 20px;
  }
  .main .home .home-top .swiper-box .news-desc {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .main .home .home-top .swiper-box {
    padding: 50px 0;
    font-size: 16px;
  }
  .main .home .home-top .swiper-box .news-title {
    font-size: 18px;
    margin-top: 15px;
  }
  .main .home .home-top .swiper-box .news-desc,
  .main .home .home-top .swiper-box .news-btn {
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .main .home .home-top .swiper-box {
    padding: 40px 0;
  }
  .main .home .home-top .swiper-box .news-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .main .home .home-top .swiper-box {
    padding: 30px 0;
    font-size: 14px;
  }
}
.main .home .home-top .uk-button {
  background-color: #003894;
  color: #fff;
  padding: 20px 55px;
  border-radius: 0;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .main .home .home-top .uk-button {
    padding: 15px 40px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .main .home .home-top .uk-button {
    padding: 15px 30px;
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .main .home .home-top {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .main .home .home-top {
    padding-bottom: 40px;
  }
}
.main .home .home-bottom {
  background-color: #FBFBFB;
  padding-bottom: 100px;
}
.main .home .home-bottom .case-box {
  font-size: 18px;
  padding-top: 60px;
  line-height: 1.6;
}
.main .home .home-bottom .case-box .left-box {
  padding-right: 50px;
}
.main .home .home-bottom .case-box .left-box .tag {
  display: block;
  padding: 10px 0;
}
.main .home .home-bottom .case-box .left-box .tag:hover {
  color: #003894;
}
.main .home .home-bottom .case-box .left-box .tag.active {
  color: #003894;
  font-weight: bold;
  font-size: 24px;
}
.main .home .home-bottom .case-box .left-box .tag.gray {
  color: #999;
}
.main .home .home-bottom .case-box .uk-grid {
  margin-left: -30px;
}
.main .home .home-bottom .case-box .uk-grid > * {
  padding-left: 30px;
}
.main .home .home-bottom .case-box .case-img {
  aspect-ratio: 477 / 366;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}
.main .home .home-bottom .case-item {
  display: block;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}
.main .home .home-bottom .case-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 1500px) {
  .main .home .home-bottom {
    padding-bottom: 80px;
  }
  .main .home .home-bottom .case-box {
    font-size: 16px;
    padding-top: 50px;
  }
  .main .home .home-bottom .case-box .left-box {
    padding-right: 40px;
  }
  .main .home .home-bottom .case-box .left-box .tag {
    display: block;
    padding: 10px 0;
  }
  .main .home .home-bottom .case-box .left-box .tag.active {
    color: #003894;
    font-weight: bold;
    font-size: 22px;
  }
  .main .home .home-bottom .case-box .uk-grid {
    margin-left: -30px;
  }
  .main .home .home-bottom .case-box .uk-grid > * {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .main .home .home-bottom {
    padding-bottom: 60px;
  }
  .main .home .home-bottom .case-box {
    font-size: 15px;
    padding-top: 40px;
  }
  .main .home .home-bottom .case-box .left-box {
    padding-right: 40px;
  }
  .main .home .home-bottom .case-box .left-box .tag {
    display: block;
    padding: 10px 0;
  }
  .main .home .home-bottom .case-box .left-box .tag.active {
    color: #003894;
    font-weight: bold;
    font-size: 20px;
  }
  .main .home .home-bottom .case-box .uk-grid {
    margin-left: -20px;
  }
  .main .home .home-bottom .case-box .uk-grid > * {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .main .home .home-bottom {
    padding-bottom: 40px;
  }
  .main .home .home-bottom .case-box {
    font-size: 14px;
    padding-top: 40px;
  }
  .main .home .home-bottom .case-box .left-box {
    padding-right: 40px;
  }
  .main .home .home-bottom .case-box .left-box .tag {
    display: block;
    padding: 10px 0;
  }
  .main .home .home-bottom .case-box .left-box .tag.active {
    color: #003894;
    font-weight: bold;
    font-size: 20px;
  }
  .main .home .home-bottom .case-box .uk-grid {
    margin-left: -20px;
  }
  .main .home .home-bottom .case-box .uk-grid > * {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .main .home .home-bottom .case-box {
    font-size: 14px;
    padding-top: 40px;
  }
  .main .home .home-bottom .case-box .left-box {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 40px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .main .home .home-bottom .case-box .left-box::-webkit-scrollbar {
    display: none;
  }
  .main .home .home-bottom .case-box .left-box .tag {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
  }
  .main .home .home-bottom .case-box .left-box .tag:last-child {
    margin-right: 0;
  }
  .main .home .home-bottom .case-box .left-box .tag.active {
    font-size: inherit;
  }
  .main .home .home-bottom .case-box .uk-grid {
    margin-left: -10px;
  }
  .main .home .home-bottom .case-box .uk-grid > * {
    padding-left: 10px;
  }
}

.header {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.header .uk-container {
  max-width: 1400px;
}
.header .uk-container .brand {
  display: block;
  width: 22.9167vw;
}
@media (max-width: 961px) {
  .header .uk-container .brand {
    width: 380px;
    max-width: 65%;
  }
}
.header .uk-container .nav-ul li {
  margin-left: 1.3vw;
}
.header .uk-container .nav-ul li > a {
  color: inherit;
}
.header .uk-container .nav-ul li > a.active {

}
.header .uk-container .nav-ul li > a:hover {
  color: #003894;
}
.header .uk-container .nav-ul li .nav-drop {
  min-width: 120px;
  padding: 6px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 18px rgba(29, 41, 57, 0.14);
          box-shadow: 0px 6px 18px rgba(29, 41, 57, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header .uk-container .nav-ul li .nav-drop > a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.header .uk-container .nav-ul li .nav-drop > a:hover {
  background-color: #f2f4f7;
  color: #003894;
}
.header .uk-container .nav-ul li .nav-drop > a.active {
  font-weight: bold;
  color: #003894;
}
.header .uk-container .gap {
  margin: 0 1vw;
  color: #999;
}
@media (max-width: 962px) {
  .header .uk-container .gap {
    margin: 0 8px;
    opacity: 0;
  }
}
.header .uk-container .search-box-btn {
  padding: 10px;
}
.header .uk-container .search-box-btn input {
  font-size: 14px;
  margin-right: 10px;
}
.header .uk-container .lang-box .nav-drop {
  min-width: 100px;
  padding: 6px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 18px rgba(29, 41, 57, 0.14);
          box-shadow: 0px 6px 18px rgba(29, 41, 57, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header .uk-container .lang-box .nav-drop > a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.header .uk-container .lang-box .nav-drop > a:hover {
  background-color: #f2f4f7;
  color: #003894;
}
.header .uk-container .lang-box .nav-drop > a.active {
  font-weight: bold;
  color: #003894;
}
@media (max-width: 1200px) {
  .header {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header {
    padding: 20px 0;
  }
}
.header .fixed-logo {
  display: block;
}
.header .scroll-logo {
  display: none;
}
.header.fixed {
  position: fixed;
  background-color: transparent;
  color: #fff;
}
.header.fixed .active {
  color: #fff !important;
}
.header.fixed a:hover {
  color: #fff !important;
}
.header.fixed .nav-drop a.active {
  color: #003894 !important;
}
.header.fixed .nav-drop a:hover {
  color: #003894 !important;
}
.header.scroll {
  color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header.scroll .active {
  color: #003894 !important;
}
.header.scroll a:hover {
  color: #003894 !important;
}
.header.scroll .scroll-logo {
  display: block;
}
.header.scroll .fixed-logo {
  display: none;
}
@media (max-width: 960px) {
  .header.scroll {
    padding: 20px 0;
  }
}

.footer {
  background-color: #15284A;
  color: #fff;
  font-size: 14px;
}
.footer .uk-container {
  max-width: 1400px;
}
.footer .footer-top {
  padding-top: 30px;
  position: relative;
}
.footer .footer-top::before {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
  content: '';
  left: 0;
  bottom: 0;
}
.footer .footer-top .footer-left {
  padding: 30px 0;
  font-size: 13px;
  width: 25%;
}
.footer .footer-top .footer-left .logo {
  display: block;
  margin-bottom: 10px;
}
.footer .footer-top .footer-left p {
  padding: 3px 0;
}
.footer .footer-top .footer-center {
  width: 63%;
  padding: 30px 50px 60px;
  position: relative;
}
.footer .footer-top .footer-center::before {
  top: 0;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  content: '';
  left: 25px;
}
.footer .footer-top .footer-center::after {
  top: 0;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  content: '';
  right: 25px;
}
.footer .footer-top .footer-center .nav-title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .footer .footer-top .footer-center .nav-title {
    font-size: 15px;
  }
}
.footer .footer-top .footer-center .nav-child a {
  color: #fff;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 13px;
  opacity: .5;
  height: 25px;
  line-height: 25px;
}
.footer .footer-top .footer-center .nav-child a:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer .footer-top .footer-right {
  padding: 30px 0;
  width: 12%;
  max-width: 200px;
  font-size: 14px;
}
.footer .footer-top .footer-right img {
  margin-bottom: 15px;
}
@media (max-width: 1110px) {
  .footer .footer-top .footer-inner {
    display: block;
  }
  .footer .footer-top .footer-inner .footer-left {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-inner .footer-left .logo {
    width: 250px;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-inner .footer-left p {
    display: inline-block;
    margin-right: 20px;
  }
  .footer .footer-top .footer-inner .footer-left p:last-child {
    margin-right: 0;
  }
  .footer .footer-top .footer-inner .footer-center {
    padding: 0;
    width: 100%;
  }
  .footer .footer-top .footer-inner .footer-center::before, .footer .footer-top .footer-inner .footer-center::after {
    display: none;
  }
  .footer .footer-top .footer-inner .footer-right {
    width: 100%;
    padding: 20px 0 10px;
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .footer .footer-top .footer-inner .footer-right img {
    width: 80px;
    margin-right: 20px;
  }
  .footer .footer-top .footer-inner .footer-right p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 680px) {
  .footer .footer-top .footer-inner {
    display: block;
  }
  .footer .footer-top .footer-inner .footer-left {
    margin-bottom: 10px;
  }
  .footer .footer-top .footer-inner .footer-center {
    padding: 0;
    width: 100%;
    display: block;
  }
  .footer .footer-top .footer-inner .footer-center::before, .footer .footer-top .footer-inner .footer-center::after {
    display: none;
  }
  .footer .footer-top .footer-inner .footer-center .nav-li {
    padding: 10px 0;
  }
  .footer .footer-top .footer-inner .footer-center .nav-li .nav-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-top .footer-inner .footer-center .nav-li .nav-child li {
    padding: 5px 10px 5px 0;
  }
  .footer .footer-top .footer-inner .footer-right {
    width: 100%;
    padding: 20px 0 10px;
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .footer .footer-top .footer-inner .footer-right img {
    width: 80px;
    margin-right: 20px;
  }
  .footer .footer-top .footer-inner .footer-right p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer .footer-bottom {
  font-size: 13px;
  padding: 20px 0 30px;
  line-height: 1.6;
}

.up-btn {
  display: none;
  position: fixed;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 20%;
  z-index: 8;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.up-btn:hover {
  background-color: #003894;
  color: #fff;
}
@media (max-width: 640px) {
  .up-btn {
    right: 15px;
    bottom: 15px;
  }
}

#mobile-header .mobile-nav {
  overflow-y: auto;
  padding-bottom: 50px;
}
#mobile-header .mobile-nav .uk-nav-default * {
  color: #000;
}
#mobile-header .mobile-nav .uk-nav-default .nav-item {
  margin: 0 20px;
  padding: 12px 0 12px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
#mobile-header .mobile-nav .uk-nav-default .nav-item span.layui-icon {
  color: #003894;
}
#mobile-header .mobile-nav .uk-nav-default .nav-item span.layui-icon svg {
  display: none;
}
#mobile-header .mobile-nav .uk-nav-default .nav-item .nav-title.active {
  color: #003894;
  font-weight: bold;
}
#mobile-header .mobile-nav .uk-nav-default .uk-nav-sub li {
  padding: 15px 0 5px 20px;
  line-height: 1.4;
  font-size: 14px;
}
#mobile-header .mobile-nav .uk-nav-default .uk-nav-sub li .active {
  color: #003894;
  font-weight: bold;
}
#mobile-header .btn {
  color: #000;
  font-weight: bold;
}
#mobile-header .uk-offcanvas-bar {
  padding: 0 0 20px;
}
#mobile-header .uk-offcanvas-bar .logo-box {
  padding: 30px 20px 20px;
}
#mobile-header .uk-offcanvas-bar .uk-offcanvas-close {
  position: relative;
  inset: 0;
  width: 40px;
  color: #000;
  height: 100%;
  margin-left: 30px;
}
#mobile-header .uk-offcanvas-bar .uk-search-box {
  margin: 0 20px;
}
#mobile-header .uk-offcanvas-bar .uk-search-box .uk-search {
  padding: 15px 15px;
  background-color: #FBFBFB;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}
#mobile-header .uk-offcanvas-bar .uk-search-box .user-box {
  color: inherit;
  margin-left: 20px;
  font-size: 14px;
}
#mobile-header .uk-parent .uk-text-right {
  display: none;
}
#mobile-header .uk-parent:has(.uk-nav-sub) .uk-text-right {
  display: block;
}
