.f20 {
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .f20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .f20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .f20 {
    font-size: 14px;
  }
}

.f60 {
  font-size: 60px;
  color: #333333;
}
@media only screen and (max-width: 1440px) {
  .f60 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .f60 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .f60 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .f60 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1440px) {
  .f60 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .f60 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .f60 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .f60 {
    font-size: 28px;
  }
}
.pl-10 {
  padding-left: 0.1rem;
}
.p-10 {
  padding: 0 0.1rem;
}
.gray {
  color: #999;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .gray {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .gray {
    font-size: 12px;
  }
}
.card-area .card-item .gray {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .card-area .card-item .gray {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .card-area .card-item .gray {
    font-size: 12px;
  }
}
.box .uk-tile .nbond p {
  text-align: left;
}
.loadingContainer {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}
.loading4 {
  width: 150px;
  margin: 50px auto;
  text-align: center;
}
.loading4 > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background-color: #e60012;
  -webkit-animation: three 1.4s infinite ease-in-out;
  animation: three 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading4 .three1 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading4 .three2 {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
@-webkit-keyframes three {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes three {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#header .nav-pc {
  background: url(../img/menu.png) no-repeat center center / cover;
  transition: all 0.1s ease-out;
  padding: 0 0.9rem;
}
@media all and (max-width: 1440px) {
  #header .nav-pc {
    padding: 0 0.2rem;
  }
}
@media all and (max-width: 1200px) {
  #header .nav-pc .uk-container {
    padding: 0 0.2rem;
  }
}
#header .icon a {
  width: 30px;
  padding: 0;
  height: 30px;
  min-height: 30px;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
#header .icon:hover {
  background: #0084d6;
}
#header .icon a:hover {
  text-decoration: none;
  color: #fff;
  background: #0084d6;
}
#header .icon a img {
  height: 18px;
}
#header .uk-phone .icon a img {
  height: 18px;
  margin-left: 0;
}
#header .icon a svg {
  display: none;
}
#header .uk-phone > .right {
  display: flex;
  justify-content: flex-end;
  width: 69%;
}
#header .uk-phone > .right .icon {
  background: transparent;
  color: #fff;
}
#header .uk-phone > .right .icon:nth-child(1) {
  margin-right: 0.2rem;
}
#header .uk-phone > .right .icon:nth-child(1) a {
  color: #fff;
}
#header .nav-pc .icon a svg {
  display: none;
}
/*search*/
#modal-full {
  opacity: 1;
}
#modal-full .uk-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
#modal-full .uk-modal-dialog .search-logo {
  width: 100%;
}
#modal-full .uk-container-large ul {
  font-size: 30px;
  max-width: 200px;
  width: 100%;
  margin: 40px auto;
}
@media only screen and (max-width: 1440px) {
  #modal-full .uk-container-large ul {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #modal-full .uk-container-large ul {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #modal-full .uk-container-large ul {
    font-size: 18px;
  }
}
#modal-full .uk-container-large ul li {
  color: #fff;
  cursor: pointer;
}
#modal-full .uk-container-large ul li.uk-active {
  color: #0f7ae5;
}
#modal-full .uk-modal-dialog .uk-search-large {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #F1F1F1;
  max-width: 650px;
  height: 0.6rem;
  display: flex;
  margin: 0 auto;
}
#modal-full .uk-search-large .uk-search-input {
  height: 0.6rem;
  font-size: 24px;
  padding-left: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  #modal-full .uk-search-large .uk-search-input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #modal-full .uk-search-large .uk-search-input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #modal-full .uk-search-large .uk-search-input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #modal-full .uk-search-large .uk-search-input {
    font-size: 16px;
  }
}
#modal-full .uk-search-large .uk-search-icon-flip svg {
  color: #333333;
  height: 0.4rem;
}
#header .uk-drop {
  position: fixed;
  z-index: 1020;
  box-sizing: border-box;
  width: 100% !important;
  left: 0;
  top: 1rem ;
  margin: 0;
  height: auto;
  padding: 0;
  background: #fff;
}
#header .uk-navbar-nav .uk-drop {
  top: 1.4rem;
}
#header .uk-phone .uk-drop {
  top: 1rem !important;
  left: 0 !important;
}
#header .uk-drop .uk-container-large {
  padding-bottom: 0.7rem;
}
.uk-position-cover.uk-overlay > span img {
  width: 0.47rem;
}
.uk-position-cover.uk-overlay > span p {
  margin-top: 0;
}
#header .uk-sticky-below .uk-drop {
  top: 1rem;
}
#header .uk-drop .uk-container-large {
  position: relative;
  height: 100%;
}
#header .uk-drop .uk-container-large:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  background: #D7D7D7;
}
#header .uk-drop .uk-container-large .uk-flex div {
  height: 100%;
  width: 50%;
  padding-top: 0.75rem;
}
#header .uk-drop .uk-container-large .uk-flex div h4 {
  font-size: 20px;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 1440px) {
  #header .uk-drop .uk-container-large .uk-flex div h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .uk-drop .uk-container-large .uk-flex div h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .uk-drop .uk-container-large .uk-flex div h4 {
    font-size: 14px;
  }
}
#header .uk-drop .uk-container-large .uk-flex div.right {
  padding-left: 0.9rem;
  box-sizing: border-box;
}
#header .uk-drop .uk-container-large .uk-flex div.right p {
  font-size: 18px;
  margin-bottom: 27px;
  color: #4A4A4A;
}
@media only screen and (max-width: 1440px) {
  #header .uk-drop .uk-container-large .uk-flex div.right p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .uk-drop .uk-container-large .uk-flex div.right p {
    font-size: 14px;
  }
}
#header .uk-drop .uk-container-large .uk-flex div ul {
  height: 100px;
}
#header .uk-drop .uk-container-large .uk-flex div ul li a {
  color: #4A4A4A;
  font-size: 16px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1440px) {
  #header .uk-drop .uk-container-large .uk-flex div ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #header .uk-drop .uk-container-large .uk-flex div ul li a {
    font-size: 12px;
  }
}
@media all and (max-width: 1440px) {
  #header .uk-drop .uk-container-large .uk-flex div ul li a {
    font-size: 14px;
  }
}
#header .uk-drop .uk-container-large .uk-flex div ul li a span.uk-icon {
  line-height: 1.4;
}
#header .uk-drop .uk-container-large .uk-flex div ul li a:hover {
  color: #007BC6;
}
.uk-navbar-center {
  height: 100%;
  width: auto !important;
}
.box .uk-position-relative .uk-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.box {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#footer .uk-grid-margin {
  margin-top: 1.875rem;
}
.right-box {
  padding-left: 0.9rem;
  padding-right: 2.4rem;
}
.right-box > div:first-child {
  display: flex;
}
.weixin p {
  text-align: center;
}
#banner {
  max-height: calc(100vh - 1.4rem);
  height: 10.8rem;
}
@media all and (max-width: 640px) {
  #banner {
    height: 5.8rem;
  }
}
#banner .uk-position-absolute {
  width: 100%;
  height: auto;
  margin: 0 auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#banner .uk-position-absolute > p {
  font-size: 36px;
  margin: 0 auto 0.4rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #banner .uk-position-absolute > p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #banner .uk-position-absolute > p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #banner .uk-position-absolute > p {
    font-size: 24px;
  }
}
#banner .uk-position-absolute > span {
  font-size: 22px;
  text-align: center;
  display: block;
  opacity: 0.5;
}
@media only screen and (max-width: 1440px) {
  #banner .uk-position-absolute > span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #banner .uk-position-absolute > span {
    font-size: 16px;
  }
}
#banner .swiper_banner {
  width: 100%;
  height: 100%;
}
#banner .swiper_banner .swiper-slide {
  height: 100%;
}
.more {
  width: 130px;
  height: 0.45rem;
  min-height: 30px;
  border: 1px solid #0084d6;
  color: #0084d6;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.3s ease-in;
  margin-top: 0.3rem;
  padding-left: 23px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .more {
    font-size: 12px;
  }
}
@media all and (max-width: 960px) {
  .more {
    padding-left: 13px;
  }
}
.nbond {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .nbond {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .nbond {
    font-size: 12px;
  }
}
.more span {
  margin-left: 0.14rem;
  transition: transform 0.5s ease-out, opacity 0.3s ease-in;
}
.more:hover {
  background: #0084d6;
  color: #fff !important;
  text-align: center;
  padding-left: 36px;
}
@media all and (max-width: 960px) {
  .more:hover {
    padding-left: 24px;
  }
}
.more:hover span {
  transform: translate(20px);
  opacity: 0;
}
.more .uk-icon > * {
  transform: translate(0, 0);
}
.product {
  position: relative;
}
.product h1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  position: relative;
  color: #666666;
  font-size: 56px;
}
@media only screen and (max-width: 1440px) {
  .product h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .product h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .product h1 {
    font-size: 28px;
  }
}
.product:before {
  content: 'Product';
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 1.8rem;
  left: 0;
  top: 70px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  font-family: Arial;
  color: #afaeae;
  line-height: 1;
  opacity: 0.1;
}
@media all and (max-width: 1440px) {
  .product:before {
    font-size: 1.6rem;
  }
}
.product h1 span {
  width: 0.54rem;
  height: 5px;
  display: inline-block;
  margin-top: 0.25rem;
  background-color: #0084d6;
}
.box .uk-tile {
  padding-left: 1.3rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  width: 0.9rem;
  height: 0.9rem;
  background: #f8f6f5;
  left: 0;
  top: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.swiper-btn .swiper-button-next:focus,
.swiper-btn .swiper-button-prev:focus {
  outline: none !important;
}
.swiper-btn .swiper-button-next {
  left: 0.9rem;
}
.swiper-btn .swiper-button-next:hover,
.swiper-btn .swiper-button-prev:hover {
  background: #f3efed;
}
.swiper-btn span {
  color: #cccccc;
  transition: all 0.2s ease-in;
}
.swiper-btn > div:hover span {
  color: #0084d6;
}
.index-icon {
  position: absolute;
  left: 0.5rem;
  bottom: 0.45rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.index-icon img {
  display: block;
}
.index-icon div {
  font-size: 30px;
  margin-top: 0.2rem;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .index-icon div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-icon div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .index-icon div {
    font-size: 18px;
  }
}
.index-icon span {
  font-size: 18px;
  display: block;
  margin-top: 0.2rem;
  line-height: 1;
  opacity: 0.6;
  font-weight: 200;
}
@media only screen and (max-width: 1440px) {
  .index-icon span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .index-icon span {
    font-size: 14px;
  }
}
.index-map > div {
  margin: 0 auto;
  position: relative;
}
.index-map .uk-panel span {
  width: 0.8rem;
  height: 0.8rem;
  background: rgb(215 0 15 / 80%);
  display: block;
  border-radius: 50%;
  position: absolute;
  padding: 0;
}
.index-map .uk-panel span:before,
.index-map .uk-panel span:after {
  /* 设置颜色 */
  background-color: rgb(215 0 15 / 20%);
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: block;
  content: '';
  animation: scale 2s infinite;
}
.index-map .uk-panel span:after {
  /* 设置颜色 */
  animation: scales 2s infinite;
}
.swiper-btn {
  min-height: 4rem;
  position: relative;
}
.swiper-btn .overview {
  position: absolute;
  left: 0;
  top: 0.9rem;
  margin-top: 0.5rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.swiper-btn .overview h1 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  position: relative;
  color: #666666;
  font-size: 56px;
}
@media only screen and (max-width: 1440px) {
  .swiper-btn .overview h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-btn .overview h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-btn .overview h1 {
    font-size: 28px;
  }
}
.swiper-btn .overview h1:before {
  content: ' Business';
  text-transform: uppercase;
  width: auto;
  height: auto;
  position: absolute;
  font-size: 1.8rem;
  left: -1rem;
  top: 0;
  display: flex;
  font-weight: 600;
  justify-content: center;
  font-family: Arial;
  color: #afaeae;
  line-height: 1;
  opacity: 0.1;
}
.swiper-btn .overview h1 span {
  width: 0.54rem;
  height: 5px;
  display: inline-block;
  margin-top: 0.25rem;
  background-color: #0084d6;
}
.card-area {
  position: relative;
}
.card-area .bg-e8e8e8 {
  background: #e8e8e8;
}
.card-area .bg-e1e1e1 {
  background: #e1e1e1;
}
.card-area .card-item {
  margin: 0 !important;
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  position: relative;
  float: left;
  min-height: 2.2rem;
  background-color: transparent;
}
.card-area .card-item .card {
  border: 1px solid #f4f4f4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
}
.card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2;
}
.card-area .card-item .card .card-content.content-first {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-area .card-item .card .card-content.content-second {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-area .card-item .card .card-content,
.card-area .card-item .card .card-title {
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
}
.card-area .card-item .card .card-title {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  top: 0rem;
  height: auto;
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: -2px;
  width: 100%;
}
.card-area .card-item .card .card-title h3 {
  margin-top: 0.3rem !important;
  margin-bottom: 0.15rem !important;
  line-height: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1440px) {
  .card-area .card-item .card .card-title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .card-area .card-item .card .card-title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-area .card-item .card .card-title h3 {
    font-size: 14px;
  }
}
.card-area .card-item .card .card-content {
  height: 1.6rem;
  position: absolute;
  top: 0rem;
}
.card-area .card-item .card .card-content.content-second {
  width: 64%;
  right: 0.45rem;
  text-align: left;
  height: 100%;
  left: auto;
  display: flex;
  align-items: center;
}
.card-area .card-item .card .card-content.content-second p {
  margin: 0.2rem 0;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .card-area .card-item .card .card-content.content-second p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .card-area .card-item .card .card-content.content-second p {
    font-size: 12px;
  }
}
.card-area .card-item.active {
  z-index: 6;
  width: 50%;
  min-height: 2.2rem;
}
.card-area .card-item.active {
  background-color: #f4f4f4;
  border: none;
}
.card-area .card-item.active .card {
  background-color: #f4f4f4;
}
.card-area .card-item.active .card .card-title {
  width: 30%;
}
.card-area .card-item.active .card .card-content.content-second {
  transition: all 0.52s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-map ul.uk-accordion li {
  margin: 0;
}
.index-map ul li a {
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.index-map ul li a h3 {
  display: inline-block;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .index-map ul li a h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .index-map ul li a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .index-map ul li a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .index-map ul li a h3 {
    font-size: 16px;
  }
}
.index-map ul li:nth-child(1) a img {
  width: 0.55rem;
}
.index-map ul li:nth-child(2) a img {
  width: 0.5rem;
}
.index-map ul li:nth-child(3) a img {
  width: 0.41rem;
}
.index-map ul li .uk-accordion-content {
  background: #f4f4f4;
  margin: 0;
  box-sizing: border-box;
}
.index-map ul li:nth-child(2) {
  border-bottom: none;
  border-top: none;
}
.uk-new {
  margin-top: 0.9rem;
}
.uk-new h1 {
  background: url("../img/icon_News.png") no-repeat center center / cover;
  width: 5.35rem;
  height: 1.38rem;
  margin: 0 auto 25px;
  box-sizing: border-box;
  padding-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
.uk-new h1 p {
  font-size: 56px;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .uk-new h1 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .uk-new h1 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .uk-new h1 p {
    font-size: 28px;
  }
}
.uk-new h1 span {
  width: 0.54rem;
  height: 5px;
  display: inline-block;
  margin-top: 0.25rem;
  background-color: #0084d6;
}
.uk-new .uk-card-body {
  background-image: url(../img/index11.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f2f2f2;
  padding: 0.1rem 0.1rem !important;
  transition: all 0.3s ease-out;
}
.uk-new .uk-card-body:hover {
  background-color: #f1f4f7;
}
.uk-new .uk-card-body a {
  color: #859199;
}
.uk-new .uk-card-body p {
  padding-top: 0.3rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uk-new .uk-card-body p i {
  margin-right: 5px;
}
.uk-new .uk-card-body .uk-card-header {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.uk-new .uk-card-body img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .uk-new .uk-card-body .uk-overflow-hidden {
    height: 4rem;
  }
}
.uk-new .uk-card-body .uk-card-header {
  transition: all 0.3s ease-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 70px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .uk-new .uk-card-body .uk-card-header {
    min-height: 65px;
  }
}
@media all and (max-width: 767px) {
  .uk-new .uk-card-body .uk-card-header {
    min-height: 60px;
  }
}
.uk-new .uk-card-body a:hover .uk-card-header {
  color: #0084d6;
}
.uk-new .uk-card-body span.right {
  margin-right: 0.2rem;
  transition: all 0.3s ease-out;
}
.uk-new .uk-card-body a:hover p span {
  margin-right: 0;
}
.uk-new {
  padding: 0 0.9rem;
  margin-bottom: 1rem;
}
.uk-new .more {
  margin-top: 0.6rem;
}
#footer {
  background: #333333;
  color: #999;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  #footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    font-size: 12px;
  }
}
#footer h4 a {
  font-size: 18px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  #footer h4 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer h4 a {
    font-size: 14px;
  }
}
#footer h4 a:hover {
  color: #fff;
}
#footer li {
  margin-top: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  #footer li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #footer li {
    font-size: 12px;
  }
}
#footer a {
  color: #666666;
}
#footer a:hover {
  text-decoration: none;
  color: #fff;
}
#footer h4 a:hover {
  text-decoration: none;
  color: #fff;
}
#footer h4 a {
  color: #999;
}
#footer .cop .uk-grid {
  border-top: 1px solid #454545;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
