@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;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC);
}
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: 100px;
  width: 100%;
}
.mycontainer {
  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 .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 25%;
  text-align: center;
}
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;
}
header .lv1 > li > a {
  color: #333;
  font-size: clamp(16px, 1.1vw, 18px);
  padding: 0 1em;
  min-width: 6.666667em;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover a {
  color: #fff;
  background: linear-gradient(top, #209CFE, #005AB5);
  background: -webkit-linear-gradient(top, #209CFE, #005AB5);
  font-weight: 700;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  color: #fff;
  background: linear-gradient(top, #209CFE, #005AB5);
  background: -webkit-linear-gradient(top, #209CFE, #005AB5);
  font-weight: 700;
}
header .lv1 .tel {
  line-height: 1.2;
}
header .lv1 .tel img {
  margin-right: 10px;
}
header .lv1 .tel h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
}
header .lv1 .tel h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #0F6DC4;
  font-weight: 700;
  font-family: var(--Poppins);
}
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: #0F6DC4;
  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: #0F6DC4;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #0F6DC4;
  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 .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 {
  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-more {
  text-align: center;
  margin-top: 3.37838%;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #999;
  padding: 0.5em 2.425em;
  border-radius: 1.5em;
  border: 1px solid rgba(153, 153, 153, 0.1);
  transition: all 0.5s;
}
.index-more a:hover {
  border-color: #0F6DC4;
  color: #0F6DC4;
}
.index-title {
  text-align: center;
  margin-bottom: 3.125%;
  width: 100%;
}
.index-title h3 {
  font-size: clamp(20px, 2.0833333vw, 40px);
  line-height: 1.6667;
  color: #333;
  font-weight: 700;
  position: relative;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #0F6DC4;
  text-align: left;
  margin-top: 0.5em;
}
.index-title .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.index-title .title-wrapper h3 {
  color: #0F6DC4;
  line-height: 1.25;
}
.index-title .title-wrapper h3 span {
  color: #999;
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: 400;
  margin-left: 1.458333em;
  text-transform: capitalize;
}
.index-title .title-wrapper .index-more {
  margin-top: 0;
}
.index-title .title-wrapper ul {
  display: flex;
}
.index-title .title-wrapper ul li {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  padding: 5px;
  margin-left: 2em;
}
.index-title .title-wrapper ul .active {
  color: #1068C1;
}
.index-about {
  padding: 2.604167% 0 0;
  margin-bottom: 4.6875%;
}
.index-about .mycontainer > .index-title {
  margin-bottom: 6.875%;
}
.index-about .mycontainer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3.75%;
}
.index-about .mycontainer .lt {
  width: 47.2972973%;
}
.index-about .mycontainer .lt .index-title h3 {
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
}
.index-about .mycontainer .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #666;
  text-indent: 2em;
}
.index-about .mycontainer .lt .brief p {
  margin-bottom: 1em;
}
.index-about .mycontainer .lt .data {
  display: flex;
  justify-content: space-around;
}
.index-about .mycontainer .lt .data .block {
  text-align: center;
}
.index-about .mycontainer .lt .data .block h4 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0F6DC4;
  font-weight: 700;
  line-height: 1.8;
}
.index-about .mycontainer .lt .data .block p {
  font-size: clamp(12px, 1.2vw, 18px);
  color: #333;
  font-weight: 700;
}
.index-about .mycontainer .rt {
  width: 47.2972973%;
}
.index-about .mycontainer .rt .pic {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
}
.index-about .mycontainer .rt .pic img {
  display: block;
  width: 100%;
}
.index-prod {
  margin: 5.208333% 0 3.645833%;
  position: relative;
  overflow: hidden;
}
.index-prod .swiper {
  padding: 10px;
}
.index-prod .swiper .swiper-slide {
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 20px;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide:hover {
  border-color: transparent;
  box-shadow: 0px 4px 10px 0px rgba(15, 109, 196, 0.3);
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #fff;
  background: linear-gradient(top, #209CFE, #005AB5);
  background: -webkit-linear-gradient(top, #209CFE, #005AB5);
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.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.25vw, 24px);
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  border-radius: 6px;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-serv {
  background: url(../images/serv-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.86458333% 0 6.25%;
}
.index-serv .mycontainer {
  padding: 0 2.6041667%;
}
.index-serv .index-title {
  margin-bottom: 10.3125%;
}
.index-serv .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3.125%;
  gap: 33.3333%;
}
.index-serv .wrapper .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.3333333%;
}
.index-serv .wrapper .slogan .circle {
  width: 92%;
  margin-bottom: 10px;
}
.index-serv .wrapper .slogan .circle .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.index-serv .wrapper .slogan .circle .pic .img {
  position: absolute;
  width: 82.6087%;
  height: 82.6087%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-serv .wrapper .slogan .circle .pic .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 15s linear infinite;
}
.index-serv .wrapper .slogan .circle .pic .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.index-serv .wrapper .slogan .title {
  text-align: center;
  color: #fff;
  background: linear-gradient(top, #209CFE, #005AB5);
  background: -webkit-linear-gradient(top, #209CFE, #005AB5);
  padding: 6px;
  border: 4px solid #fff;
  border-radius: 2.083333vw;
  box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.3);
}
.index-serv .wrapper .slogan .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.index-serv .wrapper .slogan .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.6667;
}
.index-serv .wrapper .block {
  width: 26.66667%;
  display: flex;
  align-items: center;
  margin-bottom: 4%;
  transition: all 0.5s;
  cursor: default;
}
.index-serv .wrapper .block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(30px, 4.166667vw, 80px);
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
.index-serv .wrapper .block .icon img {
  max-height: 100%;
}
.index-serv .wrapper .block .title {
  line-height: 1.66667;
  color: #333;
}
.index-serv .wrapper .block .title h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-serv .wrapper .block .title h5 {
  font-size: clamp(12px, 1.1vw, 18px);
}
.index-serv .wrapper .block:hover .icon {
  animation: swing 1s;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-news {
  padding: 3.125% 0 2.08333%;
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-news .list-wrapper .list {
  display: none;
}
.index-news .list-wrapper .list:first-child {
  display: block;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.25%;
}
.index-news .wrapper .lt {
  width: 48.397436%;
}
.index-news .wrapper .lt .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 2.649%;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .lt .block .picture {
  width: 40.81633%;
}
.index-news .wrapper .lt .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 10px;
}
.index-news .wrapper .lt .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .block .title {
  width: 56.462585%;
  padding: 10px;
}
.index-news .wrapper .lt .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  line-height: 1.6667;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.8333em;
}
.index-news .wrapper .lt .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  line-height: 1.6667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-news .wrapper .lt .block .title a {
  color: inherit;
}
.index-news .wrapper .lt .block:hover {
  box-shadow: 0px 4px 10px 0px rgba(15, 109, 196, 0.3);
  background-color: #fff;
}
.index-news .wrapper .lt .block:hover .picture .pic img {
  scale: 1.05;
}
.index-news .wrapper .lt .block:hover .title h4 {
  color: #0F6DC4;
}
.index-news .wrapper .lt .block:hover .title p {
  color: #0F6DC4;
}
.index-news .wrapper .rt {
  width: 49.6794872%;
}
.index-news .wrapper .rt .block {
  padding: 10px;
  border-bottom: 1px dashed #999;
  margin-bottom: 2.649%;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block:last-child {
  margin-bottom: 0;
}
.index-news .wrapper .rt .block h4 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.index-news .wrapper .rt .block p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #666;
  line-height: 1.6667;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .rt .block a {
  color: inherit;
}
.index-news .wrapper .rt .block:hover {
  border-color: #0F6DC4;
}
.index-news .wrapper .rt .block:hover h4 {
  color: #0F6DC4;
}
.index-news .wrapper .rt .block:hover p {
  color: #0F6DC4;
}
footer {
  background-color: #111827;
  padding: 2.8645833% 0 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.125%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 0.5556em;
}
footer .footer-top .info {
  width: 30%;
}
footer .footer-top .info .logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .footer-top .info .logo img {
  margin-right: 10px;
}
footer .footer-top .info .logo h4 {
  margin-bottom: 0;
}
footer .footer-top .info .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #999;
  line-height: 2;
}
footer .footer-top nav {
  width: 15.5%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top nav ul {
  font-size: clamp(16px, 1.1vw, 18px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 9em;
}
footer .footer-top nav ul li {
  line-height: 1.6667;
  margin-bottom: 0.5556em;
  margin-right: 1.5em;
}
footer .footer-top nav ul li a {
  color: #999;
  transition: all 0.5s;
}
footer .footer-top nav ul li a:hover {
  color: #fff;
}
footer .footer-top address {
  width: 30.375%;
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #999;
  line-height: 1.6667;
  margin-bottom: 0.5556em;
}
footer .footer-bt {
  border-top: 1px solid #1F2937;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #999;
  line-height: 1.6667;
  text-align: center;
  display: flex;
  padding: 2% 0;
}
footer .footer-bt p {
  flex: 1;
}
footer .footer-bt a {
  color: #C98487;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt span i {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .footer-bt span i > img {
  transition: all 0.5s;
}
footer .footer-bt span i .tip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%) rotateX(-90deg) rotateY(90deg);
  white-space: nowrap;
  min-width: 140px;
  min-height: 140px;
  transition: all 0.5s;
}
footer .footer-bt span i .tip img {
  width: 100%;
  height: 100%;
}
footer .footer-bt span i:hover > img {
  filter: brightness(200%);
}
footer .footer-bt span i:hover .tip {
  transform: translate(-50%, -100%) rotateX(0deg) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}
