@font-face {
  font-family: "ITCAVANTGARDESTD-BOLD";
  src: url("../font/ITCAVANTGARDESTD-BOLD.ttf");
  src: local("ITCAVANTGARDESTD-BOLD"),
    url("../font/ITCAVANTGARDESTD-BOLD.eot") format("eot"),
    url("../font/ITCAVANTGARDESTD-BOLD.ttf") format("ttf"),
    url("../font/ITCAVANTGARDESTD-BOLD.svg") format("svg"),
    url("../font/ITCAVANTGARDESTD-BOLD.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-Md";
  src: url("../font/ITCAvantGardeStd-Md.ttf");
  src: local("ITCAvantGardeStd-Md"),
    url("../font/ITCAvantGardeStd-Md.eot") format("eot"),
    url("../font/ITCAvantGardeStd-Md.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-Md.svg") format("svg"),
    url("../font/ITCAvantGardeStd-Md.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-XLt";
  src: url("../font/ITCAvantGardeStd-XLt.ttf");
  src: local("ITCAvantGardeStd-XLt"),
    url("../font/ITCAvantGardeStd-XLt.eot") format("eot"),
    url("../font/ITCAvantGardeStd-XLt.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-XLt.svg") format("svg"),
    url("../font/ITCAvantGardeStd-XLt.woff") format("woff");
}

@font-face {
  font-family: "gothambook-webfont";
  src: url("../font/gothambook-webfont.ttf");
  src: local("gothambook-webfont"),
    url("../font/gothambook-webfont.eot") format("eot"),
    url("../font/gothambook-webfont.ttf") format("ttf"),
    url("../font/gothambook-webfont.svg") format("svg"),
    url("../font/gothambook-webfont.woff") format("woff");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../font/CenturyGothic.ttf");
  src: local("CenturyGothic"),
    url("../font/CenturyGothic.eot") format("eot"),
    url("../font/CenturyGothic.ttf") format("ttf"),
    url("../font/CenturyGothic.svg") format("svg"),
    url("../font/CenturyGothic.woff") format("woff");
}

@font-face {
  font-family: "_-webfont";
  src: url("../font/_-webfont.ttf");
  src: local("_-webfont"), url("../font/_-webfont.eot") format("eot"),
    url("../font/_-webfont.ttf") format("ttf"),
    url("../font/_-webfont.svg") format("svg"),
    url("../font/_-webfont.woff") format("woff");
}

html {
  font-size: 13.33333vw;
  scroll-padding-top: 180px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}


body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'gothambook-webfont', 'Microsoft YaHei', 'PingFang SC', sans-serif;
  color: #333;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.inner .content p,
.inner .content a,
.inner .content span {
  font-family: 'gothambook-webfont', 'Microsoft YaHei', 'PingFang SC', sans-serif !important;
}

a:hover,
a:focus {
  color: inherit;
}

li {
  list-style: none;
}

dl {
  margin-bottom: 0;
}

.zoom {
  transition: 800ms;
  -webkit-transition: 800ms;
}

.zoom:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.pic {
  overflow: hidden;
  cursor: pointer;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 表单验证样式开始 */
.formtips {
  font-size: 13px;
}

.onError {
  color: #bd362f;
}

.onSuccess {
  color: green;
}

/* 表单验证样式结束 */

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}

h1 {
  font-size: 65px;
  color: #2d3033;
}

h2 {
  font-size: 32px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.section {
  padding: .2rem 0;
}

/* ===== 全站统一按钮 ===== */
.btn-weiye {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 0;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
  line-height: 1;
}

/* 左边文字区域 */
.btn-weiye span {
  padding: 11px 20px;
  display: inline-block;
  transition: background .3s ease, color .3s ease;
}

/* 右边图标区域，有左边框分隔 */
.btn-weiye-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  transition: background .3s ease, color .3s ease;
  font-style: normal;
}

.btn-weiye-icon svg {
  width: 16px;
  height: 16px;
}

/* ===== 白色款（hero 区域用） ===== */
.btn-weiye-white {
  color: #fff;
  border-color: #fff;
}

.btn-weiye-white:hover {
  color: #fff;
  text-decoration: none;
}

.btn-weiye-white:hover span {
  background: #fff;
  color: #333;
}

.btn-weiye-white:hover .btn-weiye-icon {
  background: #fff;
  color: #333;
}

/* ===== 深色款（白色背景区域用） ===== */
.btn-weiye-dark {
  color: #333;
  border-color: #333;
}

.btn-weiye-dark:hover {
  color: #333;
  text-decoration: none;
}

.btn-weiye-dark:hover span {
  background: #333;
  color: #fff;
}

.btn-weiye-dark:hover .btn-weiye-icon {
  background: #333;
  color: #fff;
}

/* ===== 红色款（强调用） ===== */
.btn-weiye-red {
  color: #d61818;
  border-color: #d61818;
}

.btn-weiye-red:hover {
  color: #d61818;
  text-decoration: none;
}

.btn-weiye-red:hover span {
  background: #d61818;
  color: #fff;
}

.btn-weiye-red:hover .btn-weiye-icon {
  background: #d61818;
  color: #fff;
}

.btn:hover,
.btn:focus {
  background-color: #3496d8;
  color: #fff;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #323333;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

ul li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.5;
}
h2 {
  font-weight: bold;
}
/* .container {
  padding-left: 0;
  padding-right: 0;
} */
h4 {
  font-size: 18px;
}

h3 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6,
span {
  font-size: 16px;
}

.sec-ti {
  margin-bottom: .2rem;
}
.sec-ti h2 {
  text-align: center;
}
.sec-ti h3 {
  color: #d61818;
  margin-bottom: 0;
}
/* img {
  max-width: 100%;
} */

.mb60 {
  margin-bottom: .2rem;
}

.mg60 {
  margin-top: .2rem !important;
  margin-bottom: .2rem !important;
}

.pd40 {
  padding: 40px 0;
}

.pd60 {
  padding: .2rem 0;
}

.mb20 {
  margin-bottom: 20px;
}


.col-md-6,
.col-md-4,
.col-md-3 {
  padding: 15px;
}

.clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ban_gy {
  background: url(../images/ban_gy.jpg) no-repeat center;
}

.ban_sb {
  background: url(../images/ban_sb.jpg) no-repeat center;
}

.ban_cp {
  justify-content: left !important;
  padding-left: 20%;
  background: url(../images/ban_cp.jpg) no-repeat center;
}

.ban_xw {
  background: url(../images/ban_xw.jpg) no-repeat center;
}

.ban_lx {
  background: url(../images/ban_lx.jpg) no-repeat center;
}

.swiper-pagination {
  text-align: center;
  margin-top: 40px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #fff !important;
  border: none
}

.swiper-pagination-bullet {
  width: 60px;
  height: 10px;
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  cursor: pointer;
}

.fancy {
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.page_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1020;
}

.page_top_index {
  background: none;
}

.page_top .sec_nav {
  display: none;
}

.page_top_index .sec_nav {
  display: none;
}

#header {
  z-index: 100;
  /* padding: 20px 0; */
  background: none;
  /* height: .5rem; */
}

.page_top_index #header {
  border-bottom: none;
}

