@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-Condensed: 'Roboto Condensed', 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';
  --exCondensed: 'Fira Sans Extra Condensed', '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;
}
.out-header {
  height: 169px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  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 .header-top {
  background-color: #f0edec;
}
header .header-top .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
}
header .header-top .mycontainer a {
  color: inherit;
}
header .header-top .mycontainer a:hover {
  text-decoration: underline !important;
}
header .header-top .mycontainer span {
  font-size: 12px;
}
header .header-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
}
header .header-mid .logo {
  width: 66.5%;
}
header .header-mid .logo img {
  transition: all 0.5s;
}
header .header-mid .info {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  line-height: 1.6;
  font-weight: 300;
}
header .header-mid .info img {
  margin-right: 11px;
}
header .header-mid .info h4 {
  font-weight: 700;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.2;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #07418c;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(16px, 1.2vw, 18px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
header .lv1 > li a {
  display: block;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 42px;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover > a {
  opacity: 0.7;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  color: #fff;
  margin-right: 5%;
}
header .lv1 .lang img {
  margin-right: 9px;
}
header .lv1 .lang a {
  padding: 0;
  background-color: transparent !important;
}
header .lv1 .lang a:hover {
  text-decoration: underline !important;
}
header .lv1 .lang .on {
  color: #fff;
  font-weight: 700;
}
header .lv1 > .active a {
  background-color: #0102f2;
  color: #fff !important;
  opacity: 1 !important;
}
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 .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;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #1f61be;
  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: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  border-color: transparent;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.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 .banner-img {
  transform: scale(1);
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.index-banner .mycontainer {
  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 {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 2px;
  border-radius: 0;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b93bf;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h2 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
  color: #222;
  line-height: 1.6;
}
.index-title h2 span {
  color: #0e62c2;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #000;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
}
.index-title h3 span {
  color: #0e62c2;
}
.index-title em {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 2px auto 11px;
}
.index-title em::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #cc0202;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.index-title h4 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.index-title h4::before,
.index-title h4::after {
  display: inline-block;
  content: "";
  position: relative;
  width: 5em;
  height: 0.9333333em;
  background: url(../images/index-title-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.6em;
}
.index-title h4::after {
  transform: rotateY(180deg);
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #666;
  line-height: 1.4;
}
.index-title h6 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #777;
  text-transform: uppercase;
  font-family: var(--Noto-Serif-SC);
  line-height: 1.4;
}
.index-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.714286%;
}
.index-title i img {
  margin: 0 8px;
}
.index-title i::before,
.index-title i::after {
  content: "";
  display: block;
  width: 5.8333333vw;
  height: 3px;
  background-color: #d5d5d5;
}
.search-banner {
  background-color: #eee;
}
.search-banner .mycontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 73px;
  padding: 0.5em 0;
  gap: 1em;
}
.search-banner .mycontainer .lt {
  width: 45%;
}
.search-banner .mycontainer .lt form {
  display: flex;
  font-size: clamp(14px, 1vw, 16px);
}
.search-banner .mycontainer .lt input {
  flex: 1;
  height: 2.3125em;
  outline: none;
  color: #000;
  border: 1px solid #d2d2d2;
  padding: 0 1em;
}
.search-banner .mycontainer .lt input::placeholder {
  color: #cdcdcd;
}
.search-banner .mycontainer .lt button {
  width: 3.4375em;
  background-color: #0a58b0;
  cursor: pointer;
  outline: none;
}
.search-banner .mycontainer .lt button img {
  width: 1.9375em;
  height: 1.875em;
  object-fit: contain;
}
.search-banner .mycontainer .rt {
  width: 52.5%;
  font-size: clamp(12px, 1vw, 15px);
  color: #333;
  line-height: 1.8;
}
.search-banner .mycontainer .rt a {
  color: inherit;
}
.search-banner .mycontainer .rt a:hover {
  text-decoration: underline !important;
}
.index-serv {
  background-color: #f3f3f3;
  padding: 1.97916667% 0 2.1875%;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 16.1666667%;
  font-size: clamp(12px, 1.2vw, 18px);
}
.index-serv .wrapper .block .icon {
  font-size: 1.388889em;
  background-color: #cc0202;
  border: 1px solid #cc0202;
  box-shadow: inset 0 0 0 0.4em #f3f3f3;
  border-radius: 0 1.2em 0 1.2em;
  text-align: center;
  color: #fff;
  padding: 1.2em 0.5em 1.12em;
}
.index-serv .wrapper .block .icon img {
  width: 2.48em;
  height: 2.48em;
  object-fit: scale-down;
}
.index-serv .wrapper .block .brief {
  color: #666;
  margin-top: 1.166667em;
  text-align: justify;
  text-align-last: center;
}
.index-serv .wrapper .block:hover .icon img {
  animation: swing 1s;
}
.index-prod {
  margin: 20px 0 28px;
}
.index-prod .wrapper {
  display: flex;
  justify-content: space-between;
}
.index-prod .wrapper .lt {
  width: clamp(200px, 12.91666667vw, 248px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.index-prod .wrapper .lt .aside-title {
  background-color: #0e62c1;
  text-align: center;
  line-height: 1.5;
  padding: 12px 10px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-prod .wrapper .lt .aside-title em {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0.25em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
  transition: all 0.5s;
  transform-origin: center;
}
.index-prod .wrapper .lt .aside-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  background-color: #0e62c1;
  clip-path: ellipse(51% 100% at 50% 0%);
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}
.index-prod .wrapper .lt .aside-title h4 {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 1.4583333vw, 28px);
  color: #fff;
  text-shadow: 0 0.2em 2em #ffffff;
}
.index-prod .wrapper .lt .aside-title h5 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0.3em 2em #ffffff;
}
.index-prod .wrapper .lt .on em {
  transform: translate(-50%, 100%) rotate(45deg);
}
.index-prod .wrapper .lt .aside-content {
  padding: 0 10px 8px;
  background-color: #0e62c1;
  overflow: auto;
}
.index-prod .wrapper .lt .aside-content aside {
  max-height: 100%;
  padding: 70px 5.21052632% 23px;
  background-color: #fff;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li {
  font-size: clamp(14px, 1vw, 15px);
  margin-bottom: 0.5em;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  transition: all 0.5s;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li:last-child {
  margin-top: 19px;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li > a {
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  line-height: 2.875em;
  text-align: center;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > li:hover {
  background-color: #0e62c1;
  color: #fff;
}
.index-prod .wrapper .lt .aside-content .aside-lv1 > .active {
  background-color: #0e62c1;
  color: #fff;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 {
  display: none;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li > a {
  color: inherit;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > li > a::before {
  display: inline-block;
  content: "";
  width: 0.86666667em;
  height: 0.86666667em;
  background: url(../images/aside-lv2-icon.png) no-repeat;
  background-size: contain;
  margin-right: 0.933333em;
}
.index-prod .wrapper .lt .aside-content .aside-lv2 > .active {
  color: #0e62c1;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 {
  display: none;
  background-color: #0066cc;
  margin-top: 11px;
  padding: 10px 0 2px 0;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 9px;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a {
  position: relative;
  color: inherit;
  margin-left: clamp(30px, 3.125vw, 60px);
  max-width: 100%;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a::before {
  position: absolute;
  display: block;
  content: "";
  border: 4.5px solid transparent;
  border-top: 4.5px solid #fff;
  border-right: 4.5px solid #fff;
  left: -0.857143em;
  top: 0.4em;
  transform: translate(-100%, 0);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.index-prod .wrapper .lt .aside-content .aside-lv3 > li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.index-prod .wrapper .lt .aside-footer {
  background-color: #0e62c1;
  font-size: 14px;
  color: #fff;
  padding: 1.2143em 8px 1em 1.2857em;
  margin-top: 12px;
}
.index-prod .wrapper .lt .aside-footer h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  text-align: center;
  line-height: 1.5;
  font-family: var(--exCondensed);
  font-weight: 800;
  letter-spacing: -1px;
  white-space: nowrap;
  font-stretch: condensed;
}
.index-prod .wrapper .lt .aside-footer h4 {
  font-size: clamp(14px, 1.2vw, 18px);
  text-align: center;
  line-height: 1.5;
}
.index-prod .wrapper .lt .aside-footer p {
  margin-bottom: 1.14286em;
  line-height: 1.8;
}
.index-prod .wrapper .lt .aside-footer p:last-child {
  margin-bottom: 0;
}
.index-prod .wrapper .rt {
  flex: 1;
  margin-left: 2.4166667%;
  max-width: 76.9166667%;
}
.index-prod .wrapper .rt .wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 1.7334778% 2.058505% 1.8418202% 2.925244%;
  margin-bottom: 15px;
}
.index-prod .wrapper .rt .wrapper .picture {
  width: 52.1094641%;
}
.index-prod .wrapper .rt .wrapper .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.115974%;
}
.index-prod .wrapper .rt .wrapper .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .wrapper .rt .wrapper .picture .pic:hover img {
  scale: 1.05;
}
.index-prod .wrapper .rt .wrapper .text {
  width: 42.189282%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.index-prod .wrapper .rt .wrapper .text .title {
  font-size: clamp(16px, 1.4534884vw, 25px);
  color: #333;
  line-height: 1.4;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.72em;
  margin-bottom: 0.72em;
  width: 100%;
}
.index-prod .wrapper .rt .wrapper .text .brief {
  width: 100%;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 2.5;
  height: 7.5em;
}
.index-prod .wrapper .rt .wrapper .text .more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background-color: #0e62c2;
  line-height: 2.4375;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 1em;
}
.index-prod .wrapper .rt .wrapper .text .more:hover {
  filter: brightness(120%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.index-prod .wrapper .rt .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
  transition: all 0.5s;
}
.index-prod .wrapper .rt .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.index-prod .wrapper .rt .swiper .swiper-slide .title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 0.8333333vw, 16px);
  color: #333;
  background-color: #f7f8f9;
  transition: all 0.5s;
  line-height: 2.6875;
  padding: 0 2em 0 1em;
}
.index-prod .wrapper .rt .swiper .swiper-slide .title a {
  color: inherit;
}
.index-prod .wrapper .rt .swiper .swiper-slide .title::after {
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  content: "+";
  right: 0.15em;
  bottom: 0;
  background-color: #0e62c1;
  color: #fff;
  transition: all 0.5s;
}
.index-prod .wrapper .rt .swiper .swiper-slide:hover .pic {
  border-color: #0e62c1;
}
.index-prod .wrapper .rt .swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.index-prod .wrapper .rt .swiper .swiper-slide:hover .title {
  background-color: #0e62c1;
  color: #fff;
}
.index-prod .wrapper .rt .swiper .swiper-slide:hover .title::after {
  background-color: #f7f8f9;
  color: #0e62c1;
}
.index-slogan1 {
  position: relative;
  color: #fff;
  text-align: center;
  background: url(../images/index-slogan-pic1.jpg) no-repeat;
  background-size: cover;
  padding: 2.13541667% 0 2.23958333%;
}
.index-slogan1 h2 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
}
.index-slogan1 h4 {
  font-size: clamp(16px, 10162791vw, 20px);
}
.index-slogan1 h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 300;
}
.index-slogan1::after {
  position: absolute;
  display: block;
  content: "";
  font-size: clamp(14px, 3.22916667vw, 62px);
  border: 1em solid transparent;
  border-bottom: 0;
  border-top: 0.67742em solid #0e62c2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.index-intro {
  margin: 3.2083333% 0 2.875%;
}
.index-intro .mycontainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10%;
}
.index-intro .mycontainer .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40.75%;
}
.index-intro .mycontainer .block {
  width: 40.583333%;
  margin-bottom: 13.916667%;
}
.index-intro .mycontainer .block .title {
  display: inline-block;
  font-size: clamp(18px, 1.458333vw, 28px);
  color: #fff;
  background-color: #0e62c2;
  border-radius: 0 0.642857em 0 0.642857em;
  min-width: 7.607143em;
  padding: 0 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.index-intro .mycontainer .block .brief {
  font-size: clamp(14px, 1.27604167vw, 24.5px);
  color: #131313;
  line-height: 1.8;
}
.index-intro .mycontainer .block:nth-of-type(even) {
  text-align: right;
}
.index-intro .mycontainer .block:nth-of-type(n+3) {
  margin-bottom: 0;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-about {
  background-color: #efefef;
  padding: 1.5% 0 2.5%;
}
.index-about .index-title {
  margin-bottom: 1.5%;
}
.index-about .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  line-height: 2.75;
  text-indent: 2em;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2% 0 3%;
}
.index-about .data .block {
  text-align: center;
  color: #1466ba;
  font-size: clamp(24px, 2.916667vw, 56px);
  line-height: 1.4;
}
.index-about .data .block h2 {
  font-weight: 700;
}
.index-about .data .block h2 em {
  font-size: 0.5em;
  font-weight: 700;
}
.index-about .data .block h4 {
  font-size: 0.5em;
}
.index-about .pic img {
  width: 100%;
}
.index-more {
  text-align: center;
  margin-top: 2%;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  background-color: #07418c;
  line-height: 2.7777778;
  border-radius: 1.3888889em;
  padding: 0 2.388889em;
  transition: all 0.5s;
}
.index-more a:hover {
  filter: brightness(120%);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}
.index-adv {
  margin: 18px 0 34px;
}
.index-adv .wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 0 3%;
  box-shadow: 15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row .lt {
  display: flex;
  width: 49.25%;
}
.index-adv .wrapper .row .lt .num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-adv .wrapper .row .lt .num h2 {
  position: relative;
  font-size: clamp(20px, 1.875vw, 36px);
  font-family: Impact, sans-serif;
  line-height: 1.0952381;
  width: 1.85714286em;
  background-color: #cc0202;
  color: #fff;
  text-align: center;
}
.index-adv .wrapper .row .lt .num h2::before,
.index-adv .wrapper .row .lt .num h2::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  transform: translate(0, -100%);
  border: 0.92857143em solid transparent;
  border-bottom: 0.52381em solid #cc0202;
  border-top: 0;
}
.index-adv .wrapper .row .lt .num h2::after {
  transform: translate(0, 100%) rotate(180deg);
  top: auto;
  bottom: 0;
}
.index-adv .wrapper .row .lt .num em {
  flex: 1;
  padding-top: 44px;
  width: 1px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index-adv .wrapper .row .lt .num em i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #666;
  animation: shine 1s infinite;
}
.index-adv .wrapper .row .lt .num em i:nth-child(1) {
  animation-delay: 0s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(2) {
  animation-delay: 0.2s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes shine {
  0% {
    background-color: #666;
  }
  100% {
    scale: 1.3;
    background-color: #cc0202;
  }
}
.index-adv .wrapper .row .lt .brief {
  flex: 1;
  margin-left: 4.647887%;
  font-size: clamp(14px, 0.9375vw, 16px);
  color: #666;
  line-height: 2.5;
}
.index-adv .wrapper .row .lt .brief .title {
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.507837%;
  margin-bottom: 10px;
}
.index-adv .wrapper .row .lt .brief .title h4 {
  color: #cc0202;
  font-size: clamp(16px, 1.35416667vw, 26px);
  font-weight: 700;
}
.index-adv .wrapper .row .lt .brief .title h5 {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
}
.index-adv .wrapper .row .rt {
  width: 46.583333%;
  padding: 0 2.0833333% 0 0;
}
.index-adv .wrapper .row .rt .pic {
  text-align: center;
}
.index-adv .wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
  box-shadow: -15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row:nth-child(even) .lt {
  flex-direction: row-reverse;
}
.index-adv .wrapper .row:nth-child(even) .lt .brief {
  margin-left: 0;
  margin-right: 4.647887%;
}
.index-adv .wrapper .row:nth-child(even) .rt {
  padding: 0 0 0 1.7857143%;
}
.index-app {
  margin: 2% 0;
}
.index-app .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-app .wrapper .app-tab {
  width: 25.75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-app .wrapper .app-tab .block {
  width: 47.57282%;
  margin-bottom: 4.53074434%;
  background-color: #eee;
  color: #666;
  text-align: center;
  font-size: clamp(14px, 1.162791vw, 20px);
  transition: all 0.5s;
  padding: 1.3em 0.5em 0.8em;
  cursor: pointer;
}
.index-app .wrapper .app-tab .block .icon {
  width: 2.55em;
  height: 2.55em;
  margin: 0 auto;
}
.index-app .wrapper .app-tab .block .icon img {
  max-height: 100%;
  transition: all 0.5s;
}
.index-app .wrapper .app-tab .block p {
  transition: all 0s;
}
.index-app .wrapper .app-tab .block:hover .icon img {
  animation: swing 1s;
}
.index-app .wrapper .app-tab .active {
  background-color: #0e62c2;
  color: #fff;
}
.index-app .wrapper .app-tab .active .icon img {
  filter: contrast(0) brightness(200%);
}
.index-app .wrapper .swiper {
  width: 71.583333%;
}
.index-app .wrapper .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.9383%;
}
.index-app .wrapper .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .swiper .swiper-button-prev,
.index-app .wrapper .swiper .swiper-button-next {
  font-size: clamp(16px, 1.458333vw, 28px);
  color: #fff;
  width: 2em;
  height: 2em;
  background-color: #0e62c2;
}
.index-app .wrapper .swiper .swiper-button-prev::after,
.index-app .wrapper .swiper .swiper-button-next::after {
  color: inherit;
  font-size: inherit;
}
.index-app .wrapper .swiper .swiper-button-prev {
  left: 0;
}
.index-app .wrapper .swiper .swiper-button-next {
  right: 0;
}
.index-honor {
  margin: 1.5% 0 4%;
}
.index-honor .mycontainer {
  max-width: 1270px;
}
.index-honor .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 133.44156%;
}
.index-honor .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-honor .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
}
.index-honor .swiper-button-prev,
.index-honor .swiper-button-next {
  position: relative;
  margin: 0 1em;
  left: auto;
  right: auto;
  top: auto;
  font-size: clamp(16px, 1.458333vw, 28px);
  color: #fff;
  width: 2em;
  height: 2em;
  background-color: #0e62c2;
}
.index-honor .swiper-button-prev::after,
.index-honor .swiper-button-next::after {
  color: inherit;
  font-size: inherit;
}
.index-news {
  background-color: #f5f5f5;
  padding: 2% 0 3%;
}
.index-news .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .wrapper .lt {
  width: 50.83333%;
}
.index-news .wrapper .rt {
  width: 48.5%;
}
.index-news .wrapper .rt .block {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 2.233677% 0 2.749141%;
  margin-bottom: 2.233677%;
}
.index-news .wrapper .rt .block .date {
  white-space: nowrap;
  color: #666;
  line-height: 1.8;
  padding: 0 1.15em 0 0.8em;
  font-size: clamp(16px, 1.2vw, 20px);
}
.index-news .wrapper .rt .block .date h4 {
  font-weight: 700;
}
.index-news .wrapper .rt .block .date h5 {
  font-size: 0.8em;
}
.index-news .wrapper .rt .block .text {
  width: 85.05155%;
  padding-right: 5.273834%;
}
.index-news .wrapper .rt .block .text a {
  color: inherit;
}
.index-news .wrapper .rt .block .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 18px);
  margin-bottom: 0.25em;
}
.index-news .wrapper .rt .block .text .title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.index-news .wrapper .rt .block .text .title span {
  white-space: nowrap;
  font-size: 0.888889em;
  color: #666;
}
.index-news .wrapper .rt .block .text p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 2.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 4.4em;
}
.index-news .wrapper .rt .block:hover .text .title span {
  color: #0102f2;
}
.footer-nav {
  background-color: #07418c;
}
.footer-nav ul {
  display: flex;
  justify-content: space-between;
  font-size: clamp(16px, 1.2vw, 18px);
  margin-bottom: 0;
}
.footer-nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.footer-nav ul li a {
  display: block;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}
