@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: 120px;
  width: 100%;
}
.container {
  max-width: 1500px;
  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: 0px 8px 3.64px 0.36px rgba(0, 0, 0, 0.49);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  max-width: 1750px;
  width: 92%;
}
header .logo {
  position: relative;
  /* width: 17.7142857%; */
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  top: 18px;
}
header .logo a {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
}
header .logo .logo-icon {
	padding: 0 22px 0 30px;
  background-color: #f08200;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .logo .logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 12em;
	height: 100%;
	background-color: #fff;
	color: #f08200;
	font-weight: 700;
	line-height: 1.4;
	font-size: clamp(14px, 1.25vw, 24px);
	padding: 0 1em 0 1.5em;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
header .logo .logo-text div {
	display: flex;
	justify-content: space-between;
}
header .logo .logo-text div span {
	text-align: left;
	min-width: 4em;
}
header .logo img {
  transition: all 0.5s;
}
header .logo .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.740741em;
  height: 5.388889em;
  top: 0;
  left: 0;
  text-align: center;
  font-size: clamp(20px, 2.8125vw, 54px);
  color: #fff;
  font-weight: 700;
  line-height: 1.33333;
  background-color: #f08200;
  overflow: hidden;
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(6px);
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.3020833vw, 25px);
  color: #333;
  padding: 0 1em;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  /* text-transform: uppercase; */
}
header .lv1 > li::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  background-color: #f08200;
  width: 0;
  height: 0.32em;
  left: 50%;
  top: 12px;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:hover::after {
  width: 100%;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang-search {
  color: #074e84;
}
header .lv1 .lang-search .lang {
  margin-right: 11px;
}
header .lv1 .lang-search .lang a {
  color: inherit;
}
header .lv1 .lang-search .lang a:hover {
  text-decoration: underline !important;
}
header .lv1 .lang-search .search form {
  line-height: 1;
}
header .lv1 .lang-search .search input {
  outline: none;
  border-bottom: 2px solid #074e84;
  color: #333;
  width: 8.92em;
}
header .lv1 .lang-search .search button {
  outline: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
header .lv1 .lang-search::after {
  display: none !important;
}
header .lv1 > .active::after {
  width: 100%;
}
header .lv1 > .active > a {
  font-weight: 700;
}
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 {
  width: 70.2857143%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-active .logo {
  top: 0;
}
.header-active .logo .logo-text {
	opacity: 1;
	visibility: visible;
}
.header-active .logo .text {
  height: 0;
  opacity: 0;
}
.header-active .lv1 {
  transform: translateY(0);
}
.header-active .lv1 > li::after {
  top: 0;
}
.page-box {
  margin: 2% 0 3%;
}
.pagination {
  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: #f08200;
  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: #f08200;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #f08200;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide .banner-slogan {
	animation-delay: 1s;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active .banner-slogan {
	animation: slideInRight 1.5s;
}
/* .index-banner .container {
  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%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 3.5px;
  border-radius: 3.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  margin: 0 2.5px;
}
.banner-slogan {
  font-size: clamp(14px, 1.6145833vw, 31px);
  line-height: 1.581;
}
.banner-slogan p {
  display: inline-block;
  width: auto;
  color: #fff;
  background-color: #f08200;
  padding: 0 0.5em;
  /* letter-spacing: 0.12em; */
}
.index-title {
  margin-bottom: 8.8%;
}
.index-title h3 {
  font-size: clamp(20px, 2.96875vw, 57px);
  color: #2f5597;
  font-weight: 700;
  position: relative;
  letter-spacing: 0em;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
.index-title h3 span {
  color: #f08200;
}
.index-case {
  margin: 3.125% 0 0;
}
.index-case .block {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-right: 4.4%;
  margin-bottom: 19.666667%;
}
.index-case .block .lt {
  width: 51.3947%;
}
.index-case .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.058345%;
}
.index-case .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .block .rt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48.6053%;
  background-color: #fff;
  padding: 2% 5.5788%;
}
.index-case .block .rt .title {
  line-height: 1.5;
  transform-style: preserve-3d;
  perspective: 800px;
}
.index-case .block .rt .title h3 {
  font-size: clamp(14px, 2.5vw, 48px);
  color: #2f5597;
  font-weight: 700;
  transform-origin: left center;
}
.index-case .block .rt .title h5 {
  font-size: clamp(12px, 1.66667vw, 32px);
  color: #333;
  font-weight: 700;
  transform-origin: left center;
}
.index-case .block .rt a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: clamp(14px, 1.40625vw, 27px);
  color: #333;
  line-height: 2.14815;
  border: 2px solid #2f5597;
  margin-top: clamp(1em, 4.583333vw, 88px);
  padding: 0 1.55556em;
  transition: all 0.75s;
  z-index: 1;
  transform-origin: left center;
}
.index-case .block .rt a span {
  position: relative;
  z-index: 1;
}
.index-case .block .rt a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2f5597;
  top: 0;
  left: 0;
  animation: bounceOutRight 1s;
  transition: all 1s;
  visibility: hidden;
}
.index-case .block .rt a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.index-case .block .rt a:hover::after {
  animation: slideInLeft 0.5s;
  visibility: visible;
}
.index-case .block::after {
  position: absolute;
  content: "";
  display: block;
  width: 58.06666667%;
  height: 123.333333%;
  background-color: #f08200;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.index-case .block:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 4.4%;
  padding-right: 0;
}
.index-case .block:nth-child(even) .rt {
  align-items: center;
  text-align: left;
}
.index-case .block:nth-child(even) .rt .title h3 {
  color: #f08200;
  transform-origin: right center;
}
.index-case .block:nth-child(even) .rt .title h5 {
  /* color: #f08200; */
  transform-origin: right center;
}
.index-case .block:nth-child(even) .rt a {
  border-color: #f08200;
  transform-origin: right center;
}
.index-case .block:nth-child(even) .rt a::after {
  background-color: #f08200;
}
.index-case .block:nth-child(even)::after {
  right: auto;
  left: 0;
  background-color: #2f5597;
}
.index-case .block:nth-child(even):hover .rt h3,
.index-case .block:nth-child(even):hover .rt h5,
.index-case .block:nth-child(even):hover .rt a {
  transform: rotateY(15deg);
  text-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}