.page_top.sticky {
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}

.pro-menu-list h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: .8;
  -webkit-animation: pulsing 2s ease-out infinite;
  animation: pulsing 2s ease-out infinite
}

.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0
  }
}

@keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* .header_nav {
  height: 45px;
  line-height: 45px;
} */
.primary-nav {
  width: 100%;
  display: flex;
}

.page_top .logo {
  width: 1.5rem;
}

.page_top .logo-wrapper {
  padding-top: 25%;
}

.sticky .logo {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}

#header .header-content {
  width: 100%;
  height: 100%;
}

.header-content .container {
  height: 100%;
}

#header.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.navigation>ul>li>.nav_wrap>a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 94px;
  display: block;
  margin: 0 30px;
  text-align: center;
  color: #fff;
}

/* .page_top .primary-nav > li > .nav_wrap > a {
  color: #222;
} */

.page_top_index .primary-nav>li>.nav_wrap>a {
  color: #fff;
}

.navigation .menu {
  position: relative;
}

.navigation .menu ul {
  display: none;
  position: absolute;
  left: -80px;
  top: 58px;
  width: 360px;
  background-color: #4e76ad;
  text-align: center;
  z-index: 100;
}

.navigation .menu ul li a:hover {
  background-color: #22abcc;
}

.navigation .menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}



