@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;
}
.wow {
  visibility: hidden;
}
html,
body {
  font-family: var(--Noto-Sans-SC);
}
.overflow-hidden {
  overflow: hidden !important;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 138px;
  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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 138px;
}
header .logo {
  width: 31.25%;
}
header .logo img {
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .tel {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  margin-bottom: 10px;
}
header .tel h4 {
  font-weight: 500;
  margin-right: 2em;
}
header .tel h4 img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-right: 0.5em;
  transition: all 0.5s;
  filter: contrast(0) brightness(200%);
}
header .tel a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #2A82E4;
  line-height: 2.642857;
  padding: 0 1em;
  border-radius: 1.3214285em;
  border: 2px solid transparent;
  transition: all 0.5s;
}
header .tel a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
  background: -webkit-linear-gradient(left, #2A82E4, #054169);
  z-index: -1;
  transition: all 0.5s;
  transition-timing-function: ease-in-out;
}
header .tel a:hover {
  border-color: #054169;
}
header .tel a:hover::after {
  transform: translate(0, 0);
}
header .lv1 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 2.4em;
}
header .lv1 > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
header .lv1 > li > a {
  color: inherit;
}
header .lv1 > li:hover {
  color: #2A82E4 !important;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .search-icon {
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
header .lv1 .search-icon img {
  filter: contrast(0) brightness(200%);
  transition: all 0.5s;
  width: 1.9em;
  height: 1.9em;
}
header .lv1 .search-icon:hover {
  background-color: #2A82E4;
}
header .lv1 .search-icon:hover img {
  filter: contrast(0) brightness(200%) !important;
}
header .lv1 .show {
  background-color: #2A82E4;
}
header .lv1 .show img {
  filter: contrast(0) brightness(200%) !important;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 5%);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  min-width: 12.5625em;
  max-width: 20em;
  font-size: clamp(13px, 1vw, 16px);
  padding: 0 12px;
  color: #333;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  color: #2A82E4;
}
header nav {
  flex: 1;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
header .search-mask {
  display: none;
  position: fixed;
  top: 138px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.9);
}
header .search-mask .search-form {
  background-color: #fff;
  padding: 40px 0;
}
header .search-mask .search-form .container {
  position: relative;
  height: auto;
}
header .search-mask .search-form .close-search-icon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -100%);
  font-size: 20px;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  cursor: pointer;
  color: #666;
}
header .search-mask .search-form .close-search-icon i {
  transition: all 0.5s;
}
header .search-mask .search-form .close-search-icon:hover i {
  rotate: 360deg;
}
header .search-mask .search-form form {
  max-width: 720px;
  width: 100%;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  margin: 0 auto;
}
header .search-mask .search-form form input {
  color: #333;
  outline: none;
  border-bottom: 1px solid #000;
  padding: 0 1em;
  flex: 1;
}
header .search-mask .search-form form input:focus {
  border-bottom: 1px solid #2A82E4;
}
header .search-mask .search-form form button {
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  transition: all 1s;
  outline: none;
  background-color: #2A82E4;
}
header .search-mask .search-form form button img {
  width: 1.5em;
  filter: contrast(0) brightness(200%);
}
header .search-mask .search-form form button:hover {
  background-color: #054169;
}
header:hover {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
header:hover .logo img {
  filter: contrast(1) brightness(100%);
}
header:hover .tel h4 {
  color: #2A82E4;
}
header:hover .tel h4 img {
  filter: contrast(1) brightness(100%);
}
header:hover .lv1 > li {
  color: #383838;
}
header:hover .lv1 > .active {
  color: #2A82E4;
}
header:hover .lv1 .search-icon img {
  filter: contrast(1) brightness(100%);
}
.header-fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-fixed .logo img {
  filter: contrast(1) brightness(100%);
}
.header-fixed .tel h4 {
  color: #2A82E4;
}
.header-fixed .tel h4 img {
  filter: contrast(1) brightness(100%);
}
.header-fixed .lv1 > li {
  color: #383838;
}
.header-fixed .lv1 > .active {
  color: #2A82E4;
}
.header-fixed .lv1 .search-icon img {
  filter: contrast(1) brightness(100%);
}
.header-active {
  animation: slideInDown 1s;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.header-active .logo img {
  filter: contrast(1) brightness(100%);
}
.header-active .tel h4 {
  color: #2A82E4;
}
.header-active .tel h4 img {
  filter: contrast(1) brightness(100%);
}
.header-active .lv1 > li {
  color: #383838;
}
.header-active .lv1 > .active {
  color: #2A82E4;
}
.header-active .lv1 .search-icon img {
  filter: contrast(1) brightness(100%);
}
.inner-header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
}
.inner-header .logo img {
  filter: contrast(1) brightness(100%);
}
.inner-header .tel h4 {
  color: #2A82E4;
}
.inner-header .tel h4 img {
  filter: contrast(1) brightness(100%);
}
.inner-header .lv1 > li {
  color: #383838;
}
.inner-header .lv1 > .active {
  color: #2A82E4;
}
.inner-header .lv1 .search-icon img {
  filter: contrast(1) brightness(100%);
}
.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: clamp(14px, 1vw, 16px);
  padding: 0 10px;
  line-height: 32px;
  margin: 5px;
  color: #383838;
  transition: all 0.5s;
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: clamp(14px, 1vw, 16px);
  padding: 0 13px;
  line-height: 32px;
  color: #2A82E4;
  margin: 5px;
  transition: all 0.5s;
  border-radius: 4px;
}
.pagination a:hover {
  color: #2A82E4;
  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;
}
.index-banner .container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.index-banner .banner-text {
  width: 63.625%;
}
.index-banner .banner-text h3 {
  font-size: clamp(16px, 2.6041667vw, 50px);
  line-height: 1.8;
  color: #fff;
  font-weight: 700;
}
.index-banner .link {
  pointer-events: all;
  width: 22.8125%;
  margin: 10% 0 0 auto;
}
.index-banner .link ul li {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 22px);
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  min-height: 5.3636364em;
  line-height: 1.45;
}
.index-banner .link ul li a {
  color: inherit;
  display: flex;
  align-items: center;
}
.index-banner .link ul li a:hover em i:nth-child(2) {
  left: 62%;
  top: 10%;
  transform: translate(-50%, 0) rotate(45deg);
}
.index-banner .link ul li a:hover em i:nth-child(3) {
  left: 62%;
  bottom: 10%;
  transform: translate(-50%, 0) rotate(-45deg);
}
.index-banner .link ul li em {
  position: relative;
  width: 2em;
  height: 2em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}
