@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;
}
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: 225px;
  width: 100%;
}
.container {
  max-width: 1400px;
  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;
}
header .header-top {
  background-color: #eee;
}
header .header-top .container {
  height: 40px;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
}
header .header-top .container img {
	max-width: 1.5em;
	max-height: 1.5em;
}
header .header-top .container a {
  color: inherit;
}
header .header-top .container a:hover {
  text-decoration: underline !important;
}
header .header-top .container a:nth-of-type(1) {
  color: #d6241b;
  font-weight: 700;
}
header .header-top .container a:nth-of-type(3) {
  color: #d6241b;
}
header .header-mid .container {
  height: 123px;
}
header .header-mid .logo {
  width: 65.166667%;
  display: flex;
  align-items: center;
}
header .header-mid .logo img {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
header .header-mid .logo img .title h3 {
  color: #999;
  font-size: clamp(14px, 1.162791vw, 20px);
}
header .header-mid .logo .title {
  font-size: clamp(14px, 1.162791vw, 20px);
  border-left: 1px solid #c9c9c9;
  padding-left: 0.5em;
  margin-left: 1em;
}
header .header-mid .logo .title h4 {
  color: #999;
}
header .header-mid .logo .title h4 span {
  font-weight: 700;
  color: #076bb4;
}
header .header-mid .logo .title h5 {
  color: #333;
}
header .header-mid .info {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.162791vw, 20px);
}
header .header-mid .info .title {
  line-height: 1.5;
	display: flex;
	align-items: center;
}
header .header-mid .info .title div:first-child {
	margin-right: 1em;
}
header .header-mid .info .title h4 {
  color: #076bb4;
}
header .header-mid .info .title h4 span {
  font-size: 1.1em;
}
header .header-bt {
  background-color: #fff;
  border-top: 2px solid #e5e5e5;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .lv1 > li::after {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 1.45em;
  background-color: #eee;
  right: -35%;
}
header .lv1 > li > a {
  line-height: 60px;
  color: #333;
  font-size: clamp(16px, 1.162791vw, 20px);
  transition: all 0.5s;
  text-transform: uppercase;
  padding: 0 1.3em;
}
header .lv1 > li > a:hover {
  color: #076bb4;
}
header .lv1 > li > a img {
  max-width: 1.505em;
  max-height: 1.505em;
}
header .lv1 > li > a i {
  color: #c9c9c9;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > li:last-child::after {
  display: none;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #fff;
}
header .lv1 > .active::after {
  display: none;
}
header .lv1 > .active > a {
  background-color: #076bb4;
  color: #fff !important;
}
header .lv1 > .active > a img {
  filter: contrast(0) brightness(200%);
}
header .lv1 > .active > a i {
  color: #fff;
}
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: 14px;
  color: #fff;
}
header .lv2 > li a:hover {
  text-decoration: underline !important;
}
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;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #076bb4;
  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: #076bb4;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #076bb4;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 6s;
  transform: scale(1.1);
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.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-img {
  transform: scale(1);
}
.index-banner .swiper .swiper-slide-duplicate-active .banner-img {
  transform: scale(1);
}
.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: 3%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #0e69ab;
  transition: all 0.5s;
  margin: 0 4px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.index-title {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}