@-moz-keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 40px;
  }

  50% {
    width: 85px;
  }

  75% {
    width: 125px;
  }

  100% {
    width: 173px;
  }
}

@-webkit-keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 40px;
  }

  50% {
    width: 85px;
  }

  75% {
    width: 125px;
  }

  100% {
    width: 173px;
  }
}

@keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 40px;
  }

  50% {
    width: 85px;
  }

  75% {
    width: 125px;
  }

  100% {
    width: 173px;
  }
}

.sec_nav {
  width: 100%;
}

.sec_nav ul li {
  position: relative;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  background: -webkit-linear-gradient(#666, #666);
  background: -o-linear-gradient(#666, #666);
  background: -moz-linear-gradient(#666, #666);
  background: linear-gradient(#666, #666);
}

.sec_nav ul li:hover {
  background-color: #1c3392;
}

.sec_nav ul li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sec_nav ul li.border_b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sec_nav ul li:nth-child(3):before,
.sec_nav ul li:nth-child(6):before {
  background-color: transparent;
}

.sec_nav ul li a {
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban-index {
  position: relative;
  overflow: hidden;
}

@keyframes fadeInBig {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.ban-index {
  display: flex;
  align-items: center;
  position: relative;
  background: url(../images/index-ban.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  color: #fff;
}

/* 内层：左右两列，垂直居中 */
.ban-index-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* 左侧文字 */
.ban-index-txt {
  max-width: 584px;
  padding: 0 15px;
}

.ban-index-txt h1 {
  font-size: 4vw;
  font-family: 'ITCAVANTGARDESTD-BOLD', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #fff;
  animation: fadeInLeft .8s ease both;
}

.ban-index-txt h2 {
  font-size: 2.2vw;
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  animation: fadeInLeft .8s .2s ease both;
}

.ban-index-txt p {
  font-size: 1.1vw;
  margin-top: 16px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.8;
  animation: fadeInLeft .8s .4s ease both;
}

.ban-index-txt .btn {
  padding: 12px 35px;
  font-size: 1.1vw;
  border-width: 1px;
  border-radius: 0;
  color: #fff;
  border-color: #fff;
  animation: fadeInLeft .8s .6s ease both;
}

.ban-index-txt .btn:hover {
  background-color: #fff;
  color: #333;
}

/* 六边形区域容器 */
.ban-hexagons {
  position: relative;
  width: 494px;
  height: 494px;
  flex-shrink: 0;
  animation: fadeInRight .9s .3s ease both;
  /* 垂直居中对齐 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== 大六边形 ===== */
.hex-main-wrap {
  position: absolute;
  width: 270px;
  height: 296px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: hexPulse 3s ease-in-out infinite;
}

.hex-main-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hex-main-inner {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
  z-index: 2;
}

.hex-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 两张图交替渐隐渐显 */
.hex-img-1 {
  animation: hexImgFade 6s ease-in-out infinite;
}

.hex-img-2 {
  animation: hexImgFade 6s ease-in-out infinite reverse;
}
@keyframes hexImgFade {
  0%   { opacity: 1; }
  45%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}
.hex-main-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 小六边形 ===== */
.hex-wrap {
  position: absolute;
  width: 174px;
  height: 194px;
}

.hex-left-wrap {
  bottom: -36px;
  left: 26px;
  animation: hexFloat 3.5s 1s ease-in-out infinite;
}

.hex-right-wrap {
  bottom: 70px;
  right: -70px;
  animation: hexFloat 3.5s .5s ease-in-out infinite;
}

.hex-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hex-text-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}

.hex-text-inner h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

/* ===== 连接线 ===== */
.ban-hexagons::before,
.ban-hexagons::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, .3);
}

.ban-hexagons::before {
  width: 1px;
  height: 130px;
  top: 130px;
  right: 143px;
  transform: rotate(-45deg);
}

.ban-hexagons::after {
  width: 1px;
  height: 130px;
  bottom: 130px;
  left: 143px;
  transform: rotate(-45deg);
}


@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.banner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: 20%;
  align-items: center;
  width: 100%;
  height: 528px;
  color: #fff;
  background-size: cover;
}

.banner:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  content: '';
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 2;
}

.banner .banner-txt {
  position: relative;
  z-index: 3;
}
.banner .gradient-circle {
  width: 100px;
  height: 100px;
  opacity: .7;
} 
.banner h2 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.banner span {
  display: block;
  font-size: 30px;
  font-family: "ITCAvantGardeStd-Md";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner i {
  display: block;
  width: 30%;
  height: 2px;
  margin-top: 20%;
  background-color: #cc0000;
}
@keyframes myscale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}



/* About Section */
.about-section {
    padding: 80px 0;
}
.about-img {
  position: relative;
  padding-left: 22px;
  padding-top: 22px;
}
.about-img:after {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: #ff7200;
  z-index: 1;
}
.about-img img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.about-content .btn-weiye {
  margin-top: 30px;
}
.about-content .sec-ti h2 {
    text-align: left;
}


.about-content p {
    line-height: 2;
}

/* Stats Section */
.stats-section {
    background-color: #e40000;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.stats-section .stat-item-col {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.stat-item {
    padding: 20px 0;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
}

.stat-text {
    font-size: 16px;
    margin-top: 10px;
}

/* Product Section */
.product-section {
    background-color: #f5f5f5;
    background-image: url(../images/cate-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 378px;
    padding-bottom: 0;
}

.product-section .sec-ti h2 {
    color: #333;
    font-weight: bold;
}

.product-item {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    transition: transform 0.3s;
}

.product-item:hover .product-img img {
    transform: scale(1.1);
}

.product-info {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-info .product-text {
  width: 80%;
}
.product-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.product-text p {
    color: #666;
    margin-top: 10px;
}

.btn-product {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #e40000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-product svg {
    width: 20px;
    height: 20px;
}

/* Why Choose Us Section */
.why-choose-us-section {
  padding-bottom: 0;
}
.wcu-container {
    display: flex;
}

.wcu-left-col, .wcu-right-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.wcu-text-box {
    background-color: #f37021;
    color: #fff;
    padding: 50px 50px 50px 14vw;
}

.wcu-right-col {
    padding: 50px 14vw 50px 50px;
}
.wcu-img {
    flex-grow: 1;
}
.wcu-text-box h2 {
    font-size: 24px;
    font-weight: bold;
}

.wcu-text-box h3 {
    font-size: 18px;
    margin-top: 10px;
}

.wcu-text-box p {
    margin-top: 20px;
    line-height: 1.8;
}

.wcu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wcu-right-col {
    background: url(../images/adv-bg.jpg) no-repeat center center;
    background-size: cover;
}

.partner-logos-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.partner-logos-grid .logo-item {
    padding: 14px 30px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
}

.partner-logos-grid .logo-item.active {
    border-color: #e40000;
}

.partner-logos-grid .logo-item img {
    max-width: 100%;
    object-fit: contain;
}

.partner-logos-grid .logo-item span {
    display: block;
}

.features-list {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    margin-top: 30px;
     gap: 60px;
}

.feature-item {
    text-align: center;
}

.feature-item img {
    height: 50px;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* News Section */
.news-section {
    padding: 80px 0;
}
.news-section .sec-ti {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.news-section .sec-ti .ti-left h2 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

/* 左侧主新闻图片区 */
.main-news-img-wrap {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-news-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: url('../images/news-pic-bg.jpg') no-repeat center;
    background-size: cover;
    z-index: 0;
}
.main-news-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-news-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.main-news-img:hover img {
    transform: scale(1.03);
}

/* 左侧图片下方信息 */
.main-news-info {
    padding-top: 10px;
}
.main-news-info .news-date {
    color: #999;
    margin-bottom: 8px;
}
.main-news-info h4 {
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.5;
    transition: color 0.3s;
}
.main-news-info h4 a {
    color: inherit;
    text-decoration: none;
}
.main-news-info:hover h4,
.main-news-info:hover h4 a {
    color: #cc0000;
}
.main-news-info p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 右侧新闻列表 */
.news-list-item {
    padding: 19px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.news-list-item:first-child {
    padding-top: 0;
}
.news-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.news-list-item .news-date {
    color: #999;
    margin-bottom: 8px;
}
.news-list-item h4 {
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
    transition: color 0.3s;
}
.news-list-item h4 a {
    color: inherit;
    text-decoration: none;
}
.news-list-item:hover h4,
.news-list-item:hover h4 a {
    color: #cc0000;
}
.news-list-item p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 底部 */
footer {
  color: #fff;
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.foot_con {
  padding: 45px 0;
}

.foot_con_t .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.foot_con_t .box .foot_item:last-child {
  margin-right: 0;
}

.foot_con_t .foot_item ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_con_t h4 {
  color: #fff;
  margin-bottom: 20px;
}

.foot_con_t span {
  margin-bottom: 10px;
}

.foot_con_t li {
  width: 45%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.foot_con_t li:nth-child(2n+2) {
  margin-right: 0;
}

.foot_cont li {
  width: 100%;
}

.foot_cont li a:nth-child(1) {
  margin-right: 20px;
}

.foot_con_en .foot_con_t .foot_pro li {
  width: calc((100% - 15px) / 2);
}
.foot_con_en .foot_con_t .foot_pro li:nth-child(3n+3) {
  margin-right: 15px;
}
.foot_con_en .foot_con_t .foot_pro li:nth-child(2n+2) {
   margin-right: 0;
}
.foot_con_en .foot_item {
  min-width: 20%;
}
.foot_con_en .foot_con_t .foot_about,
.foot_con_en .foot_con_t .foot_pro {
  margin-right: 3vw;
}
.foot_con_b {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #828282;
}

.foot_con_b .copyright {
  margin-bottom: 10px;
}

.foot_con_b .copyright a,
.foot_con_b .copyright span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  padding: 0 10px;
}

.foot_con_b .copyright a:after,
.foot_con_b .copyright span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #616161;
}

.foot_con_b .copyright a:last-child,
.foot_con_b .copyright span:last-child {
  border-right: none;
}

.foot_item b {
  font-family: "ITCAVANTGARDESTD-BOLD";
  font-size: 28px;
}

.foot_item .menu_body {
  display: none;
}

/* 分页 */
.pagination-btn {
  padding: 0.06rem 0.1rem;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #999;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  text-align: center;
}

.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}

.pagination-ellipsis {
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 0.12rem;
  margin-right: 4px;
}

.pagination-current {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}

.pagination-disabled {
  cursor: not-allowed;
}

#pagination-next,
#pagination-prev {
  padding-right: 0.08rem;
  padding-left: 0.08rem;
}

.pagenum {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #FF9D1F;
}

/* Stats Section - New Styles */
.stats-section {
    background: url(../images/about-icon-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

.stats-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.stat-item img {
    height: 60px;
    margin-right: 15px;
}

.stat-content {
    text-align: left;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.stat-text {
    font-size: 16px;
    margin-top: 10px;
}
