@charset "UTF-8";
@font-face {
  font-family: "gilroy-regular";
  src: url("../font/gilroy-regular.otf");
}
@font-face {
  font-family: "gilroy-bold";
  src: url("../font/gilroy-bold.otf");
}
html {
  font-size: calc(100vw / 1920 * 16);
}

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  border: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: #999;
  font-family: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
  color: #999;
  font-family: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder {
  color: #999;
  font-family: inherit;
}
input::placeholder,
textarea::placeholder,
button::placeholder {
  color: #999;
  font-family: inherit;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mobile-offcanvas .uk-offcanvas-close {
  margin: 0;
  top: 0;
  right: 0;
  color: #000;
}
#mobile-offcanvas .uk-offcanvas-close:hover {
  color: #000;
}
#mobile-offcanvas .search-form {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  border-radius: 0px;
}
#mobile-offcanvas .search-form input {
  font-size: clamp(14px, 1.125rem, 18px);
  color: #000;
  width: 100%;
}
#mobile-offcanvas .search-form input:focus-within {
  border-color: #0052d9;
}
#mobile-offcanvas .uk-offcanvas-nav {
  margin: 20px 0;
}
#mobile-offcanvas .uk-offcanvas-nav .h-nav a {
  display: block;
  font-size: 14px;
  color: #313131;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile-offcanvas .uk-offcanvas-nav .h-nav a:hover, #mobile-offcanvas .uk-offcanvas-nav .h-nav a.uk-active {
  color: #046eb7;
}
#mobile-offcanvas .uk-offcanvas-nav .h-nav a.uk-active {
  font-weight: bold;
}
#mobile-offcanvas .uk-offcanvas-nav .uk-nav-default li.uk-active > a {
  color: #046eb7;
  font-weight: bold;
}
#mobile-offcanvas .uk-offcanvas-nav .uk-nav-default a {
  color: #313131;
  font-size: 16px;
  padding: 15px 0;
}
#mobile-offcanvas .uk-offcanvas-nav .uk-nav-default .uk-nav-sub a {
  font-size: 14px;
  padding: 8px 0;
}

.uk-pagination {
  gap: 10px;
  margin-top: clamp(20px, 2.5rem, 40px);
}
.uk-pagination li.uk-active a {
  background-color: #046eb7;
  color: #fff;
}
.uk-pagination li a {
  color: #313131;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(35px, 2.5rem, 40px);
  height: clamp(35px, 2.5rem, 40px);
  border-radius: 100px;
  font-size: clamp(14px, 1.125rem, 18px);
  background-color: #ffffff;
}

