@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.wow {
  visibility: hidden;
}
.out-header {
  height: 94px;
  width: 100%;
}
.container {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 94px;
}
header .logo {
  width: 18%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.2vw, 20px);
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li a:hover {
  color: #004f99;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 .tel {
  font-weight: 700;
  color: #004f99;
}
header .lv1 > .active > a {
  color: #004f99;
  font-weight: 700;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: 16px;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  margin-left: 3.125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search form {
  position: relative;
}
header .search form input {
  width: 214px;
  height: 30px;
  border-radius: 15px;
  outline: none;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 35px 0 14px;
  transition: all 0.5s;
}
header .search form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .search form button {
  position: absolute;
  outline: none;
  border: 0;
  background-color: transparent;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: all 0.5s;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #0350a2;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #0350a2;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #0350a2;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 4s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active > img {
  scale: 1;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-title {
  text-align: center;
  margin-bottom: 2.5%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
  font-weight: 700;
  position: relative;
}
.index-title h3::after {
  position: absolute;
  left: 50%;
  top: 10%;
  content: attr(title);
  font-size: 2em;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.index-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #1c448a;
}
.index-title em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0.5% 0;
}
.index-title em::after {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #1c448a;
  content: "";
  margin: 0 auto;
}
.index-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 2.916667% 0 2.083333%;
}
.index-about .lt {
  width: 48.1770833%;
  padding-left: 8.59375%;
}
.index-about .lt .index-title {
  text-align: left;
}
.index-about .lt .index-title h3 {
  color: #0350a2;
  padding-left: 2em;
}
.index-about .lt .index-title h3::after {
  color: rgba(3, 80, 162, 0.2);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.index-about .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  line-height: clamp(1.6667em, 2.5vw, 2.4em);
}
.index-about .lt .more {
  display: inline-block;
  font-size: clamp(14px, 1.25vw, 23px);
  color: #fff;
  background-color: #004f99;
  border: 1px solid transparent;
  line-height: 2.5652174;
  padding: 0 2.43478261em;
  border-radius: 1.2826087em;
  margin-top: 2.6041667vw;
  transition: all 0.5s;
}
.index-about .lt .more:hover {
  border-color: #004f99;
  background-color: #fff;
  color: #004f99;
}
.index-about .rt {
  width: 49.84375%;
}
.index-about .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 92.58098%;
}
.index-about .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .data {
  width: 100%;
  margin-top: 2%;
}
.index-about .data .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .data .container .block {
  line-height: 1.4;
}
.index-about .data .container .block h2 {
  color: #000;
  font-size: clamp(12px, 1.9270833vw, 37px);
}
.index-about .data .container .block h2 span {
  font-weight: 700;
  font-size: clamp(20px, 3.125vw, 60px);
}
.index-about .data .container .block h5 {
  color: #000;
  font-size: clamp(12px, 1.9270833vw, 37px);
}
.index-prod {
  background: url(../images/index-prod-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.02083333% 0 2.60416667%;
}
.index-prod .index-title h3 {
  color: #fff;
}
.index-prod .index-title h3::after {
  color: rgba(255, 255, 255, 0.3);
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.276215%;
  border: 5px solid #fff;
  border-radius: 0 clamp(10px, 1.5625vw, 30px) 0 clamp(10px, 1.5625vw, 30px);
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  font-size: clamp(14px, 1.3541667vw, 26px);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.5;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-adv {
  margin: 3.125% 0 2.08333%;
}
.index-adv .adv-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.3541667vw, 26px);
  margin-bottom: 2.1875%;
}
.index-adv .adv-tab li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  width: 25%;
  height: 4.615385em;
  color: #000;
  text-align: center;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  transition: all 0.5s;
}
.index-adv .adv-tab li img {
  width: 1.53846154em;
  height: 1.53846154em;
  object-fit: scale-down;
  margin-left: 0.54em;
  transition: all 0.5s;
}
.index-adv .adv-tab .active {
  background-color: #004f99;
  color: #fff;
  border-color: transparent;
}
.index-adv .adv-tab .active img {
  filter: contrast(0) brightness(200%);
}
.index-adv .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}
.index-adv .swiper .swiper-slide .lt {
  width: 52.75%;
}
.index-adv .swiper .swiper-slide .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-adv .swiper .swiper-slide .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-adv .swiper .swiper-slide .rt {
  width: 47.25%;
  padding: 2% 2.625% 8% 4%;
}
.index-adv .swiper .swiper-slide .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #000;
  font-weight: 700;
  margin-bottom: 0.3333em;
}
.index-adv .swiper .swiper-slide .rt .brief {
  font-size: clamp(14px, 1.25vw, 22px);
  color: #000;
  line-height: clamp(1.8em, 3.59375vw, 3.13636364em);
  max-height: calc(5 * clamp(1.8em, 3.59375vw, 3.13636364em));
  overflow: auto;
}
.index-adv .swiper .swiper-slide .rt .brief::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
}
.index-adv .swiper .swiper-slide .rt .brief::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.index-adv .swiper .swiper-slide .rt .brief::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666;
}
.index-adv .swiper .swiper-btn {
  position: absolute;
  display: flex;
  bottom: 5%;
  left: 56.75%;
}
.index-adv .swiper .swiper-btn .swiper-button-prev,
.index-adv .swiper .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  font-size: clamp(14px, 1.875vw, 36px);
  color: #fff;
  width: 2.166667em;
  height: 1.833333em;
  background-color: #004f99;
  transition: all 0.5s;
}
.index-adv .swiper .swiper-btn .swiper-button-prev::after,
.index-adv .swiper .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-adv .swiper .swiper-btn .swiper-button-next {
  margin-left: 16px;
}
.index-partner {
  background-color: #f7f7f7;
  padding: 4.16666667% 0 3%;
}
.index-partner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-partner .wrapper .block {
  width: 19%;
}
.index-partner .wrapper .block img {
  display: block;
  width: 100%;
  filter: drop-shadow(0px 2px 13px rgba(0, 0, 0, 0.09));
  transition: all 0.5s;
}
.index-partner .wrapper .block:hover img {
  scale: 0.9;
}
.index-partner .wrapper .block:nth-child(n+6) {
  margin-top: -5%;
}
.index-partner .wrapper .block:nth-child(9n-3) {
  margin-left: 10%;
}
.index-partner .wrapper .block:nth-child(9n) {
  margin-right: 10%;
}
.index-news {
  margin: 3.645833% 0 6.875%;
}
.index-news .news-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 2.1875%;
}
.index-news .news-tab li {
  font-size: clamp(14px, 1.25vw, 23px);
  margin: 0 1.45652174em;
}
.index-news .news-tab li a {
  display: block;
  color: #fff;
  line-height: 2.5652174;
  border-radius: 1.2826087em;
  background-color: #0350a2;
  padding: 0 2.326087em;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.index-news .news-tab li a:hover {
  color: #0350a2;
  border-color: #0350a2;
  background-color: transparent;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 74.7126437%;
  margin-bottom: 3.053435%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
}
.index-news .swiper .title h4 a {
  color: inherit;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #575757;
  line-height: 2.375;
  height: 7.125em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .swiper .title p a {
  color: inherit;
}
.index-news .swiper .title .more {
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #6a6a6a;
  padding-right: 1.2em;
  padding-top: 0.8em;
  margin-top: 1.65em;
}
.index-news .swiper .title .more a {
  color: inherit;
  transition: all 0.5s;
}
.index-news .swiper .title .more a:hover {
  color: #0350a2;
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title h4 {
  color: #0350a2;
}
.index-news .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.375%;
}
.index-news .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #004f99;
  font-size: clamp(20px, 2.083333vw, 40px);
  width: 2.35em;
  height: 0.5em;
  border-radius: 1.175em;
  transition: all 0.5s;
  margin: 0 0.5em;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 1.875% 0 3.645833%;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top nav {
  width: 52.5%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .info {
  width: 23.75%;
}
footer .footer-top .ewm {
  width: 14.1875%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  margin-bottom: 1.541667em;
}
footer .footer-top h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
footer .footer-top p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #fff;
  margin-bottom: 0.5em;
}
footer .footer-top ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.1vw, 16px);
  gap: 0 3.125em;
  max-height: 15em;
}
footer .footer-top ul li {
  color: #fff;
  margin-bottom: 0.5em;
}
footer .footer-top ul li a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top ul li a:hover {
  opacity: 0.5;
}
footer .footer-bt {
  padding: 1.5% 0 1%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  text-align: center;
  line-height: 2;
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.5;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-about .rt .pic {
  padding-bottom: 73.48643%;
}
.company-culture {
  background-color: #eee;
  padding: 3% 0 4%;
}
.company-culture .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-culture .wrapper .block {
  width: 24.466667%;
}
.company-culture .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 136.5123%;
}
.company-culture .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.company-culture .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding: 10px;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
}
.company-culture .wrapper .block .pic .mask h4 {
  font-size: clamp(14px, 1.2vw, 22px);
  margin-bottom: 0.18182em;
}
.company-culture .wrapper .block .pic .mask .brief {
  font-size: clamp(12px, 1vw, 15px);
  line-height: 2.4667;
  text-align: center;
  min-height: 12.3335em;
}
.company-culture .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.company-culture .wrapper .block:hover .pic .mask {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
.application {
  margin: 2% 0 3%;
}
.application .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application .wrapper .block {
  width: 24.375%;
  margin-bottom: 1.125%;
}
.application .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 137.69231%;
}
.application .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.application .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 63, 151, 0.5);
  transition: all 0.5s;
}
.application .wrapper .block .pic .mask h4 {
  font-size: clamp(14px, 1.2vw, 19px);
  color: #fff;
  text-align: center;
  padding: 0 1em;
}
.application .wrapper .block .pic .mask i {
  display: block;
  border: 1.5px solid transparent;
  border-bottom: 6.92708333vw solid #fff;
  transition: all 0.5s;
}
.application .wrapper .block .pic .mask em {
  font-size: 32px;
  width: 1em;
  height: 1em;
  line-height: 0.7;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  transition: all 0.5s;
}
.application .wrapper .block .pic:hover img {
  scale: 1.05;
}
.application .wrapper .block .pic:hover .mask {
  background-color: rgba(0, 63, 151, 0.7);
}
.application .wrapper .block .pic:hover .mask i {
  border-bottom: 0 solid #fff;
}
.application .wrapper .block .pic:hover .mask em {
  rotate: 360deg;
}
.performance {
  margin: 2% 0 3%;
}
.performance .pic {
  text-align: center;
}
.prod-list {
  margin: 2% 0 3%;
}
.prod-list .prod-tab {
  margin-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.prod-list .prod-tab li {
  width: 19%;
  font-size: clamp(14px, 1.3541667vw, 20px);
  color: #000;
  margin-bottom: 1%;
}
.prod-list .prod-tab li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
.prod-list .prod-tab li a:hover {
  color: #0350a2;
  border-color: #0350a2;
}
.prod-list .prod-tab .active a {
  color: #fff !important;
  border-color: transparent !important;
  background-color: #0350a2 !important;
}
.prod-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 24.4375%;
  margin-bottom: 1.875%;
}
.prod-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.02046%;
  border-radius: 0 clamp(10px, 1.5625vw, 30px) 0 clamp(10px, 1.5625vw, 30px);
}
.prod-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #333;
  margin-top: 0.6923077em;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title a {
  color: inherit;
}
.prod-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.prod-list .wrapper .block:hover .title {
  color: #0350a2;
}
.prod-detail .intro {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px 14px;
}
.prod-detail .intro .picture {
  width: 30%;
}
.prod-detail .intro .picture .pic {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.9663%;
}
.prod-detail .intro .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.prod-detail .intro .picture .pic:hover img {
  scale: 1.05;
}
.prod-detail .intro .brief {
  width: 65%;
  font-size: clamp(12px, 1.1vw, 16px);
  color: #666;
}
.prod-detail .intro .brief h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
.prod-detail .intro .brief h4 {
  font-size: 1.125em;
  font-weight: 700;
  color: #333;
}
.prod-detail article {
  position: relative;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  margin: 10px 0 13px;
}
.prod-detail article h4 {
  font-size: 16px;
  display: inline-block;
  background-color: #0049b6;
  color: #fff;
  padding: 0 0.75em;
  line-height: 2.5;
  margin-bottom: 0.875em;
}
.prod-detail article h4::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5em;
  background-color: #f1f1f1;
  left: 0;
  z-index: -1;
}
.prod-detail article table {
  width: 100% !important;
}
.prod-detail article table tr td {
  font-size: 14px;
  color: #333;
  padding: 0 0.5em;
  text-align: center;
}
.service {
  margin: 2% 0 3%;
}
.service .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.875%;
  background-color: #eee;
}
.service .wrapper .lt {
  width: 50%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 2;
}
.service .wrapper .lt b,
.service .wrapper .lt strong {
  font-weight: 700;
}
.service .wrapper .rt {
  width: 47.66234%;
}
.service .wrapper .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 82.56131%;
}
.service .wrapper .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.service .wrapper .rt .pic:hover img {
  scale: 1.05;
}
.contact-us {
  margin: 3% 0 5%;
}
.contact-us .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  margin-bottom: 2.763158%;
}
.contact-us .contact-info .lt {
  width: 58.357143%;
  min-height: clamp(300px, 25.3645833vw, 487px);
}
.contact-us .contact-info .lt iframe {
  width: 100%;
  height: 100%;
}
.contact-us .contact-info .rt {
  align-self: center;
  width: 41.642857%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  padding: 2% 2% 2% 3.714286%;
}
.contact-us .contact-info .rt p {
  margin-bottom: 0.35em;
}
.contact-us .contact-info .rt p:last-child {
  margin-bottom: 0;
}
.contact-us .online-msg .title {
  font-size: clamp(16px, 1.400521vw, 26.89px);
  color: #656565;
  text-align: center;
  margin-bottom: 2%;
}
.contact-us .online-msg .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us .online-msg .wrapper .lt {
  width: 49.35065%;
}
.contact-us .online-msg .wrapper .lt form input {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
  border: 1px solid #eee;
  height: 4.22222em;
  outline: none;
  padding: 0 1.11111em;
  margin-bottom: 2.5675676%;
}
.contact-us .online-msg .wrapper .lt form textarea {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
  border: 1px solid #eee;
  height: 7.5555556em;
  outline: none;
  padding: 1.11111em;
}
.contact-us .online-msg .wrapper .lt form button {
  display: block;
  cursor: pointer;
  margin: 5.657895% auto 0;
  outline: none;
  width: 100%;
  height: 2.62069em;
  font-size: clamp(14px, 1.4583333vw, 28px);
  color: #fff;
  background-color: #0049b6;
  transition: all 0.5s;
}
.contact-us .online-msg .wrapper .lt form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  filter: brightness(120%);
}
.contact-us .online-msg .wrapper .rt {
  width: 49.025974%;
}
.contact-us .online-msg .wrapper .rt .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-us .online-msg .wrapper .rt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list {
  margin: 2% 0 3%;
}
.news-list .news-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 2.1875%;
}
.news-list .news-tab li {
  font-size: clamp(14px, 1.25vw, 23px);
  margin: 0 1.45652174em;
}
.news-list .news-tab li a {
  display: block;
  color: #fff;
  line-height: 2.5652174;
  border-radius: 1.2826087em;
  background-color: #0350a2;
  padding: 0 2.326087em;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.news-list .news-tab li a:hover {
  color: #0350a2;
  border-color: #0350a2;
  background-color: transparent;
}
.news-list .news-tab .active a {
  color: #0350a2;
  border-color: #0350a2;
  background-color: transparent;
}
.news-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .wrapper .block {
  position: relative;
  width: 32%;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 0 30px 16px 16px;
  margin-bottom: 1.44737%;
}
.news-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.875%;
  border-radius: 0 0 0 30px;
}
.news-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .wrapper .block .title {
  padding: 2.5% 4.375% 2.70833%;
}
.news-list .wrapper .block .title h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3333em;
  transition: all 0.5s;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: clamp(12px, 1.1vw, 16px);
  color: #666;
  line-height: 2.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7.5em;
}
.news-list .wrapper .block .title p a {
  color: inherit;
}
.news-list .wrapper .block .title .more {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 2.0548% 0 0 6.1644%;
  line-height: 1.7333;
  font-size: clamp(12px, 1vw, 15px);
  margin-top: 2.28311%;
}
.news-list .wrapper .block .title .more::after {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: 0;
  width: 9.1333em;
  height: 2px;
  background: -webkit-linear-gradient(left, #0350a2, #81c11f);
  transition: all 0.5s;
}
.news-list .wrapper .block .title .more span {
  color: #999;
}
.news-list .wrapper .block .title .more a {
  display: inline-block;
  background-color: #e5e5e5;
  color: #999;
  padding: 0 0.5em 0 1em;
  transition: all 0.5s;
}
.news-list .wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.news-list .wrapper .block:hover .title h4 {
  color: #0350a2;
}
.news-list .wrapper .block:hover .title .more::after {
  width: 100%;
}
.news-list .wrapper .block:hover .title .more a {
  background-color: #0350a2;
  color: #fff;
}
.news-list .wrapper .block:nth-child(n+4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.33333% 2% 1.66667% 1.133333%;
  border-radius: 0;
  margin-bottom: 2.8%;
}
.news-list .wrapper .block:nth-child(n+4) .pic {
  width: 36.407433%;
  padding-bottom: 24.43221%;
  border-radius: 0;
}
.news-list .wrapper .block:nth-child(n+4) .title {
  width: 61.872%;
  padding: 0;
}
.news-list .wrapper .block:nth-child(n+4) .title h4 {
  margin-bottom: 4.4494%;
}
.news-list .wrapper .block:nth-child(n+4) .title .more {
  padding: 3.67075% 0 0 3.00334%;
}
.news-list1 {
  margin: 2% 0 3%;
}
.news-list1 .news-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 2.1875%;
}
.news-list1 .news-tab li {
  font-size: clamp(14px, 1.25vw, 23px);
  margin: 0 1.45652174em;
}
.news-list1 .news-tab li a {
  display: block;
  color: #fff;
  line-height: 2.5652174;
  border-radius: 1.2826087em;
  background-color: #0350a2;
  padding: 0 2.326087em;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.news-list1 .news-tab li a:hover {
  color: #0350a2;
  border-color: #0350a2;
  background-color: transparent;
}
.news-list1 .news-tab .active a {
  color: #0350a2;
  border-color: #0350a2;
  background-color: transparent;
}
.news-list1 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list1 .wrapper .block {
  width: 49%;
  margin-bottom: 2%;
  background-color: #eee;
  padding: 1% 2%;
  transition: all 0.5s;
}
.news-list1 .wrapper .block h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  margin-bottom: 0.5em;
}
.news-list1 .wrapper .block h4 a {
  color: inherit;
}
.news-list1 .wrapper .block p {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 4em;
}
.news-list1 .wrapper .block p a {
  color: inherit;
}
.news-list1 .wrapper .block span {
  font-size: clamp(12px, 1vw, 14px);
  color: #999;
}
.news-list1 .wrapper .block:hover {
  background-color: #e5e5e5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.news-list1 .wrapper .block:hover h4 {
  color: #0350a2;
}
.news-detail {
  margin: 2% 0 3%;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 2%;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1%;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #999;
  font-weight: 300;
}
.news-detail article {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  border-radius: 1em;
  line-height: 2.8333;
}
.news-detail article img {
  margin: 1em 0;
}
.news-detail article p:has(img) {
  text-align: center;
}
.news-detail .article-tab {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  margin-top: 2%;
  padding-top: 1%;
  border-top: 1px solid #ddd;
}
.news-detail .article-tab p {
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .article-tab a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab a:hover {
  color: #1c448a;
}