.footer-nav ul li a:hover {
  text-decoration: underline !important;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 3.5416667% 0 2%;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer-top h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.05em;
}
footer .footer-top h5 {
  font-size: 14px;
  color: #000;
}
footer .footer-top p {
  font-size: 14px;
  color: #fff;
}
footer .footer-top .info {
  width: 29.16666667%;
}
footer .footer-top .info p {
  margin-bottom: 0.5em;
}
footer .footer-top .ewm {
  text-align: center;
  background-color: #fff;
  width: 12.08333%;
  padding-top: 18px;
}
footer .footer-top .ewm h4 {
  margin-bottom: 0.5em;
}
footer .footer-top nav {
  width: 28.333333%;
}
footer .footer-top nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 14px;
  max-height: 28.5em;
  gap: 0.85em;
}
footer .footer-top nav ul li {
  line-height: 2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-top nav ul a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-top nav ul a:hover {
  opacity: 0.5;
}
footer .footer-top .msg {
  width: 26%;
}
footer .footer-top .msg form {
  font-size: 13px;
}
footer .footer-top .msg form input,
footer .footer-top .msg form textarea {
  outline: none;
  width: 100%;
  background-color: #fff;
  padding: 0 2.46154em 0 0.769231em;
  height: 40px;
  margin-bottom: 7px;
  color: #000;
  transition: all 0.5s;
  background-image: url(../images/msg-icon1.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
}
footer .footer-top .msg form input::placeholder,
footer .footer-top .msg form textarea::placeholder {
  color: #666;
}
footer .footer-top .msg form input:focus,
footer .footer-top .msg form textarea:focus {
  background-color: rgba(255, 255, 255, 0.85);
}
footer .footer-top .msg form input:nth-child(2) {
  background-image: url(../images/msg-icon2.png);
  background-position: calc(100% - 10px) center;
}
footer .footer-top .msg form textarea {
  background-image: url(../images/msg-icon3.png);
  background-position: calc(100% - 6px) 9px;
  padding: 0.5em 2.46154em 0.5em 0.769231em;
  height: 71px;
}
footer .footer-top .msg form button {
  width: 100%;
  outline: none;
  transition: all 0.5s;
  color: #fff;
  background-color: #0a58b0;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 42px;
  margin-top: 35px;
}
footer .footer-top .msg form button:hover {
  filter: brightness(80%);
}
footer .footer-bt {
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 14px;
  padding: 0.36458333% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  opacity: 0.7;
}