.index-case .block:hover .lt .pic img {
  scale: 1.05;
}
.index-case .block:hover .rt h3,
.index-case .block:hover .rt h5,
.index-case .block:hover .rt a {
  transform: rotateY(-15deg);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.search-banner {
  background-color: #767171;
  margin-top: 2.1354167%;
  padding: 1.9791667% 0 6.71875%;
}
.search-banner .title {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #fff;
  margin-bottom: 0.208333em;
}
.search-banner form {
  position: relative;
  max-width: 862px;
  font-size: clamp(14px, 1.71875vw, 33px);
}
.search-banner form input {
  display: block;
  width: 100%;
  height: 2.5757576em;
  color: #333;
  padding: 0 3em 0 0.757576em;
  outline: none;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.17);
  transition: all 0.5s;
}
.search-banner form input:focus {
  box-shadow: 0px 15px 10px 3px rgba(0, 0, 0, 0.2);
}
.search-banner form input::placeholder {
  color: #999;
}
.search-banner form button {
  position: absolute;
  cursor: pointer;
  width: 2.78788em;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  right: 0;
  top: 0;
}
.search-result {
  padding: 1.041667% 0 2%;
}
.search-result .block {
  margin-bottom: 6.13333%;
}
.search-result .block h4 {
  color: #f08200;
  font-size: clamp(14px, 1.770833vw, 34px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.382353%;
}
.search-result .block p {
  font-size: clamp(12px, 1.2vw, 21px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.search-result .block a {
  color: inherit;
}
.search-result .block:hover h4 {
  text-decoration: underline !important;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.news-list {
  margin: 2.083333% 0 0;
	min-height: 70vh;
}
.news-list .block {
  transition: all 0.5s;
  padding: 1.3020833% 0;
  margin-bottom: 1.3020833%;
}
.news-list .block .container {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
}
.news-list .block .picture {
  position: relative;
  z-index: 1;
  width: 34.26667%;
}
.news-list .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.48551%;
  box-shadow: 7px 10px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.news-list .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .block .text {
  width: 65.7334%;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.17);
  transition: all 0.5s;
}
.news-list .block .text .content {
	width: 100%;
  padding: 2.8397566% 5.5781% 4.969574% 6.5922921%;
  transition: all 0.5s;
}
.news-list .block .text a {
  color: inherit;
}
.news-list .block .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.65589%;
}
.news-list .block .text .title h4 {
  font-size: clamp(14px, 1.458333vw, 28px);
  color: #2f5597;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-right: 0.5em;
}
.news-list .block .text .title h5,
.news-list .block .text .title span {
  white-space: nowrap;
  font-size: clamp(12px, 1.2vw, 22px);
  color: #666;
  font-weight: 700;
}
.news-list .block .text .title h5 {
  text-decoration: underline;
}
.news-list .block .text .title span {
  display: none;
}
.news-list .block .text .brief {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  line-height: 2.111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .block:hover {
  background-color: #e7e6e6;
}
.news-list .block:hover .container {
  transform: translateY(-5px);
}
.news-list .block:hover .picture .pic img {
  scale: 1.05;
}
.news-list .block:hover .text {
  box-shadow: none;
  transition: all 0.2s;
}
.news-list .block:hover .text .content {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.17);
  background-color: rgba(255, 255, 255, 0.91);
}
.news-list .block:hover .text .title h4 a {
  text-decoration: underline !important;
}
.news-list .block:hover .text .title h5 {
  display: none;
}
.news-list .block:hover .text .title span {
  display: block;
}
.back-top {
  position: fixed;
  right: 3.02083%;
  bottom: 5%;
  cursor: pointer;
  animation: fadeOutRight 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  font-size: clamp(12px, 1vw, 16px);
  z-index: 999;
	text-align: center;
	line-height: 1.6667;
	color: #2f5597;
}
.back-top h5 {
	transition: 0s;
}
.back-top i {
	font-size: 2em;
}
.back-top-show {
  animation: fadeInLeft 0.5s;
  visibility: visible;
}
.bread-crumb {
  background-color: #fff;
  position: sticky;
  top: 120px;
  padding: 0.78125% 0 2px;
  color: #999;
  font-size: clamp(14px, 1.2vw, 20px);
  z-index: 50;
}
.bread-crumb .container {
  max-width: 1750px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 3%;
}
.bread-crumb a {
  color: inherit;
}
.bread-crumb p {
  max-width: 50%;
}
.bread-crumb p a {
  text-decoration: underline !important;
}
.bread-crumb p a:last-of-type {
  font-weight: 700;
  /* pointer-events: none; */
  text-decoration: none !important;
}
.bread-crumb p a:hover {
  text-decoration: none !important;
}
.bread-crumb ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40%;
}
.bread-crumb ul li {
  max-width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bread-crumb ul li a:hover {
  text-decoration: underline !important;
}
.news-detail {
  margin-bottom: 3.333333%;
	min-height: 70vh;
}
.news-detail .container {
  position: relative;
  z-index: 1;
  padding: 1.666667% 3.90625% 2.1875% 5.208333%;
  background-color: #fff;
  margin-top: -2%;
}
.news-detail .news-title {
  line-height: 1.6667;
  margin-bottom: 2.716981%;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 2.5vw, 48px);
  color: #2f5597;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.news-detail .news-title h4 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #666;
}
.news-detail article {
  font-size: clamp(14px, 1.35416667vw, 26px);
  color: #666;
  line-height: 2.15385;
}
.news-detail-footer {
  background-color: #014195;
}
.contact-us {
  margin: 4.166667% 0 7.1875%;
	min-height: 90vh;
}
.contact-us .container {
  max-width: 1750px;
  width: 92%;
}
.contact-us .contact-title {
  text-align: center;
  margin-bottom: 6.62857143%;
}
.contact-us .contact-title h2 {
  font-size: clamp(20px, 3.2291667vw, 62px);
  color: #f08200;
  font-weight: 700;
  line-height: 1.2;
}
.contact-us .contact-title h3 {
  font-size: clamp(20px, 3.1770833vw, 61px);
  color: #666;
  font-weight: 700;
  line-height: 1.2;
}
.contact-us .contact-title h5 {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #666;
  line-height: 1.727273;
  margin-top: 0.909091em;
}
.contact-us .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us .wrapper .tab {
  width: 17.714286%;
}
.contact-us .wrapper .tab li {
  border: 2px solid #f08200;
  font-size: clamp(14px, 1.5625vw, 30px);
  color: #000;
  text-align: center;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.73333333em;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 1.9em;
}
.contact-us .wrapper .tab li:last-child {
  margin-bottom: 0;
}
.contact-us .wrapper .tab .active {
  background-color: #f08200;
  color: #fff;
}
.contact-us .wrapper address {
  width: 32.114286%;
  background-color: #fbe5d6;
  padding: 2.114286% 3.57143% 2.457143%;
  min-height: 26vw;
}
.contact-us .wrapper address .content {
  display: none;
}
.contact-us .wrapper address .content:first-child {
  display: block;
}
.contact-us .wrapper address .name {
  font-size: clamp(16px, 1.5625vw, 30px);
  margin-bottom: 0.8em;
}
.contact-us .wrapper address .name span {
  display: inline-block;
  color: #333;
  font-weight: 700;
  margin-right: 1em;
}
.contact-us .wrapper address .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #666;
}
.contact-us .wrapper address .brief p {
  margin-bottom: 0.727273em;
}
.contact-us .wrapper address .brief img {
  display: inline-block;
  width: 1em;
  height: 1em;
  object-fit: scale-down;
  margin-right: 0.5em;
  vertical-align: middle;
}
.contact-us .wrapper form {
  width: 31.25714286%;
}
.contact-us .wrapper form .form-row {
  width: 100%;
}
.contact-us .wrapper form .form-row label {
  font-size: clamp(14px, 1.25vw, 22px);
  color: #f08200;
}
.contact-us .wrapper form .form-row input,
.contact-us .wrapper form .form-row textarea {
  display: block;
  width: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #000;
  outline: none;
  background-color: #e7e6e6;
}
.contact-us .wrapper form .form-row input {
  padding: 0 1em;
  height: 2.5em;
}
.contact-us .wrapper form .form-row textarea {
  padding: 0.7em 1em;
  height: 5.3888889em;
}
.contact-us .wrapper form .btn-row {
  text-align: center;
}
.contact-us .wrapper form .btn-row button {
  background-color: #e7e6e6;
  color: #333;
  font-size: clamp(14px, 1.2vw, 20px);
  border-radius: 0.4em;
  width: 5.5em;
  height: 2.25em;
  margin-top: 0.75em;
}
.about-data {
  margin: 6.25% 0 5.5208333%;
}
.about-data .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-data .container .block {
  position: relative;
  width: 27.533333%;
  height: 0;
  padding-bottom: 27.533333%;
  background: url(../images/about-data-bg.png) no-repeat;
  background-size: contain;
}
.about-data .container .block .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.6667;
}
.about-data .container .block h3 {
  font-size: clamp(20px, 2.708333vw, 52px);
  color: #f08200;
  font-weight: 700;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.about-data .container .block h3 em {
  font-size: clamp(12px, 2.083333vw, 40px);
}
.about-data .container .block h5 {
  font-size: clamp(12px, 1.8229167vw, 35px);
  color: #333;
  font-weight: 700;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.about-intro {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: url(../images/about-intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  font-size: clamp(14px, 1.3541667vw, 26px);
  line-height: 2.15384615;
  color: #333;
  padding: 2.3958333% 0 5%;
  min-height: 31.666667vw;
}
.about-intro::first-letter {
  font-size: 1.846154em;
  line-height: 1;
}
.about-intro .container {
  max-width: 1400px;
}
.about-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 6.9791667% 0 7.03125% 10.9375%;
}
.about-location .lt {
  width: 19.883041%;
  font-size: clamp(14px, 1.875vw, 36px);
  color: #f08200;
  line-height: 1.58333;
}
.about-location .rt {
  width: 76.95906433%;
  display: flex;
}
.about-location .rt .tab {
  width: 20.668693%;
  display: flex;
  flex-direction: column;
}
.about-location .rt .tab li {
  position: relative;
  flex: 0.27719;
  font-size: clamp(14px, 2.083333vw, 40px);
  font-weight: 700;
  color: #2f5597;
  line-height: 1.4;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.about-location .rt .tab li img {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
.about-location .rt .tab .active {
  flex: 0.72281;
  color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.about-location .rt .tab .active img {
  opacity: 1;
}
.about-location .rt .list {
  width: 79.331307%;
  background-color: #b4c7e7;
  padding: 1.82371% 15.957447% 1.44377% 4.25532%;
}
.about-location .rt .list .content {
  display: none;
}
.about-location .rt .list .content:first-child {
  display: block;
}
.about-location .rt .list .block {
  box-shadow: 8px 10px 5px 0px rgba(0, 0, 0, 0.17);
  color: #2f5597;
  background-color: #fff;
  margin-bottom: 3.4794%;
  font-size: clamp(12px, 1.2vw, 19px);
  padding: 0.3684211em 1.157895em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 9.84211em;
}
.about-location .rt .list .block .title {
  font-size: clamp(14px, 1.6666667vw, 32px);
  font-weight: 700;
}
.about-location .rt .list .block .brief {
  line-height: 1.895;
}
.about-location .rt .list .block:last-child {
  margin-bottom: 0;
}
.about-location .rt .list .block:nth-child(even) {
  background-color: #2f5597;
  color: #fff;
}
.partner {
  margin: 0 0 4.166667%;
}
.partner .title {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #f08200;
  text-align: center;
  background-color: #e7e6e6;
  padding: 5.0520833% 0 6.458333%;
  margin-bottom: 4.0625%;
}
.partner .title h3 {
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.partner .title h3 span {
  display: inline-block;
}
.partner .container {
  position: relative;
}
.partner .swiper-button-prev,
.partner .swiper-button-next {
  font-size: clamp(20px, 2.8125vw, 54px);
  width: 1em;
}
.partner .swiper-button-prev::after,
.partner .swiper-button-next::after {
  display: none;
}
.partner .swiper-button-prev {
  left: 0;
  transform: translateX(-100%);
}
.partner .swiper-button-next {
  right: 0;
  transform: translateX(100%);
}
.partner .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54.545455%;
}
.partner .swiper .pic .img {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partner .swiper .pic img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.partner .swiper .pic:hover img {
  scale: 0.95;
}
.prod-tab {
  margin-bottom: 10.052083%;
  margin-top: -10.052083%;
}
.prod-tab .container {
  max-width: 1200px;
}
.prod-tab .container ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.prod-tab .container ul li {
  width: 24.83333%;
  min-height: 2.6em;
  color: #fff;
  background-color: #f08200;
  border: 1px solid transparent;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.2;
	font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.prod-tab .container ul li a {
  display: block;
  color: inherit;
}
.prod-tab .container ul li:hover {
  color: #f08200;
  background-color: #fff;
  border-color: #f08200;
}
.prod-list {
	min-height: 70vh;
}
.prod-list .prod-title {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 8.13333%;
}
.prod-list .prod-title h3 {
  font-size: clamp(20px, 2.5vw, 48px);
  color: #f08200;
  font-weight: 700;
}
.prod-list .prod-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #999;
	text-align: center;
}
.prod-list .wrapper .block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.8%;
  box-shadow: 8px 10px 5.7px 0.3px rgba(0, 0, 0, 0.15);
}
.prod-list .wrapper .block .lt {
  width: 39.8%;
}
.prod-list .wrapper .block .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.54438861%;
}
.prod-list .wrapper .block .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.prod-list .wrapper .block .rt {
  width: 60.2%;
  padding: 2% 7.3333%;
}
.prod-list .wrapper .block .rt h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #333;
  line-height: 1.6667;
}
.prod-list .wrapper .block .rt h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #999;
  line-height: 1.2;
}
.prod-list .wrapper .block .rt a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  line-height: 2.68966;
  border: 2px solid #f08200;
  margin-top: clamp(1em, 3.75vw, 72px);
  padding: 0 1.551724em;
  transition: all 0.75s;
  z-index: 1;
  transform-origin: left center;
}
.prod-list .wrapper .block .rt a span {
  position: relative;
  z-index: 1;
}
.prod-list .wrapper .block .rt a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f08200;
  top: 0;
  left: 0;
  animation: bounceOutRight 1s;
  transition: all 1s;
  visibility: hidden;
}
.prod-list .wrapper .block .rt a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.prod-list .wrapper .block .rt a:hover::after {
  animation: slideInLeft 0.5s;
  visibility: visible;
}
.prod-list .wrapper .block .rt .icon {
  position: absolute;
  right: 1%;
  bottom: 4.222%;
  font-size: clamp(20px, 3.28125vw, 63px);
  width: 1em;
}
.prod-list .wrapper .block .rt .icon img {
  transition: all 0.5s;
  filter: contrast(0);
}
.prod-list .wrapper .block:hover .lt .pic img {
  scale: 1.05;
}
.prod-list .wrapper .block:hover .rt .icon img {
  filter: contrast(1);
}
.prod-detail {
  margin-bottom: 5.78125%;
	min-height: 70vh;
}
.prod-detail .bread-crumb p {
  max-width: 100%;
}
.prod-detail .prod-intro {
  margin: 5.266667% 0 6.133333%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-detail .prod-intro .lt {
  width: 38%;
  line-height: 1.6667;
}
.prod-detail .prod-intro .lt h3 {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #f08200;
  font-weight: 700;
}
.prod-detail .prod-intro .lt h4 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #666;
  font-weight: 700;
}
.prod-detail .prod-intro .rt {
  width: 59%;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #666;
  line-height: 1.69697;
  font-style: italic;
}
.prod-detail .prod-pic {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
}
.prod-detail .prod-pic img {
  display: block;
  margin: 1em auto;
  border: 1px solid #000;
}
footer {
  background-color: #666;
  text-align: center;
  padding: 1% 0;
}
footer p {
  font-size: clamp(12px, 1vw, 13px);
  color: #fff;
  line-height: 1.6667;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: inherit;
  text-decoration: underline !important;
}
