@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);
	text-align: justify;
}
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: #0096D3;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #16a9caa2;
}
.out-header {
  height: 100px;
  width: 100%;
}
.container {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .logo {
  width: 27.77777778%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: clamp(14px, 1vw, 16px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6667;
  padding: 0 0.72222em;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #0096D3;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:hover > a {
  color: #0096D3;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
header .lv1 > .active > a {
  font-weight: 700;
  color: #0096D3 !important;
}
header .lv1 > .active > a:hover {
  text-decoration: none !important;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 .header-tools {
  gap: 1.111111em;
}
header .lv1 .header-tools::after {
  display: none;
}
header .lv1 .header-tools .header-search {
  cursor: pointer;
  transition: all 0.5s;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  border-radius: 50%;
  text-align: center;
}
header .lv1 .header-tools .header-search img {
  width: 1.333333em;
  height: 1.333333em;
  transition: all 0.5s;
}
header .lv1 .header-tools .header-search-on {
  background-color: #0096D3;
}
header .lv1 .header-tools .header-search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .header-tools .header-lang {
  position: relative;
  transition: all 0.5s;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  border-radius: 50%;
  text-align: center;
}
header .lv1 .header-tools .header-lang img {
  width: 1.333333em;
  height: 1.333333em;
  transition: all 0.5s;
}
header .lv1 .header-tools .header-lang .lang-tab {
  position: absolute;
  display: block;
  font-size: clamp(14px, 1vw, 16px);
  padding: 0.5em 1.5em;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 6, 26, 0.19);
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
}
header .lv1 .header-tools .header-lang .lang-tab li {
  color: #333;
  white-space: nowrap;
  text-align: center;
  padding: 0.25em 0.5em;
}
header .lv1 .header-tools .header-lang .lang-tab li a {
  color: inherit;
}
header .lv1 .header-tools .header-lang .lang-tab li:hover {
  color: #0096D3;
}
header .lv1 .header-tools .header-lang:hover {
  background-color: #0096D3;
}
header .lv1 .header-tools .header-lang:hover img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .header-tools .header-lang:hover .lang-tab {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
header .lv2 {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 100px;
  transform: translate(0, 10px);
  transition: all 0.5s;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  color: #3d3d3d;
  padding: 18px 12.5% 18px 12.5%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
  display: flex;
}
header .lv2 ul {
  width: 68.8888889%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8.0808%;
}
header .lv2 ul li {
  width: calc((100% - 8.0808% * 3) / 4);
  margin-bottom: 0.5625em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.25em 0;
}
header .lv2 ul li a {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .lv2 ul li i {
  font-size: 12px;
  color: #c1c1c1;
  transition: all 0.5s;
}
header .lv2 ul .active a {
  color: #0096D3;
}
header .lv2 ul .active i {
  color: #0096D3;
}
header .lv2 .swiper {
  width: 24.097222%;
}
header .lv2 .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 57.3487%;
  border-radius: 10px;
}
header .lv2 .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
  scale: 1.1;
}
header .lv2 .swiper .swiper-slide-active .pic img {
  scale: 1;
  opacity: 1;
}
header .lv3 {
  font-size: inherit;
  position: absolute;
  top: -1.375em;
  padding: 1.375em 2.1875em;
  left: 100%;
  transform: translate(-10%, 0);
  transition: all 0.5s;
  background-color: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 5;
}
header .lv3 li {
  line-height: 1.75;
  margin-bottom: 0.5em;
}
header .lv3 li a {
  transition: all 0.5s;
}
header .lv3 li a:hover {
  color: #0096D3;
}
header nav {
  width: 70.11111111%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 2% 0;
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header-search-form .container {
  height: auto;
}
header .header-search-form form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  font-size: clamp(14px, 1.1vw, 18px);
  width: 100%;
}
header .header-search-form form input {
  flex: 1;
  height: 3em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: #fafafa;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #ddd;
}
header .header-search-form form input::placeholder {
  color: #5f5f5f;
  transition: all 0.5s;
}
header .header-search-form form input:focus {
  border-color: #0096D3;
}
header .header-search-form form button {
  outline: none;
  border: 0;
  background-color: #ddd;
  width: 3em;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-form form button img {
  transition: all 0.5s;
}
header .header-search-form form button:hover {
  background-color: #0096D3;
}
header .header-search-form form button:hover img {
  filter: contrast(0) brightness(200%);
}
.header-active {
  background-color: #fff;
}
.header-active .lv1 > li > a {
  color: #333;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid #c1c1c1;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  color: #a6a6a6;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  border: 1px solid transparent;
  padding: 0 0.25em;
  min-width: 2em;
  height: 2em;
  margin: 2.5px;
  background-color: #0096D3;
  color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
.pagination a:hover {
  color: #fff;
  background-color: #0096D3;
  border-color: transparent;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: scale 3s, opacity 0.5s;
  scale: 1.2;
  opacity: 0;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInUp 0.75s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h2 span {
  animation: rotateInUpLeft 0.75s ease-out;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInUp 0.1s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active h5 span {
  animation: rotateInUpLeft 1s ease-out;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUpBig 1.25s;
  opacity: 1;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
  opacity: 1;
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text h2 {
  position: relative;
  overflow: hidden;
  font-size: clamp(20px, 3.0208333vw, 58px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.31034483em;
  opacity: 0;
}
.index-banner .banner-text h2 span {
  display: block;
}
.index-banner .banner-text h5 {
  position: relative;
  overflow: hidden;
  font-size: clamp(12px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.6;
  opacity: 0;
}
.index-banner .banner-text h5 span {
  display: block;
}
.index-banner .banner-text a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 18px);
  margin-top: 2.86458333vw;
  transition: all 0.5s;
  opacity: 0;
}
.index-banner .banner-text a span {
  margin-left: 0.83333em;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 0.15em;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0096D3;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(20px, 2.44791667vw, 47px);
  color: #fff;
  margin: 0 0.25em;
  transition: all 0.5s;
	height: 100%;
	width: 5em;
	padding: 1em;
	transition: all .5s;
	top: 0;
	margin: 0;
}
.index-banner .swiper-button-prev {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .95), transparent);
	background-size: 200% 100%;
	background-position: right -1px center;
	left: 0;
	justify-content: flex-start;
}
.index-banner .swiper-button-next {
	background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .95));
	background-size: 200% 100%;
	background-position: left -1px center;
	right: 0;
	justify-content: flex-end;
}
.index-banner .swiper-button-prev:hover {
	background-size: 101% 100%;
}
.index-banner .swiper-button-next:hover {
	background-size: 101% 100%;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
}
.index-title {
  margin-bottom: 3%;
  text-align: center;
}
.index-title h2 {
  font-size: clamp(30px, 3.333333vw, 64px);
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.28) -52%, rgba(61, 61, 61, 0) 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  font-weight: 700;
}
.index-title h3 {
  font-size: clamp(20px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin-top: -0.82em;
}
.index-more {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff !important;
  background-color: #0096D3;
  border-radius: 6px;
  line-height: 3.125;
  padding: 0 1.5625em;
  transition: all 0.5s;
}
.index-more i {
  margin-left: 1.875em;
  transition: all 0.5s;
}
.index-more:hover i {
  margin-left: 2em;
}
.index-business {
  margin: 3.3333% 0 6.25%;
}
.index-business .container {
  max-width: 1600px;
  width: 85%;
}
.index-business .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.index-business .wrapper .block {
  flex: 1;
  height: 28.125vw;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.75s;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 55%, #0A1E50 98%);
}
.index-business .wrapper .block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.index-business .wrapper .block .title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: clamp(14px, 1.35416667vw, 26px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em 2.23077em;
  line-height: 1.875;
  transition: all 0.5s;
}
.index-business .wrapper .block .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(18, 52, 104, 0.8);
  font-size: clamp(14px, 1.35416667vw, 26px);
  padding: 1.15384615em 1.230769em;
  transition: all 0.5s;
  transform: translate(0, -100%);
  opacity: 0;
  visibility: hidden;
}
.index-business .wrapper .block .mask h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.769231em;
}
.index-business .wrapper .block .mask .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.45;
  margin-bottom: 1.92857em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.35em;
}
.index-business .wrapper .block .mask ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em 2.875em;
  margin-bottom: 2.75em;
}
.index-business .wrapper .block .mask ul li {
  position: relative;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.index-business .wrapper .block .mask ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #0096D3;
  transition: all 0.5s;
}
.index-business .wrapper .block .mask ul li a {
  color: inherit;
}
.index-business .wrapper .block .mask ul li i {
  margin-left: 1.6666em;
  font-size: 12px;
}
.index-business .wrapper .block .mask ul li:hover {
  color: #0096D3;
}
.index-business .wrapper .block .mask ul li:hover::after {
  width: 100%;
}
.index-business .wrapper .block:hover {
  flex: 1.65055762;
}
.index-business .wrapper .block:hover .mask {
  transform: translate(0, 0);
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}
.index-business .wrapper .block:hover .title {
  transform: translate(0, 100%);
}
.index-about {
  margin: 0 0 6.25%;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index-about .lt {
  width: 45.486111%;
}
.index-about .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 119.0839695%;
}
.index-about .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(4.580153%, -3.4615385%);
}
.index-about .lt .pic::after {
  position: absolute;
  display: block;
  content: "";
  width: 10.78125vw;
  height: 13.69791667vw;
  background-color: #0096D3;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index-about .rt {
  width: 47.986111%;
}
.index-about .rt .index-title {
  text-align: left;
}
.index-about .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.index-about .rt .data {
  display: flex;
  justify-content: space-around;
  font-size: clamp(18px, 2.083333vw, 40px);
  padding: 14px 10px 25px;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  margin-top: 5.788712%;
}
.index-about .rt .data h3 {
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
}
.index-about .rt .data h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 700;
}
.index-about .rt .data h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.index-about .rt .index-more {
  margin-top: 6.367583%;
}
.index-branch {
  background-color: #f5f5f5;
  padding: 3.3333% 0 4.16667%;
}
.index-branch .index-title {
  margin-bottom: 1%;
}
.index-branch .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-branch .wrapper .lt {
  width: 53.263889%;
}
.index-branch .wrapper .lt .pic {
  position: relative;
  width: 159.452412%;
}
.index-branch .wrapper .lt .pic img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.index-branch .wrapper .rt {
  position: relative;
  width: 46.736111%;
  z-index: 1;
  margin-top: 2.083333%;
}
.index-branch .wrapper .swiper {
  width: 100%;
  background-color: #fff;
  padding: 1.458333em 1.583333em 5.5416667em;
  font-size: clamp(16px, 1.25vw, 24px);
}
.index-branch .wrapper .swiper h3 {
  position: relative;
  color: #333;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 1em 0.8333em;
  margin-bottom: 0.8333em;
}
.index-branch .wrapper .swiper h3::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  background-color: #0096D3;
  width: 2px;
  height: 1em;
}
.index-branch .wrapper .swiper h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 1.2778em;
}
.index-branch .wrapper .swiper .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.index-branch .wrapper .swiper .swiper-btn {
  position: absolute;
  right: 2.5em;
  bottom: 2.875em;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 16px);
  gap: 1.25em;
}
.index-branch .wrapper .swiper .swiper-btn .swiper-button-prev,
.index-branch .wrapper .swiper .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  color: #fff;
  font-weight: 700;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #0096D3;
  transition: all 0.5s;
}
.index-branch .wrapper .swiper .swiper-btn .swiper-button-prev::after,
.index-branch .wrapper .swiper .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-branch .wrapper .swiper .swiper-btn .swiper-button-disabled {
  background-color: #d8d8d8;
  opacity: 1;
}
.index-party-build {
  margin: 3.3333% 0 0;
}
.index-party-build .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-party-build .wrapper .block {
  width: 48.611111%;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 2%;
  transition: all 0.5s;
}
.index-party-build .wrapper .block .date {
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.875;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0096D3;
  background-color: #eee;
  width: 4.533333em;
  height: 4.533333em;
}
.index-party-build .wrapper .block .date h3 {
  font-weight: 700;
}
.index-party-build .wrapper .block .date h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 700;
}
.index-party-build .wrapper .block .title {
  line-height: 1.875;
  font-size: clamp(14px, 1vw, 16px);
  padding: 0 1.125em 0 1.3125em;
  flex: 1;
}
.index-party-build .wrapper .block .title h4 {
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.index-party-build .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-party-build .wrapper .block:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-party-build .wrapper .block:hover .title h4 {
  color: #0096D3;
}
.index-news {
  background: url(../images/index-news-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.3333% 0 4.16667%;
}
.index-news .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 31.875%;
  background-color: #fff;
}
.index-news .wrapper .block .title {
  background-color: #0096D3;
  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1em 0;
}
.index-news .wrapper .block .title h4 {
  line-height: 1.111111;
  border-left: 3px solid #fff;
  color: #fff;
  padding-left: 0.722222em;
  margin: 0 1.111111em;
  font-weight: 700;
}
.index-news .wrapper .block ul {
  border: 1px solid #d8d8d8;
  border-top: 0;
  font-size: clamp(12px, 1vw, 14px);
  padding: 1.642857em 0 2em;
}
.index-news .wrapper .block ul li {
  display: flex;
  justify-content: space-between;
  padding: 0 1.357143em 0 1.2857143em;
  transition: all 0.5s;
  line-height: 2.7142857em;
}
.index-news .wrapper .block ul li a {
  color: #333;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .block ul li a i {
  font-size: 10px;
  color: #a8a8a8;
  margin-right: 0.9em;
}
.index-news .wrapper .block ul li span {
  color: #a8a8a8;
  white-space: nowrap;
}
.index-news .wrapper .block ul li:hover {
  padding-left: 2.42857143em;
  background-color: #eee;
}
.index-news .wrapper .block ul li:hover a {
  color: #0096D3;
}
.index-news .wrapper .block ul li:hover a i {
  color: #0096D3;
}
.index-partner {
  margin-bottom: 4.1667em;
}
.index-partner .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 27.57847534% 0;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-partner .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  transition: all 0.5s;
  max-width: 80%;
  max-height: 80%;
}
.index-partner .swiper .swiper-slide .pic:hover img {
  scale: 0.95;
}
.index-msg {
  background: url(../images/index-msg-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.3333% 0 4.166667%;
}
.index-msg form {
  padding: 3.125%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.65);
}
.index-msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875%;
}
.index-msg form .form-row .form-col {
  width: 46.814815%;
}
.index-msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-msg form .code-row input {
  width: 46.814815%;
  margin-right: 1.6875em;
}
.index-msg form .code-row .code {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.index-msg form input,
.index-msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  background-color: #eee;
  padding: 0.25em 0.5em;
  height: 2.375em;
  transition: all 0.5s;
}
.index-msg form input:focus,
.index-msg form textarea:focus {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.index-msg form textarea {
  height: 111px;
}
.index-msg form label {
  display: block;
  width: 100%;
  color: #666;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.index-msg form label span {
  color: #f00;
}
.index-msg form button {
  outline: none;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  height: 3.125em;
  border-radius: 0.375em;
  background-color: #0096D3;
  min-width: 8.5em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 2.1875em;
}
.index-msg form button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.index-msg form .btn-row {
  text-align: center;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  padding: 1.5625vw 0 1%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .container .logo {
  width: 250px;
}
footer .footer-top .container .back-top {
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 20px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #0096D3;
  transition: all 0.5s;
}
footer .footer-top .container .back-top:hover {
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.65), 0 3px 5px rgba(255, 255, 255, 0.65);
}
footer .footer-mid {
  padding: 1.5625% 0 2.5%;
}
footer .footer-mid .container {
  display: flex;
  justify-content: space-between;
}
footer .footer-mid .container nav {
  width: 67.708333%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  border-right: 1px solid rgba(216, 216, 216, 0.5);
  padding-right: 3%;
}
footer .footer-mid .container nav .block:nth-child(3) ul {
  columns: 2;
  /* column-fill: auto;
  height: 14em; */
}
footer .footer-mid .container address {
  width: 28.81944444%;
}
footer .footer-mid .container address .ewm {
  display: flex;
  align-items: center;
  margin-top: 1.1875em;
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-mid .container address .ewm img {
  width: 7.0625em;
}
footer .footer-mid .container address .ewm p {
  margin-bottom: 0;
  margin-left: 1.1875em;
}
footer .footer-mid .container h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 1em;
}
footer .footer-mid .container ul {
  font-size: clamp(14px, 1vw, 16px);
}
footer .footer-mid .container ul li {
  color: #fff;
  line-height: 1.875;
  margin-bottom: 0.5em;
	max-width: 10em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
footer .footer-mid .container ul li a {
  color: inherit;
}
footer .footer-mid .container ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid .container p {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.875;
  margin-bottom: 0.5em;
}
footer .footer-bt {
  background-color: #0096D3;
  padding: 1.1% 0 1.15%;
}
footer .footer-bt .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.875;
  color: #fff;
}
footer .footer-bt .container a {
  color: inherit;
}
footer .footer-bt .container a:hover {
  text-decoration: underline !important;
}
.inner-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .bread-crumb {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  line-height: 1.875;
  padding-bottom: 2.2857em;
}
.inner-banner .bread-crumb a {
  margin: 0 0.4em;
  color: inherit;
}
.inner-banner .bread-crumb a:hover {
  text-decoration: underline !important;
}
.inner-title h3 {
  margin-top: 0;
}
.business-list {
  margin: 4.1667% 0 1.0416667%;
}
.business-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-list .wrapper .block {
  width: 31.944444%;
  margin-bottom: 4.1667%;
}
.business-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 74.3478261%;
  background: linear-gradient(179deg, rgba(18, 52, 104, 0) 48%, #107CC8 94%);
}
.business-list .wrapper .block .pic a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.business-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  z-index: -1;
}
.business-list .wrapper .block .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 0 1.083333em 1.2083333em 1.2083333em;
  line-height: 1.875;
}
.business-list .wrapper .block .pic .title h4 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.business-list .wrapper .block .pic .title i {
  transition: all 0.5s;
}
.business-list .wrapper .block .pic:hover img {
  scale: 1.05;
}
.business-list .wrapper .block .pic:hover .title i {
  rotate: -45deg;
}
.business-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-detail .lt {
  width: 72.5%;
  padding: 4.16667% 2.55208333% 4.16667% 12.5%;
}
.business-detail .lt .index-title {
  text-align: left;
}
.business-detail .lt article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.business-detail .lt article table {
  width: 100% !important;
}
.business-detail .lt article table tr td {
  background-color: #ececec;
  font-size: clamp(12px, 1vw, 14px);
}
.business-detail .lt article ul {
  columns: 2;
  column-gap: 3.75rem;
  list-style: disc;
  width: auto;
  display: inline-block;
}
.business-detail .lt article ul li {
  position: relative;
  margin-left: 1.5em;
  list-style: disc;
}
.business-detail .lt article ul li::marker {
  font-size: 0.5em;
  color: #0096D3;
}
.business-detail .lt article h5 {
  font-weight: 700;
}
.business-detail .lt article h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  margin-bottom: 0.7em;
}
.business-detail .lt article h3 {
  font-size: clamp(18px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 0.7em;
}
.business-detail .lt article h2 {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  margin-bottom: 0.7em;
}
.business-detail .lt article h1 {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  margin-bottom: 0.7em;
}
.business-detail .lt .article-tab p {
  font-size: clamp(14px, 1vw, 16px);
  padding: 0.8125em 1.5625em;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.business-detail .lt .msg {
  margin: 7.2727273% 0 0;
}
.business-detail .lt .msg form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875%;
}
.business-detail .lt .msg form .form-row .form-col {
  width: 49.1666667%;
}
.business-detail .lt .msg form .code-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.business-detail .lt .msg form .code-row input {
  flex: 1;
  max-width: 247px;
  margin-right: 1em;
}
.business-detail .lt .msg form .code-row .code {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.business-detail .lt .msg form input,
.business-detail .lt .msg form textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #333;
  padding: 0.25em 0.5em;
  height: 33px;
}
.business-detail .lt .msg form textarea {
  height: 129px;
}
.business-detail .lt .msg form label {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.business-detail .lt .msg form label span {
  color: #f00;
}
.business-detail .lt .msg form button {
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  height: 2.75em;
  border-radius: 4px;
  background-color: #0096D3;
  min-width: 8.5em;
  padding: 0 1em;
  transition: all 0.5s;
  margin-top: 2.642857em;
}
.business-detail .lt .msg form button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.business-detail .rt {
  width: 27.5%;
  background-color: #f5f5f5;
  padding: 4.16667% 12.5% 4.16667% 2.96875%;
}
.business-detail .rt h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 1.333333em;
}
.business-detail .rt .block {
  display: block;
  margin-bottom: 3.28125vw;
}
.business-detail .rt .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 123.3766234%;
}
.business-detail .rt .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business-detail .rt .block .title h4 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin: 1em 0 0.277778em;
}
.business-detail .rt .block .title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #0096D3;
  line-height: 1.875;
}
.business-detail .rt .block:hover .pic img {
  scale: 1.05;
}
.business-detail .rt .block:hover .title h4 {
  color: #0096D3;
}
.inner-tab {
  border-bottom: 1px solid #D8DBDE;
}
.inner-tab ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 4em;
}
.inner-tab ul li {
  color: #333;
  line-height: 1.875;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.8em;
  transform: translateY(1px);
}
.inner-tab ul li a {
  color: inherit;
}
.inner-tab ul .active {
  color: #0096D3;
  border-bottom: 1px solid #0096D3;
}
.about-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5.208333% 0 4.16667%;
}
.about-intro .lt {
  width: 48.48958333%;
}
.about-intro .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 69.924812%;
}
.about-intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro .lt .swiper-button-prev, .about-intro .lt .swiper-button-next {
	font-size: clamp(14px, 2.083333vw, 40px);
	color: #fff;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .8));
}
.about-intro .lt .swiper-button-prev::after, .about-intro .lt .swiper-button-next::after {
	font-size: inherit;
}
.about-intro .rt {
  width: 48.4375%;
  padding: 2% 8.333333% 2% 0;
}
.about-intro .rt h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #0096D3;
  font-weight: 700;
  margin-bottom: 3%;
}
.about-intro .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.about-intro .rt .data {
  display: flex;
  justify-content: space-between;
  font-size: clamp(18px, 2.083333vw, 40px);
  margin-top: 5.788712%;
}
.about-intro .rt .data .block {
  width: 31%;
}
.about-intro .rt .data h3 {
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
}
.about-intro .rt .data h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 700;
}
.about-intro .rt .data h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.875;
}
.chairman-intro {
  margin-bottom: 4.1667%;
}
.chairman-intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}
.chairman-intro .container .lt {
  width: 23.333333%;
}
.chairman-intro .container .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 134.52381%;
}
.chairman-intro .container .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chairman-intro .container .rt {
  width: 76.666667%;
  padding: 1% 3.194444% 1% 2.9166667%;
}
.chairman-intro .container .rt h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.72222em;
}
.chairman-intro .container .rt h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 1.0833em;
}
.chairman-intro .container .rt .brief {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #333;
  line-height: 1.875;
}
.company-feature {
  background: url(../images/company-feature-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.5416667% 0 5.10416667%;
}
.company-feature .index-title h3 {
  color: #fff;
}
.company-feature .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.875;
}
.company-feature .wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 3.611111%;
  position: relative;
  overflow: hidden;
}
.company-feature .wrapper span {
  position: relative;
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.875;
  min-width: 18.33333%;
  min-height: 4.611111em;
  padding: 0 1.722222em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.company-feature .wrapper span::before,
.company-feature .wrapper span::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.555556em;
  height: 4.611111em;
  background: url(../images/company-feature-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
.company-feature .wrapper span::before {
  left: 0;
}
.company-feature .wrapper span::after {
  right: 0;
  transform: translate(0, -50%) rotateY(180deg);
}
.coop-partner {
  margin: 3.6458333% 0 4.16667%;
}
.coop-partner .pic {
  text-align: center;
}
.sale-network {
  margin-bottom: 4.1667%;
}
.sale-network .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sale-network .container .lt {
  width: 47.5%;
}
.sale-network .container .lt .index-title {
  text-align: left;
}
.sale-network .container .lt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.875;
}
.sale-network .container .lt .index-more {
  margin-top: 5%;
}
.sale-network .container .rt {
  width: 48.958333%;
}
.sale-network .container .rt .pic {
  text-align: center;
}
.company-culture {
  margin: 4.16667% 0 3.6458333%;
}
.company-culture .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.5625;
  max-width: 1131px;
  margin: 0 auto 2.77778%;
}
.company-culture .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-culture .wrapper .block {
  position: relative;
  overflow: hidden;
  width: 48.333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.7778%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  padding: 1.5em 1.6667em;
}
.company-culture .wrapper .block .icon {
  width: 2.6666667em;
  height: 2.6666667em;
  margin-bottom: 5.75em;
}
.company-culture .wrapper .block .text h4 {
  line-height: 1.875;
}
.company-culture .wrapper .block .text h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.6667;
}
.company-culture .wrapper .block .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.company-culture .wrapper .block .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.company-culture .wrapper .block:hover .icon {
  animation: swing 1s;
}
.company-culture .wrapper .block:hover .bg img {
  filter: brightness(80%);
}
.team-elite {
  margin: 4.1667% 0 2.08333%;
}
.team-elite section {
  margin-bottom: 2.569444%;
  border-bottom: 1px solid #d8d8d8;
}
.team-elite section:last-child {
  border-bottom: 0;
}
.team-elite section .section-title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 2.7778%;
}
.team-elite section .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-elite section .wrapper .block {
  width: 48.6111111%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7778%;
}
.team-elite section .wrapper .block .lt {
  width: 42.142857%;
}
.team-elite section .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 121.3559322%;
}
.team-elite section .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-elite section .wrapper .block .rt {
  width: 50%;
}
.team-elite section .wrapper .block .rt h4 {
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.23333em;
}
.team-elite section .wrapper .block .rt h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #0096D3;
  line-height: 1.875;
}
.team-elite section .wrapper .block .rt i {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #0096D3;
  margin-top: 1.65em;
  transition: all 0.5s;
}
.team-elite section .wrapper .block:hover .lt .pic img {
  scale: 1.05;
}
.team-elite section .wrapper .block:hover .rt i {
  transform: translateX(0.5em);
}
.team-detail {
  margin: 4.16667% 0;
}
.team-detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.team-detail .wrapper .lt {
  width: 28.0555556%;
}
.team-detail .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 134.158416%;
}
.team-detail .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-detail .wrapper .rt {
  width: 67.222222%;
}
.team-detail .wrapper .rt .title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.892562%;
}
.team-detail .wrapper .rt .title h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.27778em;
}
.team-detail .wrapper .rt .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #0096D3;
  line-height: 1.875;
  margin-bottom: 0.7916667em;
}
.team-detail .wrapper .rt .brief {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #333;
  line-height: 1.875;
}
.team-detail .wrapper .rt .brief h5 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.75%;
}
.article-tab p {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.875;
}
.article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.article-tab p a:hover {
  color: #0096D3;
}
.employee-style {
  margin: 4.1667% 0 4.6875%;
}
.employee-style .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employee-style .wrapper .block {
  width: 32.3611111%;
  margin-bottom: 3.055556%;
}
.employee-style .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 64.16309%;
}
.employee-style .wrapper .block .pic > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.employee-style .wrapper .block .pic .zoom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1;
  width: 2em;
  height: 2em;
  transform: translate(100%, 100%);
  transition: all 0.5s;
}
.employee-style .wrapper .block .pic .zoom-icon img {
  width: 100%;
  height: 100%;
}
.employee-style .wrapper .block .title {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #3d3d3d;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4.2777778;
  padding: 0 0.5em;
  background-color: #f2f2f2;
  transition: all 0.5s;
}
.employee-style .wrapper .block:hover .pic > img {
  scale: 1.05;
}
.employee-style .wrapper .block:hover .pic .zoom-icon {
  transform: translate(0, 0);
}
.employee-style .wrapper .block:hover .title {
  color: #0096D3;
}
.pricing {
  margin: 4.1667% 0;
}
.pricing .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f2f2f2;
  margin-bottom: 5.555556%;
}
.pricing .wrapper .lt {
  width: 48.4027778%;
}
.pricing .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 65.99713%;
}
.pricing .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricing .wrapper .rt {
  width: 51.5972222%;
  padding: 2% 1.319444% 2% 2.916667%;
}
.pricing .wrapper .rt h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #0096D3;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.5em;
}
.pricing .wrapper .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  line-height: 1.5625;
}
.pricing article {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 1.875;
  text-align: justify;
}
.pricing article h1 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.pricing article h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.pricing article h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.pricing article h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.pricing article h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.pricing article img {
  margin: 1em 0;
}
.pricing article hr {
  border-top: 1px solid #D8DBDE;
  margin: 1em 0;
}
.pricing article table {
	width: 100% !important;
}
.pricing article table tr td {
	font-size: clamp(12px, 1vw, 16px);
	text-align: center;
	border: 1px solid #ddd;
	padding: .5em .25em;
	line-height: 1.875;
}
.contact-info {
  margin: 4.16667% 0 6.51041667%;
}
.contact-info .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info .wrapper .lt {
  width: 52.916667%;
}
.contact-info .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 119.2913386%;
  height: 0;
  padding-bottom: 78.74015748%;
  z-index: -1;
}
.contact-info .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-info .wrapper .rt {
  position: relative;
  z-index: 1;
  width: 47.083333%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 2.77778% 3.75%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  line-height: 1.875;
}
.contact-info .wrapper .rt h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #0096D3;
  font-weight: 500;
  margin-bottom: 0.66667em;
}
.contact-info .wrapper .rt p {
  margin-bottom: 0.5em;
}
.branch-info {
  margin-bottom: 5.208333%;
}
.branch-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.branch-info .container .block {
  width: 48.75%;
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 3.40277778%;
  font-size: clamp(14px, 1.25vw, 24px);
  min-height: 12.5em;
  margin-bottom: 1.875%;
}
.branch-info .container .block h4 {
  font-size: inherit;
  color: #333;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 1.583333em;
}
.branch-info .container .block h4::after {
  display: block;
  content: "";
  height: 3px;
  width: 1.666667em;
  background-color: #0096D3;
  margin-top: 0.5em;
}
.branch-info .container .block .brief {
  font-size: clamp(12px, 1vw, 16px);
  min-height: 6.225em;
}
.branch-info .container .block p {
  position: relative;
  color: #333;
  line-height: 1.875;
  margin-bottom: 0.625em;
  padding-left: 1.5em;
}
.branch-info .container .block p::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/contact-tel.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0.25em;
}
.branch-info .container .block .fax::before {
  background-image: url(../images/contact-fax.png);
}
.branch-info .container .block .add::before {
  background-image: url(../images/contact-location.png);
}
.online-msg {
  background-color: #ededed;
  padding: 3.85416667% 0 5.36458333%;
}
.online-msg form {
  font-size: clamp(14px, 1vw, 16px);
}
.online-msg form .wrapper {
  columns: 2;
  column-gap: 3.625em;
}
.online-msg form input,
.online-msg form textarea {
  display: block;
  outline: none;
  width: 100%;
  color: #333;
  height: 3.75em;
  margin-bottom: 1.25em;
  border-radius: 0.375em;
  padding: 1.1875em 1em;
  transition: all 0.5s;
}
.online-msg form input::placeholder,
.online-msg form textarea::placeholder {
  color: #9EA0A4;
}
.online-msg form input:focus,
.online-msg form textarea:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.online-msg form textarea {
  height: 8.75em;
}
.online-msg form button {
  cursor: pointer;
  margin-top: 2.875em;
  color: #fff;
  background-color: #0096D3;
  padding: 0 3.25em;
  height: 3.125em;
  border-radius: 4px;
  transition: all 0.5s;
}
.online-msg form button:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.online-msg form .code-row {
  position: relative;
}
.online-msg form .code-row .code {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 100%;
}
.online-msg form .code-row .code img {
  max-height: 100%;
}
.online-msg form .btn-row {
  text-align: center;
}
.news-list {
  margin: 4.1667% 0;
}
.news-list .index-title {
  padding: 0 3%;
}
.news-list .news-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em 1.5em;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4.1667%;
  padding: 0 3%;
}
.news-list .news-tab li {
  color: #333;
  transition: all 0.5s;
}
.news-list .news-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  min-width: 8.9em;
  min-height: 3em;
  height: 100%;
  padding: 0.25em 0.5em;
  color: inherit;
}
.news-list .news-tab li:hover {
  color: #0096D3;
}
.news-list .news-tab .active {
  color: #fff !important;
  background-color: #0096D3;
}
.news-list .wrapper {
  display: flex;
  flex-direction: column;
}
.news-list .wrapper .block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  margin-bottom: 2.083333%;
  transition: all 0.5s;
}
.news-list .wrapper .block .date {
  font-size: clamp(18px, 3.125vw, 60px);
  width: 3.333333em;
  height: 3.333333em;
  background-color: #0096D3;
  color: #fff;
  line-height: 1.875;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news-list .wrapper .block .date h3 {
  font-weight: 700;
}
.news-list .wrapper .block .date h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: 500;
}
.news-list .wrapper .block .title {
  flex: 1;
  padding: 0 2% 0 2.916667%;
}
.news-list .wrapper .block .title h4 {
  flex: 1;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #3d3d3d;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .wrapper .block .title a {
  color: inherit;
}
.news-list .wrapper .block .more {
  width: 15.555556%;
  font-size: clamp(12px, 1vw, 16px);
  color: #0096D3;
  white-space: nowrap;
  padding-right: 2.77778%;
  text-align: right;
}
.news-list .wrapper .block .more a {
  color: inherit;
}
.news-list .wrapper .block .more i {
  margin-left: 1.25em;
  transition: all 0.5s;
}
.news-list .wrapper .block:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.news-list .wrapper .block:hover .title h4 {
  color: #0096D3;
}
.news-list .wrapper .block:hover .more i {
  margin-left: 3.4375em;
}
.news-detail {
  margin: 4.1667% 0;
}
.news-detail .news-title {
  padding: 0 3%;
  margin-bottom: 1.25%;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #333;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0.3611em;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
  margin-bottom: 0.75em;
}
.news-detail article,
.news-detail article p,
.news-detail article span {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.875;
	font-family: var(--Noto-Sans-SC) !important;
}
.news-detail article table {
  width: 100%;
}
.news-detail article table tr td {
  /* text-align: center; */
  /* border: 1px solid #ededed; */
  color: #666;
  padding: 0.5em 0.25em;
  font-size: clamp(12px, 1vw, 14px);
	font-family: var(--Noto-Sans-SC) !important;
}
.news-detail .article-tab p {
  font-size: 14px;
}
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