.index-title h3 {
  font-size: clamp(20px, 1.97916667vw, 38px);
  color: #333;
  font-weight: 700;
  position: relative;
}
.index-title h4 {
  font-size: clamp(18px, 1.97916667vw, 28px);
  color: #333;
  font-weight: 700;
  position: relative;
}
.index-title h3 span {
  color: #0e69ab;
}
.index-title h5 {
  font-size: clamp(12px, 1.2vw, 18px);
  color: #333;
}
.index-title h6 {
  font-size: clamp(12px, 1.2vw, 16px);
  color: #696969;
  text-transform: uppercase;
}
.index-title em {
  position: relative;
  display: block;
  width: 90%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 2px auto 11px;
}
.index-title em::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0e69ab;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.index-title i {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #0e69ab;
  margin: 0 auto 0.6%;
}
.search-banner {
  background-color: #fff;
}
.search-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 74px;
}
.search-banner .container .lt {
  flex: 1;
  margin-right: 1em;
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.36;
}
.search-banner .container .lt span {
  position: relative;
  font-weight: 700;
  font-size: 1.1875em;
  border-left: 3.5px solid #076bb4;
  padding-left: 0.57895em;
}
.search-banner .container .lt span::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 2px;
  width: 1px;
  height: 100%;
  background-color: #076bb4;
}
.search-banner .container .lt a {
  color: inherit;
}
.search-banner .container .lt a:hover {
  text-decoration: underline !important;
}
.search-banner .container .rt {
  width: 19.57143%;
  min-width: 250px;
}
.search-banner .container .rt form {
  position: relative;
  width: 100%;
  font-size: 15px;
}
.search-banner .container .rt input {
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  color: #333;
  height: 2em;
  padding: 0 6em 0 1em;
  border: 1px solid #d7d8da;
  border-radius: 1em;
}
.search-banner .container .rt input::placeholder {
  color: #a7a6a6;
}
.search-banner .container .rt button {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.8em;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  background-color: #076bb4;
  border-radius: 0 1em 1em 0;
}
.search-banner .container .rt button img {
  width: 1.66666667em;
}
.index-prod-cate {
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.index-prod-cate .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.index-prod-cate .container .block {
  width: 25%;
  transition: all 0.5s;
  padding: 2.714286% 10px 2%;
  font-size: clamp(16px, 1.39535vw, 24px);
}
.index-prod-cate .container .block .icon {
  display: block;
  margin: 0 auto;
  width: 2.416667em;
  height: 2.416667em;
}
.index-prod-cate .container .block .icon img {
  max-height: 100%;
}
.index-prod-cate .container .block h4 {
  color: #000;
  line-height: 1.8;
}
.index-prod-cate .container .block h5 {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.8;
  color: #666;
  text-transform: uppercase;
}
.index-prod-cate .container .block:hover {
  background-color: #fff;
}
.index-prod-cate .container .block:hover .icon img {
  animation: swing 1s;
}
.index-prod {
  margin: 2% 0;
}
.index-prod .prod-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.42857%;
}
.index-prod .prod-tab li {
  position: relative;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  min-width: 9.0625em;
  padding: 0 1em;
  text-align: center;
  line-height: 2.375;
  border-radius: 1.1875em;
  background-color: #ececec;
  margin: 0.65625em;
  z-index: 1;
  transition: all 0.5s;
}
.index-prod .prod-tab li::before {
  position: absolute;
  display: block;
  content: "";
  border: 0.75em solid transparent;
  border-top: 0.5625em solid #076bb4;
  border-bottom: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.index-prod .prod-tab .active {
  background-color: #076bb4;
  color: #fff;
}
.index-prod .prod-tab .active::before {
  transform: translate(-50%, 100%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.index-prod .prod-swiper .swiper {
  display: none;
  padding: 7px;
}
.index-prod .prod-swiper .swiper:first-child {
  display: block;
}
.index-prod .prod-swiper .swiper .swiper-slide {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}
.index-prod .prod-swiper .swiper .swiper-slide:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
  transition: all 0.5s;
}
.index-prod .prod-swiper .swiper .swiper-slide:hover .pic img {
  scale: 0.95;
}
.index-prod .prod-swiper .swiper .swiper-slide:hover .title {
  color: #076bb4;
}
.index-prod .prod-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 78.062678%;
  border-bottom: 1px solid #e5e5e5;
}
.index-prod .prod-swiper .pic a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-prod .prod-swiper .pic img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: all 0.5s;
}
.index-prod .prod-swiper .title {
  font-size: clamp(14px, 1.14583333vw, 22px);
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  padding: 0 0.5em;
}
.index-prod .prod-swiper .title a {
  color: inherit;
}
.index-prod .prod-swiper .index-more {
  font-size: clamp(12px, 1.27907vw, 16px);
}
.index-more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.6666667vw, 32px);
}
.index-more a {
  color: #fff;
  border-radius: 4px;
  text-align: center;
  min-width: 7.0625em;
  line-height: 1.65625;
  padding: 0 0.5em;
}
.index-more a img {
  width: 1.28125em;
}
.index-more a:hover {
  animation: pulse 1s;
}
.index-more a:nth-child(2) {
  margin-left: 1.40625em;
}
.index-more .contact {
  background-color: #076bb4;
}
.index-more .sample {
  background-color: #d6241b;
}
.index-slogan img {
  display: block;
  width: 100%;
}
.index-solution {
  padding: 2% 0;
  background-color: #f6f6f6;
}
.index-solution .solution-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.07143%;
}
.index-solution .solution-tab li {
  font-size: clamp(14px, 1.16279vw, 20px);
  cursor: pointer;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  line-height: 2.6;
  min-width: 9em;
  padding: 0 0.5em;
  margin: 0.275em;
}
.index-solution .solution-tab li img {
  width: 1.8em;
  height: 1.8em;
  object-fit: scale-down;
}
.index-solution .solution-tab .active {
  border-color: #073995;
}
.index-solution .solution-swiper .swiper {
  display: none;
}
.index-solution .solution-swiper .swiper:first-child {
  display: block;
}
.index-solution .solution-swiper .swiper .swiper-slide {
  background-color: #fff;
  padding: 15px 14px 9px;
}
.index-solution .solution-swiper .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-solution .solution-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.7742%;
}
.index-solution .solution-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-solution .solution-swiper .title {
  text-align: center;
  font-size: clamp(14px, 1.162791vw, 20px);
  color: #000;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75em;
}
.index-solution .index-more {
  margin-top: 2.42857%;
}
.index-case {
  background: url(../images/index-case-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2% 0;
}
.index-case .case-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.42857%;
}
.index-case .case-tab li {
  position: relative;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  min-width: 9.0625em;
  padding: 0 1em;
  text-align: center;
  line-height: 2.375;
  border-radius: 1.1875em;
  background-color: #fff;
  margin: 0.65625em;
  z-index: 1;
  transition: all 0.5s;
}
.index-case .case-tab li::before {
  position: absolute;
  display: block;
  content: "";
  border: 0.75em solid transparent;
  border-top: 0.5625em solid #076bb4;
  border-bottom: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.index-case .case-tab .active {
  background-color: #076bb4;
  color: #fff;
}
.index-case .case-tab .active::before {
  transform: translate(-50%, 100%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.index-case .case-swiper .swiper {
  display: none;
}
.index-case .case-swiper .swiper:first-child {
  display: block;
}
.index-case .case-swiper .swiper .swiper-slide {
  background-color: #f6f6f6;
}
.index-case .case-swiper .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-case .case-swiper .swiper .swiper-slide:hover .title {
  color: #0e69ab;
}
.index-case .case-swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 76.1062%;
}
.index-case .case-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .case-swiper .title {
  text-align: center;
  padding: 0 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: clamp(14px, 1.2vw, 18px);
  transition: all 0.5s;
}
.index-case .case-swiper .title a {
  color: inherit;
}
.index-case .index-more {
  margin-top: 2.42857%;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2% 0 6.3541667%;
}
.index-about .index-title h3 {
  color: #fff;
}
.index-about .index-title h5 {
  color: #fff;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .data .block {
  color: #fff;
  font-size: clamp(12px, 1.5625vw, 30px);
  line-height: 1.8;
}
.index-about .data .block h3 {
  font-size: 1.7em;
  font-weight: 700;
}
.index-about-intro {
  background-color: #f5f5f5;
  background-image: url(../images/index-intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 0 0 2.6041667%;
}
.index-about-intro .intro .container {
  max-width: 1471px;
  background-color: #fff;
  border-radius: 1.263158em;
  font-size: clamp(14px, 1.1046512vw, 19px);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.11);
  padding: 1.97916667% 2.708333% 3.8020833% 4.0625%;
  transform: translateY(-4.6875vw);
}
.index-about-intro .intro .brief {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about-intro .intro .brief .lt {
  width: 48.32215%;
  line-height: 3.21052632;
  color: #333;
  text-indent: 2em;
}
.index-about-intro .intro .brief .rt {
  width: 50.70843%;
}
.index-about-intro .intro .brief .rt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 73.82353%;
}
.index-about-intro .intro .brief .rt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about-intro .intro .brief .rt .pic .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(30px, 4.4791667vw, 86px);
}
.index-about-intro .intro .brief .rt .pic .play-btn img {
  position: relative;
}
.index-about-intro .intro .brief .rt .pic .play-btn:hover img {
  scale: 0.9;
}
.index-about-intro .intro .brief .rt .pic:hover a > img {
  scale: 1.05;
}
.index-about-intro .intro .wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2.5% 0 3.5%;
}
.index-about-intro .intro .wrapper a {
  min-width: 13.721104%;
  font-size: clamp(14px, 1.39535vw, 24px);
  text-align: center;
  color: #333;
  background-color: #eee;
  border-radius: 0 1.25em 0 1.25em;
  padding: 1.86428% 0.5em 2.31171%;
  transition: all 0.5s;
}
.index-about-intro .intro .wrapper a .icon {
  width: 2.2916667em;
  height: 2.2916667em;
  margin: 0 auto;
}
.index-about-intro .intro .wrapper a .icon img {
  max-height: 100%;
  transition: all 0.5s;
}
.index-about-intro .intro .wrapper a:hover {
  background-color: #076bb4;
  color: #fff;
}
.index-about-intro .intro .wrapper a:hover .icon img {
  filter: contrast(0) brightness(200%);
}
.honor {
  margin-top: -2%;
}
.honor .container {
  max-width: 1493px;
  position: relative;
}
.honor .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 141.806%;
}
.honor .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.honor .swiper .pic:hover img {
  scale: 1.05;
}
.honor .swiper-button-prev,
.honor .swiper-button-next {
  font-size: clamp(16px, 1.27907vw, 22px);
  color: #fff;
  background-color: #0e62c2;
  width: 2em;
  height: 2em;
}
.honor .swiper-button-prev::after,
.honor .swiper-button-next::after {
  font-size: inherit;
  color: inherit;
}
.honor .swiper-button-prev {
  left: -4%;
}
.honor .swiper-button-next {
  right: -4%;
}
.index-serv {
  background: url(../images/index-serv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 1% 0 4%;
}
.index-serv .container {
  max-width: 1520px;
}
.index-serv .index-title {
  margin-bottom: 4%;
}
.index-serv .index-title h3 {
  color: #fff;
}
.index-serv .index-title h5 {
  color: #fff;
}
.index-serv .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .wrapper .block {
  width: 10.6579%;
  text-align: center;
  font-size: clamp(16px, 1.40625vw, 27px);
  color: #0e69ab;
}
.index-serv .wrapper .block:hover .icon img {
  animation: tada 1s;
}
.index-serv .wrapper .block .pic {
  background: url(../images/index-serv-block-bg.png) no-repeat;
  background-size: contain;
  padding: 11.111111% 0 20.98765432%;
}
.index-serv .wrapper .block h3 {
  font-weight: 700;
  line-height: 1.8;
}
.index-serv .wrapper .block .icon {
  width: 2.083333em;
  height: 2.083333em;
  margin: 0 auto;
}
.index-serv .wrapper .block .icon img {
  display: inline-block;
	vertical-align: baseline;
  max-height: 100%;
}
.index-serv .wrapper .block h4 {
  font-size: 0.8888889em;
  color: #fff;
  margin-top: 0.5em;
}
.index-serv .index-more {
  margin-top: 3%;
}
.index-serv .index-more .contact {
  border: 1px solid #fff;
}
.index-adv {
  margin: 1.5% 0;
}
.index-adv .index-title {
  margin-bottom: 3%;
}
.index-adv .wrapper .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 0 3%;
  box-shadow: 15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row .lt {
  display: flex;
  width: 49.25%;
}
.index-adv .wrapper .row .lt .num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-adv .wrapper .row .lt .num h2 {
  position: relative;
  font-size: clamp(20px, 2.1875vw, 42px);
  font-family: Impact, sans-serif;
  line-height: 1.0952381;
  width: 1.85714286em;
  background-color: #0964a6;
  color: #fff;
  text-align: center;
}
.index-adv .wrapper .row .lt .num h2::before,
.index-adv .wrapper .row .lt .num h2::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  transform: translate(0, -100%);
  border: 0.92857143em solid transparent;
  border-bottom: 0.52381em solid #0964a6;
  border-top: 0;
}
.index-adv .wrapper .row .lt .num h2::after {
  transform: translate(0, 100%) rotate(180deg);
  top: auto;
  bottom: 0;
}
.index-adv .wrapper .row .lt .num em {
  flex: 1;
  padding-top: 44px;
  width: 1px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.index-adv .wrapper .row .lt .num em i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #666;
  animation: shine 1s infinite;
}
.index-adv .wrapper .row .lt .num em i:nth-child(1) {
  animation-delay: 0s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(2) {
  animation-delay: 0.2s;
}
.index-adv .wrapper .row .lt .num em i:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes shine {
  0% {
    background-color: #666;
  }
  100% {
    scale: 1.3;
    background-color: #ff9f00;
  }
}
.index-adv .wrapper .row .lt .brief {
  flex: 1;
  margin-left: 4.647887%;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #666;
  line-height: 2.555556;
  margin-top: -1%;
}
.index-adv .wrapper .row .lt .brief .title {
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.507837%;
  margin-bottom: 10px;
}
.index-adv .wrapper .row .lt .brief .title h4 {
  color: #333;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-adv .wrapper .row .lt .brief .title h5 {
  font-size: clamp(12px, 1.22093vw, 21px);
  color: #333;
}
.index-adv .wrapper .row .rt {
  width: 46.583333%;
  padding: 0 2.0833333% 0 0;
}
.index-adv .wrapper .row .rt .pic {
  text-align: center;
}
.index-adv .wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
  box-shadow: -15px 20px 20px -15px rgba(0, 0, 0, 0.2);
}
.index-adv .wrapper .row:nth-child(even) .lt {
  flex-direction: row-reverse;
}
.index-adv .wrapper .row:nth-child(even) .lt .brief {
  margin-left: 0;
  margin-right: 4.647887%;
}
.index-adv .wrapper .row:nth-child(even) .rt {
  padding: 0 0 0 1.7857143%;
}
.index-adv .index-more {
  margin-top: 3%;
}
.index-partner {
  padding: 1.5% 0 1.5%;
  background-color: #f1f1f1;
}
.index-partner .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.857143%;
}
.index-partner .wrapper .block {
  position: relative;
  width: 14.2857143%;
  margin-bottom: 2.42857%;
}
.index-partner .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60.10101%;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.5s;
}
.index-partner .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.index-partner .wrapper .block .pic:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}
.index-partner .wrapper .block .pic:hover img {
  scale: 0.9;
}
.index-partner .index-more {
  margin-top: 2%;
}
.index-producer {
  display: flex;
  flex-wrap: wrap;
}
.index-producer .lt {
  width: 56.041667%;
  background: url(../images/index-producer-lt-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.2291667% 2.2395833% 2% 13.5416667%;
}
.index-producer .lt .index-title {
  text-align: left;
  margin-bottom: 9.597925%;
}
.index-producer .lt .index-title h3 {
  color: #fff;
}
.index-producer .lt .index-title h5 {
  color: #fff;
}
.index-producer .lt .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-producer .lt .wrapper .block {
  width: 30.709677%;
  font-size: clamp(12px, 1.066667vw, 16px);
  border-radius: 0.375em;
  border: 1px solid #fff;
  padding: 0.625em;
}
.index-producer .lt .wrapper .block .title {
  font-size: 1.1875em;
  width: 2.947368em;
  height: 2.947368em;
  line-height: 1;
  border-radius: 50%;
  font-weight: 700;
  color: #086dac;
  text-align: center;
  background-color: #fff;
  border: 0.210526em solid #fff;
  box-shadow: inset 0 0 0 0.210526em #086dac;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: translateY(-65%);
}
.index-producer .lt .wrapper .block .brief {
  line-height: 2.1875;
  color: #fff;
  min-height: 8.75em;
}
.index-producer .lt .index-more {
  justify-content: flex-start;
  margin-top: 8.819715%;
}
.index-producer .rt {
  width: 43.958333%;
}
.index-producer .rt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news {
  margin: 1.5% 0 2.5%;
}
.index-news .title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
}
.index-news .title h4 {
  font-size: clamp(14px, 1.27907vw, 22px);
  color: #333;
  line-height: 1.90909091;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.81818182em;
}
.index-news .title h4 a {
  color: inherit;
}
.index-news .title h4:hover {
  color: #076bb4;
}
.index-news .title p {
  font-size: clamp(12px, 1vw, 15px);
  color: #666;
  line-height: 2.533333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 10.133332em;
}
.index-news .title p a {
  color: inherit;
}
.index-news .title p:hover {
  color: #076bb4;
}
.index-news .title .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .title .date span {
  font-size: clamp(12px, 1vw, 14px);
  color: #999;
}
.index-news .title .date a {
  font-size: clamp(12px, 1vw, 14px);
  color: #999;
  background-color: #eee;
  border-radius: 1em;
  padding: 0 1em;
  line-height: 1.857143;
  transition: all 0.5s;
}
.index-news .title .date a:hover {
  color: #fff;
  background-color: #076bb4;
}
.index-news .line1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.5%;
}
.index-news .line1 .lt {
  width: 50.357143%;
}
.index-news .line1 .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.296857%;
}
.index-news .line1 .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .line1 .lt .pic:hover img {
  scale: 1.05;
}
.index-news .line1 .rt {
  width: 47.9286%;
}
.index-news .line1 .rt .block1 {
  margin-bottom: 5.928854%;
}
.index-news .line1 .rt .block1 .title h4 {
  margin-bottom: 7.90513834%;
}
.index-news .line1 .rt .block1 .title .date {
  margin-top: 7.90513834%;
}
.index-news .line1 .rt .block2 h4 {
  height: 1.90909091em;
  -webkit-line-clamp: 1;
}
.index-news .line1 .rt .block2 .date {
  margin-top: 3.1620553%;
}
.index-news .line2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .line2 .block {
  width: 49.642857%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .line2 .block .picture {
  width: 44.7482%;
}
.index-news .line2 .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71.70418%;
}
.index-news .line2 .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .line2 .block .picture .pic:hover img {
  scale: 1.05;
}
.index-news .line2 .block .title {
  width: 52.94964%;
}
.index-news .line2 .block .title h4 {
  margin-bottom: 3.26087%;
}
.index-news .line2 .block .title p {
  -webkit-line-clamp: 2;
  height: 5.066666em;
}
.index-news .line2 .block .title .date {
  margin-top: 4.89130435%;
}
footer .footer-top {
  background-color: #1b1b1b;
  padding: 2.083333% 0 2.60416667%;
}
footer .footer-top h3 {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 700;
  color: #fff;
}
footer .footer-top h4 {
  color: #fff;
  display: inline-block;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.6666667em;
  margin-bottom: 1.222222em;
}
footer .footer-top h5 {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
}
footer .footer-top ul li {
  color: #fff;
  font-size: clamp(14px, 1vw, 15px);
  margin-bottom: 1.4666667em;
}
footer .footer-top ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top ul li a {
  color: inherit;
}
footer .footer-top ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-top p {
  color: #fff;
  font-size: clamp(12px, 1vw, 15px);
  margin-bottom: 1.4666667em;
}
footer .footer-top p:last-of-type {
  margin-bottom: 0;
}
footer .footer-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top nav {
  width: 36.2857143%;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .ewm {
  width: 21.42857%;
}
footer .footer-top .ewm .wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .ewm .wrapper .block {
  width: 45.333333%;
  text-align: center;
}
footer .footer-top .info {
  width: 27.857143%;
}
footer .footer-mid {
  font-size: clamp(12px, 1.066667vw, 16px);
  text-align: center;
  color: #fff;
  background-color: #1b1b1b;
  padding: 0.5208333% 0;
  border-top: 1px solid #fff;
}
footer .footer-mid a {
  color: inherit;
}
footer .footer-mid a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  background: url(../images/footer-bt-bg.jpg) no-repeat;
  background-size: cover;
  padding: 23px 0 10px;
}
footer .footer-bt .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-bt .container .logo {
  width: 23.42857143%;
}
footer .footer-bt .container form {
  width: 27.642857%;
}
footer .footer-bt .container form input {
  display: block;
  width: 100%;
  height: 2.5em;
  transition: all 0.5s;
  border: 1px solid rgba(238, 238, 238, 0.4);
  font-size: clamp(14px, 1.0666667vw, 16px);
  background: transparent;
  color: #fff;
  border-radius: 1.25em;
  margin-bottom: 1.75em;
  padding: 0 1.375em;
  outline: none;
}
footer .footer-bt .container form input:focus {
  border-color: #fff;
}
footer .footer-bt .container form input::placeholder {
  color: #fff;
}
footer .footer-bt .container form button {
  background-color: #d6241b;
  color: #fff;
  font-size: clamp(14px, 1.51041667vw, 29px);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  padding: 0 1em;
  height: 1.82758621em;
  border-radius: 1em;
}
footer .footer-bt .container form button img {
  width: 1.24138em;
  margin-right: 0.2758621em;
}
footer .footer-bt .container form button:hover {
  filter: brightness(90%);
}
footer .footer-bt .container .info {
  width: 24.2857143%;
}
footer .footer-bt .container .info h4 {
  font-size: clamp(14px, 1.1627907vw, 20px);
  color: #fff;
  margin-bottom: 1.5em;
}
footer .footer-bt .container .info h4 span {
  font-weight: 700;
  font-size: 1.3em;
}
footer .footer-bt .container .info .index-more a {
  line-height: 2;
}
.inner-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-banner .container {
  position: absolute;
  color: #fff;
}
.inner-banner .container h3 {
  font-size: clamp(20px, 1.875vw, 36px);
}
.inner-banner .container h5 {
  display: inline-block;
  font-size: clamp(12px, 1.2vw, 18px);
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  font-weight: 300;
}
.inner-list-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.42857%;
}
.inner-list-tab li {
  position: relative;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  min-width: 9.0625em;
  padding: 0 1em;
  text-align: center;
  line-height: 2.375;
  border-radius: 1.1875em;
  background-color: #ececec;
  margin: 0.65625em;
  z-index: 1;
  transition: all 0.5s;
}
.inner-list-tab li a {
  color: inherit;
}
.inner-list-tab li::before {
  position: absolute;
  display: block;
  content: "";
  border: 0.75em solid transparent;
  border-top: 0.5625em solid #076bb4;
  border-bottom: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.inner-list-tab .active {
  background-color: #076bb4;
  color: #fff;
}
.inner-list-tab .active::before {
  transform: translate(-50%, 100%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.case-list {
  margin: 1.5% 0 5%;
}
.case-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-list .wrapper .block {
  width: 32.14286%;
  background-color: #f6f6f6;
  margin-bottom: 22px;
  padding-bottom: 2.2857143%;
}
.case-list .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.9593%;
}
.case-list .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-list .wrapper .block .title {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #000;
  padding: 0 0.5em;
  transition: all 0.5s;
  margin: 0.2em 0 0.3em;
}
.case-list .wrapper .block .title a {
  color: inherit;
}
.case-list .wrapper .block .index-more {
	font-size: clamp(14px, 1.1vw, 20px);
}
.case-list .wrapper .block:hover .pic img {
  scale: 1.05;
}
.case-list .wrapper .block:hover .title {
  color: #076bb4;
}
.case-detail {
  margin: 1.5% 0 4%;
}
.case-detail .index-title {
  margin-bottom: 3%;
}
.case-detail article {
  font-size: clamp(14px, 1vw, 16px);
  color: #666;
  line-height: 2.5;
}
.case-detail article img {
  margin: 1em auto;
}
.case-detail .article-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 3%;
}
.case-detail .article-tab div {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.09375vw, 16px);
  color: #333;
}
.case-detail .article-tab div p {
  margin-bottom: 0.25em;
}
.case-detail .article-tab div a {
  color: inherit;
  transition: all 0.5s;
}
.case-detail .article-tab div a:hover {
  color: #076bb4;
}
.case-detail .back {
  text-align: center;
}
.case-detail .back a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  min-width: 12.8125em;
  line-height: 3.25;
  border: 1px solid #bbb;
  border-radius: 1.625em;
  font-family: var(--Noto-Sans-SC);
  font-weight: 600;
  margin-top: 2.5714286%;
  transition: all 0.5s;
}
.case-detail .back a img {
  margin-left: 4px;
}
.case-detail .back a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}
.prod-list {
  margin: 1.5% 0 3%;
}
.prod-list .container {
  max-width: 1464px;
}
.prod-list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list .wrapper .block {
  width: 23.97541%;
  background-color: #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 22px;
  transition: all 0.5s;
}
.prod-list .wrapper .block:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
  transition: all 0.5s;
}
.prod-list .wrapper .block:hover .pic img {
  scale: 0.95;
}
.prod-list .wrapper .block:hover .title {
  color: #076bb4;
}
.prod-list .wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 78.062678%;
  border-bottom: 1px solid #e5e5e5;
}
.prod-list .wrapper .block .pic a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-list .wrapper .block .pic img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: all 0.5s;
}
.prod-list .wrapper .block .title {
  font-size: clamp(14px, 1.14583333vw, 22px);
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  padding: 0 0.5em;
}
.prod-list .wrapper .block .title a {
  color: inherit;
}
.prod-list .wrapper .block .index-more {
  font-size: clamp(12px, 1.27907vw, 16px);
}
.news-list {
  margin: 1.5% 0 3%;
}
.news-list .wrapper .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1.64285714% 3% 2.2142857% 1.2857143%;
  transition: all 0.5s;
  border: 1px solid #f0f0f0;
  margin-bottom: 22px;
}
.news-list .wrapper .block .picture {
  width: 27.761194%;
}
.news-list .wrapper .block .picture .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.40625%;
}
.news-list .wrapper .block .picture .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .wrapper .block .title {
  width: 70.149254%;
}
.news-list .wrapper .block .title h4 {
  font-size: clamp(14px, 1.39535vw, 24px);
  color: #333;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1.0123457%;
}
.news-list .wrapper .block .title h4 a {
  color: inherit;
}
.news-list .wrapper .block .title p {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 2.8125;
  height: 5.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .wrapper .block .title p a {
  color: inherit;
}
.news-list .wrapper .block .title .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4321%;
}
.news-list .wrapper .block .title .date span {
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
}
.news-list .wrapper .block .title .date .index-more {
	font-size: clamp(14px, 1.2vw, 20px);
}
.news-list .wrapper .block:hover {
  background-color: #f4f4f4;
  border-color: #076bb4;
  transform: translateY(-3px);
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.11);
}
.news-list .wrapper .block:hover .picture .pic img {
  scale: 1.05;
}
.news-list .wrapper .block:hover .title h4 {
  color: #076bb4;
}
.prod-intro {
  padding: 1.5% 0 3%;
  background-color: #f8f8f8;
}
.prod-intro .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.prod-intro .container .index-title h3 {
  color: #000;
}
.prod-intro .container .lt {
  width: 24.64286%;
}
.prod-intro .container .lt .block {
  display: flex;
  font-size: clamp(14px, 1.27907vw, 22px);
  color: #000;
  line-height: 1.5909091;
  margin-bottom: 3em;
}
.prod-intro .container .lt .block:last-child {
  margin-bottom: 0;
}
.prod-intro .container .lt .block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.81818182em;
  height: 2.81818182em;
  border-radius: 50%;
  border: 1px solid #076bb4;
}
.prod-intro .container .lt .block .icon img {
  max-width: 73%;
  max-height: 73%;
}
.prod-intro .container .lt .block .feature {
  flex: 1;
  margin-left: 0.54545455em;
}
.prod-intro .container .mid {
  width: 42.92857%;
}
.prod-intro .container .mid .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 92.01331115%;
  transform-style: preserve-3d;
  perspective: 800px;
}
.prod-intro .container .mid .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  z-index: 5;
  transition: all 1s;
}
.prod-intro .container .mid .pic .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dotted #076bb4;
  z-index: -1;
  transition: all 0.5s;
}
.prod-intro .container .mid .pic .circle1 {
  transform: translate(-4%, 0);
}
.prod-intro .container .mid .pic .circle2 {
  transform: translate(4%, 0);
}
.prod-intro .container .mid .pic:hover img {
  transform: translateZ(100px);
}
.prod-intro .container .mid .pic:hover .circle {
  scale: 1.05;
}
.prod-intro .container .rt {
  width: 22.714286%;
  font-size: clamp(14px, 1.27907vw, 22px);
  color: #000;
  line-height: 3.09091;
}
.prod-description {
	margin: 1.5% 0 3%;
}
.prod-description article {
	color: #333;
	font-size: clamp(14px, 1.2vw, 20px);
	line-height: 2.25;
}
.prod-video {
  margin: 1.5% 0;
}
.prod-video .index-title {
  margin-bottom: 1%;
}
.prod-video .index-title h3 {
  color: #000;
}
.prod-video .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.857143%;
}
.prod-video .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-video .video .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(7, 107, 180, 0.4);
}
.prod-video .video .play-btn img {
  transition: all 0.5s;
  width: clamp(30px, 4.6875vw, 90px);
}
.prod-video .video .play-btn:hover img {
  scale: 1.05;
  transition-delay: 0.25s;
}
.inner-prod-case {
  padding: 0;
  background: none;
  margin-bottom: 2%;
}
.inner-prod-case .index-title {
  margin-bottom: 1%;
}
.inner-prod-case .case-tab li {
  background-color: #eee;
}
.prod-params {
  padding: 1.5% 0 2.5%;
  background-color: #f6f6f6;
}
.prod-params .index-title {
  margin-bottom: 1%;
}
.prod-params article {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
}
.prod-params article table {
  width: 100% !important;
}
.prod-params article table tr:first-child {
	background-color: #e60012;
}
.prod-params article table tr:first-child td {
	color: #fff;
	font-size: 1.125em;
}
.prod-params article table tr td {
  border: 1px solid #ccc;
  padding: 0.2em 0.5em 0.2em;
  font-size: clamp(12px, 1vw, 16px);
  color: #666;
}
.inner-prod-serv {
  background-image: none;
  background-color: #ebebeb;
}
.inner-prod-serv .index-title h3 {
  color: #000;
}
.inner-prod-serv .wrapper .block h4 {
  color: #171717;
}
.contact-info {
  margin: 2% 0 14px;
}
.contact-info .container {
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info .container .lt {
  width: 53.357143%;
}
.contact-info .container .lt .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 51.5395%;
}
.contact-info .container .lt .map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-info .container .rt {
  width: 46.642857%;
  padding: 1.4286% 1.4286% 1.4286% 2.14286%;
  font-size: clamp(14px, 1.27907vw, 22px);
  color: #333;
}
.contact-info .container .rt img {
  width: 1.409091em;
  height: 1.409091em;
  object-fit: scale-down;
}
.contact-info .container .rt p {
  margin-bottom: 0.5909091em;
}
.contact-info .container .rt p:last-child {
  margin-bottom: 0;
}
.online-msg {
  margin-bottom: 3%;
}
.online-msg .index-title {
  background: url(../images/online-msg-title-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.64286% 0 2.2857143%;
}
.online-msg .index-title h3 {
  color: #fff;
}
.online-msg form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.14286%;
}
.online-msg form .row .col {
  width: 48.857143%;
}
.online-msg form .btn-row {
  text-align: center;
}
.online-msg form button {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  cursor: pointer;
  outline: none;
  width: 10.611111em;
  height: 2.83333333em;
  border-radius: 1.41666667em;
  background-color: #076bb4;
  transition: all 0.5s;
}
.online-msg form button:hover {
  filter: brightness(120%);
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.online-msg form input,
.online-msg form textarea {
  width: 100%;
  outline: none;
  font-size: 13px;
  color: #333;
  height: 3.46154em;
  border-radius: 1.73077em;
  padding: 0 1em 0 3.3077em;
  background-repeat: no-repeat;
  background-position: 1em center;
  background-color: #f2f2f2;
}
.online-msg form input::placeholder,
.online-msg form textarea::placeholder {
  color: #999;
}
.online-msg form textarea {
  height: 13.615385em;
  border-radius: 4px;
  padding: 1em 1em 1em 3.3077em;
  background-position: 1em 0.7em;
}
.about-us {
  background-color: #f5f5f5;
}
.about-us .index-about {
  padding: 2% 0;
  background: none;
}
.about-us .index-about .data .block {
  color: #076bb4;
}
.about-us .index-about-intro .intro .container {
  transform: translateY(0);
  background-color: transparent;
  box-shadow: none;
  padding: 0 2.708333% 0 4.0625%;
}
.about-us .index-about-intro .intro .wrapper {
  margin: 0 0 3.5%;
}
.inner-honor {
  margin-top: 0;
  padding: 2% 0 16px;
  background-color: #f5f5f5;
}
.inner-honor .honor-swiper {
  position: relative;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
.brand-strength {
  margin: 1.5% 0 2%;
}
.brand-strength .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand-strength .wrapper .block {
  width: 49.14286%;
  color: #fff;
}
.brand-strength .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  border-radius: 0 1.875em 0 1.875em;
  width: 100%;
  height: 0;
  padding-bottom: 56.1046512%;
}
.brand-strength .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.brand-strength .wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12.0639535% 36.773256% 0 4.2151163%;
}
.brand-strength .wrapper .block .pic .mask h4 {
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 27px);
  margin-bottom: 0.4814815em;
}
.brand-strength .wrapper .block .pic .mask .brief {
  line-height: 1.75;
  font-size: clamp(14px, 1vw, 16px);
}
.dev-history {
  background: url(../images/dev-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2% 0;
}
.dev-history .container {
  max-width: 1600px;
  width: 85%;
}
.dev-history .index-title {
  margin-bottom: 5%;
}
.dev-history .index-title h3 {
  color: #fff;
}
.dev-history .index-title h5 {
  color: #fff;
}
.dev-history .dev-swiper {
  position: relative;
}
.dev-history .dev-swiper .swiper-button-next,
.dev-history .dev-swiper .swiper-button-prev {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #fff;
  transition: all 0.5s;
}
.dev-history .dev-swiper .swiper-button-next::after,
.dev-history .dev-swiper .swiper-button-prev::after {
  font-size: inherit;
  color: inherit;
}
.dev-history .dev-swiper .swiper-button-prev {
  left: 0;
  transform: translate(-100%, 0);
}
.dev-history .dev-swiper .swiper-button-next {
  right: 0;
  transform: translate(100%, 0);
}
.dev-history .swiper {
  position: relative;
}
.dev-history .swiper::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  top: 50%;
  left: 0;
}
.dev-history .swiper .swiper-slide {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dev-history .swiper .swiper-slide .year {
  height: 10em;
  display: flex;
  align-items: flex-end;
}
.dev-history .swiper .swiper-slide .year h4 {
  font-size: 1.3333333em;
  font-weight: 700;
}
.dev-history .swiper .swiper-slide em {
  display: block;
  width: 1.11111111em;
  height: 1.11111111em;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0.55555556em rgba(255, 255, 255, 0.2);
  margin: 1em auto;
}
.dev-history .swiper .swiper-slide .brief {
  line-height: 2;
  height: 10em;
  overflow: auto;
  padding-right: 3px;
}
.dev-history .swiper .swiper-slide .brief::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #f5f5f5;
}
.dev-history .swiper .swiper-slide .brief::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.dev-history .swiper .swiper-slide .brief::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #666;
}
.dev-history .swiper .swiper-slide:nth-child(even) {
  flex-direction: column-reverse;
}
.dev-history .swiper .swiper-slide:nth-child(even) .year {
  align-items: flex-start;
}
.dev-history .swiper .swiper-slide:nth-child(even) .brief {
  display: flex;
  align-items: flex-end;
}
.dev-history .swiper .swiper-slide:hover em {
  animation: shadowFade 2s infinite;
}
@keyframes shadowFade {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  }
}