.uk-grid {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uk-grid > * {
  padding-left: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .uk-grid {
    margin-left: -20px;
  }
  .uk-grid > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .uk-grid {
    margin-left: -10px;
  }
  .uk-grid > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

body {
  font-family: "gilroy-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #313131;
  background-color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body .uk-container {
  max-width: 1600px;
}
body .pointer {
  cursor: pointer;
}
body .red {
  color: #dc0a09;
}
body .uk-text-bold {
  font-weight: normal;
  font-family: "gilroy-bold";
}
body .swiper-pagination-bullet {
  width: clamp(8px, 1rem, 16px);
  height: clamp(8px, 1rem, 16px);
}

.header {
  padding: clamp(15px, 1.5625rem, 25px) 0;
  background-color: #fff;
  font-size: clamp(14px, 1.25rem, 20px);
}
.header.uk-active {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header .logo {
  width: clamp(120px, 15rem, 240px);
}
.header .logo img {
  width: 100%;
}
.header .header-nav {
  padding: 0 10px;
}
.header .header-nav .nav-item {
  padding: 0 clamp(5px, 1.5625rem, 25px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .header-nav .nav-item:hover {
  color: #046eb7;
}
.header .header-nav .nav-item.uk-active {
  color: #046eb7;
  font-weight: bold;
}
.header .search-btn img {
  width: clamp(20px, 2.25rem, 36px);
}

#modal-search-box .uk-modal-dialog {
  padding: 20px 25px;
  border: 1px solid #046eb7;
}
#modal-search-box .uk-modal-dialog input {
  width: 100%;
  font-size: clamp(16px, 1.25rem, 20px);
}

.content .banner-box .banner-wrap {
  position: relative;
}
.content .banner-box .banner-wrap .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(30px, 4.5rem, 72px);
  color: #fff;
}
.content .banner-box .banner-wrap .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
.content .toolbar-box {
  background-color: #f6f7f9;
  padding: clamp(20px, 3.75rem, 60px) 0;
}
.content .toolbar-box .uk-container {
  max-width: 1820px;
  color: #959595;
  font-size: clamp(14px, 1.25rem, 20px);
}
.content .toolbar-box .uk-container .inner {
  gap: 5px;
}
.content .toolbar-box .uk-container i {
  font-size: 14px;
}
.content .toolbar-box .uk-container .uk-active {
  color: #023858;
}
.content .toolbar-box .uk-container a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .toolbar-box .uk-container a:hover {
  color: #046eb7;
  text-decoration: underline;
}
.content .products-nav {
  background-color: #fff;
  font-family: clamp(16px, 1.75rem, 28px);
}
.content .products-nav li.uk-active {
  background-color: #2ea6df;
  color: #fff;
}
.content .products-nav li.uk-active .product-nav-item img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  /* 将图标变成白色 */
}
.content .products-nav li.uk-active .product-nav-item::after {
  display: none;
}
.content .products-nav li .product-nav-item {
  cursor: pointer;
  padding: clamp(20px, 1.875rem, 30px) 0;
  gap: clamp(10px, 1.25rem, 20px);
  position: relative;
  font-size: clamp(18px, 1.625rem, 26px);
}
.content .products-nav li .product-nav-item::after {
  position: absolute;
  width: 1px;
  top: 20%;
  height: 60%;
  background-color: #dcdcdc;
  content: "";
  right: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.content .products-nav li .product-nav-item img {
  width: clamp(20px, 3.125rem, 50px);
  height: clamp(20px, 3.125rem, 50px);
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  .content .products-nav li .product-nav-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: clamp(20px, 1.875rem, 30px) 30px;
  }
}
.content .products-nav li:last-child .product-nav-item::after {
  display: none;
}
.content .news .news-inner {
  padding: clamp(40px, 7.5rem, 120px) 0 clamp(30px, 3.75rem, 60px);
}
.content .news .news-inner .grid-spacing-large {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .news .news-inner .grid-spacing-large > * {
  padding-left: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .news .news-inner .grid-spacing-large {
    margin-left: -40px;
  }
  .content .news .news-inner .grid-spacing-large > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .content .news .news-inner .grid-spacing-large {
    margin-left: -30px;
  }
  .content .news .news-inner .grid-spacing-large > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .content .news .news-inner .grid-spacing-large {
    margin-left: -20px;
  }
  .content .news .news-inner .grid-spacing-large > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.content .news .news-inner .news-item {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.content .news .news-inner .news-item .item-img {
  overflow: hidden;
}
.content .news .news-inner .news-item .item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  aspect-ratio: 500/375;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content .news .news-inner .news-item .item-text {
  margin-top: -20%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  width: 88%;
}
.content .news .news-inner .news-item .item-text .item-data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #046eb7;
  font-size: clamp(14px, 1.25rem, 20px);
  color: #fff;
  padding: clamp(15px, 1.5625rem, 25px) clamp(15px, 2.1875rem, 35px);
}
.content .news .news-inner .news-item .item-text .item-text-b {
  margin-top: -5%;
  padding: clamp(20px, 3.75rem, 60px) clamp(20px, 2.5rem, 40px);
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.content .news .news-inner .news-item .item-text .item-text-b .item-title {
  font-size: clamp(16px, 1.75rem, 28px);
}
.content .news .news-inner .news-item .item-text .item-text-b .item-title.line-2 {
  height: 52px;
}
.content .news .news-inner .news-item .item-text .item-text-b .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin-top: clamp(15px, 1.25rem, 20px);
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  color: #626262;
  font-size: clamp(14px, 1.125rem, 18px);
  padding: 10px clamp(15px, 1.25rem, 20px);
}
.content .news .news-inner .news-item .item-text .item-text-b .btn i {
  font-size: 12px;
}
.content .news .news-inner .news-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.content .news .news-inner .news-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content .news .news-inner .news-item:hover .item-text {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.content .news .news-inner .news-item:hover .item-text .btn {
  background-color: #046eb7;
  color: #fff;
}
.content .item-det {
  background-color: #fff;
  padding: clamp(40px, 7.5rem, 120px) 0;
}
.content .item-det .item-det-right {
  width: 30%;
}
@media (max-width: 639px) {
  .content .item-det .item-det-right {
    width: 100%;
    margin-top: 20px;
  }
}
.content .item-det .item-det-right .r-title {
  color: #0148a2;
  font-size: clamp(20px, 1.875rem, 1.875rem);
  padding-bottom: clamp(15px, 1.5625rem, 25px);
  border-bottom: 1px solid #dcdcdc;
}
.content .item-det .item-det-right .news-item {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: clamp(25px, 2.5rem, 40px);
}
.content .item-det .item-det-right .news-item .news-data {
  color: #0148a2;
  font-size: clamp(18px, 1.5rem, 24px);
}
.content .item-det .item-det-right .news-item .news-title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #707070;
  font-size: clamp(14px, 1.25rem, 20px);
}
.content .item-det .item-det-right .news-item .btn {
  width: clamp(15px, 1.4375rem, 23px);
  margin-top: clamp(15px, 1.5625rem, 25px);
}
.content .item-det .item-det-right .news-item:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.content .item-det .item-det-right .news-item:hover .news-title {
  color: #046eb7;
}
.content .item-det .item-det-left .i-title {
  color: #0148a2;
  font-size: clamp(30px, 3rem, 48px);
}
.content .item-det .item-det-left .i-desc {
  margin-top: clamp(20px, 2.1875rem, 35px);
  font-size: clamp(14px, 1.125rem, 18px);
  color: #707070;
}
.content .item-det .item-det-left .i-content {
  color: #707070;
  font-size: clamp(15px, 1.375rem, 22px);
  line-height: 1.8;
  padding: clamp(20px, 2.5rem, 40px) 0 clamp(40px, 6.25rem, 100px);
  border-bottom: 1px solid #dcdcdc;
}
.content .item-det .item-det-left .i-btn {
  padding: clamp(20px, 2.5rem, 40px) 0;
}
.content .item-det .item-det-left .i-btn .btns {
  background-color: #dcdcdc;
  border-radius: 100px;
  width: clamp(40px, 4.375rem, 70px);
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}
.content .item-det .item-det-left .i-btn .btns:hover {
  border-color: #046eb7;
}
.content .item-det .item-det-left .i-btn .btns img {
  width: clamp(16px, 1.25rem, 20px);
}
.content .products .products-inner {
  padding: clamp(40px, 7.5rem, 120px) 0 clamp(40px, 3.75rem, 60px);
}
.content .products .products-inner .grid-spacing-large {
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .products .products-inner .grid-spacing-large > * {
  padding-left: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .products .products-inner .grid-spacing-large {
    margin-left: -40px;
  }
  .content .products .products-inner .grid-spacing-large > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .content .products .products-inner .grid-spacing-large {
    margin-left: -30px;
  }
  .content .products .products-inner .grid-spacing-large > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .content .products .products-inner .grid-spacing-large {
    margin-left: -20px;
  }
  .content .products .products-inner .grid-spacing-large > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.content .products .products-inner .product-item {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.content .products .products-inner .product-item .item-text {
  font-size: clamp(16px, 1.625rem, 26px);
  margin-top: clamp(10px, 1.875rem, 30px);
}
.content .products .products-inner .product-item .item-img {
  overflow: hidden;
}
.content .products .products-inner .product-item .item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content .products .products-inner .product-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.content .products .products-inner .product-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content .products .products-inner .product-item:hover .item-text {
  color: #2ea6df;
}
.content .products .products-inner .pg-content-li {
  background-color: #fff;
}
.content .products .products-inner .pg-content-li .i-title {
  color: #fff;
  background-color: #046eb7;
  font-size: clamp(20px, 2.25rem, 36px);
  gap: clamp(15px, 2.1875rem, 35px);
  padding: clamp(15px, 2.1875rem, 35px) clamp(15px, 4.375rem, 70px);
  line-height: 1.5;
}
.content .products .products-inner .pg-content-li .i-title img {
  width: clamp(30px, 5rem, 80px);
  height: clamp(30px, 5rem, 80px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.content .products .products-inner .pg-content-li .i-content {
  padding: 0 clamp(15px, 4.375rem, 70px) clamp(15px, 4.375rem, 70px);
}
.content .products .products-inner .pg-content-li .i-content .i-content-item {
  padding-top: clamp(20px, 4.375rem, 70px);
}
.content .products .products-inner .pg-content-li .i-content .i-content-item .i-content-header {
  padding-bottom: 15px;
  gap: 10px;
  font-size: clamp(16px, 1.875rem, 30px);
}
.content .products .products-inner .pg-content-li .i-content .i-content-item .i-content-header .dot {
  background-color: #2ea6df;
  border-radius: 100px;
  width: clamp(30px, 3.375rem, 54px);
  height: clamp(30px, 3.375rem, 54px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  line-height: 1;
}
.content .products .products-inner .pg-content-li .i-content .i-content-item .i-content-header .dot-img {
  width: clamp(25px, 2.5rem, 40px);
}
.content .products .products-inner .pg-content-li .i-content .i-content-item .i-content-body {
  line-height: 1.6;
  border-top: 1px solid #dcdcdc;
  padding-top: clamp(15px, 1.875rem, 30px);
  color: #7d7d7d;
  font-size: clamp(15px, 1.5rem, 24px);
}
.content .product-det {
  padding: clamp(40px, 7.5rem, 120px) 0;
}
.content .product-det .uk-container {
  max-width: 1400px;
}
.content .product-det .uk-container .pro-top {
  background-color: #fff;
  padding: clamp(15px, 1.25rem, 20px);
  gap: clamp(20px, 3.125rem, 50px);
}
.content .product-det .uk-container .pro-top .layui-rate {
  padding: 0;
}
.content .product-det .uk-container .pro-top .layui-rate .layui-icon {
  font-size: clamp(14px, 1.125rem, 18px);
}
.content .product-det .uk-container .pro-top #proSwiper {
  width: 700px;
  max-width: 60%;
  position: relative;
}
.content .product-det .uk-container .pro-top #proSwiper .swiper-slide img {
  width: 100%;
}
.content .product-det .uk-container .pro-top #proSwiper .swiper-btn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.content .product-det .uk-container .pro-top #proSwiper .swiper-btn > a {
  background-color: #fff;
  border-radius: 100px;
  width: clamp(40px, 4.375rem, 70px);
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}
.content .product-det .uk-container .pro-top #proSwiper .swiper-btn > a:hover {
  border-color: #046eb7;
}
.content .product-det .uk-container .pro-top #proSwiper .swiper-btn > a img {
  width: clamp(16px, 1.25rem, 20px);
}
.content .product-det .uk-container .pro-top #proSwiper:hover .swiper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 639px) {
  .content .product-det .uk-container .pro-top #proSwiper {
    max-width: 100%;
  }
}
.content .product-det .uk-container .pro-top .pro-text .i-title {
  font-size: clamp(24px, 3rem, 48px);
  color: #0148a2;
}
.content .product-det .uk-container .pro-top .pro-text .i-desc {
  color: #707070;
  line-height: 1.8;
  font-size: clamp(14px, 1.125rem, 18px);
  margin-top: clamp(10px, 0.9375rem, 15px);
}
.content .product-det .uk-container .pro-top .pro-text .i-b-title {
  font-size: clamp(18px, 1.5rem, 24px);
  margin-top: clamp(20px, 3.125rem, 50px);
}
.content .product-det .uk-container .pro-top .pro-text .i-b-item {
  border-top: 1px solid #dcdcdc;
  margin-top: clamp(10px, 1.25rem, 20px);
  padding-top: clamp(10px, 1.25rem, 20px);
}
.content .product-det .uk-container .pro-top .pro-text .i-b-item .name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(14px, 1.125rem, 18px);
  width: 50%;
}
.content .product-det .uk-container .pro-top .pro-text .i-b-item > div {
  padding: 4px 0;
}
.content .product-det .uk-container .pro-bottom {
  background-color: #fff;
  padding: clamp(20px, 3.125rem, 50px);
  margin-top: clamp(20px, 2.5rem, 40px);
  line-height: 1.8;
  font-size: clamp(16px, 1.375rem, 22px);
  color: #707070;
}
.content .product-det .uk-container .pro-bottom .pro-title {
  font-size: clamp(24px, 3rem, 48px);
  border-bottom: 1px solid #dcdcdc;
  color: #313131;
}
.content .product-det .uk-container .pro-bottom .pro-title span {
  border-bottom: 4px solid #0148a2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 1;
  padding-bottom: clamp(10px, 1.5625rem, 25px);
}
.content .product-det .uk-container .pro-bottom .pro-content {
  color: #707070;
  padding: clamp(20px, 2.5rem, 40px) 0 clamp(30px, 3.75rem, 60px);
}
.content .qacontainer {
  padding: clamp(40px, 7.5rem, 120px) 0;
}
.content .qacontainer li {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.content .qacontainer li.uk-open .uk-accordion-title {
  background-color: #046eb7;
  color: #fff;
}
.content .qacontainer li.uk-open .uk-accordion-title .dot {
  background-color: #fff;
  color: #046eb7;
}
.content .qacontainer li.uk-open .uk-accordion-content .dot {
  color: #fff;
  background-color: #2ea6df;
}
.content .qacontainer .uk-accordion-title {
  padding: clamp(15px, 1.5625rem, 25px);
  background-color: #fff;
  border-radius: 20px;
  font-size: clamp(18px, 1.875rem, 30px);
  color: #434343;
  gap: clamp(10px, 1.875rem, 30px);
}
.content .qacontainer .uk-accordion-title .dot {
  background-color: #046eb7;
  border-radius: 100px;
  width: clamp(30px, 2.5rem, 40px);
  height: clamp(30px, 2.5rem, 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  line-height: 1;
}
.content .qacontainer .uk-accordion-title p {
  display: block;
  padding-top: 5px;
}
.content .qacontainer .uk-accordion-content {
  padding: clamp(15px, 1.5625rem, 25px);
  gap: clamp(10px, 1.875rem, 30px);
  font-size: clamp(16px, 1.5rem, 24px);
  line-height: 1.8;
  color: #7d7d7d;
}
.content .qacontainer .uk-accordion-content .dot {
  background-color: #046eb7;
  border-radius: 100px;
  width: clamp(30px, 2.5rem, 40px);
  height: clamp(30px, 2.5rem, 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  line-height: 1;
}
.content .id-box {
  padding: clamp(40px, 7.5rem, 120px) 0;
}
.content .id-box .id-title {
  color: #fff;
  font-size: clamp(24px, 2.25rem, 36px);
  padding: clamp(15px, 3.75rem, 60px) clamp(20px, 4.375rem, 70px);
  position: relative;
  background-color: #046eb7;
}
.content .id-box .id-title span {
  position: relative;
  z-index: 1;
}
.content .id-box .id-title .bg {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(40px, 8.75rem, 140px);
}
.content .id-box .id-content {
  background-color: #fff;
  font-size: clamp(15px, 1.5rem, 24px);
  line-height: 1.8;
  color: #7d7d7d;
  padding: clamp(20px, 3.75rem, 60px) clamp(15px, 4.375rem, 70px) clamp(40px, 6.25rem, 100px);
}
.content .cycle {
  padding: clamp(40px, 7.5rem, 120px) 0;
}
.content .cycle .cycle-item .cycle-ul > li {
  background-color: #fff;
}
.content .cycle .cycle-item .cycle-ul > li:not(:first-child) {
  margin-top: clamp(20px, 3rem, 48px);
}
.content .cycle .cycle-item .i-title {
  background-color: #046eb7;
  color: #fff;
  gap: 15px;
  padding: clamp(15px, 2.1875rem, 35px) clamp(15px, 3.125rem, 50px);
}
.content .cycle .cycle-item .i-title .i-t-l {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  line-height: 1;
}
.content .cycle .cycle-item .i-title .i-t-l .num {
  font-size: clamp(30px, 3.75rem, 60px);
  color: #00ffff;
}
.content .cycle .cycle-item .i-title .i-t-l .desc {
  font-size: clamp(14px, 1.125rem, 18px);
}
.content .cycle .cycle-item .i-title .i-t-btn {
  margin-left: auto;
  padding: 15px clamp(15px, 1.5rem, 24px);
  border-radius: 8px;
  border: solid 1px #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.content .cycle .cycle-item .i-title .i-t-btn:hover {
  background-color: #00ffff;
  color: #fff;
}
.content .cycle .cycle-item .i-title .i-t-desc {
  font-size: clamp(20px, 2.5rem, 40px);
  border-left: 1px solid #fff;
  padding-left: 15px;
  line-height: 1.4;
}
@media (max-width: 639px) {
  .content .cycle .cycle-item .i-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .cycle .cycle-item .i-title .i-t-l {
    width: 100%;
  }
  .content .cycle .cycle-item .i-title .i-t-desc {
    border-left: none;
    padding-left: 0;
  }
}
.content .cycle .cycle-item .i-inner {
  font-size: clamp(16px, 1.5rem, 24px);
  padding: clamp(15px, 3.125rem, 50px) clamp(15px, 3.125rem, 50px) clamp(15px, 4.375rem, 70px);
}
.content .cycle .cycle-item .i-inner .uk-slider-items {
  margin-left: -50px;
}
.content .cycle .cycle-item .i-inner .uk-slider-items > * {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .content .cycle .cycle-item .i-inner .uk-slider-items {
    margin-left: -40px;
  }
  .content .cycle .cycle-item .i-inner .uk-slider-items > * {
    padding-left: 40px;
  }
}
@media (max-width: 959px) {
  .content .cycle .cycle-item .i-inner .uk-slider-items {
    margin-left: -25px;
  }
  .content .cycle .cycle-item .i-inner .uk-slider-items > * {
    padding-left: 25px;
  }
}
.content .cycle .cycle-item .i-inner .slide-li img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .cycle .cycle-item .i-inner .slide-li .slide-text {
  margin-top: clamp(10px, 1.875rem, 30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .cycle .cycle-item .i-inner .slide-li:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.content .cycle .cycle-item .i-inner .slide-li:hover .slide-text {
  color: #2ea6df;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.content .cycle .cycle-item .i-inner .slide-btn {
  color: #434343;
}
.content .cycle .cycle-item .i-inner .slide-btn a {
  font-size: clamp(20px, 2.5rem, 40px);
}
@media (max-width: 639px) {
  .content .cycle .cycle-item .i-inner .slide-btn a {
    display: none;
  }
}
.content .home-banner .swiper .swiper-slide {
  position: relative;
}
.content .home-banner .swiper .swiper-slide .bg {
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
  width: 100%;
}
.content .home-banner .swiper .swiper-slide .home-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.4;
}
.content .home-banner .swiper .swiper-slide .home-text .banner-title {
  font-size: clamp(40px, 4.5rem, 72px);
}
.content .home-banner .swiper .swiper-slide .home-text .banner-desc {
  font-size: clamp(20px, 2.5rem, 40px);
  max-width: 80%;
  margin: 0 auto;
}
.content .home-banner .swiper .swiper-slide .home-text .banner-btn {
  border-radius: 100px;
  font-size: clamp(14px, 1.375rem, 22px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(10px, 1.5625rem, 25px) auto;
  border: solid 2px #ffffff;
  padding: clamp(10px, 1.25rem, 20px) clamp(20px, 2.5rem, 40px);
}
.content .home .home-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(40px, 7.5rem, 120px) 0;
  background-color: #fff;
}
.content .home .home-section .more-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: clamp(14px, 1.125rem, 18px);
}
.content .home .home-section .more-btn:hover {
  color: #046eb7;
}
.content .home .home-section .i-title {
  font-size: clamp(30px, 3.75rem, 60px);
  font-weight: 500;
}
.content .home .home-section #proSwiper {
  margin-top: clamp(20px, 4.375rem, 70px);
}
.content .home .home-section #proSwiper .swiper-wrapper {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.content .home .home-section #proSwiper .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 20px;
}
.content .home .home-section #proSwiper .swiper-wrapper .slide-li {
  display: block;
}
.content .home .home-section #proSwiper .swiper-wrapper .slide-li img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .home .home-section #proSwiper .swiper-wrapper .slide-li .slide-text {
  margin-top: clamp(10px, 1.875rem, 30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .home .home-section #proSwiper .swiper-wrapper .slide-li:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.content .home .home-section #proSwiper .swiper-wrapper .slide-li:hover .slide-text {
  color: #2ea6df;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.content .home .home-section #proSwiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.content .home .home-section #proSwiper .grid-spacing-large-pro {
  margin-left: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .home .home-section #proSwiper .grid-spacing-large-pro > * {
  padding-left: 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .home .home-section #proSwiper .grid-spacing-large-pro {
    margin-left: -40px;
  }
  .content .home .home-section #proSwiper .grid-spacing-large-pro > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .content .home .home-section #proSwiper .grid-spacing-large-pro {
    margin-left: -30px;
  }
  .content .home .home-section #proSwiper .grid-spacing-large-pro > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .content .home .home-section #proSwiper .grid-spacing-large-pro {
    margin-left: -20px;
  }
  .content .home .home-section #proSwiper .grid-spacing-large-pro > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.content .home .home-section .grid-spacing-large-drug {
  margin-top: clamp(30px, 9.375rem, 150px);
  margin-left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .home .home-section .grid-spacing-large-drug li {
  margin-top: 0;
}
.content .home .home-section .grid-spacing-large-drug > * {
  padding-left: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .home .home-section .grid-spacing-large-drug {
    margin-left: -25px;
  }
  .content .home .home-section .grid-spacing-large-drug > * {
    padding-left: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 959px) {
  .content .home .home-section .grid-spacing-large-drug {
    margin-left: -25px;
  }
  .content .home .home-section .grid-spacing-large-drug > * {
    padding-left: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .content .home .home-section .grid-spacing-large-drug {
    margin-left: -20px;
  }
  .content .home .home-section .grid-spacing-large-drug > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.content .home .home-section .drug-item {
  -webkit-clip-path: polygon(83% 0, 100% 24%, 100% 100%, 50% 100%, 0 100%, 0 0);
          clip-path: polygon(83% 0, 100% 24%, 100% 100%, 50% 100%, 0 100%, 0 0);
  background-color: #fff;
  text-align: center;
  padding: clamp(40px, 7.5rem, 120px) 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .home .home-section .drug-item .i-img {
  width: clamp(50px, 5.25rem, 84px);
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .home .home-section .drug-item .i-text {
  font-size: clamp(16px, 1.875rem, 30px);
  margin-top: clamp(20px, 4.375rem, 70px);
}
.content .home .home-section .drug-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #2e83be;
  color: #fff;
}
.content .home .home-section .drug-item:hover .i-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.content .home .home-section .grid-spacing-large-customer {
  margin-top: clamp(30px, 4.375rem, 70px);
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .home .home-section .grid-spacing-large-customer li {
  margin-top: 0;
}
.content .home .home-section .grid-spacing-large-customer > * {
  padding-left: 40px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .home .home-section .grid-spacing-large-customer {
    margin-left: -30px;
  }
  .content .home .home-section .grid-spacing-large-customer > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .content .home .home-section .grid-spacing-large-customer {
    margin-left: -20px;
  }
  .content .home .home-section .grid-spacing-large-customer > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .content .home .home-section .grid-spacing-large-customer {
    margin-left: -15px;
  }
  .content .home .home-section .grid-spacing-large-customer > * {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.content .home .home-section .grid-spacing-large-customer .customer-item {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  background-color: #f3f3f3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-top {
  padding: clamp(15px, 2.5rem, 40px);
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-d-title {
  color: #046eb7;
  font-size: clamp(20px, 1.875rem, 30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-d-desc {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: clamp(10px, 1.25rem, 20px);
  color: #626262;
  font-size: clamp(14px, 1.375rem, 22px);
}
.content .home .home-section .grid-spacing-large-customer .customer-item .rate-box {
  padding: 5px 0;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .rate-box .layui-rate {
  padding: 0;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom {
  padding: clamp(15px, 2.5rem, 40px);
  border-top: 1px solid #dcdcdc;
  position: relative;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .i-icon {
  position: absolute;
  width: clamp(35px, 5rem, 80px);
  height: clamp(35px, 5rem, 80px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #046eb7;
  border-radius: 100px;
  right: clamp(15px, 2.5rem, 40px);
  -webkit-transform: translateY(calc(-50% - clamp(15px, 2.5rem, 40px)));
          transform: translateY(calc(-50% - clamp(15px, 2.5rem, 40px)));
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .i-icon img {
  max-width: 50%;
  max-height: 50px;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .avatar-box {
  gap: clamp(10px, 1.5625rem, 25px);
  line-height: 1.4;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .avatar-box .user-img {
  border-radius: 100px;
  width: clamp(40px, 5.625rem, 90px);
  height: clamp(40px, 5.625rem, 90px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .avatar-box .u-title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: clamp(16px, 1.625rem, 26px);
}
.content .home .home-section .grid-spacing-large-customer .customer-item .i-bottom .avatar-box .u-desc {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #626262;
  font-size: clamp(14px, 1.375rem, 22px);
}
.content .home .home-section .grid-spacing-large-customer .customer-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-image: url("../images/home-item-bg.png");
}
.content .home .home-section .grid-spacing-large-customer .customer-item:hover .i-d-title,
.content .home .home-section .grid-spacing-large-customer .customer-item:hover .i-d-desc {
  color: #fff;
}
.content .home .home-section .grid-spacing-large-customer .customer-item:hover .i-bottom .u-title,
.content .home .home-section .grid-spacing-large-customer .customer-item:hover .i-bottom .u-desc {
  color: #fff;
}
.content .home .home-section .grid-spacing-large-news {
  margin-top: clamp(30px, 4.375rem, 70px);
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .home .home-section .grid-spacing-large-news li {
  margin-top: 0;
}
.content .home .home-section .grid-spacing-large-news > * {
  padding-left: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content .home .home-section .grid-spacing-large-news {
    margin-left: -40px;
  }
  .content .home .home-section .grid-spacing-large-news > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .content .home .home-section .grid-spacing-large-news {
    margin-left: -30px;
  }
  .content .home .home-section .grid-spacing-large-news > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .content .home .home-section .grid-spacing-large-news {
    margin-left: -20px;
  }
  .content .home .home-section .grid-spacing-large-news > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.content .home .home-section .grid-spacing-large-news .news-item {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.content .home .home-section .grid-spacing-large-news .news-item .item-img {
  overflow: hidden;
}
.content .home .home-section .grid-spacing-large-news .news-item .item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  aspect-ratio: 500/375;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text {
  margin-top: -20%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  width: 88%;
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text .item-data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #046eb7;
  font-size: clamp(14px, 1.25rem, 20px);
  color: #fff;
  padding: clamp(15px, 1.5625rem, 25px) clamp(15px, 2.1875rem, 35px);
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text .item-text-b {
  margin-top: -5%;
  padding: clamp(20px, 3.75rem, 60px) clamp(20px, 2.5rem, 40px);
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text .item-text-b .item-title {
  font-size: clamp(16px, 1.75rem, 28px);
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text .item-text-b .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin-top: clamp(15px, 1.25rem, 20px);
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  color: #626262;
  font-size: clamp(14px, 1.125rem, 18px);
  padding: 10px clamp(15px, 1.25rem, 20px);
}
.content .home .home-section .grid-spacing-large-news .news-item .item-text .item-text-b .btn i {
  font-size: 12px;
}
.content .home .home-section .grid-spacing-large-news .news-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.content .home .home-section .grid-spacing-large-news .news-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content .home .home-section .grid-spacing-large-news .news-item:hover .item-text {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.content .home .home-section .grid-spacing-large-news .news-item:hover .item-text .btn {
  background-color: #046eb7;
  color: #fff;
}
.content .home .home-section .about-box {
  position: relative;
}
.content .home .home-section .about-box .about-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #2ea6df;
  padding: clamp(20px, 4.375rem, 70px);
  line-height: 1.8;
  gap: clamp(15px, 3.75rem, 60px);
}
.content .home .home-section .about-box .about-inner .phone-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #0148a2;
  border-radius: 10px;
  padding: clamp(15px, 2.5rem, 40px);
  color: #fff;
  gap: clamp(10px, 1.875rem, 30px);
}
.content .home .home-section .about-box .about-inner .phone-box .i-img {
  width: clamp(40px, 4.875rem, 78px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content .home .home-section .about-box .about-inner .phone-box .i-d-title {
  font-size: clamp(14px, 1.5rem, 24px);
}
.content .home .home-section .about-box .about-inner .phone-box .i-d-desc {
  font-size: clamp(20px, 2rem, 32px);
}
@media (max-width: 639px) {
  .content .home .home-section .about-box .about-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .home .home-section .about-box .about-inner .phone-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.content .home .home-section .about-box::after {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: clamp(60px, 7.5rem, 120px);
  background-color: #046eb7;
  content: "";
  z-index: 0;
}

.footer {
  background-color: #046eb7;
  color: #ffffff;
  font-size: clamp(14px, 1.25rem, 20px);
  padding: clamp(40px, 5rem, 80px);
}
.footer .inner {
  gap: 20px clamp(20px, 4.375rem, 70px);
}
.footer .logo {
  width: clamp(120px, 14.6875rem, 235px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .logo img {
  width: 100%;
}
.footer .f-t {
  gap: 20px;
}
.footer .f-t .icp {
  font-size: clamp(12px, 1rem, 16px);
}
@media (max-width: 1199px) {
  .footer .f-t {
    width: 100%;
  }
}
.footer .footer-nav {
  gap: clamp(10px, 2.5rem, 40px) 10px;
}
@media (max-width: 659px) {
  .footer .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.expand-plan-box .uk-modal-dialog {
  width: 1600px;
  background-color: #fff;
}
.expand-plan-box .uk-modal-dialog .expand-header {
  background-color: #046eb7;
  color: #fff;
  font-size: clamp(18px, 2.5rem, 40px);
  line-height: 1.4;
  gap: 15px;
  padding: clamp(15px, 2.5rem, 40px) clamp(15px, 3.125rem, 50px);
}
.expand-plan-box .uk-modal-dialog .expand-header .uk-modal-close-default {
  position: relative;
  top: auto;
  right: auto;
  width: clamp(20px, 3rem, 48px);
  cursor: pointer;
  padding: 0;
}
.expand-plan-box .uk-modal-dialog .expand-body {
  background-color: #fff;
  padding: clamp(15px, 3.125rem, 50px);
  font-size: clamp(14px, 1rem, 16px);
}
.expand-plan-box .uk-modal-dialog .expand-body .table-inner {
  overflow-x: auto;
}
.expand-plan-box .uk-modal-dialog .expand-body .table-inner table {
  min-width: 100%;
  border-color: #c9c9c9;
}
.expand-plan-box .uk-modal-dialog .expand-body .table-inner table tr th {
  background-color: #eeeeee;
  padding: 15px;
  text-align: left;
}
.expand-plan-box .uk-modal-dialog .expand-body .table-inner table tr td {
  padding: 15px;
}
