@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);
}
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: 150px;
  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 .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .header-top .logo {
  width: 41.66667%;
}
header .header-top .logo img {
  transition: all 0.5s;
}
header .header-top .tel {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.3541667vw, 26px);
}
header .header-top .tel img {
  width: 1.923077em;
  margin-right: 0.30769231em;
}
header .header-top .tel .text {
  line-height: 1.2;
}
header .header-top .tel .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
}
header .header-top .tel .text h4 {
  color: #383838;
  font-weight: 700;
}
header .header-bt {
  background-color: #1367B0;
}
header .header-bt .mycontainer {
  height: 50px;
}
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);
  color: #fff;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 0.3em;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(0%, 0);
  visibility: visible;
  pointer-events: all;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #076BDD;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv2 {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 150px;
  transform: translate(0%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 1.3541667% 18.75%;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  gap: 1em;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #383838;
  font-weight: 300;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  color: #076BDD;
}
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 {
  width: 100%;
  height: 100%;
  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;
}
.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;
}
.pagination > li a {
  display: block;
  font-size: 22px;
  padding: 0 14px;
  line-height: 40px;
  background-color: #edf5fb;
  margin: 5px 8px;
  color: #5f5f5f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination .active a {
  color: #fff;
  background-color: #076BDD;
  border: 1px solid transparent;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #076BDD;
}
.pagination .btn {
  margin: 0 29px;
}
.pagination .btn a {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  box-shadow: none;
  color: rgba(46, 46, 46, 0.3);
  font-weight: 700;
}
.pagination .btn i {
  margin: 0 20px;
}
.pagination .disabled {
  cursor: not-allowed;
}
.pagination .disabled a {
  color: #dcdcdc !important;
  cursor: not-allowed;
  background-color: #f7f7f7;
  pointer-events: none;
}
.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 img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  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: 10%;
  width: auto;
  display: inline-block;
  left: 18.75%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 1em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #076BDD;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
  font-weight: 400;
  position: relative;
  line-height: 1.6667;
  z-index: 1;
}
.index-title h3 b {
  font-weight: 700;
  color: #076BDD;
}
.index-title h3::after {
  position: absolute;
  left: 50%;
  top: 10%;
  content: attr(title);
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
}
.index-title h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
  font-weight: 300;
}
.search-banner {
  position: relative;
  z-index: 2;
}
.search-banner .mycontainer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  min-height: clamp(0px, 6.25vw, 120px);
  padding: 1% 2.08333% 1% 1.8229167%;
  border-radius: 13px;
  box-shadow: 0px 1px 13px rgba(11, 88, 176, 0.13);
  transform: translateY(-50%);
}
.search-banner .mycontainer .lt {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.8125;
  flex: 1;
  margin-right: 1em;
}
.search-banner .mycontainer .lt span {
  color: #076BDD;
}
.search-banner .mycontainer .lt a {
  color: #808080;
}
.search-banner .mycontainer .lt a:hover {
  text-decoration: underline !important;
}
.search-banner .mycontainer .rt {
  display: flex;
  align-items: center;
}
.search-banner .mycontainer .rt form {
  position: relative;
  font-size: clamp(12px, 1vw, 16px);
}
.search-banner .mycontainer .rt form input {
  font-size: inherit;
  width: 12.3125em;
  height: 2.4375em;
  border-radius: 1.21875em;
  border: 1px solid #A6A6A6;
  outline: none;
  color: #333;
  padding: 0 3.5em 0 1em;
}
.search-banner .mycontainer .rt form button {
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: #383838;
  cursor: pointer;
  background-color: #fff;
  outline: none;
}
.search-banner .mycontainer .rt em {
  display: block;
  font-size: clamp(10px, 1.2vw, 20px);
  width: 1px;
  height: 1.5em;
  background-color: #808080;
  margin: 0 1em;
}
.search-banner .mycontainer .rt .tel {
  display: flex;
  align-items: center;
}
.search-banner .mycontainer .rt .tel i {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #076BDD;
  margin-right: 0.5em;
}
.search-banner .mycontainer .rt .tel .text {
  line-height: 1.2;
}
.search-banner .mycontainer .rt .tel .text h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #000;
}
.search-banner .mycontainer .rt .tel .text h4 {
  font-size: clamp(16px, 1.2vw, 22px);
  color: #076BDD;
  font-weight: 700;
}
.search-banner .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 53.59375%;
  height: 114.16667%;
  background-color: #EEF5FF;
  border-radius: 0 0 0 200px;
  z-index: -1;
}
.index-serv {
  margin: 3.5416667% 0 2.708333%;
}
.index-serv .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  position: relative;
  width: 23.33333%;
  border-bottom: 1px solid #A6A6A6;
  padding: 2.416667% 2.166667% 4.5% 0;
}
.index-serv .wrapper .block::before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #076BDD;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.index-serv .wrapper .block h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.9em;
}
.index-serv .wrapper .block h4 img {
  width: 2.5em;
  height: 2.5em;
  object-fit: scale-down;
  margin-right: 0.5em;
}
.index-serv .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
  line-height: 1.8125;
}
.index-serv .wrapper .block:hover::before {
  width: 100%;
}
.index-serv .wrapper .block:hover h4 img {
  animation: swing 1s;
}
.index-serv .slogan {
  text-align: center;
  margin-top: 3.25%;
}
.index-serv .slogan h3 {
  display: inline-block;
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #fff;
  font-weight: 500;
  line-height: 2.30769231;
  border-radius: 1.15384616em;
  background-color: #076BDD;
  padding: 0 2.53846154em;
}
.index-prod {
  padding: 3.125% 0 6%;
  position: relative;
}
.index-prod .bg1 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-prod .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.3854167%;
  z-index: -1;
}
.index-prod .prod-tab {
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  padding-bottom: 1em;
  border-bottom: 2px solid #076BDD;
}
.index-prod .prod-tab li {
  line-height: 1.45;
}
.index-prod .prod-tab li a {
  color: inherit;
  transition: all 0.5s;
}
.index-prod .prod-tab li a:hover {
  color: #076BDD;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73.214286%;
  border: 1px solid #000;
  background-color: #fff;
}
.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.1vw, 18px);
  color: #383838;
  font-weight: 300;
  text-align: center;
  line-height: 1.45;
  transition: all 0.5s;
  margin-top: 0.5em;
}
.index-prod .swiper .title a {
  color: inherit;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  color: #076BDD;
}
.index-prod .more {
  text-align: center;
  margin-top: 2%;
}
.index-prod .more a {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #2A82E4;
  border: 1px solid #2A82E4;
  line-height: 2;
  border-radius: 1em;
  padding: 0 1em;
  transition: all 0.5s;
}
.index-prod .more a:hover {
  background-color: #2A82E4;
  color: #fff;
}
.index-app {
  background: url(../images/index-app-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding: 6.25% 0 0;
  margin-bottom: 3.645833%;
}
.index-app .data {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.5%;
}
.index-app .data .block {
  line-height: 1.45;
  min-width: 16.66667%;
}
.index-app .data .block h3 {
  font-size: clamp(12px, 1.5625vw, 30px);
  color: #fff;
}
.index-app .data .block h3 span {
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 900;
}
.index-app .data .block h5 {
  font-size: clamp(12px, 1.3541667vw, 26px);
  color: #fff;
  font-weight: 300;
}
.index-app .data em {
  width: 1px;
  font-size: clamp(30px, 4.03645833vw, 77.5px);
  height: 1em;
  background-color: #fff;
}
.index-app .index-title h3 {
  color: #fff;
}
.index-app .index-title h3 b {
  color: #fff;
}
.index-app .index-title h3::after {
  opacity: 0.3;
}
.index-app .index-title h5 {
  color: #fff;
}
.index-app .wrapper {
  background-color: #fff;
  box-shadow: 20px 20px 45px -12px rgba(0, 0, 0, 0.2), 0px 4px 0px #076bdd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-app .wrapper .lt {
  width: 71.75%;
  background-color: #fff;
  padding: 2.5%;
}
.index-app .wrapper .lt .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.15231%;
}
.index-app .wrapper .lt .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .lt .swiper .pic .mask {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  padding: 0.6em 1.333333em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)) no-repeat;
  background-position: 0 3.2em;
}
.index-app .wrapper .lt .swiper .pic:hover img {
  scale: 1.05;
}
.index-app .wrapper .lt .swiper .pic:hover .mask {
  background-position: 0 0;
}
.index-app .wrapper .rt {
  width: 28.25%;
  display: flex;
  flex-direction: column;
}
.index-app .wrapper .rt .block {
  flex: 1;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.1vw, 18px);
  background-color: #EEF5FF;
  padding: 0.5em 1em 0.5em 2em;
  transition: all 0.5s;
  cursor: pointer;
}
.index-app .wrapper .rt .block img {
  width: 3.6666667em;
  height: 3.6666667em;
  object-fit: scale-down;
}
.index-app .wrapper .rt .block h4 {
  flex: 1;
  margin-left: 0.8889em;
  line-height: 1.5556;
  color: #383838;
}
.index-app .wrapper .rt .active {
  background-color: #076BDD;
}
.index-app .wrapper .rt .active h4 {
  color: #fff;
}
.index-adv {
  background: url(../images/index-adv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.6875% 0 6.66667%;
  position: relative;
  overflow: hidden;
}
.index-adv .index-title {
  margin-bottom: 8.3333%;
}
.index-adv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: item-counter;
}
.index-adv .wrapper .block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32.5%;
  background-color: #fff;
  box-shadow: 0px 14px 21px rgba(0, 0, 0, 0.1);
  padding: 3.3333%;
  counter-increment: item-counter;
  transition: all 0.5s;
}
.index-adv .wrapper .block .title h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #000;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.25em;
}
.index-adv .wrapper .block .title h4::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 1.175em;
  background-color: #076BDD;
  margin-top: 0.2em;
}
.index-adv .wrapper .block .title .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #808080;
  font-weight: 300;
  line-height: 1.4375;
  margin-bottom: 3em;
}
.index-adv .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74.1935484%;
}
.index-adv .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-adv .wrapper .block .pic::after {
  position: absolute;
  content: counter(item-counter, decimal-leading-zero);
  font-size: clamp(20px, 3.125vw, 60px);
  color: #076BDD;
  font-weight: 700;
  line-height: 1;
  right: 0;
  bottom: 0;
  transform: translate(0, 40%);
}
.index-adv .wrapper .block:hover {
  box-shadow: 0px 14px 21px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.index-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #076BDD;
}
.index-about .lt {
  width: 50%;
}
.index-about .lt .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-about .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .rt {
  width: 50%;
  padding: 1% 18.75% 1% 2.5%;
}
.index-about .rt .index-title {
  text-align: left;
}
.index-about .rt .index-title h3 {
  color: #fff;
}
.index-about .rt .index-title h3 b {
  color: #fff;
}
.index-about .rt .index-title h3::after {
  opacity: 0.3;
  left: 0;
  transform: translate(0, -50%);
}
.index-about .rt .index-title h5 {
  color: #fff;
}
.index-about .rt .brief {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: clamp(1.8em, 2.03125vw, 2.16667em);
  font-weight: 300;
}
.index-about .rt .more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.625;
  border: 1px solid #fff;
  padding: 0 0.5em;
  margin-top: 1.5625vw;
  transition: all 0.5s;
}
.index-about .rt .more:hover {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
}
.index-news {
  padding: 3.90625% 0 0;
  position: relative;
  overflow: hidden;
}
.index-news .index-title h3::after {
  color: rgba(166, 166, 166, 0.19);
}
.index-news .mycontainer {
  padding-bottom: 5.625%;
  position: relative;
}
.index-news .mycontainer::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77px;
  border-radius: 38px;
  background-color: #EEF5FF;
  transform: translateY(30%);
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 32.5%;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 4.916667%;
  transition: all 0.5s;
}
.index-news .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 58.974359%;
}
.index-news .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .block .title {
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1em;
}
.index-news .wrapper .block .title h4 {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.index-news .wrapper .block .title h4 a {
  color: inherit;
}
.index-news .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  font-weight: 300;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .block .title p a {
  color: inherit;
}
.index-news .wrapper .block:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-3px);
}
.index-news .wrapper .block:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .block:hover .title h4 {
  color: #076BDD;
}
.index-news .wrapper .row {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 4.16667%;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 4.16667%;
}
.index-news .wrapper .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.index-news .wrapper .row .date {
  text-align: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.25;
  white-space: nowrap;
  padding: 0.4em 0.4em 0.6667em;
  background-color: #E5E5E5;
  transition: all 0.5s;
}
.index-news .wrapper .row .date h3 {
  color: #000;
  font-weight: 700;
}
.index-news .wrapper .row .date h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #000;
}
.index-news .wrapper .row .title {
  flex: 1;
  margin-left: 3.58333%;
  font-size: clamp(14px, 1.1vw, 18px);
  padding-right: 1em;
}
.index-news .wrapper .row .title h4 {
  color: #000;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-news .wrapper .row .title h4 a {
  color: inherit;
}
.index-news .wrapper .row .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  font-weight: 300;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .row .title p a {
  color: inherit;
}
.index-news .wrapper .row:hover .date {
  background-color: #076BDD;
}
.index-news .wrapper .row:hover .date h3,
.index-news .wrapper .row:hover .date h5 {
  color: #fff;
}
.index-news .wrapper .row:hover .title h4 {
  color: #076BDD;
  font-weight: 700;
}
footer {
  background-color: #076BDD;
}
footer .footer-top {
  position: relative;
  padding: 4.375% 0 2.44791667%;
}
footer .footer-top .footer-tel {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
footer .footer-top .footer-tel h3 {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 22px);
  color: #fff;
  font-weight: 700;
  line-height: 1.733333;
  border-radius: 1.1818182em;
  background-color: #076BDD;
  padding: 0 3.4545455em;
}
footer .footer-top .footer-tel h3 img {
  margin-right: 0.6818182em;
}
footer .footer-top .footer-tel h3 span {
  font-size: 1.3636364em;
  font-weight: 900;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
footer .footer-top .mycontainer h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 900;
}
footer .footer-top .mycontainer p {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4em;
}
footer .footer-top .mycontainer ul li {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4em;
}
footer .footer-top .mycontainer ul li a {
  color: inherit;
}
footer .footer-top .mycontainer ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .mycontainer .info {
  width: 48.75%;
}
footer .footer-top .mycontainer nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 16.66667%;
}
footer .footer-top .mycontainer .msg {
  width: 24.333333%;
}
footer .footer-top .mycontainer .msg form input,
footer .footer-top .mycontainer .msg form textarea {
  display: block;
  font-size: 14px;
  color: #000;
  outline: none;
  margin-bottom: 1em;
  width: 100%;
  height: 2.42857143em;
  border-radius: 1.21428572em;
  padding: 0.5em 1.5em;
}
footer .footer-top .mycontainer .msg form input::placeholder,
footer .footer-top .mycontainer .msg form textarea::placeholder {
  color: #000;
  font-weight: 300;
}
footer .footer-top .mycontainer .msg form textarea {
  height: 7.7857143em;
}
footer .footer-top .mycontainer .msg form button {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  height: 34px;
  width: 100px;
  border-radius: 17px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s;
}
footer .footer-top .mycontainer .msg form button:hover {
  color: #076BDD;
  font-weight: 700;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 1.45;
}
footer .footer-bt .mycontainer {
  padding: 1% 0;
  border-top: 1px solid #fff;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