.index-banner .link ul li em i {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.index-banner .link ul li em i:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  transform-origin: bottom center;
}
.index-banner .link ul li em i:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-90deg);
  transform-origin: top center;
}
.banner-search {
  position: relative;
  z-index: 1;
  margin-bottom: 3.125%;
}
.banner-search form {
  position: relative;
  font-size: clamp(14px, 1.3541667vw, 26px);
  margin-top: -2.40384616em;
}
.banner-search form input {
  display: block;
  width: 100%;
  outline: none;
  background-color: #fff;
  height: 4.80769231em;
  border-radius: 2.40384616em;
  color: #333;
  padding: 0 10em 0 2.6153846em;
}
.banner-search form input::placeholder {
  color: #a6a6a6;
}
.banner-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.5em;
  height: 100%;
  border-radius: 2.40384616em;
  cursor: pointer;
  background-color: #2A82E4;
  transition: all 0.5s;
}
.banner-search form button img {
  filter: contrast(0) brightness(200%);
  width: 2.92307692em;
  height: 2.92307692em;
}
.banner-search form button:hover {
  background-color: #054169;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #383838;
  font-weight: 700;
  position: relative;
  line-height: 1.45;
  margin-bottom: 0.3333em;
}
.index-title h3 span {
  color: #2A82E4;
}
.index-title em {
  display: block;
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 1;
  width: 5em;
  height: 2px;
  background-color: #2A82E4;
  margin-bottom: 0.9em;
}
.index-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.index-title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.index-title-more a {
  color: #2A82E4;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
}
.index-adv {
  background: url(../images/index-adv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 4.166667%;
}
.index-adv .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 6px;
}
.index-adv .wrapper .block {
  width: 196px;
  max-width: 24%;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 1.5em 0.95em 0.5em;
}
.index-adv .wrapper .block .title {
  text-align: center;
  color: #2A82E4;
  font-weight: 700;
  line-height: 1.45;
}
.index-adv .wrapper .block .icon {
  margin: 1.2em auto;
  width: 2.8em;
  height: 2.8em;
}
.index-adv .wrapper .block .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.index-adv .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.45;
  font-weight: 300;
  color: #383838;
  text-align: center;
}
.index-adv .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-app {
  padding: 4.1667% 0 1%;
  background-color: #F0F7FF;
}
.index-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-wrapper .block {
  width: 31.25%;
  margin-bottom: 2.75%;
}
.index-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
}
.index-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-wrapper .block .title {
  padding: 10px;
}
.index-wrapper .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #383838;
  font-weight: 700;
  margin: 0.875em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-wrapper .block .title p {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.45;
  height: 4.35em;
}
.index-wrapper .block .title span {
  font-size: clamp(12px, 1vw, 16px);
  color: #2A82E4;
  display: inline-block;
  margin-top: 1.5em;
  transition: all 0.5s;
}
.index-wrapper .block .title span i {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  vertical-align: sub;
  margin-right: 0.5em;
  transition: transform 0.5s;
}
.index-wrapper .block .title span:hover {
  color: #054169;
}
.index-wrapper .block .title span:hover i {
  transform: translate(0.2em, 0);
}
.index-wrapper .block:hover .pic img {
  scale: 1.05;
}
.index-wrapper .block:hover .title h4 {
  color: #2A82E4;
}
.index-about {
  padding: 5.208333% 0 4.6875%;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index-about .container .lt {
  position: relative;
  width: 48.625%;
  padding-right: 54px;
}
.index-about .container .lt .index-title {
  text-align: left;
}
.index-about .container .lt .title h4 {
  color: #383838;
  font-weight: 700;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.45;
}
.index-about .container .lt .title h5 {
  font-size: 8px;
  color: #a6a6a6;
  line-height: 1.45;
}
.index-about .container .lt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #383838;
  font-weight: 300;
  line-height: 1.6875;
  margin: 1em 0 2em;
}
.index-about .container .lt .tel {
  margin-bottom: 5.524862%;
}
.index-about .container .lt .swiper .swiper-slide {
  padding: 8px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: border 0.5s;
}
.index-about .container .lt .swiper .swiper-slide-thumb-active {
  border-color: #2A82E4;
}
.index-about .container .lt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70.33492823%;
}
.index-about .container .lt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .container .lt .swiper-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-about .container .lt .swiper-btn .swiper-button-prev,
.index-about .container .lt .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  width: 35px;
  height: 55px;
  display: flex;
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}
.index-about .container .lt .swiper-btn .swiper-button-prev img,
.index-about .container .lt .swiper-btn .swiper-button-next img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.index-about .container .lt .swiper-btn .swiper-button-prev::after,
.index-about .container .lt .swiper-btn .swiper-button-next::after {
  display: none;
}
.index-about .container .lt .swiper-btn .swiper-button-prev {
  rotate: 180deg;
}
.index-about .container .lt .swiper-btn .swiper-button-next {
  margin-top: -15px;
}
.index-about .container .lt .swiper-btn .swiper-button-disabled {
  opacity: 1;
}
.index-about .container .lt .swiper-btn .swiper-button-disabled img {
  filter: contrast(0);
}
.index-about .container .rt {
  width: 48.9375%;
}
.index-about .container .rt .picture {
  position: relative;
  width: 100%;
}
.index-about .container .rt .picture::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #2A82E4;
  transform: translate(15px, -15px);
}
.index-about .container .rt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.7509578%;
}
.index-about .container .rt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .container .rt .data {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: clamp(18px, 2.083333vw, 40px);
  margin-top: 3%;
}
.index-about .container .rt .data .block {
  min-width: 3em;
}
.index-about .container .rt .data h3 {
  font-weight: 900;
  color: #383838;
  line-height: 1.45;
  margin-bottom: 0.25em;
}
.index-about .container .rt .data h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-about .container .rt .data h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.index-about .container .rt .data i {
  width: 1px;
  height: 1.75em;
  background-color: #383838;
}
.index-honor {
  background: url(../images/index-honor-bg.jpg) no-repeat;
  background-size: 100% 80%;
  padding: 3.125% 0 0;
  background-color: #f5f5f5;
}
.index-honor .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.index-honor .wrapper .lt {
  width: 43%;
}
.index-honor .wrapper .lt .index-title {
  text-align: left;
  margin-bottom: 5%;
}
.index-honor .wrapper .lt .index-title h4 {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 300;
  line-height: 1.45;
}
.index-honor .wrapper .lt .index-title h3 {
  position: relative;
  padding-bottom: 0.5556em;
  font-size: clamp(20px, 1.875vw, 36px);
  color: #fff;
}
.index-honor .wrapper .lt .index-title h3::before {
  position: absolute;
  content: "";
  width: 8.0555556em;
  height: 1px;
  background-color: #fff;
  bottom: 0.416667em;
  right: 0;
}
.index-honor .wrapper .lt .index-title h3::after {
  position: absolute;
  content: "";
  width: 16.0555556em;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.index-honor .wrapper .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  color: #fff;
}
.index-honor .wrapper .rt {
  width: 37.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-honor .wrapper .rt img {
  font-size: clamp(14px, 1.25vw, 24px);
  width: 10em;
  height: 10em;
  object-fit: contain;
  margin-right: 1em;
}
.index-honor .wrapper .rt .honor {
  flex: 1;
}
.index-honor .wrapper .rt .honor .block {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.45;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 0 2em;
  margin-bottom: 2.4em;
}
.index-honor .wrapper .rt .honor .block:last-child {
  margin-bottom: 0;
}
.index-honor .wrapper .rt .honor .block::before,
.index-honor .wrapper .rt .honor .block::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  width: 1.6em;
  height: 2.9em;
  background: url(../images/index-honor-border.png) no-repeat;
  background-size: contain;
}
.index-honor .wrapper .rt .honor .block::before {
  left: 0;
}
.index-honor .wrapper .rt .honor .block::after {
  right: 0;
  transform: translate(0, -50%) rotateY(180deg);
}
.index-honor .wrapper .rt .honor .block h4 {
  color: #fff;
  font-weight: 700;
}
.index-honor .wrapper .rt .honor .block h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #fff;
}
.index-honor .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.20891365%;
}
.index-honor .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-prod {
  padding-top: 5.208333%;
  background-color: #f5f5f5;
}
.index-prod .wrapper {
  background-color: #F0F7FF;
  padding: 2.8125% 0 1%;
}
.index-prod .index-wrapper .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  -webkit-line-clamp: 2;
  height: 2.9em;
}
.index-news {
  padding: 4.1667% 0 3.125%;
  background-color: #f5f5f5;
}
.index-news .wrapper .block .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
  line-height: 1.45;
  font-weight: 300;
}
.index-news .wrapper .block .title h4 {
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
  height: 2.9em;
}
.index-news .wrapper .block .title p {
  -webkit-line-clamp: 4;
  height: 5.8em;
}
footer {
  background-color: #10529E;
}
footer .footer-top {
  padding: 2.916667% 0 2.34375%;
}
footer .footer-top section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4%;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em;
}
footer .footer-top section em {
  display: block;
  width: 1px;
  background-color: #e5e5e5;
}
footer .footer-top section nav {
  display: flex;
  justify-content: space-between;
  width: 38.875%;
  gap: 1em;
}
footer .footer-top section nav h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #fff;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top section nav ul li {
  line-height: 1.45;
  margin-bottom: 1em;
}
footer .footer-top section nav ul li a {
  color: #fff;
  transition: all 0.5s;
  font-weight: 300;
}
footer .footer-top section nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top section .info {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer-top section .info .logo {
  margin-bottom: 1.6667em;
}
footer .footer-top section .info .logo img {
  filter: contrast(0) brightness(200%);
}
footer .footer-top section .info address {
  color: #fff;
  line-height: 1.45;
  font-weight: 300;
}
footer .footer-top section .info address p {
  margin-bottom: 1em;
  padding-left: 1.4444em;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top 0.3em;
}
footer .footer-top section .info address .tel {
  background-image: url(../images/footer-tel.png);
}
footer .footer-top section .info address .phone {
  background-image: url(../images/footer-phone.png);
}
footer .footer-top section .info address .email {
  background-image: url(../images/footer-email.png);
}
footer .footer-top section .info address .website {
  background-image: url(../images/footer-website.png);
}
footer .footer-top section .ewm {
  width: 22.6875%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 2.72222em;
}
footer .footer-top section .ewm .block {
  text-align: center;
}
footer .footer-top section .ewm .block img {
  width: 6.55555556em;
  height: 6.55555556em;
  object-fit: contain;
  box-sizing: content-box;
  padding: 0.5em;
  border: 1px solid #fff;
}
footer .footer-top section .ewm .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.45;
  margin-top: 0.5em;
}
footer .footer-top form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-top form input {
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  color: #fff;
  height: 2.375em;
  padding: 0 1em 0 3em;
  background: url(../images/footer-person.png) no-repeat;
  background-size: 1em auto;
  background-position: left 0.875em center;
}
footer .footer-top form input::placeholder {
  color: #fff;
}
footer .footer-top form input:nth-child(1) {
  width: 16.0625%;
}
footer .footer-top form input:nth-child(2) {
  width: 19.625%;
  background-image: url(../images/footer-phone.png);
}
footer .footer-top form input:nth-child(3) {
  width: 35.3125%;
  background-image: url(../images/footer-write.png);
}
footer .footer-top form button {
  cursor: pointer;
  width: 22.6875%;
  background-color: #2A82E4;
  color: #fff;
  height: 2.375em;
  outline: none;
  transition: all 0.5s;
}
footer .footer-top form button:hover {
  background-color: #054169;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #a6a6a6;
  line-height: 1.45;
  padding: 0.85% 0;
  border-top: 1px solid #e5e5e5;
}
footer .footer-bt a {
  color: inherit;
  transition: all 0.5s;
}
footer .footer-bt a:hover {
  color: #fff;
}
.inner-banner {
  background-size: cover;
  width: 100%;
  padding: calc(2.60416667% + 138px) 0 4.7916667%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.inner-banner img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.inner-banner .banner-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.inner-banner .banner-text h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 9px;
}
.inner-banner .banner-text h3 {
  font-size: clamp(16px, 2.083333vw, 40px);
  font-weight: 700;
  line-height: 1.45;
}
.inner-banner .banner-text em {
  display: block;
  font-size: clamp(16px, 2.083333vw, 40px);
  width: 2em;
  height: 2px;
  background-color: #fff;
  margin: 0.6em 0 1.3em;
}
.inner-banner .banner-text .brief {
  font-size: clamp(10px, 1.2vw, 22px);
  color: #fff;
  line-height: 1.875;
  max-width: 1218px;
  min-height: 9.375em;
}
.inner-prod .wrapper {
  padding-bottom: 2.60416667%;
}
.prod-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-detail .lt {
  width: 21.25%;
}
.prod-detail .lt h4 {
  color: #383838;
  font-weight: 700;
  line-height: 1.45;
  font-size: clamp(16px, 1.2vw, 22px);
  margin-bottom: 0.55em;
}
.prod-detail .lt ul li {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  line-height: 1.45;
  margin-bottom: 0.55em;
}
.prod-detail .lt ul li a {
  color: inherit;
  transition: all 0.5s;
}
.prod-detail .lt ul li a:hover {
  color: #2A82E4;
}
.prod-detail .lt ul .active a {
  color: #2A82E4;
}
.prod-detail .rt {
  width: 73.9375%;
}
.prod-detail .rt .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #383838;
  border-bottom: 1px solid #1954B3;
  line-height: 1.45;
  padding-bottom: 0.775em;
  display: inline-block;
  width: auto;
  min-width: 41.1665258%;
  max-width: 100%;
  margin-bottom: 1em;
}
.prod-detail .rt article {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
}
.prod-detail .rt article b,
.prod-detail .rt article strong {
  font-weight: 700;
}
.prod-detail .rt article img {
  margin: 1em 0;
}
.about-us {
  background-color: #f5f5f5;
  padding: 5.208333% 0;
}
.about-us .brief {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  line-height: 1.45;
  font-weight: 300;
}
.find-more {
  padding: 1% 0 2.08333%;
  background-color: #f5f5f5;
}
.honor-list {
  padding: 4.1667% 0;
  background-color: #f5f5f5;
}
.honor-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 50vh;
}
.honor-list .wrapper .block {
  width: 22.375%;
  margin-bottom: 3%;
}
.honor-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.4189944%;
}
.honor-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.honor-list .wrapper .block .title {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
  transition: all 0.5s;
}
.honor-list .wrapper .block:hover .pic img {
  filter: brightness(90%);
}
.honor-list .wrapper .block:hover .title {
  color: #2A82E4;
}
.factory-list {
  padding: 4.1667% 0;
  background-color: #f5f5f5;
}
.factory-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 50vh;
}
.factory-list .wrapper .block {
  width: 31.25%;
  margin-bottom: 3%;
}
.factory-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
}
.factory-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.factory-list .wrapper .block .title {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #000;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
  transition: all 0.5s;
}
.factory-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.factory-list .wrapper .block:hover .title {
  color: #2A82E4;
}
.inner-app {
  background-color: #f5f5f5;
}
.inner-text-banner {
  padding: calc(2.60416667% + 138px) 0 2.083333%;
}
.inner-text-banner .banner-text h5,
.inner-text-banner .banner-text h3 {
  color: #383838;
}
.inner-text-banner .banner-text em {
  background-color: #2A82E4;
}
.inner-text-banner .banner-text .brief {
  min-height: auto;
  color: #383838;
}
.article-detail {
  background-color: #f5f5f5;
  padding: 0 0 4.16667%;
}
.article-detail article {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.article-tab {
  margin-top: 10%;
}
.article-tab p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
  line-height: 1.45;
  margin-bottom: 1em;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #2A82E4;
}
.inner-news .wrapper .block .title p {
  -webkit-line-clamp: 8;
  height: 11.6em;
}
.contact-us {
  padding: 0 0 4.16667%;
  background-color: #f5f5f5;
}
.contact-us form {
  max-width: 1200px;
  margin-bottom: 5.625%;
}
.contact-us form h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
}
.contact-us form input,
.contact-us form textarea {
  display: block;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #383838;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  background-color: transparent;
  margin-bottom: 1em;
  padding: 10px;
}
.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
  color: #2A82E4;
  font-weight: 500;
}
.contact-us form label {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #2A82E4;
  font-weight: 500;
  line-height: 2.5;
}
.contact-us form input {
  height: 2.5em;
}
.contact-us form textarea {
  border: 1px solid #383838;
  height: 5em;
}
.contact-us form button {
  cursor: pointer;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  transition: all 0.5s;
  line-height: 2.666667;
  border-radius: 1.333333em;
  background-color: #008DEB;
  padding: 0 3.333333em;
}
.contact-us form button:hover {
  background-color: #054169;
}
.contact-us .info {
  margin-bottom: 5.625%;
}
.contact-us .info .brief {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.contact-us .info .brief b,
.contact-us .info .brief strong {
  font-weight: 500;
}
.contact-us .info .brief h4 {
  font-weight: 500;
  margin-bottom: 1.45em;
}
.contact-us .our-location .map {
  position: relative;
  width: 100%;
  height: clamp(300px, 27.60416667vw, 530px);
}
.contact-us .our-location .map::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.contact-us .our-location .map:hover::after {
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.contact-us .our-location .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
