@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'SimHei', 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
.en_top {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.en_top .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
}
.contact-item img {
}
.contact-info {
  display: flex;
  flex-direction: column;
}
.contact-label {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
}
.contact-value {
  font-size: 20px;
  color: #555555;
}
.contact-divider {
  width: 40px;
  height: 69px;
  background: #ddd;
  background: url(../images/top_line.jpg) no-repeat center center;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/* 去除iphone按钮默认样式代码 */
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #d1d1d1;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
  opacity: 1;
  /* 修复Firefox 18- 的不透明度问题 */
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
  opacity: 1;
  /* 修复Firefox 19+ 的不透明度问题 */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.w {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .w {
    width: 1400px;
  }
}
@media (max-width: 1440px) {
  .w {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .w {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .w {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .w {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
body,
html {
  overflow-x: hidden;
}
a {
  color: #81868A;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #051E67;
}
.top-banner {
  width: 100%;
  background: #d3e5f9;
  color: #222f4f;
  font-size: 14px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.top-banner a {
  color: #000;
}
.top-banner a:hover {
  color: #0071c1;
}
.top-banner_left,
.top-banner_right {
  color: #213057;
}
.top-banner_left {
  float: left;
}
.top-banner_right {
  float: right;
}
@media (max-width: 991px) {
  .top-banner {
    display: none;
  }
}
.nav-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #003399;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
  flex-wrap: wrap;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0a2c5c;
}
.nav-logo img {
  margin-right: 20px;
    height: 170px;
}
.nav-logo span {
  display: block;
  color: #000;
  font-size: 14px;
  text-align: justify;
  text-align-last: justify;
}
.nav-menu {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
    justify-content: space-between;
}
.nav-menu > li > a::after {
  content: "";
  display: block;
  margin: 0px auto 0;
  width: 0;
  height: 2px;
  background: #f2ac0e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  bottom:6px;
}
.nav-menu > li.active > a::after,
.nav-menu > li:hover > a::after {
  width: 100%;
}
.nav-menu li {
  position: relative;
  margin: 0 18px;
}
.nav-menu li a {
  font-family: "PingFang SC";
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  display: inline-block;
  line-height:46px;
  font-size: 16px;
  transition: color 0.2s;
}
.nav-menu li.active a,
.nav-menu li a:hover {
  color: #e8b00f;
}
.nav-menu li .dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  min-width: 140px;
  background: #0071c1;
  box-shadow: 0 12px 12px #0001;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.4, 1.5, 0.5, 1), opacity 0.28s cubic-bezier(0.4, 1.5, 0.5, 1);
}
.nav-menu li .dropdown li {
  margin: 0;
  border-bottom: 1px solid #1180cf;
}
.nav-menu li .dropdown li:last-child {
  border-bottom: none;
}
.nav-menu li .dropdown li a {
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #e0f2fc;
  transition: all 0.2s ease-in-out;
}
.nav-menu li .dropdown li a:hover {
  background: #1180cf;
  color: #fff;
}
.nav-menu li.has-dropdown:hover .dropdown,
.nav-menu li.has-dropdown:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-search-btn {
  background: none;
  border: none;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 50%;
}
.nav-search-form {
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  box-shadow: 0 2px 8px #0001;
  border-radius: 4px;
  z-index: 20;
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(0.4, 1.5, 0.5, 1), opacity 0.28s cubic-bezier(0.4, 1.5, 0.5, 1);
}
.nav-search-form input {
  border: none;
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 15px;
}
.nav-search-form button {
  background: #0a6ecf;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 10px 12px;
  cursor: pointer;
}
.nav-search-form.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nav-phone-btn {
  display: flex;
  align-items: center;
  background: #0a6ecf;
  color: #fff;
  border-radius: 22px;
  padding: 8px 22px;
  font-size: 15px;
  text-decoration: none;
  margin-left: 12px;
  transition: background 0.2s, box-shadow 0.2s;
}
.nav-phone-btn img {
  margin-right: 6px;
}
.nav-phone-btn:hover {
  background: #0e86db;
  color: #fff;
}
/* 响应式 */
@media (max-width: 1600px) {
  .main-nav {
    font-size: 14px;
  }
  .nav-menu {
    margin: 0 ;
  }
  .nav-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 1440px) {
  .nav-menu {
    flex: inherit;
  }
  .nav-menu li {
    margin: 0 10px;
  }
  .nav-phone-btn {
    padding: 6px 12px;
    margin-left: 0px;
  }
  .nav-logo img {
    margin-right: 12px;
  }
  .nav-search-btn {
    margin-right: 4px;
  }
  .nav-search-btn img {
    width: 22px;
  }
}
@media (max-width: 1200px) {
  .nav-logo span {
    display: none;
  }
  .main-nav {
    padding: 8px 2vw;
  }
  .nav-logo {
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .nav-search-btn {
    display: none;
  }
  .nav-phone-btn {
    display: none;
  }
  .nav-logo img {
    margin-right: 8px;
    margin-top: 5px;
    height: 48px;
  }
  .nav-logo span {
    display: inline-block;
  }
  .nav-logo {
    position: absolute;
    left: 20px;
    z-index: 99;
  }
  .nav-menu > li > a::after {
    height: 3px;
    border-radius: 3px;
    bottom: 0;
  }
}
.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 99;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01 {
  width: 26px;
  height: 2px;
  background-color: #0071c1;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.jzk_toggle_01 .jzk_icon_01:before,
.jzk_toggle_01 .jzk_icon_01:after {
  width: 26px;
  height: 2px;
  background-color: #0071c1;
  border-radius: 2px;
  content: "";
  margin-left: 0;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01:before {
  top: -9px;
}
.jzk_toggle_01 .jzk_icon_01:after {
  top: 9px;
}
.jzk_open .jzk_toggle_01 {
  box-shadow: none;
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01 {
  width: 0;
}
.wap_nav_box {
  transition: opacity 0.3s cubic-bezier(0.4, 1.5, 0.5, 1), transform 0.3s cubic-bezier(0.4, 1.5, 0.5, 1);
  opacity: 0;
  display: none;
  pointer-events: none;
}
.wap_nav_box.open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .wap_nav_box {
    display: block;
    overflow: hidden;
  }
  .wap_nav_box .nav-menu,
  .wap_nav_box .nav-search-form,
  .wap_nav_box .nav-phone-btn {
    display: block !important;
  }
  .wap_nav_box .nav-menu,
  .wap_nav_box .nav-search-form {
    margin-left: 100%;
  }
  .wap_nav_box .nav-menu {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .wap_nav_box .nav-menu a {
    width: 100%;
    display: inline-block;
  }
  .wap_nav_box .nav-search-form {
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    float: left;
    opacity: 1;
    transform: initial;
    box-shadow: initial;
    width: 100%;
    background: #f1f1f1;
    display: inline-block;
    margin: 0 auto;
    margin-left: 100%;
    margin-bottom: 30px;
  }
  .wap_nav_box .nav-search-form input {
    background: none;
    width: 80%;
  }
  .wap_nav_box .nav-search-form button {
    float: right;
  }
  .wap_nav_box .nav-menu li {
    border-bottom: 1px solid #f1f1f1;
    height: auto;
    overflow: hidden;
    width: 100%;
    float: left;
  }
  .wap_nav_box .nav-menu li .dropdown {
    width: 100%;
    background: none;
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    float: left;
    opacity: 0;
    display: none;
    transform: initial !important;
    box-shadow: initial;
    text-align: left;
    padding-bottom: 8px;
  }
  .wap_nav_box .nav-menu li .dropdown a {
    padding: 3px 0;
    padding-left: 14px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  .wap_nav_box .nav-menu li .dropdown li {
    border: none;
  }
  .wap_nav_box .nav-menu li.open .dropdown {
    opacity: 1 !important;
  }
  .wap_nav_box .nav-phone-btn {
    position: relative;
    float: right;
    width: auto;
    padding-left: 15px;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-right: 15px;
  }
  .wap_nav_box {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 0.1rem 8% 0.45rem;
    background: #fff;
    background-size: cover;
    overflow-y: auto;
  }
  .wap_nav_box .nav_list {
    position: relative;
    margin-left: 100%;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 80px;
    /* 旋转效果 */
  }
  .wap_nav_box .nav_list li {
    margin-left: 0;
    padding: 4px 0;
    margin-bottom: 0 ;
    line-height: 1.4em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  }
  .wap_nav_box .nav_list li a {
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
  }
  .wap_nav_box .nav_list .dropdown_menu a::after {
    display: none;
  }
  .wap_nav_box .nav_list .dropdown_menu {
    position: inherit;
    left: inherit;
    background: none;
    transform: inherit;
    box-shadow: inherit;
    padding: 0;
  }
  .wap_nav_box .nav_list .dropdown_menu li {
    margin-left: 0;
    padding: 4px 0;
    line-height: 1.4em;
    border-bottom: inherit;
  }
  .wap_nav_box .nav_list .dropdown_menu li a {
    font-size: 14px;
    padding: 3px 20px;
  }
  .wap_nav_box .search-pop {
    display: block;
    position: relative;
    top: inherit;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    margin-left: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .jzk_toggle_01 {
    display: block;
    top: 50px;
  }
  .search-group {
    display: none;
  }
  .nav_list {
    display: none;
  }
  .main_nav {
    width: inherit;
  }
  .main_header2 img {
    height: 34px;
  }
  .main_header2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .nav-bg .w {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .nav-bg {
    z-index: 99;
    background: #fff;
  }
  .nav-logo span {
    display: none;
  }
  .nav-logo img {
    height: 38px;
  }
  .nav-bg {
    height: 64px;
  }
  .jzk_toggle_01 {
    top: 35px;
  }
  .wap_nav_box .nav-phone-btn {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.wap_nav_box .nav-menu li.has-dropdown > a {
  position: relative;
  padding-right: 28px;
}
.wap_nav_box .nav-menu li.has-dropdown > a .dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  transition: transform 0.28s cubic-bezier(0.4, 1.5, 0.5, 1);
  display: inline-block;
  line-height: 16px;
}
.wap_nav_box .nav-menu li.has-dropdown.open > a .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}
li.has-dropdown.open > a {
  color: #000;
}
body.jzk_open {
  overflow: hidden !important;
  height: 100vh;
}
.swiper-pagination {
  bottom: 30px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.4;
  margin: 0 3px !important;
  transition: background 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity:1;
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: 11px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 38px;
    height: 3px;
    border-radius: 3px;
  }
}
.main-title {
  text-align: center;
  position: relative;
}
.main-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  position: absolute;
  top: -35px;
  margin: 0 auto;background: url(../images/titlebg.png) no-repeat center top;
}
.main-title .main-title-cn {
  color: #2A2A2A;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 2px;
  position: relative;
  top: -60px;
  z-index: 2;
  font-weight: bold;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}
.main-title .main-title-cn-not {
  top: 0px;
}
.main-title .main-title-en {
  color: #f0f0f0;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.main-title .main-title-desc {
  font-size: 12px;
  position: relative;
  top: -60px;
  z-index: 2;
  font-family: 'Inter', sans-serif;color: #8E8E8E;
}
.main-title-cn1 img {
  position: absolute;
  left: -98px;
  bottom: -8px;
}
@media (max-width: 1200px) {
  .main-title-cn1 img {
    position: absolute;
    left: -70px;
    bottom: -8px;
    width: 80px;
  }
  .main-title .main-title-en {
    font-size: 80px;
  }
  .main-title .main-title-cn {
    font-size: 30px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .main-title-cn1 img {
    position: absolute;
    left: -46px;
    bottom: -4px;
    width: 54px;
  }
  .main-title .main-title-en {
    font-size: 34px;
    height: 30px;
  }
  .main-title .main-title-cn {
    font-size: 22px;
    letter-spacing: 0;
    margin-top: -30px;
  }
}
.ay_index_about_lx {
  padding: 60px 0;
}
.ay_index_about_lx .about-features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin: 0 auto;
}
.ay_index_about_lx .about-feature {
  text-align: center;
  flex: 1;
}
.ay_index_about_lx .about-feature .svg-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
}
.ay_index_about_lx .about-feature .counter {
  font-size: 48px;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.ay_index_about_lx .about-feature .feature-label {
  font-size: 18px;
  color: #666;
  margin-top: 8px;
}
.counter-wrap {
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 1;
}
.counter-wrap .counter {
  font-size: 50px;
  vertical-align: baseline;
}
.counter-wrap .unit {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 0;
  right: -28px;
  font-weight: normal;
}
.more-btn {
  text-align: center;
  padding-bottom: 20px;
}
.more-btn a {
  display: inline-block;
  padding: 0 30px;
  height: 43px;
  line-height: 43px;
  background: #0071c1;
  color: #fff;
  font-size: 14px;
  border-radius: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 113, 193, 0.08);
  transition: background 0.2s;
  cursor: pointer;
}
.more-btn a:hover {
  background: #005fa3;
  color: #fff;
}
.about-desc {
  text-align: center;
  color: #81868A;
  font-size: 18px;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  .about-desc {
    font-size: 16px;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 991px) {
  .index_about {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .more-btn a {
    display: inline-block;
    padding: 0 18px;
    height: 33px;
    line-height: 33px;
    border-radius: 17px;
    font-size: 14px;
  }
  .ay_index_about_lx .about-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .ay_index_about_lx {
    padding: 20px 0 40px;
  }
  .ay_index_about_lx .about-feature .feature-label {
    max-width: 130px;
  }
  .ay_index_about_lx .about-feature {
    flex: none;
  }
  .ay_index_about_lx .about-feature .feature-label {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
  }
  .ay_index_about_lx .about-feature .counter {
    font-size: 28px;
    color: #1d1d1d;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
  }
  .counter-wrap .unit {
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 0;
    right: -18px;
    font-weight: normal;
  }
  .counter-wrap {
    font-size: 30px;
  }
  .ay_index_about_lx .about-feature .svg-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
  }
  .ay_index_about_lx .about-feature .svg-icon svg {
    width: 58px;
    height: 58px;
  }
  .main-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .index_about {
    padding: 40px 0 15px;
  }
}
#video-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-modal .video-modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video-modal .video-modal-content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#video-modal .video-modal-content video {
  width: 60vw;
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  border-radius: 8px;
  background: #000;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
#video-modal .video-modal-content .video-modal-close {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
  transition: background 0.2s, color 0.2s;
}
#video-modal .video-modal-content .video-modal-close:hover {
  background: #ff3b3b;
  color: #fff;
}
@media (max-width: 768px) {
  #video-modal .video-modal-content video {
    width: 90vw;
    max-width: 100vw;
    max-height: 90vh;
  }
}
.wap-adv-title {
  display: none;
}
@media (max-width: 767px) {
  .wap-adv-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wap-adv-title img {
    width: 90px;
  }
  .wap-adv-title h3 {
    color: #EF4E39;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
  }
  .wap-adv-title span {
    margin-bottom: 20px;
    margin-top: 70px;
    font-size: 16px;
    color: #1D1D1D;
  }
}
.process-section {
  background: #fff;
  padding: 80px 0 60px 0;
}
.process-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.process-title img.process-mascot {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 12px;
}
.process-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  list-style: none;
}
.process-list li {
  flex: 1;
  min-width: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #fff;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.process-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 1.5, 0.5, 1);
}
.process-list li:hover .process-img img {
  transform: scale(1.06);
}
.process-info {
  padding: 32px 6px 12px 6px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.process-section .main-title-en {
  font-size: 50px;
  margin-top: -30px;
}
.process-section .main-title-en {
  font-size: 50px;
  margin-top: -30px;
}
.process-section .main-title-cn1 img {
  left: initial;
  right: -105px;
}
.process-name {
  font-size: 20px;
  font-weight: bold;
  color: #1D1D1D;
  margin-bottom: 16px;
  padding-top: 12px;
  transition: color 0.2s;
}
.process-list li:hover .process-more {
  color: #217bc0;
}
.process-desc {
  font-size: 15px;
  color: #a1a1a1;
  margin-bottom: 28px;
  line-height: 1.7;
}
.process-date {
  font-size: 15px;
  color: #888;
  margin-bottom: 8px;
}
.process-more {
  font-size: 15px;
  color: #222;
  margin-top: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.process-list li a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.process-list li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #217bc0;
  transition: width 0.4s cubic-bezier(0.4, 1.5, 0.5, 1);
  position: absolute;
  left: 0;
  bottom: 0px;
}
.process-list li a:hover::after {
  width: 100%;
}
@media (max-width: 1440px) {
  .process-img {
    height: 208px;
  }
}
@media (max-width: 1200px) {
  .process-list {
    gap: 16px;
  }
  .process-img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .process-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .process-list li {
    min-width: 260px;
  }
  .process-img {
    height: 270px;
  }
  .process-info {
    padding: 12px 3px 6px 3px;
  }
  .process-name {
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 6px;
  }
  .process-date {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .process-desc {
    font-size: 15px;
    color: #a1a1a1;
    margin-bottom: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .process-section {
    padding: 40px 0 24px 0;
  }
  .process-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .process-title img.process-mascot {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .process-list li {
    width: 100%;
    flex: initial;
    min-width: inherit;
  }
  .process-list {
    gap: 10px;
    margin: 0 4%;
  }
  .process-img {
    height: auto;
  }
  .process-info {
    padding: 12px 8px 16px 8px;
  }
  .process-name {
    font-size: 16px;
  }
  .process-desc,
  .process-more {
    font-size: 13px;
  }
  .process-section .main-title-en {
    font-size: 34px;
  }
  .process-section .main-title-cn1 img {
    right: -45px;
  }
}
.about-section {
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 30px;
}
.about-section::after {
  clear: both;
  width: 100%;
  display: inline-block;
  content: ' ';
}
.about-section-img {
  float: left;
  width: 43%;
  min-width: 320px;
  max-width: 700px;
  position: relative;
}
.about-section-img::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f7f7f7;
  transform: translate(30px, 40px);
  z-index: 1;
}
.about-section-img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.about-section-content {
  float: right;
  width: 52%;
  min-width: 320px;
  color: #333333;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.2px;
}
.about-section-content ul {
  margin-top: 32px;
}
.about-section-content li {
  color: #828282;
  font-size: 16px;
}
.about-section-content li strong {
  font-weight: normal;
}
.common-title {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #222;
  margin-bottom: 18px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.common-title .title-icon {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
}
.common-title-cn {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 991px) {
  .about-section {
    flex-direction: column;
    gap: 32px;
    padding: 0 8px;
  }
  .about-section-img,
  .about-section-content {
    min-width: 0;
    max-width: 100%;
  }
  .common-title {
    font-size: 28px;
  }
  .common-title-cn {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.core-service-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: 64px auto 80px auto;
}
.core-service-item {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 42px 47px;
  color: #222;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
  text-align: left;
  cursor: pointer;
}
.core-service-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.core-service-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #707070;
}
.core-service-item:hover,
.core-service-item.active {
  background: #0071c1;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 113, 193, 0.3);
}
.core-service-item:hover .core-service-title,
.core-service-item.active .core-service-title {
  color: #fff;
}
.core-service-item:hover .core-service-desc,
.core-service-item.active .core-service-desc {
  color: #fff;
}
@media (max-width: 1200px) {
  .core-service-section {
    gap: 16px;
  }
  .core-service-item {
    padding: 20px 12px;
    font-size: 15px;
  }
  .core-service-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .core-service-section {
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
  }
}
.product-details-section {
  padding-top: 0;
}
@media (min-width: 991px) {
  .product-details-section .main-title-cn1 img {
    position: absolute;
    left: -88px;
    bottom: -8px;
    width: 80px;
  }
  .product-details-section .main-title .main-title-en {
    font-size: 76px;
    color: #F0F0F0;
  }
  .product-details-section .main-title .main-title-cn {
    font-size: 36px;
    font-weight: normal;
  }
}
.team-section {
  margin: 64px auto 60px auto;
  padding: 48px 0 40px 0;
}
@media (min-width: 991px) {
  .team-section .main-title-cn1 img {
    position: absolute;
    left: -88px;
    bottom: -8px;
    width: 80px;
  }
  .team-section .main-title .main-title-en {
    font-size: 76px;
    color: #F0F0F0;
  }
  .team-section .main-title .main-title-cn {
    font-size: 36px;
    font-weight: normal;
  }
}
.team-section .common-title {
  margin-bottom: 18px;
}
.team-desc {
  text-align: center;
  color: #444;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.8;
  margin-top: 30px;
  padding-bottom: 140px;
}
.team-img-row {
  margin-bottom: 32px;
  height: 140px;
}
.team-img-row img {
  position: relative;
  top: -140px;
}
.team-img-row img {
  width: 100%;
  padding: 0 4px;
  max-width: 360px;
  min-width: 0;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.team-intro {
  color: #333;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  text-align: left;
  padding: 0 47px;
}
.team-body {
  background: #f5faff;
  border-radius: 50px;
  padding-bottom: 50px;
}
.team-intro p {
  margin-bottom: 18px;
}
@media (max-width: 1100px) {
  .team-img-row {
    gap: 12px;
  }
  .team-img-row img {
    max-width: 220px;
  }
  .team-section {
    padding: 32px 8px 24px 8px;
  }
}
@media (max-width: 700px) {
  .team-img-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }
  .team-img-row img {
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
  .team-section {
    padding: 18px 2vw 12px 2vw;
    margin: 24px 0 32px 0;
  }
  .team-desc {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .team-intro {
    font-size: 14px;
    padding: 0 2px;
  }
}
.honor-section {
  background: #fafbfc;
  border-radius: 18px;
  margin: 64px auto 80px auto;
  padding: 48px 32px 40px 32px;
  max-width: 1400px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.honor-section .common-title {
  margin-bottom: 18px;
}
.honor-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.honor-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #888;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 2;
  opacity: 0.85;
  transition: background 0.2s, color 0.2s;
  margin: 0 12px;
  user-select: none;
}
.honor-arrow:hover {
  background: #e3f5fe;
  color: #0071c1;
}
.honor-track {
  display: flex;
  gap: 32px;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  transition: transform 0.5s cubic-bezier(0.4, 1.5, 0.5, 1);
}
.honor-slide {
  min-width: 240px;
  max-width: 260px;
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 12px 8px 8px 8px;
  transition: box-shadow 0.2s;
}
.honor-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  background: #f8f8f8;
}
.honor-section .swiper {
  padding: 0 40px;
}
.honor-section .swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px 8px 8px;
  height: auto;
}
.honor-section .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  background: #f8f8f8;
}
.honor-section .swiper-button-prev,
.honor-section .swiper-button-next {
  color: #0071c1;
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
}
.honor-section .swiper-button-prev:hover,
.honor-section .swiper-button-next:hover {
  background: #e3f5fe;
}
@media (max-width: 900px) {
  .honor-track {
    gap: 12px;
    max-width: 98vw;
  }
  .honor-slide {
    min-width: 44vw;
    max-width: 48vw;
    flex: 0 0 50%;
    padding: 6px 2px 6px 2px;
  }
  .honor-section {
    padding: 24px 2vw 18px 2vw;
    margin: 24px 0 32px 0;
  }
  .honor-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
    margin: 0 4px;
  }
  .honor-section .swiper {
    padding: 0 8px;
  }
  .honor-section .swiper-slide {
    padding: 6px 2px 6px 2px;
  }
  .honor-section .swiper-button-prev,
  .honor-section .swiper-button-next {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.pape_banner {
  position: relative;
  z-index: 2;
}
.pape_banner .pape_banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.pape_banner .pape_banner_text h3 {
  font-size: 48px;
}
.pape_banner .pape_banner_text span {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .pape_banner .pape_banner_text h3 {
    font-size: 38px;
  }
  .pape_banner .pape_banner_text span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pape_banner .pape_banner_text h3 {
    font-size: 28px;
  }
  .pape_banner .pape_banner_text span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pape_banner .pape_banner_text h3 {
    font-size: 20px;
  }
  .pape_banner .pape_banner_text span {
    font-size: 16px;
  }
}
.bread {
  font-size: 18px;
  line-height: 74px;
  height: 74px;
  background: #f1f1f1;
  color: #3D3D3D;
  text-align: center;
}
.bread .w {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bread a {
  color: #3D3D3D;
}
.bread .left-img {
  width: 36px;
}
.bread .home {
  width: 26px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .bread {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
  }
  .bread .left-img {
    width: 28px;
  }
  .bread .home {
    width: 19px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .bread {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
}
.contact_box {
  padding: 80px 0 120px;
  background: #f7f7f7;
}
@media (min-width: 991px) {
  .contact_box .main-title .main-title-en {
    font-size: 76px;
    color: #F0F0F0;
  }
  .contact_box .main-title .main-title-cn {
    font-size: 36px;
    font-weight: normal;
  }
}
@media (max-width: 1440px) {
  .contact_box {
    padding: 60px 0 100px;
  }
}
@media (max-width: 1200px) {
  .contact_box {
    padding: 50px 0 90px;
  }
}
@media (max-width: 991px) {
  .contact_box {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .contact_box {
    padding: 30px 0 60px;
  }
}
.about-icon-list ul,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin: 90px 0;
  padding: 0;
  list-style: none;
}
.about-icon-list ul li,
.contact-grid li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 38px 18px 38px 18px;
  transition: box-shadow 0.2s, background 0.2s;
  color: #222;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ebebeb;
}
.about-icon-list ul li.active,
.about-icon-list ul li:hover,
.contact-grid li.active,
.contact-grid li:hover {
  background: #217bcf;
  color: #fff;
  box-shadow: 0 4px 24px rgba(33, 123, 207, 0.1);
}
.about-icon-list span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.footer-svg-icon1 {
  background: url(../images/contact1.png) no-repeat center center;
}
.footer-svg-icon2 {
  background: url(../images/contact1.png) no-repeat center center;
}
.footer-svg-icon3 {
  background: url(../images/contact2.png) no-repeat center center;
}
.footer-svg-icon4 {
  background: url(../images/contact2.png) no-repeat center center;
}
.footer-svg-icon5 {
  background: url(../images/contact3.png) no-repeat center center;
}
.footer-svg-icon6 {
  background: url(../images/contact3.png) no-repeat center center;
}
.footer-svg-icon7 {
  background: url(../images/contact4.png) no-repeat center center;
}
.footer-svg-icon8 {
  background: url(../images/contact5.png) no-repeat center center;
}
.about-icon-list ul li:hover,
.about-icon-list ul li.active {
  transform: translate(-4px, -8px);
}
.about-icon-list ul li:hover .footer-svg-icon1,
.about-icon-list ul li.active .footer-svg-icon1 {
  background: url(../images/contact1h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon2,
.about-icon-list ul li.active .footer-svg-icon2 {
  background: url(../images/contact1h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon3,
.about-icon-list ul li.active .footer-svg-icon3 {
  background: url(../images/contact2h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon4,
.about-icon-list ul li.active .footer-svg-icon4 {
  background: url(../images/contact2h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon5,
.about-icon-list ul li.active .footer-svg-icon5 {
  background: url(../images/contact3h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon6,
.about-icon-list ul li.active .footer-svg-icon6 {
  background: url(../images/contact3h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon7,
.about-icon-list ul li.active .footer-svg-icon7 {
  background: url(../images/contact4h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover .footer-svg-icon8,
.about-icon-list ul li.active .footer-svg-icon8 {
  background: url(../images/contact5h.png) no-repeat center center rgba(255, 255, 255, 0.2);
}
.about-icon-list ul li:hover span,
.about-icon-list ul li.active span {
  border: 1px solid #6992f8;
}
.about-icon-list ul li h3,
.contact-grid li h3 {
  font-size: 20px;
  margin: 30px 0 10px 0;
  font-weight: bold;
}
.about-icon-list ul li p,
.contact-grid li p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  color: #535353;
  color: inherit;
}
@media (max-width: 1200px) {
  .about-icon-list ul,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .about-icon-list ul,
  .contact-grid {
    gap: 8px;
  }
  .about-icon-list ul li,
  .contact-grid li {
    padding: 24px 8px 18px 8px;
  }
}
.map-box {
}
.map-box::after {
  clear: both;
  width: 100%;
  display: inline-block;
  content: ' ';
}
@media (min-width: 991px) {
  .map-box .main-title .main-title-en {
    font-size: 76px;
    color: #F0F0F0;
  }
  .map-box .main-title .main-title-cn {
    font-size: 36px;
    font-weight: normal;
  }
}
.map-box h3 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
}
.map-boxl {
  width: 49%;
  position: relative;
  float: left;
}
.map-boxr {
  width: 49%;
  position: relative;
  float: right;
}
.contact-form::after {
  clear: both;
  width: 100%;
  display: inline-block;
  content: ' ';
}
.contact-form input {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #000;
  line-height: 52px;
  height: 52px;
  padding: 0 24px;
  width: 100%;
  display: inline-block;
}
.contact-form textarea {
  color: #000;
  background: #fff;
  border: 1px solid #d8d8d8;
  line-height: 24px;
  height: 195px;
  padding: 18px 29px;
  width: 100%;
  display: inline-block;
}
.contact-form textarea::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
.contact-form textarea::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.contact-form textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
.contact-form textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
.form-group {
  float: left;
  width: 49%;
  padding-bottom: 20px;
  position: relative;
}

.custom-placeholder {
  position: absolute;
  left: 24px;
  top: 0;
  height: 52px;
  line-height: 52px;
  color: #bdbdbd;
  font-size: 14px;
  pointer-events: none;
  transition: all 0.2s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  z-index: 1;
}

.custom-placeholder .required-star {
  color: #e53935;
  font-weight: bold;
  margin-right: 4px;
}

.custom-placeholder.textarea-placeholder {
  top: 18px;
  height: auto;
  line-height: 24px;
}

.custom-placeholder.hidden {
  opacity: 0;
  visibility: hidden;
}

.form-group input:focus + .custom-placeholder,
.form-group textarea:focus + .custom-placeholder,
.form-group input.has-value + .custom-placeholder,
.form-group textarea.has-value + .custom-placeholder {
  opacity: 0;
  visibility: hidden;
}
.vercode-img {
  width: 92px;
  height: 37px;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.full-width {
  width: 100%;
  padding-bottom: 20px;
}
.fr {
  float: right;
}
.submit-btn {
  background: #f19833;
  color: #fff;
  width: 180px;
  height: 52px;
  border: none;
  margin-left: 13px;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
}
.submit-btn:hover {
  background: #ec9027;
}
.full-smi {
  width: 550px;
}
#mapDiv,
#mapDiv2 {
  width: 100%;
  height: 550px;
}
@media (max-width: 1600px) {
  .about-icon-list ul li h3,
  .contact-grid li h3 {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
  .about-icon-list ul li p,
  .contact-grid li p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 1440px) {
  .about-icon-list ul li h3,
  .contact-grid li h3 {
    margin: 20px 0 10px 0;
  }
  .about-icon-list ul li p,
  .contact-grid li p {
    font-size: 16px;
  }
  .about-icon-list ul,
  .contact-grid {
    gap: 40px;
  }
  .about-icon-list span {
    width: 100px;
    height: 100px;
    background-size: contain !important;
  }
  .full-smi {
    width: 390px;
  }
  .contact_box {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .about-icon-list ul,
  .contact-grid {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .contact_box .about-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-icon-list ul,
  .contact-grid {
    margin: 30px 0;
  }
  .about-icon-list ul li h3,
  .contact-grid li h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about-icon-list ul li p,
  .contact-grid li p {
    font-size: 13px;
  }
  .about-icon-list ul,
  .contact-grid {
    gap: 10px;
  }
  .about-icon-list span {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .map-boxl {
    width: 100%;
  }
  .map-boxr {
    margin-top: 20px;
    width: 100%;
  }
  #mapDiv,
  #mapDiv2 {
    width: 100%;
    height: 300px;
  }
  .map-box h3 {
    font-size: 18px;
    line-height: 50px;
  }
  .contact_box {
    padding: 0px 0 40px;
  }
  .form-group {
    width: 100%;
    padding-bottom: 12px;
  }
  .contact-form input {
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
  }
  .contact-form textarea {
    line-height: 20px;
    height: 125px;
    padding: 10px 12px;
    width: 100%;
    display: inline-block;
  }
  .vercode-img {
    width: 92px ;
    height: 40px;
    right: 0px;
    top: 0px;
  }
  .submit-btn {
    width: 130px;
    height: 40px;
    margin-left: 0;
    font-size: 14px;
  }
  .custom-placeholder {
    left: 12px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .custom-placeholder.textarea-placeholder {
    top: 10px;
    line-height: 20px;
  }
  .contact_box {
    padding: 0px 0 40px;
  }
}
.core-service-section-box {
  margin-top: 150px;
  padding: 120px 0 40px;
  background: #f5faff;
}
@media (min-width: 1200px) {
  .core-service-section-box .main-title-cn1 img {
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: 110%;
    transform: translateX(-50%);
  }
  .core-service-section-box .main-title .main-title-en {
    font-size: 76px;
  }
  .core-service-section-box .main-title .main-title-cn {
    font-weight: normal;
    font-size: 36px;
    top: -10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .core-service-section-box .main-title .main-title-cn {
    top: 0px;
  }
}
.case-list-pape {
  padding: 115px 0;
}
.case-list-pape .main-title-cn1 img {
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
}
.case-list-pape .case-list li {
  flex: none;
  width: 32.33%;
  float: left;
  margin-bottom: 35px;
}
.case-list-pape .case-list {
  display: flex;
  flex-wrap: wrap;
}
.pagination-box {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
}
.pagination li:last-child a,
.pagination li:first-child a {
  padding: 0 36px;
  color: #212121;
  font-size: 15px;
}
.pagination li {
  display: inline-block;
  float: left
  ;
}
.page-link {
  position: relative;
  display: block;
  color: #212121;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  min-width: 43px;
  height: 43px;
  line-height: 43px;
  padding: 0 12px;
  text-align: center;
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0168b7;
  border-color: #0168b7;
}
@media (max-width: 1440px) {
  .pagination-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .case-list-pape {
    padding: 70px 0;
  }
  .case-list-pape .case-list li {
    flex: none;
    width: 32.33%;
    float: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .case-list-pape .case-list li {
    width: 48%;
    margin-bottom: 15px;
  }
  .case-list-pape .case-list {
    flex-direction: row;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .page-link {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pagination li:last-child a,
  .pagination li:first-child a {
    padding: 0 16px;
    color: #212121;
    font-size: 15px;
  }
  .case-list-pape .case-list li {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-link {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .pagination-box {
    padding-top: 40px;
  }
  .case-list-pape {
    padding: 70px 0 40px;
  }
}
.zyxq {
  float: left;
  margin-top: 27px;
  margin-bottom: 50px;
}
.zyxq li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.zyxq .zyxq_1 {
  float: left;
  margin-right: 40px;
  width: 300px;
}
.zyxq .zyxq_1 img {
  width: 100%;
}
.zyxq .zyxq_2 {
  float: left;
  width: calc(100% - 375px);
}
.zyxq h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.zyxq p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  min-height: 56px;
  margin-bottom: 30px;
  display: inline-block;
  color: #9B9B9B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 3px;
}
.zyxq span {
  color: #8B8B8B;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.zyxq li:hover h3 {
  color: #0168b7;
}
@media (max-width: 1200px) {
  .zyxq p {
    min-height: 46px;
    margin-bottom: 20px;
  }
  .zyxq .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 275px);
  }
}
@media (max-width: 767px) {
  .zyxq {
    margin-bottom: 15px;
  }
  .zyxq p {
    min-height: 46px;
    margin-bottom: 15px;
  }
  .zyxq .zyxq_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .zyxq li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: inline-block;
    flex-wrap: initial;
    width: 100%;
  }
  .zyxq li a {
    display: inline-block;
    width: 100%;
  }
  .zyxq .zyxq_2 {
    width: 100%;
  }
  .zyxq {
    position: relative;
    width: 100%;
  }
  .zyxq p {
    padding-top: 0;
  }
  .zyxq h3 {
    font-size: 18px;
  }
}
.custom-select {
  position: relative;
  width: 490px;
  margin: 0 auto 50px;
  height: 48px;
  border: 1px solid #222;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.custom-select .selected {
  flex: 1;
}
.custom-select .layui-icon {
  font-size: 18px;
  margin-left: 8px;
  transition: transform 0.2s;
}
.custom-select .select-options {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  background: #fff;
  border: 1px solid #222;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  overflow: hidden;
}
.custom-select .select-options li {
  font-size: 18px;
  cursor: pointer;
}
.custom-select .select-options li a {
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
}
.custom-select .select-options li:hover,
.custom-select .select-options li.active {
  background: #f2f6fa;
  color: #0071c1;
}
.custom-select.open .layui-icon {
  transform: rotate(180deg);
}
.custom-select.open .select-options {
  display: block;
}
@media (max-width: 767px) {
  .custom-select {
    width: 92%;
    font-size: 14px;
    padding: 0 12px;
    height: 32px;
    margin: 10px auto 0px;
  }
  .custom-select .select-options li {
    font-size: 14px;
  }
  .custom-select .select-options li a {
    padding: 10px 16px;
  }
}
.case-details-box {
  width: 100%;
  padding: 66px 0;
}
.case-details-title {
  color: #101010;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 24px;
  width: 100%;
  float: left;
}
.case-details-description {
  font-size: 16px;
  font-weight: bold;
  color: #101010;
  line-height: 2;
  margin: 55px 0 60px;
  width: 100%;
  float: left;
}
.case-details-body {
  color: #272727;
  font-size: 16px;
  line-height: 2.2;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.case-details-body p {
  padding-bottom: 15px;
}
.case-details-body::after {
  content: ' ';
  display: inline-block;
  width: 100%;
}
.case-details-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin: 18px 0 28px 0;
  padding: 0;
}
.case-details-tag {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 22px;
  background: #fff;
  color: #222;
  font-size: 16px;
  padding: 7px 30px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.18s;
  outline: none;
  box-sizing: border-box;
  user-select: none;
  font-weight: bold;
}
.case-details-tag:hover,
.case-details-tag.active {
  background: #217bcf;
  color: #fff;
  border-color: #217bcf;
}
@media (max-width: 991px) {
  .case-details-tags {
    gap: 10px;
    margin: 12px 0 18px 0;
  }
  .case-details-tag {
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 18px;
  }
  .case-details-body p {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .case-details-body {
    font-size: 14px;
  }
  .case-details-tags {
    gap: 6px;
    margin: 8px 0 12px 0;
  }
  .case-details-tag {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 14px;
  }
}
.case-details-footer {
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 48px;
  margin: 38px 0 90px 0;
  box-sizing: border-box;
}
.case-details-footer-link {
  color: #444;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.18s;
}
.case-details-footer-link:hover {
  color: #217bcf;
}
.case-details-footer-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-details-footer-btn {
  display: inline-block;
  border: 1px solid #217bcf;
  color: #217bcf;
  background: #fff;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px 48px;
  font-weight: 500;
  transition: all 0.18s;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.case-details-footer-btn:hover {
  background: #217bcf;
  color: #fff;
}
@media (max-width: 991px) {
  .case-details-title {
    font-size: 26px;
  }
  .case-details-description {
    font-size: 16px;
    margin: 25px 0 30px;
  }
  .case-details-footer {
    padding: 22px 10px;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .case-details-footer-btn {
    font-size: 15px;
    padding: 8px 22px;
  }
}
@media (max-width: 767px) {
  .case-details-title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .case-details-description {
    font-size: 14px;
    margin: 25px 0 20px;
    line-height: 1.8;
  }
  .case-details-body {
    line-height: 1.8;
  }
  .case-details-footer {
    flex-direction: column;
    gap: 16px;
    padding: 16px 4vw;
    margin-bottom: 0;
    text-align: center;
  }
  .case-details-footer-link {
    font-size: 14px;
  }
  .case-details-footer-btn {
    font-size: 14px;
    padding: 7px 0;
    min-width: 120px;
    width: 100%;
    max-width: 220px;
  }
  .case-details-box {
    width: 100%;
    padding: 36px 0 56px;
  }
}
.process-details-box {
  padding: 64px 0;
  display: inline-block;
  width: 100%;
}
.social-share .icon-wechat {
  position: relative;
  z-index: 999;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 9999;
}
.process-details-l {
  width: 70%;
  float: left;
}
.process-details-r {
  width: 26%;
  float: right;
}
.case-details-meta-left {
  font-size: 16px;
  float: left;
  color: #858585;
}
.case-details-meta-left span {
  color: #858585;
  margin-right: 30px;
  display: inline-block;
}
.case-details-meta {
  width: 100%;
  float: left;
  line-height: 70px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 34px;
  padding-top: 5px;
}
.case-details-meta-right {
  float: right;
}
.case-details-meta-right span {
  display: inline-block;
  float: left;
}
.case-details-meta-right #share-1 {
  float: left;
}
.case-details-meta-right #share-1 .social-share-icon {
  background: #cccccc;
  color: #fff;
  border: 1px solid #cccccc;
}
.social-share .icon-weibo:hover {
  background: #ff763b !important;
  border: 1px solid #ff763b !important;
}
.social-share .icon-tencent:hover {
  background: #56b6e7 !important;
  border: 1px solid #56b6e7 !important;
}
.social-share .icon-qq:hover {
  background: #56b6e7 !important;
  border: 1px solid #56b6e7 !important;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D !important;
  border: 1px solid #FDBE3D !important;
}
.social-share .icon-douban:hover {
  background: #33b045 !important;
  border: 1px solid #33b045 !important;
}
.social-share .icon-linkedin:hover {
  background: #0077B5 !important;
  border: 1px solid #0077B5 !important;
}
.social-share .icon-facebook:hover {
  background: #44619D !important;
  border: 1px solid #44619D !important;
}
.social-share .icon-google:hover {
  background: #db4437 !important;
  border: 1px solid #db4437 !important;
}
.social-share .icon-twitter:hover {
  background: #55acee !important;
  border: 1px solid #55acee !important;
}
.social-share .icon-diandian:hover {
  background: #307DCA !important;
  border: 1px solid #307DCA !important;
}
.social-share .icon-wechat:hover {
  border: 1px solid #7bc549 !important;
  background: #7bc549 !important;
}
.related-read-list {
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
.related-read-item {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 17px;
  transition: box-shadow 0.18s;
  cursor: pointer;
  min-height: 72px;
}
.related-read-img {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 18px;
  flex-shrink: 0;
  background: #eee;
}
.related-read-title {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 991px) {
  .related-read-item {
    padding: 10px 10px;
    min-height: 56px;
    margin-bottom: 12px;
  }
  .related-read-img {
    width: 60px;
    height: 44px;
    margin-right: 10px;
  }
  .related-read-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .process-details-l {
    width: 100%;
  }
  .process-details-r {
    width: 100%;
  }
  .related-read-item {
    flex-direction: row;
    padding: 8px 6px;
    min-height: 44px;
  }
  .related-read-img {
    width: 44px;
    height: 32px;
    margin-right: 8px;
  }
  .related-read-title {
    font-size: 13px;
  }
  .case-details-meta-left {
    font-size: 14px;
  }
  .case-details-meta-left span {
    margin-right: 8px;
  }
  .case-details-meta {
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .process-details-r {
    margin-top: 40px;
  }
  .related-read-img {
    width: auto;
    height: 62px;
    margin-right: 18px;
  }
  .process-details-box {
    padding: 34px 0 44px;
  }
  .case-details-footer {
    margin-top: 10px;
  }
}
.about-page {
  padding: 110px 0 0;
}
@media (min-width: 991px) {
  .about-page .main-title-cn1 img {
    width: 80px;
    left: -84px;
  }
  .about-page .main-title .main-title-en {
    font-size: 76px;
    color: #F0F0F0;
  }
  .about-page .main-title .main-title-cn {
    font-size: 36px;
  }
}
.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
  color: #217bcf;
  background: #0e6fbd;
  width: 24px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  top: initial;
  bottom: 107px;
}
.gallery-top .swiper-button-prev {
  left: 7%;
}
.gallery-top .swiper-button-next {
  right: 7%;
}
.development-swiper {
  margin: 40px auto 60px auto;
  position: relative;
  padding-top: 100px;
}
.development-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: auto;
  cursor: pointer;
}
.development-swiper .dev-card {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  color: #222;
  transition: all 0.2s ease-in-out;
}
.development-swiper .dev-card h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #fff;
}
.development-swiper .dev-card p {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.development-swiper .swiper-pagination {
  bottom: 0;
}
.development-box {
  position: relative;
  overflow: hidden;
}
.development-swiper-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
}
.development-swiper-box .swiper-container {
  width: 80%;
  margin-left: 10%;
}
.development-swiper-box .swiper-slide-thumb-active .dev-card {
  position: relative;
  margin-top: -20px;
  background: #fff;
  transform: translateY(-11px);
}
.development-swiper-box .swiper-slide-thumb-active .dev-card h3 {
  color: #322F2A;
  font-weight: bold;
}
.development-swiper-box .swiper-slide-thumb-active .dev-card p {
  font-size: 14px;
  color: #707070;
  -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
  .development-swiper {
    max-width: 98vw;
  }
  .development-swiper .dev-card {
    padding: 18px 8px 18px 8px;
    max-width: 98vw;
  }
}
@media (max-width: 767px) {
  .development-swiper .swiper-slide {
    max-width: 98vw;
  }
  .development-swiper .dev-card {
    padding: 12px 4px 12px 4px;
    font-size: 14px;
    min-height: 120px;
  }
}
.honor-swiper-box {
  overflow: hidden;
  position: relative;
}
.honor-swiper-box .honor-swiper {
  margin: 0 80px;
  overflow: hidden;
}
.honor-swiper-box .swiper-slide img {
  width: 100%;
}
@media (max-width: 1600px) {
  .about-page {
    padding: 80px 0 0;
  }
  .team-body::after {
    clear: both;
    content: ' ';
    display: inline-block;
    width: 100%;
  }
  .team-img-row {
    height: 130px;
    width: 100%;
    float: left;
  }
  .team-img-row img {
    top: -120px;
    width: 25%;
    float: left;
  }
  .team-intro {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1440px) {
  .team-section {
    margin: 4px auto 60px auto;
    padding: 48px 0 40px 0;
  }
  .gallery-top .swiper-button-prev {
    left: 5%;
  }
  .gallery-top .swiper-button-next {
    right: 5%;
  }
  .core-service-section-box {
    margin-top: 100px;
    padding: 100px 0 40px;
  }
  .team-img-row {
    height: 90px;
  }
  .core-service-item {
    padding: 32px 37px;
  }
  .team-intro {
    padding: 0 27px;
  }
  .team-desc {
    font-size: 16px;
    padding-bottom: 130px;
  }
}
.swiper-pape-pagination {
  display: none;
}
.swiper-pape-pagination .swiper-pagination-bullet {
  background: #f1f1f1;
}
.swiper-pape-pagination .swiper-pagination-bullet-active {
  background: #0168b7;
}
@media (max-width: 991px) {
  .honor-swiper-box .swiper-button-next,
  .honor-swiper-box .swiper-button-prev {
    display: none;
  }
  .honor-swiper-box .honor-swiper {
    margin: 0 40px;
    overflow: hidden;
  }
  .gallery-thumbs {
    padding-bottom: 60px;
  }
  .honor-swiper-box {
    padding-bottom: 50px;
  }
  .swiper-pape-pagination {
    display: block;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
  }
  .about-section-img {
    width: 100%;
  }
  .about-section-content {
    width: 100%;
    padding-top: 60px;
  }
  .development-swiper .dev-card {
    padding: 18px;
    max-width: 98vw;
  }
  .main-title .main-title-en {
    font-size: 60px;
  }
  .core-service-item {
    width: 48%;
    flex: none;
    float: left;
  }
  .core-service-section {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .core-service-section-box {
    margin-top: 60px;
    padding: 60px 0 20px;
  }
  .team-img-row {
    height: auto;
    display: flex;
    padding: 8px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .team-img-row img {
    width: 48%;
    top: initial;
    padding-bottom: 8px;
    max-width: initial;
    box-shadow: none;
  }
  .team-body {
    border-radius: 8px;
  }
  .team-section {
    margin: 4px auto 0px auto;
    padding: 48px 0 40px 0;
  }
  .team-desc {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .development-box {
    overflow: initial;
  }
}
@media (max-width: 767px) {
  .main-title .main-title-en {
    font-size: 34px;
  }
  .about-page {
    padding: 30px 0 0;
  }
  .gallery-thumbs {
    padding-bottom: 50px;
  }
  .about-section-img::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
    transform: translate(13px, 20px);
    z-index: 1;
  }
  .about-section-content {
    padding-top: 30px;
    font-size: 14px;
  }
  .about-section-content li {
    font-size: 14px;
  }
  .about-section-content ul {
    margin-top: 12px;
  }
  .gallery-top img {
    height: 220px;
    width: 100%;
  }
  .development-swiper-box {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 0;
  }
  .development-swiper-box .dev-card {
    height: 180px;
  }
  .development-swiper {
    padding-top: 20px;
  }
  .development-swiper-box .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  .development-swiper-box .dev-card {
    box-shadow: none;
  }
  .development-swiper-box .swiper-slide-thumb-active .dev-card {
    position: relative;
    margin-top: 0;
    transform: translateY(0);
  }
  .development-swiper .dev-card {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px) !important;
  }
  .development-swiper {
    padding-top: 3px;
  }
  .development-swiper .dev-card h3 {
    font-size: 16px;
  }
  .development-swiper .dev-card h3 {
    color: #322F2A;
    font-weight: bold;
  }
  .development-swiper .dev-card p {
    color: #707070;
  }
  .gallery-top .swiper-button-prev,
  .gallery-top .swiper-button-next {
    display: none;
  }
  .development-swiper {
    margin: 0px auto 0px auto;
  }
  .core-service-item {
    width: 100%;
    flex: none;
    float: left;
    padding: 22px 27px 34px;
  }
  .core-service-title {
    margin-bottom: 8px;
  }
  .team-img-row {
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .team-img-row img {
    padding: 0;
  }
  .team-intro {
    padding: 8px 17px;
  }
  .team-body {
    padding-bottom: 0px;
  }
  .contact_box-wap {
    padding-top: 40px;
  }
}




@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.en_top {
  
}

/* About Us Section */
.about-us-section {
  background: #f9f9f9 url('../images/aboutbg.jpg') no-repeat center bottom;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-us-section::before {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23f5f5f5" d="M100,0 L200,0 L200,200 L100,200 Z"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.about-us-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about-us-left {
  flex: 1;
  max-width: 730px;
}

.about-title {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.about-subtitle {
  font-size: 16px;
  color: #666;font-weight: bold;
  margin: 0 0 25px 0;
  line-height: 1.6;
}

.about-description {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  margin: 0 0 40px 0;
}

.about-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.stat-item {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  border-bottom: 4px solid #0056b3;
}

.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}

.stat-label {
  font-size: 15px;
  color: #1D1D1D;
  margin-bottom: 8px;font-weight: bold;
}
.stat-unit {
  font-size: 12px;
  color: #1D1D1D;
}
.stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.stat-value .counter {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}

.about-learn-more {
  display: inline-block;
  padding: 17px 36px;
  background: #fff;
    border: 1px solid #CFCFCF;
    color: #242424;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.about-learn-more:hover {
  background: #0056b3;
  color: #fff;
}

.about-us-right {
  flex: 1;
  max-width:783px;
}

.about-video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  aspect-ratio: 16/9;
}
.product-detail-bottom .about-video-wrapper {
    width: 100%;
}


.about-video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video-poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid #fff;
  
}
.play-button span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button:hover {
  /* transform: translate(-50%, -50%) scale(1.1); */
  background: #fff;
}
.play-button:hover span {
  background: #e6e6e6;
}

.play-button svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  fill: #0056b3;
}

@media (max-width: 1200px) {
  .about-us-container {
    flex-direction: column;
    gap: 50px;
  }
  
  .about-us-left {
    max-width: 100%;
  }
  
  .about-us-right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-us-section {
    padding: 50px 0;
  }
  
  .about-title {
    font-size: 32px;
  }
  
}

/* Channel Letters Section */
.channel-letters-section {
  padding: 80px 0;
  background: #fff;
}

.channel-letters-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 77px;
}

.channel-letters-container:last-child {
  margin-bottom: 0;
}

/* 双数（偶数）的 container 图片在左侧，文字在右侧 */
.channel-letters-container:nth-child(even) {
  flex-direction: row-reverse;
}

.channel-letters-left {
  flex: 1;
  max-width:710px;
}

.channel-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin: 0 0 25px 0;
  position: relative;
}

.channel-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #0056b3;
}

.channel-description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.channel-features {
  list-style: disc;
  padding-left: 7px;
  margin: 0 0 35px 0;
}

.channel-features li {
  font-size: 16px;
  color: #666;
  line-height: 2;
  padding-left: 18px;
  background: url('../images/libg.jpg') no-repeat left center;
}

.channel-description:last-of-type {
  margin-bottom: 35px;
}

.channel-learn-more {
  display: inline-block;
  padding: 18px 40px;
  border: 1px solid #CFCFCF;
  color: #242424;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: bold;
  background: #fff; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.channel-learn-more:hover {
  border-color: #0056b3;
  color: #fff;
  background: #0056b3;
}

.channel-letters-right {
  flex: 1;
  max-width: 800px;
}

.channel-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .channel-letters-container {
    flex-direction: column;
    gap: 40px;
  }
  
  .channel-letters-container:nth-child(even) {
    flex-direction: column;
  }
  
  .channel-letters-left {
    max-width: 100%;
  }
  
  .channel-letters-right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .channel-letters-section {
    padding: 50px 0;
  }
  
  .channel-title {
    font-size: 28px;
  }
}

/* Contact Intro Section */
.contact-intro-section {
  padding: 80px 0 120px;
  background: #f7f7f7;
}

.contact-page-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-page-title-main {
  font-size: 42px;
  font-weight: 800;
  color: #222;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
  text-transform:capitalize;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-page-title-sub {
  font-size: 16px;
  color: #888;
  margin: 0;
  font-weight: 400;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-intro-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-intro-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-intro-header  p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contact-intro-email {
  margin-top: 40px;
  font-size: 18px;
  position: relative;padding-bottom: 50px;
}

.contact-intro-email a {
  color: #f2ac0e;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #f2ac0e;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-intro-email a:hover {
  /* text-decoration: underline; */
}

.contact-intro-body {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius:20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-intro-left {
  flex: 0 0 52%;
}

.contact-intro-right {
  flex: 0 0 48%;
}

.contact-intro-image {
  overflow: hidden;
}

.contact-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-info-box {
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
}

.contact-info-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-box li {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-info-box li:last-child {
  margin-bottom: 0;
}

.info-icon {
  color: #f2ac0e;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .contact-page-title-main {
    font-size: 36px;
  }
  
  .contact-page-title-sub {
    font-size: 14px;
  }
  
  .contact-intro-body {
    flex-direction: column;
    gap: 30px;
  }
  
  .contact-intro-title {
    font-size: 24px;
  }
  
  .contact-intro-left,
  .contact-intro-right {
    flex: 1;
  }
}

/* About Us Section */
.about-section {
  padding: 60px 0;
  background: #FAFAFA url('../images/about3.png') no-repeat left center;
  background-size: auto 100%;
}

.about-content {
  max-width: 900px;
  margin-left: auto;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.about-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.9;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* About Images Section */
.about-images-section {
  padding: 30px 0;
}
.pl-title2 {
  text-align: left;
}

.pl-title2 h2 {
  font-size: 48px;
  font-weight: 700;
  color: #322F2A;
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-title2 p {
  font-size: 16px;
  color: #646464;
  margin: 0;
  line-height: 1.8;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}


.section-header {
  background: #f4f4f4;
  margin-bottom: 30px;
  padding: 10px 20px;

}

.section-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  display: inline-block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.about-images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.about-images-grid.factory-grid {
  grid-template-columns: repeat(3, 1fr);
}

.about-image-item {
  overflow: hidden;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 337px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

.image-caption {
  position: absolute;
  bottom: -40px;
  left:0;
  width: 100%;
  background: url('../images/about3.png') repeat-y left center;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: bottom 0.3s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.image-wrapper:hover .image-caption {
  bottom: 0;
}

.factory-section {
  background: #FAFAFA;
}

@media (max-width: 991px) {
  .about-images-grid,
  .about-images-grid.factory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .about-section {
    background-position: top left;
    background-size: 150px auto;
  }
  
  .about-content {
    margin-left: 0;
  }
  
  .about-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-images-grid,
  .about-images-grid.factory-grid {
    grid-template-columns: 1fr;
  }
  
  .image-wrapper img {
    height: 200px;
  }
  
  .about-title {
    font-size: 24px;
  }
}

/* Corporate Footprint Section */
.corporate-footprint-section {
  padding: 80px 0;
  margin-top: 80px;
  background: #fff url('../images/city_bg.jpg') no-repeat bottom center;
  background-size: cover;
  position: relative;
}

.corporate-footprint-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
}

.footprint-content {
  display: flex;
  position: relative;
  z-index: 1;
    align-content: center;
    align-items: center;
    gap: 40px;
}

.footprint-left {
  flex: 0 0 38%;
}

.footprint-title {
  font-size: 40px;
  font-weight: 700;
  color: #003399;
  margin: 0 0 20px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.footprint-desc {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
  margin: 0 0 60px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.future-outlook h3 {
  font-size: 40px;
  font-weight: 600;
  color: #141414;
  margin: 0 0 30px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.future-outlook p {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.footprint-right {
  display: flex;
  justify-content: left;
  align-items: left;
}

.timeline-container {
  position: relative;
  width: 800px;
  height:800px;
  background: url('../images/cor7.png') no-repeat -100px center;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 550px;
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
  z-index: 2;
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.timeline-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.timeline-item:hover img {
  transform: scale(1.05);
  border: 3px solid #003399;

}

.timeline-info {
  display: flex;
  flex-direction: column;
}

.timeline-year {
  font-size: 18px;
  color: #141414;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.timeline-text {
  font-size: 18px;
  color: #141414;
  max-width: 255px;
  margin-top: 2px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.timeline-2019 {
  top: 10px;
  right: 70px;
}

.timeline-2020 {
  top: 220px;
  right: -150px;
}

.timeline-2023 {
  bottom: 220px;
  right: -150px;
}

.timeline-2025 {
  bottom:10px;
  right: 70px;
}

@media (max-width: 991px) {
  .footprint-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .footprint-left {
    flex: 1;
  }
  
  .timeline-container {
    width: 300px;
    height: 300px;
  }
  
  .center-image {
    width: 200px;
    height: 200px;
  }
  
  .timeline-item img {
    width: 40px;
    height: 40px;
  }
  
  .timeline-text {
    max-width: 100px;
    font-size: 11px;
  }
  
  .timeline-2020 {
    right: -30px;
  }
  
  .timeline-2023 {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .corporate-footprint-section {
    padding: 50px 0;
  }
  
  .footprint-title {
    font-size: 24px;
  }
  
  .timeline-container {
    width: 250px;
    height: 250px;
  }
  
  .center-image {
    width: 160px;
    height: 160px;
  }
  
  .timeline-item img {
    width: 35px;
    height: 35px;
  }
  
  .timeline-text {
    display: none;
  }
  
  .timeline-2020 {
    right: -15px;
    top: 70px;
  }
  
  .timeline-2023 {
    right: -15px;
    bottom: 70px;
  }
}

/* About Swiper Buttons */
.abo-swiper-next,
.abo-swiper-prev {
  width: 41px;
  height: 70px;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.abo-swiper-next {
  right: 20px;
  background-image: url('../images/abo_r.png');
  background-position: center;
  background-repeat: no-repeat;
}

.abo-swiper-prev {
  left: 20px;
  background-image: url('../images/abo_l.png');
  background-position: center;
  background-repeat: no-repeat;
}

.abo-swiper-next:hover {
  background-image: url('../images/abo_rh.png');
}

.abo-swiper-prev:hover {
  background-image: url('../images/abo_lh.png');
}

/* News Detail Section */
.nd-section {
  padding: 60px 0;
  background: #fff;
}

.nd-container {
  display: flex;
  gap: 40px;
}

.nd-main {
  flex: 0 0 74.2%;
}

.nd-sidebar {
  flex: 0 0 23.8%;
}

.nd-meta {
  margin-bottom: 40px;
}

.nd-date {
  font-size: 14px;
  color: #999;
  font-weight: 500;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin: 20px 0;
  line-height: 1.3s;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
  color: #999;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-info-divider,
.blog-meta-divider {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #9e9e9e;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.nd-editor {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 1.9;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-editor p {
  margin: 0 0 30px 0;
}

.nd-img {
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
}

.nd-ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.nd-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555;
}

.nd-ul li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: -2px;
  color: #767676;
  font-size: 20px;
}

.nd-pagination {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 40px;
  border-top: 2px solid #eee;
}

.nd-pagination-prev,
.nd-pagination-next {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nd-pagination-label {
  font-size: 14px;
  color: #999;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-pagination-link {
  font-size: 14px;
  color: #333;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-pagination-link:hover {
  color: #f2ac0e;
}

.nd-sidebar-section {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 28px 35px;
  margin-bottom: 20px;
}

.nd-sidebar-title {
  font-size:20px;
  font-weight: 600;
  color: #292929;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding-bottom: 12px;
  display: inline-block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-latest-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nd-latest-item {
  display: flex;
  gap: 16px;
}

.nd-latest-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

.nd-latest-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nd-latest-info h4 {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-latest-date {
  font-size: 12px;
  color: #999;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.nd-latest-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
  margin-bottom: 4px;
}
.nd-latest-link:last-child {
  border-bottom: none;
}

.nd-latest-link:hover .nd-latest-info h4 {
  color: #f2ac0e;
}

.nd-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.nd-case-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.nd-case-link img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nd-case-link:hover img {
  transform: scale(1.05);
}

.nd-case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nd-case-link:hover .nd-case-overlay {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.nd-case-overlay::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../images/newsshowicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .nd-container {
    flex-direction: column;
  }
  
  .nd-main {
    flex: 1;
  }
  
  .nd-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .nd-section {
    padding: 40px 0;
  }
  
  .nd-title {
    font-size: 22px;
  }
  
  .nd-pagination {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .nd-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* News Section */
.news-section {
  padding: 140px 0;
  background: #FAFAFA;
}

.news-container {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.news-left {
  flex: 0 0 50%;
  display: flex;
}

.news-right {
  flex: 0 0 50%;
  display: flex;
}

.news-featured-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-featured {
  border-radius: 4px;
  width: 100%;
}

.news-featured-image {
  margin-bottom: 25px;
}

.news-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.news-featured-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.news-meta {
  display: flex;
  gap: 25px;
  padding: 16px 0;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.news-meta-item {
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-meta-icon {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.news-featured-description {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 25px 0;
}

.news-view-details {
  display: inline-block;
  padding: 12px 25px;
  background: #003399;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.news-view-details:hover {
  background: #004494;
  color: #fff;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.news-item {
  border-radius: 4px;
  display: flex;
  gap: 15px;
  flex: 1;
}

.news-item-image {
  flex: 0 0 225px;
}

.news-item-image img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  display: block;
}
.banner-swiper {
  width: 100%;
   text-align: center;
}
.banner-swiper img{
  width: 100%;
}

.news-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-item-link .news-item-title,.news-featured-link .news-featured-title{
  transition: color 0.2s ease-in-out;
}
.news-item-link:hover .news-item-title,.news-featured-link:hover .news-featured-title{
  color: #003399;
}

.news-item-content {
  flex: 1;
}

.news-item-title {
  font-size: 28px;
  font-weight: 600;
  color: #242424;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.news-item-description {
  font-size: 15px;
  color: #585858;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.news-item-more {
  font-size: 15px;
  color: #200F8A;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.news-item-more:hover {
  color: #004494;
}

@media (max-width: 1200px) {
  .news-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-left {
    flex: 0 0 100%;
    display: block;
  }
  
  .news-right {
    flex: 0 0 100%;
    display: block;
  }
  
  .news-list {
    justify-content: flex-start;
  }
  
  .news-item {
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 50px 0;
  }
  
  .news-featured-title {
    font-size: 18px;
  }
  
  .news-meta {
    gap: 15px;
  }
  
  .news-item {
    flex-direction: column;
  }
  
  .news-item-image {
    flex: 0 0 auto;
  }
  
  .news-item-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

/* Featured Swiper Section */
.featured-swiper-section {
  padding: 140px 0;
  background: #fff;
}

.featured-swiper {
  position: relative;
}
.featured-swiper-box{
  position: relative;
  z-index: 9;
}


.featured-slide {
  display: flex;
  align-items: stretch;
}

.featured-slide-left {
  flex: 0 0 46.875%;
  background: url('../images/casebg.png') no-repeat center center / cover;
  padding: 60px ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.featured-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: url('../images/caset.png') no-repeat right 4px;
  margin: 0 30px 60px 0;
  padding-right: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  /* 超出两行隐藏 */
}

.featured-title::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 92px;
  height: 3px;
  background: #F2AC0E;
}

.featured-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 2;
  margin: 30px 0 35px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-btn {
  display: inline-block;
  width: 160px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #fbbf24;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

.featured-btn:hover {
  background: #f59e0b;
  color: #fff;
}

.featured-slide-right {
  flex: 0 0 53.125%;
  overflow: hidden;
  margin-top: 35px;
}

.featured-slide-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-swiper-prev,
.featured-swiper-next {
  position: absolute;
  top: inherit;
  bottom: -50px;
  left: 0;
  width: 105px;
  height: 72px;
  background: #182f58;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

.featured-swiper-next {
  left: 105px;
  border-left: 1px solid #264782;
}

.featured-swiper-prev:hover,
.featured-swiper-next:hover {
  background: #1e3a8a;
}

.featured-swiper-prev img,
.featured-swiper-next img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.featured-swiper-prev::after,
.featured-swiper-next::after {
  display: none;
}

@media (max-width: 1200px) {
  .featured-slide {
    flex-direction: column;
  }
  
  .featured-slide-left {
    flex: 0 0 auto;
    padding: 40px 30px;
  }
  
  .featured-slide-right {
    flex: 0 0 auto;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .featured-swiper-section {
    padding: 50px 0;
  }
  
  .featured-slide-left {
    padding: 30px 20px;
  }
  
  .featured-title {
    font-size: 22px;
  }
  
  .featured-swiper-prev,
  .featured-swiper-next {
    width: 40px;
    height: 40px;
  }

  .featured-swiper-next {
    left: 40px;
  }

  .featured-swiper-prev img,
  .featured-swiper-next img {
    width: 16px;
    height: 16px;
  }
}

/* Brand Logos Swiper Section */
.brand-logos-section {
  padding: 60px 0;
  background: #f5f5f5;
  position: relative;
}

.brand-logos-swiper {
  position: relative;
}

.brand-logos-swiper {
  position: relative;
}

.brand-logo-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.brand-logo-item:hover {
  border-color: #fbbf24;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.brand-logo-item img {
  width: auto;
  height: auto;
  object-fit: contain;
  opacity:1;
  transition: all 0.3s ease;
}

.brand-logo-item:hover img {
  opacity: 1;
}

.brand-logos-prev,
.brand-logos-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.brand-logos-prev img,
.brand-logos-next img {
  width: 48px;
  height:48px;
  object-fit: contain;
}

.brand-logos-prev {
  left: -45px;
}

.brand-logos-next {
  right: -45px;
}

.brand-logos-prev:hover,
.brand-logos-next:hover {
}

.brand-logos-prev:hover img,
.brand-logos-next:hover img {
}

.brand-logos-prev::after,
.brand-logos-next::after {
  display: none;
}

@media (max-width: 1200px) {
  .brand-logo-item {
    padding: 25px 15px;
    height: 100px;
  }
  
  .brand-logos-prev,
  .brand-logos-next {
    display: none;
  }
}

@media (max-width: 991px) {
  .brand-logo-item {
    padding: 20px 10px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .brand-logos-section {
    padding: 40px 0;
  }
  
  .brand-logo-item {
    padding: 15px 8px;
    height: 80px;
  }
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* New Footer Section */
.new-footer {
  background: #191a5b url('../images/footbg.png') center right  no-repeat;
  color: #fff;
  padding: 95px 0 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
}


.new-footer-content {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.new-footer-left {
  flex: 0 0 30%;
}

.new-footer-logo {
  margin-bottom: 20px;
}

.new-footer-logo img {
  margin-bottom: 10px;
}

.new-footer-brand {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.new-footer-slogan {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
}

.new-footer-company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.9);
}

.new-footer-desc {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-bottom: 45px;
}

.new-footer-follow-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #fff;
}

.new-footer-follow-title span {
  color: #F2AC0E;
}

.new-footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 50px;
}

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #d9d9d9;
}

.social-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  /* filter: brightness(0) invert(0.3); */
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #d9d9d9;
}

.social-icon:hover img {
  /* filter: brightness(0) invert(0); */
}

.social-icon.active {
  background-color: #f2ac0e;
}

.social-icon.active img {
  /* filter: brightness(0) invert(1); */
}

.social-icon:hover:not(.active) {
  background-color: #f2ac0e;
}

.social-icon:hover:not(.active) img {
  filter: brightness(0) invert(1);
}

.new-footer-col {
  flex: 1;
}
.new-footer-col:nth-child(2) {
  flex: 1.2;

}

.new-footer-col h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.new-footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  background: #fbbf24;
}

.new-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.new-footer-col li {
  margin-bottom: 20px;
  line-height: 1.4;
}

.new-footer-col li:last-child {
  margin-bottom: 0;
}

.new-footer-col a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.new-footer-col a:hover {
  color: #fbbf24;
}

.new-footer-col li {
  position: relative;
  padding-left: 15px;
}

.new-footer-col li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 12px;
}

.new-footer-col li a {
}

.new-footer-copyright {
  background: #0e0f3f;
  padding: 25px 0;
  line-height: 2;
  margin-top: 40px;
  position: relative;
}

.new-footer-copyright .w {
  font-size: 14px;
  color: #e1e1e7;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  transform: translateY(50%);
  width: 45px;
  height: 45px;
  background: #fbbf24;
  border: none;
  border-radius: 4px;
  color: #fff;
  z-index: 99999;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top:hover {
  background: #f59e0b;
  transform: translateY(50%) scale(1.1);
}

@media (max-width: 1200px) {
  .new-footer-content {
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .new-footer-left {
    flex: 0 0 100%;
  }
  
  .new-footer-col {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .new-footer {
    padding: 40px 0;
  }
  
  .new-footer-content {
    gap: 30px;
  }
  
  .new-footer-col {
    flex: 0 0 100%;
  }
  
  .new-footer::before {
    display: none;
  }
  
  .scroll-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
    font-size: 18px;
  }
}

/* Video Popup Styles */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-popup.active {
  display: flex;
}

.video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-popup-content video {
  width: 100%;
  max-height: 700px;
  display: block;
}

.video-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .video-popup-content {
    width: 95%;
    max-width: none;
  }
  
  .video-popup-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }
}/* 页脚整体样式 */
.footer {
  background: #222a35;
  color: #fff;
  font-size: 14px;
}

/* 主要内容区域 */
.footer-main {
  padding: 60px 0 40px;
  background: url(../images/footbg.jpg) no-repeat right bottom;
}

/* Logo和友情链接行 */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo区域 */
.footer-logo {
  flex-shrink: 0;
}

.footer-logo .logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 友情链接区域 */
.footer-links {
  position: relative;
}

/* 友情链接按钮 */
.footer-links-btn {
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.footer-links-btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.footer-links-btn::after {
  content: "∨";
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-links:hover .footer-links-btn::after {
  transform: rotate(180deg);
}

/* 友情链接下拉菜单 */
.footer-links-dropdown {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.footer-links:hover .footer-links-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 下拉菜单箭头 */
.footer-links-dropdown::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.footer-links-dropdown .link-item {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-links-dropdown .link-item:hover {
  background: #f5f5f5;
  color: #004E8C;
  padding-left: 25px;
}

/* 内容区域 */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* 导航区域 */
.footer-nav {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  gap: 0px;
  padding: 0 20px;
}

.footer-nav-col {
  flex-shrink: 0;
  width: 20%;
}

.footer-nav-col .nav-title {
  font-size:24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #fff;
  white-space: nowrap;
}

.footer-nav-col .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-col .nav-list li {
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-nav-col .nav-list li a {
  color: #797979;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
}

.footer-nav-col .nav-list li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* 联系信息区域 */
.footer-contact {
  flex-shrink: 0;
  text-align: right;
  min-width: 200px;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-phone .phone-number {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.contact-address p {
  color: #848484;
  font-size: 24px;
  line-height: 1.8;
  margin: 5px 0;
}

.contact-social {
  display: flex;
  justify-content: flex-end;
  gap: 33px;
  margin-top: 20px;
}

.contact-social .social-link {
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-social .social-link:hover {
}

.contact-social .social-link img {
}

/* 二维码弹窗样式 */
.qrcode-popup {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 150px;
  text-align: center;
}

/* 箭头 */
.qrcode-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.social-link-wechat:hover .qrcode-popup,
.social-link-douyin:hover .qrcode-popup {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.qrcode-popup img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
  filter: none;
}

.qrcode-popup p {
  margin: 0;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
}

/* 底部版权区域 */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  background: #1f2630;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #797979;
}

.copyright-left p {
  margin: 0;
  line-height: 1.6;
}

.copyright-left a {
  color: #797979;
  text-decoration:underline;
  transition: color 0.3s ease;
}

.copyright-left a:hover {
  color: #fff;
}

.copyright-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #797979;
}

.copyright-right a {
  color: #797979;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright-right a:hover {
  color: #fff;
}

.copyright-right .divider {
  color: rgba(255, 255, 255, 0.3);
}

/* 平板响应式 */
@media screen and (max-width: 1440px) {
  .footer-nav-col .nav-title {
    font-size: 20px;
  }
  .footer-nav-col .nav-list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-nav {
    gap: 20px;
  }
  
  .footer-contact {
    min-width: 180px;
  }
  
  .contact-phone .phone-number {
    font-size: 20px;
  }
  .contact-address p {
    font-size: 18px;
  }
}

/* 平板竖屏 */
@media screen and (max-width: 1024px) {
  .footer-top {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  
  .footer-logo {
    width: 120px;
  }
    .footer-contact {
    width: 100%;
    text-align: center;
    } 
  
  .footer-content {
    flex-wrap: wrap;
  }
  
  .footer-nav {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 30px;
    order: 2;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  
  .footer-contact {
    order: 1;
    text-align: center;
  }
  .contact-social {
    display: flex;
    justify-content: center;
    gap: 33px;
    margin-top: 20px;
}
  .footer-nav-col {
    width: 28%;
  }
}

/* 移动端 */
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0px;
  }
  
  .footer-main {
    padding: 20px 0 20px;
  }
  
  .footer-top {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  
  .footer-logo {
    width: 100px;
  }
  
  .footer-links-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    margin-top: 0;
    text-align: center;
  }
  
  .footer-nav-col .nav-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .footer-nav-col .nav-list li {
    margin-bottom: 10px;
  }
  
  .footer-contact {
    text-align: left;
  }
  
  .contact-phone .phone-number {
    font-size: 22px;
  }
  
  .contact-social {
        justify-content: center;
    gap: 20px;
  }
  
  /* 移动端二维码弹窗调整 */
  .qrcode-popup {
    padding: 12px;
    min-width: 130px;
    bottom: calc(100% + 12px);
  }
  
  .qrcode-popup img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
  }
  .footer-nav-col {
    width: 100%;
  }
  .qrcode-popup p {
    font-size: 12px;
  }
  .footer-nav-col .nav-list li a {
    font-size: 14px;
  }
  .qrcode-popup::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  
  .social-link-wechat:hover .qrcode-popup,
  .social-link-douyin:hover .qrcode-popup {
    bottom: calc(100% + 8px);
  }
  
  .footer-copyright {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .copyright-right {
    justify-content: center;
  }
  .footer-nav {
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
  }
  .footer-nav {
    padding: 0;
            gap: 30px ;
  }
  
  .footer-nav-col .nav-title {
    font-size: 14px;
  }
  
  .contact-phone .phone-number {
    font-size: 16px;
  }
  
  .contact-address p {
    font-size: 15px;
  }
  
  .contact-social {
    gap: 15px;
    width: 100%;
    text-align: center;
  }
  
    .footer-contact {
    width: 100%;
    text-align: center;
    } 
  /* 小屏手机二维码弹窗调整 */
  .qrcode-popup {
    padding: 10px;
    min-width: 110px;
  }
  
  .qrcode-popup img {
    width: 90px;
    height: 90px;
    margin-bottom: 6px;
  }
  
  .qrcode-popup p {
    font-size: 11px;
  }
  
  .footer-bottom {
    padding: 20px 0;
  }
  
  .copyright-right {
    flex-wrap: wrap;
  }
  
  .footer-copyright {
    font-size: 14px;
  }
  .contact-social .social-link img {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
      .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
}


/* Product Detail Page Styles */

/* Breadcrumb Styles */
.breadcrumb_box {
  padding: 20px 0;
  background: #fbfbfb;
}

.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.breadcrumb-label {
  font-size: 16px;
  color: #888;
  margin-right: 8px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-list .breadcrumb-item:not(:last-child) {
  margin-right: 20px;
}

.breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  content: '>';
  position: absolute;
  right: -14px;
  color: #888;
  font-size: 16px;
}

.breadcrumb-list .breadcrumb-item a {
  color: #888;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  transition: color 0.3s ease;
}

.breadcrumb-list .breadcrumb-item a:hover {
  color: #1e3a8a;
}

.breadcrumb-list .breadcrumb-item.active a {
  color: #2563eb;
  font-weight: 500;
}

/* Secondary Navigation */
.breadcrumb-secondary-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}

.secondary-nav-item {
  font-size: 16px;
  color: #555;
  text-decoration: none;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  transition: color 0.3s ease;
}

.secondary-nav-item:hover {
  color: #003399;
}

.secondary-nav-item.active {
  color: #003399;
  font-weight: 600;
}

@media (max-width: 991px) {
  .breadcrumb-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .secondary-nav-item {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .breadcrumb_box {
    padding: 15px 0;
  }
  
  .breadcrumb-list .breadcrumb-item a {
    font-size: 12px;
  }
  
  .breadcrumb-list .breadcrumb-item:not(:last-child) {
    margin-right: 14px;
  }
  
  .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
    font-size: 12px;
    right: -10px;
  }
  
  .breadcrumb-secondary-nav {
    gap: 20px;
  }
  
  .secondary-nav-item {
    font-size: 14px;
  }
}

/* Product Detail Section Styles */
.product-detail {
  padding: 40px 0;
  background: #fff;
}

.product-detail-content {
  display: flex;
  gap: 60px;
}

.product-images {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.main-image-swiper-container {
  border: 1px solid #eee;
  margin-bottom: 40px;
}

.main-image-swiper {
  width: 100%;
}

.main-product-image {
  width: 100%;
  height: auto;
  display: block;
}

.thumbnail-swiper-container {
  position: relative;
}

.thumbnail-swiper {
  width: 100%;
}

.thumbnail-item {
  border: 2px solid #e5ecf7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.thumbnail-item img {
  width: 100%;
  height: auto;
  display: block;
}

.thumbnail-swiper .swiper-slide {
  width: auto;
}

.thumbnail-swiper .swiper-slide-thumb-active .thumbnail-item {
  border-color: #2563eb;
}

.product-info {
  /* flex: 1; */
  flex: 0 0 46.875%;
  max-width: 46.875%;
}

.product-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.product-nickname {
  font-size: 18px;
  color: #003399;
  margin: 0 0 45px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.product-params {
  margin-bottom: 20px;
}

.params-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.params-table {
  width: 100%;
  border-collapse: collapse;
}

.params-table td {
  padding: 10px 15px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.params-table strong {
  color: #333;
}

.product-notes {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 45px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-btn {
  display: inline-block;
  padding: 22px 100px;
  background: #f59e0b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-btn:hover {
  background: #d97706;
  color: #fff;
}

@media (max-width: 1200px) {
  .product-detail-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .product-images {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product-detail {
    padding: 30px 0;
  }
  
  .product-title {
    font-size: 20px;
  }
  
  .params-table td {
    padding: 8px 10px;
    font-size: 13px;
  }
  
  .contact-btn {
      padding: 12px 40px;
      font-size: 13px;
    }
    .honor-swiper-box .honor-swiper {
      margin: 0 30px;
    }
}

/* Product Features Section */
.product-features {
  padding: 60px 0;
}

.features-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  
}

.feature-item {
  flex: 1;
  text-align: center;
}

.feature-icon {
  width: 140px;
  height: 80px;
  margin: 0 auto ;
  background: url('../images/probg2.jpg') center top no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.feature-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 15px 20px;
  background: url('../images/probg.jpg') center/contain no-repeat;
  border-radius: 8px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

@media (max-width: 1200px) {
  .features-content {
    gap: 20px;
  }
  
  .feature-icon {
    width: 100px;
    height: 100px;
  }
  
  .feature-icon img {
    width: 50px;
    height: 50px;
  }
  
  .feature-text {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media (max-width: 991px) {
  .product-features {
    padding: 40px 0;
  }
  
  .features-content {
    flex-wrap: wrap;
  }
  
  .feature-item {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-features {
    padding: 30px 0;
  }
  
  .feature-item {
    flex: 0 0 100%;
  }
  
  .feature-icon {
    width: 90px;
    height: 90px;
  }
  
  .feature-icon img {
    width: 45px;
    height: 45px;
  }
  
  .feature-text {
    font-size: 13px;
    padding: 10px 15px;
    background-size: cover;
  }
}

/* Product Detail Title */
.product-detail-title {
  background-color: #003399;
  padding: 20px 46px;
}

.product-detail-title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-title-left {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  letter-spacing: 1px;
}

.product-detail-title-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-detail-title-right .stars {
  display: flex;
  gap: 3px;
}

.product-detail-title-right .stars img {
  width: 20px;
  height: 20px;
  display: block;
}

.rating-text {
  color: #ffcc00;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

@media (max-width: 991px) {
  .product-detail-title {
    padding: 15px 0;
  }
  
  .product-detail-title-left {
    font-size: 16px;
  }
  
  .product-detail-title-right .stars img {
    width: 16px;
    height: 16px;
  }
  
  .rating-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .product-detail-title-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .product-detail-title-left {
    font-size: 14px;
  }
}

/* Product Detail Content Section */
.product-detail-content-section {
  padding: 40px 0;
  background-color: #fff;
}


.product-detail-content-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  color: #333;
  margin-bottom: 25px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.product-detail-content-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.product-detail-text:last-child {
  margin-bottom: 0;
}
.product-detail-bottom {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.product-detail-bottom-t {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
@media (max-width: 991px) {
  .product-detail-content-section {
    padding: 30px 0;
  }
  
  .product-detail-section-title {
    font-size: 20px;
  }
  
  .product-detail-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .product-detail-content-section {
    padding: 25px 0;
  }
  
  .product-detail-section-title {
    font-size: 18px;
  }
  
  .product-detail-text {
    font-size: 14px;
  }
}

/* Blog List Section */
.blog-list-section {
  padding: 60px 0;
  background: #fff;
}

.blog-list-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blog-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 默认样式：图片在左侧 */
.blog-item-image {
  flex-shrink: 0;
  width: 341px;
  height: 227px;
  overflow: hidden;
  border-radius: 4px;
}

.blog-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-item-image img {
  width: 341px;
  height: 227px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-item:hover .blog-item-image img {
  transform: scale(1.05);
}

.blog-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.blog-item-content > a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blog-item-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-item:hover .blog-item-title {
  color: #003399;
}

.blog-item-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.blog-item-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}

.blog-meta-item {
  font-size: 13px;
  color: #999;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.blog-item-more {
  display: inline-block;
  padding: 10px 24px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: fit-content;
}

.blog-item-more:hover {
  background: #003399;
  color: #fff;
}

/* 双数（偶数）项：图片在右侧 */
.blog-item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .blog-item-image {
    width: 300px;
    height: 200px;
  }
  
  .blog-item-image img {
    width: 300px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  .blog-list-section {
    padding: 40px 0;
  }
  
  .blog-item {
    flex-direction: column;
    gap: 20px;
  }
  
  /* 移动端：所有图片都在顶部 */
  .blog-item:nth-child(even) {
    flex-direction: column;
  }
  
  .blog-item-image {
    width: 100%;
    height: auto;
  }
  
  .blog-item-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .blog-list-section {
    padding: 30px 0;
  }
  
  .blog-list-container {
    gap: 40px;
  }
  
  .blog-item-title {
    font-size: 18px;
  }
  
  .blog-item-desc {
    font-size: 14px;
  }
}

/* Pagination Styles */
.pagination-container {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.pagination-btn.active {
  background: #003399;
  border-color: #003399;
  color: #fff;
}

.pagination-goto,
.pagination-page {
  font-size: 14px;
  color: #666;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pagination-input {
  width: 50px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  text-align: center;
  outline: none;
  transition: border-color 0.3s ease;
}

.pagination-input:focus {
  border-color: #003399;
}

@media (max-width: 767px) {
  .pagination-container {
    margin-top: 40px;
  }
  
  .pagination {
    gap: 6px;
  }
  
  .pagination-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  
  .pagination-input {
    width: 45px;
    height: 32px;
    font-size: 13px;
  }
  
  .pagination-goto,
  .pagination-page {
    font-size: 13px;
  }
}

/* Product List Section Styles */
.pl-section {
  padding: 40px 0;
}

.pl-image {
  margin-bottom: 70px;
}

.pl-image img {
  width: 100%;
  height: auto;
  display: block;
}

.pl-title {
  text-align: left;
  margin-bottom: 40px;
}

.pl-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #003399;
  margin: 0 0 15px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  text-transform: capitalize;
}

.pl-title p {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.pl-desc {
  background: #f8f8f8;
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
}
.pl-desc:after {
  background: #f8f8f8;
  position: absolute;
  content: '';
  width: 100%;
  top:0;
  bottom: 0;
  left: -100%;
}
.pl-desc::before {
  background: #f8f8f8;
  position: absolute;
  content: '';
  width: 100%;
  top:0;
  bottom: 0;
  right:  -100%;
}

.pl-desc-item {
  margin-bottom: 30px;
}

.pl-desc-item:last-child {
  margin-bottom: 0;
}

.pl-desc-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-desc-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Related Products */
.pl-related {
  margin-top: 60px;margin-bottom: 100px;
}

.pl-related-header {
  background: #003399;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 60px;
}

.pl-related-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:60px;
}

.pl-related-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pl-related-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pl-related-link:hover .pl-related-item {
  border-color: #f59e0b;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
  border-radius: 4px;
}

.pl-related-link:hover .pl-btn-primary,
.pl-related-link:hover .pl-btn-secondary {
  background: #f2ac0e;
}

.pl-item-image {
  padding: 20px;
  background: #fff;
}

.pl-item-image img {
  width: 100%;
  height: 277px;
  object-fit: contain;
  display: block;
}

.pl-item-info {
  padding: 15px 20px 40px;
  border-top: 1px solid #e5e5e5;
}

.pl-item-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 8px 0;
  margin: 0 0 10px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-item-info p {
  font-size: 13px;
  color: #999;
  margin: 0 0 5px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-item-info p:last-child {
  margin-bottom: 0;
}

.pl-item-buttons {
  display: flex;
  gap: 0;
}

.pl-btn-primary,
.pl-btn-secondary {
  flex: 1;
  padding:15px 12px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.pl-btn-primary {
  background: #4d4d4d;
  color: #fff;
}

.pl-btn-primary:hover {
  background: #f2ac0e;
}

.pl-btn-secondary {
  background: #4d4d4d;
  color: #fff;
}

.pl-btn-secondary:hover {
  background: #f2ac0e;
}

@media (max-width: 991px) {
  .pl-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pl-section {
    padding: 30px 0;
  }
  
  .pl-title h2 {
    font-size: 24px;
  }
  
  .pl-title p {
    font-size: 15px;
  }
  
  .pl-desc {
    padding: 20px;
  }
  
  .pl-desc-item h3 {
    font-size: 16px;
  }
  
  .pl-desc-item p {
    font-size: 14px;
  }
  
  .pl-related-grid {
    grid-template-columns: 1fr;
  }
  
  .pl-item-image img {
    height: 150px;
  }
}



/* 1600-1440范围内响应式 */
@media (max-width: 1600px) and (min-width: 1440px) {
  .nd-case-link img {
    height: 79px;
  }
  .nd-latest-info h4 {
    font-size: 13px;
  }
  .channel-learn-more{
    padding: 13px 30px;
  }
  .featured-swiper-prev, .featured-swiper-next {
    bottom: -20px;
  }
  .new-footer-col:nth-child(2) {
    flex: 1.4;
  }
  .image-wrapper img {
    height: 298px;
  }
  .timeline-container {
    zoom: 0.9;
  }
  .feature-text {
    font-weight: normal;
  }
  .product-info {
    flex: 0 0 53.875%;
    max-width: 53.875%;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .nav-menu li a {
      font-size: 14px;
    }
    .nav-logo img {
       height: 80px;
    }
    .contact-label {
      font-size: 18px;
    }
    .contact-value {
        font-size: 16px;
    }
    .contact-item img {
      width: 44px;
    }
    .top-contact {
        gap: 20px;
    }
    .contact-divider {
        width: 40px;
        height: 69px;
        background: url(../images/top_line.jpg) no-repeat center center;
        background-size:30px;
    }
    .about-title {
      margin-bottom: 10px;
    }
    .about-subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .about-description {
      line-height: 1.4;
      margin-bottom: 20px;
    }
    .stat-item {
      padding: 10px 15px;
    }
    .about-learn-more {
      padding: 10px 18px;
      font-size: 16px;

    }
    .about-stats {
        gap: 20px;
        margin-bottom: 20px;
    }
    .about-us-right {
        flex: 1.2;
        max-width: 800px;
    }
    .main-title .main-title-en {
      font-size: 60px;
    }
    .main-title .main-title-cn {
      font-size: 38px;
      top: -50px;
    }
    .main-title::after {
      background-size: 120px;
    }

.channel-description {
    margin-bottom: 15px;font-size: 14px;
}
.channel-learn-more {
  padding: 10px 24px;
  font-size: 16px;
}
.channel-letters-container {
    gap: 40px;
    margin-bottom: 50px;

}
.channel-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
.channel-description:last-of-type {
  margin-bottom: 20px;
}
.channel-features li {
  font-size: 14px;
}
.news-item-title {
  font-size: 20px;
}
.news-item-description {
  font-size: 14px;
}

.news-featured-image {
    margin-bottom: 18px;
}
.news-meta {
    gap: 15px;
    padding: 12px 0;
}
.main-title .main-title-desc {
  top:-50px
}
.news-container {
  gap: 30px;
}
.news-section {
    padding: 80px 0;
  }

.featured-title {
  font-size: 22px;
    margin: 0 10px 20px 0;
    padding-right: 30px;
}

.featured-title::after {
  bottom:-25px;
}
.image-wrapper img {
  height: 247px;
}

.footprint-right {
  zoom: 0.8;
}

.footprint-title {
    font-size: 30px; 
  }
.future-outlook h3 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  .footprint-desc {
    margin-bottom: 30px;
  }
.pl-image {
    margin-bottom: 40px;
}
.pl-title2 h2 {
    font-size: 38px;
  }
.pl-title p {
    font-size: 18px;}

.pl-desc-item h3 {
    font-size: 16px;}

.pl-desc-item p {
    font-size: 14px;}
.pl-title h2 {
    font-size: 28px;
  }
  .new-footer-col h4 {
    font-size:18px;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
  }
  .new-footer-col:nth-child(2) {
    flex: 1.4;
}

.new-footer-follow-title {
  font-size: 16px;
    margin-bottom: 16px;
}

.new-footer-company {
    font-size: 16px;
  }
  .new-footer-desc {
    font-size: 13px;
  }
.pl-related {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-title {
    font-size: 24px;}

.product-nickname {
    font-size: 16px;
  margin-bottom: 20px;}


.contact-btn {
    padding: 14px 60px;
    font-size: 14px;
  }
.product-notes{
  margin-bottom: 20px;
}
.product-features {
    padding:20px 0 40px;
}
.breadcrumb-label {
    font-size: 14px;
  }
.breadcrumb-list .breadcrumb-item a {
  font-size: 14px;
}

.blog-item-title {
  margin-bottom: 8px;
}


.blog-item-desc{
  line-height: 1.4;
  font-size: 13px;
}

.nd-main {
  flex: 0 0 68.2%;
}

.nd-sidebar {
    flex: 0 0 27.8%;
}
.nd-title {
    font-size: 26px;
}

.nd-sidebar-section{
    padding: 16px 24px;
}
.nd-case-link img {
  height: 88px;
}
.nd-editor p {
    margin: 0 0 10px 0;
}
.nd-img {
    margin: 10px 0;
}
.contact-page-title-main {
    font-size: 36px;}
.contact-page-title {
    margin-bottom: 20px;
}
.contact-intro-email {
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 30px;
}

.contact-info-box {
    padding: 30px;}
.contact-info-box li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
.contact-info-box h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
    .contact_box {
        padding: 50px 0 50px;
    }


.contact-page-title-main {
  margin-bottom: 0;
}
.contact-page-title-sub {
  margin-bottom: 30px;
}
.contact-intro-section {
    padding: 40px 0 80px;
  }




}

@media (max-width: 1200px) and (min-width: 991px) {
    .nav-menu li {
        margin: 0 5px;
    }
    .nav-menu li a{
      font-size: 13px;
    }
    .main-nav {
        padding: 0;
    }
.nav-menu {
  width: 100%;
}
    .nav-logo img {
        margin-right: 0;
        height: 60px;
    }

.contact-label {
    font-size: 18px;}
.contact-value {
  font-size: 16px;
}

.contact-divider {
    width: 30px;
  background-size: 20px;
}
.top-contact {
  gap: 12px;
}
.contact-item img {
  width: 44px;
}

.en_top {
  padding: 5px 0;
}

/* 1200-991范围内响应式 */
    .nav-logo {
        margin-bottom: 0;
    }
    .about-us-section {
      padding: 40px 0;
    }
    .about-subtitle {
      margin-bottom: 10px;
    }
    .about-title {
      margin-bottom: 10px;
    }
    .about-description {
      margin-bottom: 20px;
    }
    .about-stats {
      margin-bottom: 20px;
    }
    .about-learn-more {
      font-size: 14px;
      padding: 10px 18px;
    }
    .main-title .main-title-en {
      font-size: 47px;
    }
    .main-title .main-title-cn {
      font-size: 32px;
      top: -25px;
    }
    .main-title::after {
      background-size: 90px;
      height: 24px;
    }
    .channel-title {
      font-size: 22px;
    }
    .channel-learn-more {
      padding: 8px 12px;
      font-size: 14px;
    }
    .news-item-title {
      font-size: 18px;
    }
    .news-item-description {
      font-size: 13px;
    }
    .new-footer-col h4 {
      font-size: 16px;
      margin: 0 0 15px 0;
      padding-bottom: 12px;
    }
    .new-footer-desc {
      font-size: 12px;
    }
    .pl-title2 h2 {
      font-size: 32px;
    }
    .pl-title h2 {
      font-size: 24px;
    }
    .product-title {
      font-size: 22px;
    }
    .nd-title {
      font-size: 22px;
    }
    .nd-main {
      flex: 0 0 65%;
    }
    .nd-sidebar {
      flex: 0 0 30%;
    }
    .contact-page-title-main {
      font-size: 30px;
    }
    .contact-info-box {
      padding: 20px;
    }
    .contact-info-box h3 {
      font-size: 20px;
    }
    .contact-btn {
      padding: 12px 40px;
      font-size: 13px;
    }

    .channel-description {
      font-size: 14px;
      margin-bottom: 12px;
    }
.channel-description:last-of-type {
    margin-bottom: 25px;
}
    .channel-letters-right {
       width: 100%;
    }

    .channel-letters-container {
        gap: 20px;
    margin-bottom: 30px;
    }
.news-section {
    padding: 80px 0;
    background: #FAFAFA;
}
.main-title .main-title-desc {
  top:-20px
}
.main-title::after {
  top: -20px;
}

.featured-swiper-section {
    padding: 60px 0 90px;
}
.featured-title {
    font-size: 26px;}
.featured-slide-right {
  margin-top: 0;
}
.featured-swiper-prev, .featured-swiper-next {
  
    width: 75px;
    height: 52px
}

.featured-swiper-next {
  left: 75px;
}
.new-footer {
  background-size: contain;
  background-position: 500% top;
    padding: 45px 0 0 0;
}
.featured-title{
    margin: 0 10px 20px 0;
    padding-right: 30px;
}
.featured-title::after{
  bottom:-25px;
}
.new-footer-social {
  margin-bottom: 20px;
}
.new-footer-desc {
  margin-bottom: 30px;
}
.social-icon {
    width: 38px;
    height: 38px;
  }
.new-footer-social {
    gap: 8px;
}

.breadcrumb_box {
    padding: 16px 0;}

.pl-image {
    margin-bottom: 40px;
}
.image-wrapper img {
  height: 222px;
}
.about-images-grid {
  gap: 20px;
}
.corporate-footprint-section {
    padding: 40px 0;
    margin-top: 40px;
  }
.timeline-container {
  zoom: 0.6;
}

.footprint-title ,.future-outlook h3{
    font-size: 20px;
    margin: 0 0 12px 0;
  }

.future-outlook p ,.footprint-desc{
    font-size: 13px;}

.footprint-desc {
  margin-bottom: 20px;
}



.pl-related-grid {
  gap: 30px;
}
.pl-item-info h4 {
  min-height: 60px;
}
.product-info {
  margin-bottom: 20px; 
    flex: 0 0 1;
    max-width: 100%;
}
.thumbnail-swiper-container {
  display: none;
}
.feature-icon {
  width: auto;
  height: 70px;
}
.product-features{
  padding-top: 0;
  padding-bottom: 30px;
}
.pl-related {
    margin-top: 10px;
    margin-bottom: 40px;
}
.pl-related-header {
    margin-bottom:30px;
}


.blog-item-title {
    margin-bottom: 10px;
    font-size: 18px;}
.blog-item-desc {
  font-size: 13px;
  line-height: 1.4;
}

.nd-sidebar-section {
    padding:16px 20px;
    margin-bottom: 15px;
}
.nd-editor p {
    margin: 0 0 10px 0;
}
.nd-img {
    border-radius: 4px;
    margin: 18spx 0;
}

.nd-case-link img {
  height: 78px;
}

.nd-latest-info h4 {
  font-size: 13px;
}
.contact-info-box li {
    margin-bottom: 12px;
    font-size: 14px;}



}
@media (max-width: 991px) {


  .top-contact{
    display: none;
  }
  .nav-bg {
    display: none;
  }

    .new-footer {
        padding: 40px 0 0;
    }
    .featured-slide-right {
      margin-top: 0;
    }
  .featured-swiper-prev, .featured-swiper-next {
  display: none;}



.about-title {
  margin-bottom: 4px;
}
.about-subtitle {
  margin-bottom: 4px;
}
.about-description {
  margin-bottom: 12px;
}

  .about-stats {
    justify-content: space-between;
    margin-bottom: 20px;
    
  }
  .stat-item {
    width: 50%;
  }

.about-learn-more ,.channel-learn-more,.news-view-details{
    padding: 8px 20px;
    font-size: 14px;
}
    .main-title .main-title-cn {
        margin-top: 0px;
        top: -25px;
    }


    .main-title::after {
      background-size: 90px;
      height: 24px;
        top: -25px;
    }

.main-title {
  margin-bottom: 0;
}
    .channel-title {
        font-size: 22px;
    }

.channel-description {
    font-size: 14px;}
.channel-letters-container {
    gap: 30px;
    margin-bottom: 37px;
}
.news-meta-icon {
    width: 22px;
    height: 22px;
}
.news-meta-item {
  font-size: 12px;
}

.news-item-title  {
  font-size: 20px;
}
.featured-title {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 18px;
    margin: 0 20px 20px 0;
}
.featured-desc {
  font-size: 14px;
    margin: 0px 0 15px 0;
}

.featured-title::after {
  bottom:-5px;
}

.featured-title::after {
  font-size: 14px;
}
.social-icon img {
    width: 20px;
    height: 20px;}
.social-icon {
    width: 32px;
    height: 32px;}
.new-footer-social {
    display: flex;
    gap:8px;
    margin-bottom: 30px;
}
.new-footer-col h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
}



.new-footer-col li {
  margin-bottom: 12px;
}
.new-footer-col {
  margin-bottom: 12px;
}
.new-footer-copyright .w {
  font-size: 13px;
}

.new-footer-copyright {
  padding: 12px 0;
}

.new-footer {
  background-size: cover;
  background-position: 100% top;
    padding: 25px 0 0 0;
    border: none;
    background: #18195a;
}

.nav-menu li a {
  color: #000;
}


.en_top {
  z-index: 999;
  position: relative;
}
.jzk_toggle_01 {
  z-index: 9999;
}


    .about-us-section {
      padding: 30px 0;
    }

    .channel-letters-section {
        padding: 60px 0;
    }


    .channel-title {
        font-size: 18px;
        margin-top: 12px;
    }
.channel-description:last-of-type,.channel-description {
    margin-bottom: 12px;
}
.about-learn-more, .channel-learn-more, .news-view-details {
        padding: 8px 15px;
        font-size: 14px;
    }
    .channel-letters-container {
        gap: 40px;
        margin-bottom: 37px;
    }
.channel-features {
    padding-left: 3px;
    margin: 0 0 15px 0;
}
.channel-features li {
    font-size: 14px;
  }
  .main-title .main-title-desc {
    top:-20px
  }

    .news-featured-title {
        font-size: 16px;
    }

.news-featured-description {
    font-size: 14px;}


.new-footer {
  padding-top: 40px;
}
.new-footer-logo img {
    height: 60px;
}
.new-footer-follow-title {
    font-size: 16px;
    margin-bottom:16px;
}


    .new-footer-col h4 {
        font-size: 20px;
        margin: 0 0 20px 0;
        padding-bottom: 12px;
    }
.scroll-to-top {
  bottom: 80px;
}


.pl-image {
    margin-bottom: 30px;
}

.pl-title2 h2 {
    font-size: 22px;
}
.pl-title2 p {
    font-size: 14px;}

.section-header h3 {
  font-size: 18px;
}.section-header {
    margin-bottom: 20px;
}
    .image-wrapper img {
        height: auto;
    }
.about-images-grid {
  gap: 20px;
}

.corporate-footprint-section{
  margin-top: 20px;
}


.footprint-title ,.future-outlook h3{
    font-size: 18px;
    margin: 0 0 12px 0;
  }

.future-outlook p ,.footprint-desc{
    font-size: 13px;}

.footprint-desc {
  margin-bottom: 20px;
}


    .timeline-text {
        display: inline-block;
    }


.center-image {display: none;}

    .timeline-container {
        width: 100%;
        /* height: 250px; */
      background: none;
    }
    .footprint-right {
      width: 100%;
      background: none;
    }
    .timeline-items,.timeline-item {
      position: relative;
      left: inherit;
      top: inherit;
      right: inherit;
      bottom: inherit;
    }
    .timeline-item {
      width: 100%;
      float: left;
    }
    .timeline-text {
        max-width: inherit;
        font-size: 14px;
    }

    .timeline-item img {
        width:80px;
        height: 80px;
    }
    .timeline-item {
      margin-bottom: 20px;
    }

    .contact-page-title-main {
        font-size: 20px;
    }
.contact-page-title {
    margin-bottom: 20px;
}

    .pl-desc {
        padding: 20px 0;
    }
.pl-title {
    margin-bottom: 20px;
}

    .pl-title h2 {
        font-size: 20px;
    }
    .pl-title p {
        font-size: 14px;
    }
.pl-related-header {
    padding: 10px 14px;
    margin-bottom: 30px;
}
.pl-related-grid {
    gap: 30px;
}
.pl-related {
    margin-top: 30px;
    margin-bottom: 30px;
}
.thumbnail-swiper-container {
  display: none;
}
.product-info {
    flex: 0 0 100%;
    max-width: 100%;
}

.main-image-swiper-container {
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.product-nickname {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
.product-notes {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
    .feature-icon {
        width: 100px;
        height: 60px;
        background-size: contain;
    }

    .feature-item {
        flex: 0 048%;
    }

    .features-content {
        gap: 0;
    justify-content: center;
    }
    .product-features {
        padding: 0 0 30px;
    }

.product-detail-content-section h3 {
    font-size: 20px;
    margin-top: 20px;
  }

.product-detail-content-section p {
    font-size: 14px;}
    .blog-item-title {
        font-size: 16px;
    }

.blog-item-desc {
     margin-bottom: 12px;
    }
.nd-editor p {
    margin: 0 0 18px 0;
}
.nd-img {
    height: auto;
    border-radius: 4px;
    margin: 14px 0;
}

.nd-editor {
    font-size: 14px;
  }

.nd-ul {
    margin: 15px 0;
}

.nd-sidebar-section {
    padding: 18px 20px;
    margin-bottom: 15px;
}

.nd-case-link img {
  height: 280px;
}
    .contact_box {
        padding: 40px 0 40px;
    }
    .map-box h3 {
        font-size: 14px;
        line-height: 1.5;
    }

    .map-boxr {
        margin-top: 30px;
    }
.contact-intro-section {
    padding: 30px 0 60px;
}
    .contact-intro-body {
        gap: 20px;
        border-radius: 10px;
    }
.contact-info-box {
    padding: 30px;
}
.contact-info-box li {
    font-size: 14px;
    margin-bottom: 10px;
  }
.contact-info-box li .info-icon img {
  width: 12px;
}

.contact-info-box li .info-icon  {
 margin: 0;
}
.contact-info-box h3 {
    font-size: 22px;
    margin: 0 0 12px 0;}
.contact-intro-email {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 10px;
}
.contact-intro-header p {
    font-size: 14px;
  }

    .contact-page-title-main {
    margin: 0 0 5px 0;
        font-size: 22px;
    }
    .section-header h3 {
        font-size: 16px;
        font-weight: normal;
    }

.section-header {
    padding: 10px 10px;
}
.image-caption {
    bottom: 0px;
    font-size: 14px;
}
.timeline-container {
  height: auto;
}
.params-title {
  margin-bottom: 8px;
}
.product-title {
  margin-bottom: 4px;
  font-size: 18px;
}
    .features-content {
        gap: 10px;
    }
    .rating-text {
        font-size: 12px;
    }
    .product-detail-content-section h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .product-detail-content-section p {
       margin-bottom: 12px;
    }
.product-detail-bottom-t {
    font-size: 18px;
    margin-bottom: 20px;
   }
.product-detail-bottom {
    padding: 30px 0 60px;
}
.play-button {
  width: 60px;
  height: 60px;
}


.nd-title {
        font-size: 17px;
        font-weight: normal;
    margin: 12px 0;
    }
.nd-info {
  font-size: 12px;
    gap: 6px;
}
.nd-info-divider, .blog-meta-divider {
  background:#d7d7d7;
}
.nd-meta {
    margin-bottom:20px;
}
.nd-sidebar-title {
    margin: 0 0 12px 0;
    font-size: 18px;}
.nd-latest-info h4 {
  font-size: 14px;
}
.nd-latest-link {
    padding-bottom: 14px;
}
.nd-latest-link:last-child {
    padding-bottom: 0;
}


    .nd-case-grid {
        grid-template-columns: repeat(3, 1fr);
    }


.contact-intro-header p {
  text-align: left;
}

}