#footer .cop a {
  color: #999;
}
#footer .cop a:hover {
  color: #fff;
}
#footer .foot_link a {
  margin-left: 0.15rem;
  display: inline-block;
  color: #999;
}
#footer .foot_link a:hover {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 960px) {
  #footer {
    padding-top: 1.875rem;
  }
  #footer .uk-grid-collapse div {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  #footer .uk-grid-collapse div:last-child {
    margin-bottom: 0;
  }
}
/*page_nav*/
.page_nav li {
  height: 48px;
  width: 48px;
  border: 1px solid #D9D9D9;
  margin-right: 0.06rem;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .page_nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .page_nav li {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  .page_nav li {
    height: 38px;
    width: 38px;
    line-height: 38px;
  }
}
.page_nav li > * {
  padding: 0;
}
.page_nav li.active {
  border: none;
  background-color: #007BC6;
}
.page_nav li.active > * {
  color: #fff;
}
.page_nav li > span {
  display: block;
  height: 100% ;
  line-height: 48px;
}
@media all and (max-width: 640px) {
  .page_nav li > span {
    line-height: 38px;
  }
}
.page_nav li > span > svg {
  display: none;
}
.page_nav li:first-child,
.page_nav li:last-child {
  width: 100px;
}
@media all and (max-width: 640px) {
  .page_nav li:first-child,
  .page_nav li:last-child {
    width: 80px;
    line-height: 38px;
  }
}
/*企业荣誉*/
.honor_nav {
  background: #E6EDF2;
  width: 100% !important;
  height: 0.6rem;
  overflow: hidden;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .honor_nav {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .honor_nav {
    font-size: 12px;
  }
}
.honor_nav span {
  display: block;
  height: 0.6rem;
  width: 1.1rem;
  min-width: 100px;
  line-height: 0.6rem;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.honor_nav span:last-child {
  min-width: inherit;
}
.honor_nav ul {
  margin: 0;
}
.honor_nav li {
  width: 1.1rem;
  min-width: 100px;
  height: 0.6rem;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #000;
  line-height: 0.6rem;
  transition: all 0.3s ease-out;
}
.honor_nav li:hover {
  background: #007BC6;
  color: #fff;
}
.honor_nav .uk-active {
  background: #007BC6;
  color: #fff;
}
.honor_con {
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}
.honor_con .box {
  height: auto;
}
.honor_con p {
  margin-top: 0.1rem;
  color: #6C7180 !important;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .honor_con p {
    font-size: 12px;
  }
}
.honor_con .page_nav {
  margin-top: 0.6rem;
}
/*企业宣传*/
.publicity h1 {
  color: #007BC6;
  font-size: 48px;
  padding-top: 0.55rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .publicity h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .publicity h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .publicity h1 {
    font-size: 26px;
  }
}
.publicity .title span {
  font-size: 16px;
  color: #999;
  margin-top: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 3px;
  margin-bottom: 0.23rem;
}
@media only screen and (max-width: 1440px) {
  .publicity .title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .publicity .title span {
    font-size: 12px;
  }
}
.publicity .about_body {
  color: #808080;
  font-size: 14px;
  margin-bottom: 0.2rem;
  padding: 0 5%;
}
@media only screen and (max-width: 1200px) {
  .publicity .about_body {
    font-size: 12px;
  }
}
.publicity .about_btn {
  display: block;
  margin: 0.2rem auto;
  transition: all 0.3s ease-out;
  text-align: left;
}
.publicity .about_nbond .about_btn {
  display: flex;
  justify-content: center;
  margin: 0.2rem auto 0;
  text-align: center;
}
.about_nbond .about_btn > span {
  width: auto;
  padding: 0 15px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #969696 !important;
  border: 1px solid #CCCCCC;
  transition: all 0.3s ease-out;
}
.about_nbond .about_btn > span:hover {
  background: #007aff;
  color: #fff !important;
  border: 1px solid #007aff;
}
.investment1 .about_btn > span {
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 1.2rem;
  min-width: 80px;
  height: 0.36rem;
  min-height: 30px;
  border-radius: 1rem;
  display: flex;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #969696 !important;
  border: 1px solid #CCCCCC;
  transition: all 0.3s ease-out;
}
.investment1 .right h2 {
  font-weight: 600;
}
.investment1 .about_btn:hover > span {
  border: 1px solid #007BC6;
  color: #fff !important;
  background-color: #007BC6;
}
.about_video .uk-position-cover span img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.about_video .about_btn {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translatex(-50%);
}
.about_video .about_btn span {
  color: #fff !important;
  border: 1px solid #fff;
}
/*culture*/
.culture {
  margin-bottom: 0.55rem;
}
.culture .uk-position-absolute {
  top: 54%;
  left: 0;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1480px) {
  .culture .uk-position-absolute {
    top: 50%;
  }
}
@media all and (max-width: 1370px) {
  .culture .uk-position-absolute {
    top: 47%;
  }
}
@media all and (max-width: 1320px) {
  .culture .uk-position-absolute {
    top: 25%;
  }
}
@media all and (max-width: 1190px) {
  .culture .uk-position-absolute {
    top: 50%;
    transform: translateY(-50%);
  }
}
.culture .uk-position-absolute img {
  display: block;
  margin: 0 auto;
}
.culture .uk-position-absolute p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 0.16rem;
}
@media only screen and (max-width: 1440px) {
  .culture .uk-position-absolute p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .culture .uk-position-absolute p {
    font-size: 14px;
  }
}
.culture .uk-position-absolute span {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  margin-top: 14px;
  color: #fff;
  padding: 0 0.2rem;
}
@media only screen and (max-width: 1200px) {
  .culture .uk-position-absolute span {
    font-size: 12px;
  }
}
.culture2 {
  background: #f5f5f5;
  padding: 0.6rem 0 1.25rem;
}
.culture2 .title {
  margin-bottom: 0.2rem;
}
.culture2 .box {
  transition: all 0.3s ease-out;
  background: #fff;
  max-width: 100%;
}
.culture2 .box img {
  width: 100%;
}
.culture2 .box h4 {
  color: #007BC6;
  line-height: 1.5;
  transition: all 0.3s ease-out;
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .culture2 .box h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .culture2 .box h4 {
    font-size: 14px;
  }
}
.culture2 .box p {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1200px) {
  .culture2 .box p {
    font-size: 12px;
  }
}
.culture2 .box .uk-text-left {
  padding: 0.2rem 0.2rem 0.5rem;
}
.culture2 .box:hover {
  background: #007BC6;
}
.culture2 .box:hover h4 {
  color: #fff;
}
.culture2 .box:hover p {
  color: #fff;
}
.uk-modal-body {
  padding: 0;
}
/*innovation 技术创新*/
.innovation span img {
  width: 0.98rem;
}
.innovation p {
  font-size: 30px;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .innovation p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .innovation p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .innovation p {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .innovation p {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .innovation .uk-transition-fade {
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  .uk-transition-fade {
    opacity: 1;
  }
}
#content .innovation-btn {
  position: relative;
  display: block;
  width: 130px;
  height: 55px;
  margin: 0.5rem auto 0.58rem;
  background: none;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: none;
  z-index: 2;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@media only screen and (max-width: 1440px) {
  #content .innovation-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #content .innovation-btn {
    font-size: 14px;
  }
}
#content .innovation-btn:focus {
  border: none !important;
}
#content .innovation-btn > span {
  vertical-align: middle;
}
#content .innovation-btn::after {
  background: #3584D0;
}
#content .innovation-btn::before {
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  border: 1px solid #3584D0;
}
#content .innovation-btn::before,
#content .innovation-btn::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#content .innovation-btn:hover {
  color: #3584D0 !important;
}
#content .innovation-btn:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#content .innovation-btn:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
#content .innovation2 .innovation-btn {
  margin-top: 0.4rem;
}
#content .uk-overlay-primary {
  background: rgba(34, 34, 34, 0.5);
}
.innovation2 {
  background: #EDF1F3;
  padding: 0.6rem 0 0.4rem;
}
.innovation2 .title {
  margin-bottom: 0.4rem;
}
.innovation2 .box {
  background: #fff;
  border: 1px solid #DDDDDD;
  width: 100%;
}
.innovation2 .uk-grid > div {
  margin-left: auto;
  margin-right: auto;
}
.innovation2 .box .box-text {
  height: auto;
  padding: 0.1rem 0.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #666666;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .innovation2 .box .box-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .innovation2 .box .box-text {
    font-size: 14px;
  }
}
.innovation3 {
  width: 1400px;
  margin-top: 0.7rem;
}
@media all and (max-width: 1440px) {
  .innovation3 {
    width: 1280px;
  }
}
@media all and (max-width: 1320px) {
  .innovation3 {
    width: 1100px;
  }
}
@media all and (max-width: 1320px) {
  .innovation3 {
    width: 1100px;
  }
}
@media all and (max-width: 1190px) {
  .innovation3 {
    width: 90%;
  }
}
.innovation3 .title {
  margin-bottom: 0.58rem;
}
.innovation3 .swiper-slide img {
  width: 100%;
}
.innovation3 .swiper-slide .uk-overflow-hidden {
  display: flex;
  align-items: center;
}
.innovation3 .gallery-top {
  font-size: 0.72rem;
  color: #BDC6CB;
  height: 0.72rem;
}
@media all and (max-width: 768px) {
  .innovation3 .gallery-top {
    font-size: 20px;
    height: 0.72rem;
    line-height: 0.72rem !important;
  }
}
.innovation3 .gallery-top .swiper-wrapper {
  margin: 0 auto;
}
.innovation3 .gallery-top .swiper-slide {
  text-align: center;
  cursor: pointer;
  line-height: 0.72rem !important;
  width: auto;
}
.innovation3 .gallery-top .swiper-slide-thumb-active {
  color: #3584D0;
}
.innovation3 .gallery-top-m {
  font-size: 48px;
  color: #BDC6CB;
}
@media only screen and (max-width: 1440px) {
  .innovation3 .gallery-top-m {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .innovation3 .gallery-top-m {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .innovation3 .gallery-top-m {
    font-size: 26px;
  }
}
.innovation3 .gallery-top-m .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.innovation3 .gallery-top-m .swiper-slide-active {
  color: #3584D0;
}
.innovation3 .swiper-button-next,
.innovation3 .swiper-button-prev {
  background: none;
  top: 0;
  margin-top: 0;
  height: 0.72rem;
  align-items: center;
  display: flex;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.innovation3 .swiper-button-next span.uk-icon,
.innovation3 .swiper-button-prev span.uk-icon {
  color: #BDC6CB;
}
.innovation3 .swiper-button-next {
  right: -0.2rem;
}
.innovation3 .swiper-button-prev {
  left: -0.2rem;
}
.innovation3 .swiper-button-next:focus,
.innovation3 .swiper-button-prev:focus {
  border: none !important;
  outline: none;
}
.innovation3 .uk-card {
  box-sizing: border-box;
  box-shadow: none;
  padding: 0.5rem 0.8rem 0.5rem;
}
@media all and (max-width: 1200px) {
  .innovation3 .uk-card {
    padding: 0 ;
  }
}
.innovation3 .uk-card h1 {
  font-size: 36px;
  color: #333 !important;
}
@media only screen and (max-width: 1440px) {
  .innovation3 .uk-card h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .innovation3 .uk-card h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .innovation3 .uk-card h1 {
    font-size: 24px;
  }
}
.innovation3 .uk-card ul {
  color: #999999;
}
.innovation3 .uk-card ul li {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 1200px) {
  .innovation3 .uk-card ul li {
    font-size: 12px;
  }
}
.uk-breadcrumb > * > * {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .uk-breadcrumb > * > * {
    font-size: 12px;
  }
}
.breadcrumb {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb > * {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb > * {
    font-size: 12px;
  }
}
.breadcrumb > * > * {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb > * > * {
    font-size: 12px;
  }
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    font-size: 12px;
  }
}
.innovation3 .uk-card p {
  font-size: 16px;
  color: #666;
  margin-top: 0.28rem;
}
@media only screen and (max-width: 1440px) {
  .innovation3 .uk-card p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .innovation3 .uk-card p {
    font-size: 12px;
  }
}
.publicity .title2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.publicity .title2 h2 {
  margin-bottom: 0.18rem !important;
  font-size: 32px;
}
@media only screen and (max-width: 1440px) {
  .publicity .title2 h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .publicity .title2 h2 {
    font-size: 22px;
  }
}
.publicity .title2 span {
  font-size: 24px;
  color: #999;
}
@media only screen and (max-width: 1440px) {
  .publicity .title2 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .publicity .title2 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .publicity .title2 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .publicity .title2 span {
    font-size: 16px;
  }
}
@media all and (max-width: 1400px) {
  .publicity .title2 span {
    font-size: 14px;
  }
}
@media all and (max-width: 1400px) and only screen and (max-width: 1200px) {
  .publicity .title2 span {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .publicity .title2 span {
    line-height: 1.6;
  }
}
.innovation4 {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .innovation4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .innovation4 {
    font-size: 12px;
  }
}
.innovation4 .uk-slideshow-items img {
  width: 100%;
}
.innovation4 .slideshow-item {
  width: 100%;
  bottom: 0.2rem;
}
.innovation4 .slideshow-item li a {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  margin: 0 0.05rem;
}
.innovation4 .slideshow-item li.uk-active a {
  background: #0084D6;
}
.innovation4 p {
  padding-top: 0.2rem;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 1440px) {
  .innovation4 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .innovation4 p {
    font-size: 12px;
  }
}
.innovation4 p.f20 {
  color: #222;
  font-size: 18px;
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .innovation4 p.f20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .innovation4 p.f20 {
    font-size: 14px;
  }
}
.innovation-list {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.innovation-list ul {
  max-width: 780px;
  margin: 0.4rem auto;
}
.innovation-list ul li {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e2e2;
  color: #777a80;
  font-size: 18px;
  text-align: center;
  min-height: 38px;
  height: 0.55rem;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .innovation-list ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .innovation-list ul li {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .innovation-list ul li {
    width: calc(100% / 2 - 12px);
  }
}
.innovation-list ul li.active {
  background: #0e6dcd;
  color: #fff;
}
.innovation-list .box {
  background: #fff;
  border: 1px solid #DDDDDD;
  min-width: 1.4rem;
  max-width: 16.5625rem;
}
.innovation-list .box img {
  width: 100%;
}
.innovation-list .box .box-text {
  padding: 0.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #666666;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .innovation-list .box .box-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .innovation-list .box .box-text {
    font-size: 14px;
  }
}
.innovation-list-page {
  margin: 0.4rem auto 0.9rem;
}
/*news*/
.new .uk-flex img {
  height: 100%;
  width: 100%;
}
.new .uk-card {
  background-color: #f5f5f5;
  padding: 0.7rem;
}
.new .uk-card a {
  display: flex;
  flex-wrap: wrap;
}
.new .uk-transition-toggle:hover .uk-card h1 {
  color: #007aff;
}
.new .uk-card span {
  font-size: 16px;
  color: #859199;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .new .uk-card span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .new .uk-card span {
    font-size: 12px;
  }
}
.new .uk-card h1 {
  font-size: 30px;
  font-weight: normal;
  color: #43494C;
  line-height: 1.6;
  margin-top: 0.22rem;
  padding: 0;
  transition: all 0.3s ease-out;
  margin-bottom: 0.28rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1440px) {
  .new .uk-card h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .new .uk-card h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .new .uk-card h1 {
    font-size: 18px;
  }
}
@media all and (max-width: 1440px) {
  .new .uk-card h1 {
    font-size: 16px;
  }
}
.new .uk-card:hover h2 {
  color: #1e87f0;
}
.new .uk-card p {
  font-size: 16px;
  font-weight: normal;
  color: #686868;
  line-height: 2;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1440px) {
  .new .uk-card p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .new .uk-card p {
    font-size: 12px;
  }
}
.new .uk-card span.btn {
  margin-top: 0.38rem;
  font-size: 12px;
  font-weight: normal;
  color: #0084D6;
  display: flex;
  align-items: center;
}
.new .uk-card span.btn:hover {
  color: #0060d6;
}
.new .uk-card span.btn:hover span {
  color: #0060d6;
  margin-left: 10px;
}
.new .uk-card span.btn {
  margin-top: 0.35rem;
  font-size: 12px;
  font-weight: normal;
  color: #0084D6;
  line-height: 1;
  cursor: pointer;
  width: 90px;
}
.new .uk-card span.btn span {
  transition: all 0.3s ease-out;
  color: #0084D6;
  margin-left: 5px;
}
.new-list {
  margin-top: 0.2rem;
}
.new-list .page_nav {
  margin: 0.4rem auto 0;
}
.new-list .page_nav ul {
  justify-content: center;
}
.uk-article h1 {
  color: #43494c;
}
.uk-article .uk-article-body > * {
  line-height: 1.6;
  color: #666666;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif, "Microsoft YaHei UI" !important;
}
@media only screen and (max-width: 1440px) {
  .uk-article .uk-article-body > * {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .uk-article .uk-article-body > * {
    font-size: 12px;
  }
}
.uk-article .uk-article-body > img {
  margin: 0.3rem auto;
  display: block;
}
.latest-news {
  background: #f4f6f9;
  padding: 0.8rem 0 0.1rem;
}
/*contact*/
.contact {
  margin-bottom: 0.95rem;
}
.contact .uk-f-column {
  position: relative;
}
.contact h2 {
  color: #525b64;
  font-size: 30px;
  margin: 0.35rem 0 0.1rem;
}
@media only screen and (max-width: 1440px) {
  .contact h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact h2 {
    font-size: 18px;
  }
}
.contact .title {
  margin-bottom: 0.48rem;
}
.contact .box p {
  font-size: 18px;
  color: #999;
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .contact .box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .box p {
    font-size: 14px;
  }
}
.contact .box p .phone {
  font-size: 24px;
  color: #339CDE;
}
@media only screen and (max-width: 1440px) {
  .contact .box p .phone {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .box p .phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact .box p .phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .box p .phone {
    font-size: 16px;
  }
}
@media all and (max-width: 1440px) {
  .contact .box p .phone {
    font-size: 18px;
  }
}
@media all and (max-width: 1440px) and only screen and (max-width: 1440px) {
  .contact .box p .phone {
    font-size: 16px;
  }
}
@media all and (max-width: 1440px) and only screen and (max-width: 1200px) {
  .contact .box p .phone {
    font-size: 14px;
  }
}
.contact1 .maps {
  padding-top: 1.75rem;
}
.contact1 .maps .address {
  border-top: 4px solid #0084D6;
  position: relative;
  z-index: 2;
  padding: 0.64rem 0.5rem;
  width: 4rem;
  min-width: 320px;
}
.contact1 .maps .address p.phone {
  color: #339CDE;
  font-size: 30px;
  margin: 0 0 0.2rem 0;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .contact1 .maps .address p.phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact1 .maps .address p.phone {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact1 .maps .address p.phone {
    font-size: 18px;
  }
}
.contact1 .maps .address p {
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 0.2rem 0;
}
@media only screen and (max-width: 1440px) {
  .contact1 .maps .address p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact1 .maps .address p {
    font-size: 14px;
  }
}
@media all and (max-width: 1440px) {
  .contact1 .maps .address p {
    font-size: 14px;
  }
}
@media all and (max-width: 1440px) and only screen and (max-width: 1200px) {
  .contact1 .maps .address p {
    font-size: 12px;
  }
}
.contact1 .maps .address:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/*投资者关系*/
.investment1 {
  z-index: 7;
  background-color: #f5f5f5;
  align-self: center;
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
.investment1 .tit h1 {
  overflow-wrap: break-word;
  color: #007bc6;
  font-size: 48px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .investment1 .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .investment1 .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .investment1 .tit h1 {
    font-size: 26px;
  }
}
.investment1 .tit span {
  display: block;
  overflow-wrap: break-word;
  color: #999;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1440px) {
  .investment1 .tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .investment1 .tit span {
    font-size: 12px;
  }
}
.investment1 .uk-container-large:hover .left .tran_bg {
  transform: scale(1.05);
}
.investment1 .uk-container-large .left {
  width: 70%;
}
.investment1 .uk-container-large .right {
  width: 30%;
  background: #fff;
  height: 100%;
  position: relative;
  padding: 0.95rem 0.5rem 0.95rem 0.4rem;
  box-sizing: border-box;
}
.investment1 .uk-container-large .right p {
  width: 100%;
  font-size: 14px;
  color: #808080;
  margin: 0;
}
.investment1 .uk-container-large .right h2 {
  width: 100%;
  font-size: 24px;
  line-height: 1.375;
  color: #007BC6;
  margin: 0.2rem 0 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .investment1 .uk-container-large .right h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .investment1 .uk-container-large .right h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .investment1 .uk-container-large .right h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .investment1 .uk-container-large .right h2 {
    font-size: 16px;
  }
}
@media all and (max-width: 1440px) {
  .investment1 .uk-container-large .right h2 {
    font-size: 16px;
  }
}
.investment1 .uk-container-large .right a {
  margin: 0;
  text-align: left;
}
.investment1 .uk-container-large .right a > span {
  height: 22px;
  line-height: 22px;
}
.investment2 {
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
}
.investment2 .uk-flex {
  margin-bottom: 0.55rem;
}
.investment2 .uk-flex li {
  width: 45%;
  max-width: 40rem;
  position: relative;
}
.investment2 .uk-flex li a {
  height: 0.75rem;
  line-height: 0.75rem;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  box-sizing: border-box;
}
.investment2 .uk-flex li:hover::before {
  background-color: #007BC6;
}
.investment2 .uk-flex li:hover span:first-child {
  color: #007BC6;
}
.investment2 .uk-flex li span:first-child {
  display: block;
  font-size: 18px;
  color: #333;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1440px) {
  .investment2 .uk-flex li span:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .investment2 .uk-flex li span:first-child {
    font-size: 14px;
  }
}
.investment2 .uk-flex li span:last-child {
  font-size: 14px;
  color: #999;
}
.investment2 .uk-flex li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #333333;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1e87f0;
}
#footer h4 {
  color: #999999;
}
.uk-phone {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1rem;
  padding: 0.25rem 0;
}
.uk-phone a {
  min-height: auto !important;
  height: 100%;
}
.uk-phone a img {
  height: 100%;
  max-width: initial;
}
.menuContainer {
  display: none;
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 999999;
  height: calc(100vh - 1rem) !important;
}
.menuContainer li {
  position: relative;
  padding: 0.15rem 5%;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .menuContainer li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .menuContainer li {
    font-size: 12px;
  }
}
.uk-article-meta {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .uk-article-meta {
    font-size: 12px;
  }
}
.uk-article .uk-article-body {
  font-size: 16px;
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .uk-article .uk-article-body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .uk-article .uk-article-body {
    font-size: 12px;
  }
}
@media all and (max-width: 1100px) {
  .uk-article .uk-article-body {
    width: 90%;
  }
}
.uk-article .uk-article-body > img {
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 960px) {
  #header {
    height: 1rem;
  }
}
.btn_nav {
  width: 50%;
  height: 35px;
  position: absolute;
  top: 0;
  z-index: 333;
}
.btn_nav:after {
  display: none;
}
.uk-modal .uk-modal-dialog.video_box {
  padding: 0 !important;
}
.video_box {
  width: 70%;
  max-height: 80%;
  background: transparent !important;
  padding: 0 !important;
}
@media all and (max-width: 960px) {
  .video_box {
    width: 100%;
  }
}
.video_box .uk-close {
  position: absolute;
  z-index: 1010;
  top: -28px !important;
  right: 0 !important;
  padding: 5px;
  font: icon !important;
  background: #fff;
}
.fnt_60 {
  font-size: 60px;
}
@media only screen and (max-width: 1440px) {
  .fnt_60 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .fnt_60 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .fnt_60 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .fnt_60 {
    font-size: 28px;
  }
}
@media all and (max-width: 1440px) {
  #header .nav-pc a {
    font-size: 14px;
  }
}
.uk-navbar-center img {
  height: 0.47rem;
}
@media all and (max-width: 1440px) {
  #footer h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 1440px) and only screen and (max-width: 1440px) {
  #footer h4 {
    font-size: 14px;
  }
}
@media all and (max-width: 1440px) and only screen and (max-width: 768px) {
  #footer h4 {
    font-size: 12px;
  }
}
#footer .uk-width-1-4\@m {
  justify-content: flex-end;
}
#footer .uk-width-1-4\@m .weixin {
  width: 120px;
  flex: none;
}
#footer .uk-width-1-4\@m .weixin p {
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  #footer .uk-width-1-4\@m .weixin p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .uk-width-1-4\@m .weixin p {
    font-size: 12px;
  }
}
@media all and (max-width: 960px) {
  #footer .uk-width-1-4\@m {
    justify-content: flex-start;
  }
}
.uk-nav-parent-icon > .uk-parent > a::after {
  transform: rotate(-180deg);
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  transform: rotate(0);
}
.cop p {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .cop p {
    font-size: 12px;
  }
}
@media all and (max-width: 960px) {
  .uk-margin-medium {
    margin-bottom: 0 !important;
  }
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
@-webkit-keyframes scales {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}
@keyframes scales {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}
#header .nav-pc .uk-navbar-container li > a {
  padding: 0;
  border-bottom: 1px solid transparent;
}
#header .nav-pc .uk-navbar-container li > a:hover,
#header .nav-pc .uk-navbar-container li > a:focus {
  border-bottom: 1px solid #fff;
}
.uk-pointer {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */