/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family:Arial,"Helvetica Neue", Helvetica,  sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}

.sl{
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}

.notScroll{
 overflow: hidden;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1400px;
  margin: 0px auto;
}

/* 顶部信息栏 */
.top-bar{ background:#0f172a; color:#94a3b8; font-size:13px; }
.top-bar-inner{ display:flex; justify-content:space-between; align-items:center; padding:8px 0; }
.top-bar a{ color:#94a3b8; text-decoration:none; transition:color .3s; }
.top-bar .top-bar-right a{ margin-left:20px; }
.top-bar a:hover{ color:#fff; }
.top-bar i{ margin-right:6px; }

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #093AA7;
}

.main_title span {
  font-size: 16px;
  color: #666;
}

/*header start*/
.mobile-nav-main{
  display: none;
}
.header{
  width: 100%;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

.header .headbody{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  align-content: center
}

.header .headbody a.logo{
  width: 18%;
  display: flex;
  align-items: center;
}

.header .nav{
  width: calc(80% - 350px);
  height: 100%
}

.header .nav .main-menu-list{
  width: 100%;
  height: 100%;
  display: flex;

  justify-content: space-between;
    height: 80px;
}

.header .nav .main-menu-list li{
  width: calc(100% / 5);
  text-align: center;
  font-size: 16px;
 height: 80px;
 line-height: 80px;
 position: relative;
}
.header .nav .main-menu-list li a{ text-transform: uppercase;}
.header .nav .main-menu-list li:hover a{

  color: #056ede;
  display: block;
   line-height: 80px;
}
.header .nav .main-menu-list li.active a{

  color: #056ede;

}
.header .headbody a.logo img{ width:56px; height:56px; border-radius:8px; object-fit:cover; margin-right:12px;}
.header .headbody a.logo .logo-text{ display:flex; flex-flow:column; justify-content:center; line-height:1.3;}
.header .headbody a.logo .logo-text .brand-name{ color:#0d47a1; font-size:20px; font-weight:700; white-space:nowrap;}
.header .headbody a.logo .logo-text .company-suffix{ color:#a6a7b3; font-size:13px; white-space:nowrap;}
.header .nav .main-menu-list ul {  position: absolute; display: none; left: 0; top:100%; z-index: 99; width: 180%; background: #056ede; }
.header .nav .main-menu-list ul li a { font-size: 14px;    text-transform: inherit;}
.header .nav .main-menu-list > li:hover > ul,
.header .nav .main-menu-list > li > ul > li:hover > ul { display: block;}
.header .nav .main-menu-list > li > ul > li > ul { left: 100%; top: 0; width: 100%; }
.header .nav .main-menu-list li:hover ul li a{ line-height: 42px; color: #fff;}
.header .nav .main-menu-list ul li { height: auto; line-height: 42px; width: 100%; color: #fff;}
.header .nav .main-menu-list li:hover ul li { line-height: 24px;}
.header .nav .main-menu-list li:hover ul li a{ text-align: left; padding: 0 10px;}
.header .nav .main-menu-list li ul li a:hover { background: #fff; color: #056ede;}
    .header .nav .main-menu-list > li.cn a {
      color: #333!important;
    }

    /* 语言 */
.head_right { max-width: 150px; z-index: 9999;
  position: relative;
  margin-left: 25px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
  font-size: 16px;
  color: #333;
  display: flex;
  font-weight: 500;
  align-items: center;
}

.change-language .change-language-title {
  padding: 0
}

.change-language .change-language-title a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 12px;
  display: inline-block;
  padding-left: 2px
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 120px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  transform: scale3d(.9, .9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px
}

.change-language .change-language-cont .more-active {
  font-size: 20px
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden
}

.change-language ::-webkit-scrollbar {
  width: 5px
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.language-flag .country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

li.language-flag a:hover .country-flag img {
  transform: scale(1.05);
}

.change-language .change-language-cont {
  right: -15px;
  width: 200px;
  padding: 15px;
}

.change-language .change-language-cont li {
  width: 100%;
  margin: 0 2% 10px;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}

.change-language .change-language-cont li a {
  display: flex;
}

.change-language .change-language-cont li a:hover span {
  color: #09f;
}

.mobile-head-item .main-content-wrap .content-wrap a:hover span {
  color: #09f;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

/* 电脑版：gid=2 图片组与 hero 统一高度（645px），缩放时同步 */
#banner .swiper-slide .content img {
  height: 645px;
  object-fit: cover;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 10;

  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;

}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #056ede;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}


.banner_txt {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 0;
  right: 0;

  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt_spe {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;

}

.banner_txt p {
  font-size: 30px;
  color:#666;
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
/*  border: 1px solid #fff;*/
  background:#056ede;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/

/* Hero slide jinsenia style */
.hero-slide {
  background: #0f172a;
  height: 645px;
  position: relative;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(13,71,161,0.15) 0%, transparent 50%),
              radial-gradient(ellipse at 80% 20%, rgba(25,118,210,0.1) 0%, transparent 50%),
              radial-gradient(ellipse at 50% 80%, rgba(66,165,245,0.08) 0%, transparent 50%);
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.hero-slide-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 40px;
  display: flex;
  gap: 60px;
  align-items: stretch;
  height: 645px;
  position: relative;
  z-index: 2;
}
.hero-slide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-slide-visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-slide-content h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  color: white;
  margin-bottom: 20px;
}
.hero-slide-content h2 span {
  background: linear-gradient(135deg, #42a5f5, #90caf9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-slide-content p {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 32px;
  max-width: 500px;
  line-height: 1.7;
}
.hero-slide-btns {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  background-size: 200% 200%;
  box-shadow: 0 4px 15px rgba(13,71,161,0.3);
}
.btn-hero-primary img { width: 16px !important; height: 16px !important; object-fit: contain; flex-shrink: 0; }
.btn-hero-primary:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13,71,161,0.4);
}
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: white;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-hero-outline img { width: 18px !important; height: 18px !important; object-fit: contain; flex-shrink: 0; }
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
  transform: translateY(-2px);
}
.hero-slide-stats {
  display: flex;
  gap: 40px;
  margin-top: 0;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stat h3 {
  font-size: 36px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, #fff, #90caf9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat p {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
}
.hero-circle-img {
  position: relative;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13,71,161,0.3), rgba(25,118,210,0.2));
  border: 2px solid rgba(66,165,245,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-circle-img::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid rgba(66,165,245,0.15);
  animation: heroCirclePulse 4s ease-in-out infinite;
  z-index: 3;
}
.hero-circle-img-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
  position: relative;
  z-index: 1;
}
.hero-badges {
  display: flex;
  gap: 10px;
  margin-top: -55px;
  z-index: 3;
}
.hero-badge {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 120px;
  line-height: 1.4;
}
.hero-badge i { color: #ff9800; }
.hero-badge img { width: 14px !important; height: 14px !important; object-fit: contain; flex-shrink: 0; }
@keyframes heroCirclePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@media (max-width: 1200px) {
  .hero-slide-inner { gap: 40px; }
  .hero-circle-img { width: 420px; height: 420px; }
  .hero-slide-content h2 { font-size: 40px; }
}
@media (max-width: 768px) {
  /* 手机版：隐藏第一张 hero，仅展示后面 gid=2 图片组 */
  .hero-slide { display: none !important; }
  .hero-slide-inner { grid-template-columns: 1fr; text-align: center; align-items: center; height: auto; }
  .hero-slide-content h2 { font-size: 36px; }
  .hero-slide-content { padding-bottom: 0; }
  .hero-slide-visual { display: none; }
  .hero-slide-stats { justify-content: center; }
  .hero-slide-btns { justify-content: center; }
  /* 手机版图片恢复自然高度 */
  #banner .swiper-slide .content img { height: auto; object-fit: initial; }
}
/* Hero slide end */


/*search start*/
/* Search Section - jinsenia style */
.search-section {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  padding: 0 24px;
}
.search-box {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #e2e8f0;
}
.search-form-inner {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.search-input-wrapper {
  flex: 0 0 320px;
  width: 320px;
  position: relative;
}
.search-input-wrapper .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
  filter: brightness(0);
  opacity: 0.45;
}
.search-input-wrapper input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s;
  font-family: inherit;
}
.search-input-wrapper input:focus {
  outline: none;
  border-color: #42a5f5;
  box-shadow: 0 0 0 4px rgba(13,71,161,0.1);
}
.search-filters {
  display: flex;
  gap: 8px;
}
.search-filters select {
  flex: 0 0 180px;
  width: 180px;
  min-width: 180px;
  padding: 14px 36px 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  background: #f8fafc;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-filters select:focus {
  outline: none;
  border-color: #42a5f5;
}
.search-section .btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: white;
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  background-size: 200% 200%;
  box-shadow: 0 4px 15px rgba(13,71,161,0.3);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.search-section .btn .btn-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.search-section .btn:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13,71,161,0.4);
}
@media (max-width: 768px) {
  .search-section { margin-top: -20px; padding: 0 12px; }
  .search-box { flex-direction: column; width: 100%; padding: 16px; border-radius: 12px; gap: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
  .search-form-inner { flex-direction: column; gap: 12px; }
  .search-input-wrapper { flex: 0 0 auto; width: 100%; }
  .search-input-wrapper input { padding: 12px 16px 12px 44px; font-size: 14px; border-radius: 8px; }
  .search-input-wrapper .search-icon { width: 16px; height: 16px; left: 14px; }
  .search-filters { width: 100%; flex-direction: column; gap: 8px; }
  .search-filters select { flex: none; width: 100%; min-width: 0; padding: 12px 36px 12px 14px; font-size: 14px; border-radius: 8px; }
  .search-section .btn { width: 100%; justify-content: center; padding: 12px 24px; font-size: 15px; border-radius: 8px; }
  .search-section .btn .btn-icon { width: 14px; height: 14px; }
}
/* Search Section end */

/* Product Categories start */
.categories-section {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.categories-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.categories-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.categories-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.categories-section .section-header p {
  font-size: 16px;
  color: #8a8a9a;
  max-width: 600px;
  margin: 0 auto;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
  border-color: #1976d2;
}
.category-card:hover::before {
  transform: scaleX(1);
}
.category-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(13,71,161,0.1), rgba(25,118,210,0.05));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card:hover .category-icon {
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  transform: scale(1.1) rotate(-5deg);
}
.category-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a2e;
}
.category-card p {
  font-size: 13px;
  color: #8a8a9a;
  line-height: 1.5;
  min-height: 38px;
}
.category-count {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 4px 12px;
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 12px;
  color: #0d47a1;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.category-count:hover,
.category-card:hover .category-count {
  background: #0d47a1;
  color: #fff;
}
@media (max-width: 1200px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .categories-section { padding: 50px 16px; }
  .categories-section .section-header h2 { font-size: 28px; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .category-card { padding: 24px 16px; }
}
/* Product Categories end */

/* Hot Products start */
.products-section {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.products-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.products-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.products-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.products-section .section-header p {
  font-size: 16px;
  color: #8a8a9a;
  max-width: 600px;
  margin: 0 auto;
}
.products-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 10px 24px;
  border: none;
  background: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  color: #4a4a6a;
  border: 1px solid #e2e8f0;
}
.tab-btn:hover {
  border-color: #1976d2;
  color: #0d47a1;
}
.tab-btn.active {
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(13,71,161,0.3);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: grid;
}
.products-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #8a8a9a;
  font-size: 16px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
}
.product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: all 0.4s;
  position: relative;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
  border-color: #1976d2;
}
.product-image {
  height: 220px;
  background: linear-gradient(135deg, #f0f4f8, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s;
}
.product-card:hover .product-image-img {
  transform: scale(1.05);
}
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}
.badge-hot { background: #ef4444; color: #fff; }
.badge-new { background: #10b981; color: #fff; }
.badge-custom { background: #ff6f00; color: #fff; }
.product-info { padding: 24px; }
.product-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a2e;
}
.product-info .product-model {
  font-size: 12px;
  color: #8a8a9a;
  margin-bottom: 12px;
  font-family: monospace;
}
.product-specs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.product-spec {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.product-spec span:first-child { color: #8a8a9a; }
.product-spec span:last-child { color: #1a1a2e; font-weight: 500; }
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}
.product-price {
  font-size: 18px;
  font-weight: 700;
  color: #0d47a1;
}
.product-price span {
  font-size: 12px;
  color: #8a8a9a;
  font-weight: 400;
}
.product-footer .btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  background: transparent;
  color: #0d47a1;
  border: 2px solid #0d47a1;
}
.product-footer .btn-outline:hover {
  background: #0d47a1;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 1200px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .products-section { padding: 50px 16px; }
  .products-section .section-header h2 { font-size: 28px; }
  .products-grid { grid-template-columns: 1fr; }
}
/* Hot Products end */

/* Solutions start */
.solutions-section {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.solutions-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.solutions-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.solutions-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.solutions-section .section-header p {
  font-size: 16px;
  color: #8a8a9a;
  max-width: 600px;
  margin: 0 auto;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.solution-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: all 0.4s;
}
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}
.solution-image {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.solution-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-content {
  padding: 32px;
}
.solution-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a2e;
}
.solution-content h3 a {
  color: inherit;
  text-decoration: none;
}
.solution-content h3 a:hover {
  color: #0d47a1;
}
.solution-content p {
  font-size: 14px;
  color: #4a4a6a;
  line-height: 1.7;
  margin-bottom: 20px;
}
.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.solution-tag {
  padding: 4px 12px;
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 12px;
  color: #4a4a6a;
}
@media (max-width: 1200px) {
  .solutions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .solutions-section { padding: 50px 16px; }
  .solutions-section .section-header h2 { font-size: 28px; }
  .solution-card { grid-template-columns: 1fr; }
  .solution-image { height: 160px; }
}
/* Solutions end */

/* Project References (Cases) start */
.cases-section {
  background: #0f172a;
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.cases-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.cases-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.08);
  color: #90caf9;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cases-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.cases-section .section-header p {
  font-size: 16px;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s;
}
.case-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-8px);
  border-color: rgba(66,165,245,0.3);
}
.case-image {
  height: 180px;
  background: linear-gradient(135deg, rgba(13,71,161,0.3), rgba(25,118,210,0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-content {
  padding: 24px;
}
.case-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.case-content h3 a {
  color: inherit;
  text-decoration: none;
}
.case-content h3 a:hover {
  color: #42a5f5;
}
.case-content p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 16px;
}
.case-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #64748b;
}
.case-meta i {
  margin-right: 4px;
  color: #ff9800;
}
@media (max-width: 1200px) {
  .cases-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .cases-section { padding: 50px 16px; }
  .cases-section .section-header h2 { font-size: 28px; }
  .cases-grid { grid-template-columns: 1fr; }
}
/* Project References (Cases) end */

/* Export & Compliance start */
.export-section {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.export-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.export-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.export-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.export-section .section-header p {
  font-size: 16px;
  color: #8a8a9a;
  max-width: 600px;
  margin: 0 auto;
}
.export-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: exp;
}
.export-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s;
  counter-increment: exp;
}
.export-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
  border-color: #1976d2;
}
.export-number {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(13,71,161,0.06);
  line-height: 1;
}
.export-number::before {
  content: counter(exp, decimal-leading-zero);
}
.export-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
  padding: 10px;
}
.export-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.export-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a2e;
}
.export-card p {
  font-size: 13px;
  color: #8a8a9a;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .export-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .export-section { padding: 50px 16px; }
  .export-section .section-header h2 { font-size: 28px; }
  .export-features { grid-template-columns: 1fr; }
}
/* Export & Compliance end */

/* About page start */
.about-section {
  padding: 80px 24px;
  margin-bottom: 15px;
}
.about-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.about-section .section-header .tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.about-section .section-header p {
  font-size: 16px;
  color: #8a8a9a;
  max-width: 600px;
  margin: 0 auto;
}
.about-section .adminbuy_cn {
  color: #555;
  font-size: 15px;
}
.about-section .adminbuy_cn img {
  max-width: 100%;
  height: auto;
}
/* about content layout 6:4 */
.about-content-wrap {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 40px;
  align-items: center;
}
.about-left {
  min-width: 0;
}
.about-right {
  min-width: 0;
}
.about-right img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px dashed #cccccc !important;
}
/* stats */
.about-stats {
  display: flex;
  margin-top: 40px;
}
.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #d8d8d8;
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-size: 42px;
  font-weight: 700;
  color: #056ede;
  line-height: 1.1;
}
.stat-label {
  font-size: 15px;
  color: #6d6d6d;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .about-section { padding: 40px 16px; }
  .about-section .section-header h2 { font-size: 28px; }
  .about-content-wrap { grid-template-columns: 1fr; gap: 30px; }
  .stat-num { font-size: 32px; }
}
@media (max-width: 480px) {
  .about-stats {
    flex-wrap: wrap;
  }
  .stat-item {
    flex: 1 1 100%;
    border-right: none;
    padding: 12px 0;
  }
}
/* About page end */

/* CTA start */
.cta-section {
  background: linear-gradient(135deg, #0d47a1 0%, #1976d2 50%, #42a5f5 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.cta-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.cta-btn {
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta-btn-white {
  background: #fff;
  color: #0d47a1;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.cta-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.cta-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.cta-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}
@media (max-width: 768px) {
  .cta-section { padding: 50px 16px; }
  .cta-content h2 { font-size: 28px; }
  .cta-content p { font-size: 16px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-btn { width: 100%; max-width: 280px; justify-content: center; }
}
/* CTA end */

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/*产品*/
/*.product{padding: 50px 0}*/
.title{
  text-align: center;
  margin: 0 auto 30px;
}
.title b{
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
}
.title em{
  display: block;
  width: 40px;
  height: 5px;
  background: #056ede;
  margin: 10px auto;
}
.title p{
  display: block;
  line-height: 24px;
  color: #666;

  width: 58%;
  font-size: 16px;
  margin: 0 auto;
}
/* 产品 */
.product {
  background: url(../images/fanga.jpg) no-repeat;
  background-size: 100%;

}

.slide-list {

  list-style: none;
  padding: 0;

  display: flex;

  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;



}

.slide-list li {

  overflow: hidden;
  width: calc(25% - 10px);
  background: #056ede;
  margin: 5px;
}



.slide-list li  {
  text-decoration: none;
  font-size: 16px;

  text-align: center;

  display: block;
  color: #fff;
  position: relative;

  transition: 0.5s;

}
.slide-list li a{  padding:20px 15px; color: #fff; display: block;}
.slide-list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: #FFD105;
  transition: 0.5s;
  z-index: 1;
}

.slide-list li:hover::before {
  transform: scaleX(1);
  transition: 0.5s;
}
.slide-list li:hover { background: none;}
.slide-list li a span { position: relative; z-index: 2; display: block;}

.pad-80 {
  padding: 80px 0;
}

.product_con {
  margin-top: 20px;
  background: #fff;
  padding: 30px;
}


.pro_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_list a {
  display: flex;
  align-items: center;
  flex-direction: column;

  justify-content: space-between;
  width: calc(25% - 20px);
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
  padding: 15px;
  margin: 10px 0;

}

.pro-fl .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;

}

.pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: left;
  width: 100%;
}

.pro_txt b {
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url(../images/pro-tb.png) no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}



.pro_txt span {
  color: #056ede;

  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-top: 20px; min-height: 54px;


}

.pro_tu {
  position: relative;
  overflow: hidden;
  width: 100%;
}



.pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 20px 0;
  font-style: normal;
  transition: all 0.3s;
}

.pro_list a:hover .ab_more2 {
  color: #fff;
  background: #999;
  border: 1px solid #999;
}

.pro_list a:hover b {
  color: #056ede;
}

@keyframes movepoint {
  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pro_list a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}


/*解决方案*/
.jjfa {
  position: relative;
}

.jjfa .tit_box{
  width: 100%;
  position: absolute;
  top: 50px
}

.jjfa .jjfa_tit{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
.jjfa .jjfa_tit ul{
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.jjfa .jjfa_tit ul li{
  width: calc(100% / 6);
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.jjfa .jjfa_tit ul li.active{
  background: url(../images/activebg1.png);
  background-size: cover;
  align-items: center;
}
.jjfa .jjfa_tit ul li a{
  color: #fff;
  display: inline-block;
  width: 100%;
  padding:100px 0 50px;
}
.jjfa .jjfa_tit ul li a p{
  font-size: 18px;
  line-height: 20px;
  display: block;
  min-height: 40px;
  padding-top: 10px;
}
.jjfa .jjfa_com ul li{
  display: none;
}

.jjfa-menb{
  position: absolute;
  bottom: 0;
  z-index: 99;
}

/*company start*/
.company{
  padding: 60px 0;
}

.company .com_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.company .com_body .com_l,.company .com_body .com_r{
  width: 48%;
}
.company .com_body .com_l{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.company .com_body .com_l em{
  display: block;
  width: 100%;
  font-size: 18px;
  color: #056ede;
  font-style: normal;
  font-weight: bold;
}

.company .com_body .com_l b{
  font-size: 38px;
  line-height: 40px;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.company .com_body .com_l p{
  font-size: 15px;
  line-height: 170%;
}
.company .com_body .com_r img{
  box-shadow: 2px 5px 5px 5px #dfdfdf;
}

.company .more{
  display: inline-block;
    width: 150px;
    height: 40px;
    background: #056ede;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}
.company .more:hover { background: #FFD105;}
/*adv line*/
.adv_line{
  height: 250px;
  background:url(../images/advbg.jpg) no-repeat center;

}
.adv_line .wal{
  height: 100%;
}
.adv_line ul{
  height: 100%;
  display:flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}
.adv_line ul li{
  width: 25%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  display: flex;
  flex-flow: column wrap;
}
.adv_line ul li img{
  width: 35px;
  margin: 0 auto;
}
.adv_line ul li b{
  font-size: 30px;
  display: block;
  margin-top: 15px;
  font-family: Arial;
}

/*news*/
.news{padding: 60px 0}
.news .new_body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news .new_body .new_left,.news .new_body .new_right{
  width: 48%;
  display: flex;
  flex-flow: column wrap;
}
.news .new_body .new_left{
  padding: 40px;
  background: #f1f1f1;
}

.news .new_body .new_left .new_tit{
  font-size: 16px;
  color: #333;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  line-height: 160%;
}

.news .new_body .new_left em{
  font-size: 14px;
  color: #056ede;
  font-style: normal;
  padding: 10px 0 20px;
}

.news .new_body .more{
  display: inline-block;
  width: 150px;
  height: 40px;
  background: #056ede;
  border-radius: 5px;
  line-height: 40px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
.news .new_body .more:hover { background: #FFD105;}
.news .new_body .new_left .img{overflow: hidden;}
.news .new_body .new_left .img img{width: 100%;display: block;transition:.5s ease-in;}
.news .new_body .new_left:hover img { transform:scale(1.1,1.1);}

.news .new_body .new_right ul li:nth-child(1) {
  border-top: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li{
  padding:25px 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li a{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.news .new_body .new_right ul li a span{
  width: 5%;
  font-size: 30px;
  color: #ddd;
  font-weight: bold;
  line-height: 20px;
  padding-right: 15px;
}

.news .new_body .new_right ul li a .new_mid{
  width: 70%;
   display: flex;
  flex-flow: row nowrap;
}

.news .new_body .new_right ul li a .new_mid .tit1{
  font-size: 16px;
  line-height: 20px;
  color: #333;
  width:100%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.news .new_body .new_right ul li a .new_mid .con1{
  line-height: 20px;
  color: #888;
  font-size: 14px;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 15px
}

.news .new_body .new_right ul li a .new_time{
  color: #999;
  display: flex;
  flex-flow: row wrap;
  justify-content:right
}

.news .new_body .new_right ul li a .new_time p{
  width: 100%;
   text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt{
  width:100%;
  padding-top: 20%;
  text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt img{
  width: 30px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.news .new_body .new_right ul li:hover {
  background: #f1f1f1
}
.news .new_body .new_right ul li:hover .new_mid span{
  color: #056ede
}
.news .new_body .new_right ul li:hover .new_mid .tit1{
  color: #056ede
}
.news .new_body .new_right ul li:hover .new_mid .con1{
  color: #666
}
.news .new_body .new_right ul li:hover a .new_time .jt img{
  filter: grayscale(0%);
  opacity: 1;
}

/* 留言 */
.lybg { background: url(../images/bg.jpg) no-repeat ; background-size: cover; background-attachment: fixed;}
.liuyan { display: flex; justify-content: space-between;}
.ly_fl { width: 45%;}
.ly_fl b { font-size: 26px; color: #fff; margin-top: 40px; display: block; color: #056ede;}
.ly_fl p { font-size: 18px; margin-top: 30px;}
.ly_fr { width: 50%;}
.ly_fr_con {  background: rgba(255,255,255,.3);padding: 30px;}
.ly_fr_con .inp { margin-top: 15px; margin-right: 2%;}
.ly_fr_con .inpp { width: 48%; float: left; margin-right: 2%; margin-bottom: 15px;}
.ly_fr_con .inp .btn { background: #056ede; width: 100%; color: #fff; margin: 15px auto;}
.ly_fr_con .inp .btn:hover { background: #FFD105;}
.zxlyyzm{width:200px;outline:0;height:40px;line-height:40px;font-size:14px;color:#999;background:#fff;border:1px solid #dedede;vertical-align:top;text-indent:10px;border-radius:2px}
.zxlysub{background:#b80509;width:15%;outline:0;height:40px;line-height:40px;color:#fff;text-align:center;border-radius:2px;border:0;font-size:16px;float:left;cursor:pointer;text-transform: uppercase;}
.zxlysub:hover{background:#ffa200}
.indexcode{vertical-align:top;height:40px; margin-left: 5px;}
.zxlyinp{height:40px;line-height:40px;border-radius:2px;border:0;vertical-align:top;text-indent:10px;font-size:14px;outline:0;display:inline-block;border:1px solid #dedede;width:calc(33.3% - 15px); margin-right: 10px;;}
/*底部footer*/
.footer-main {

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #0f172a;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer-main .container {
  display: grid;
  grid-template-columns: 1.5fr 1.3fr 1.3fr 1.3fr 1.6fr;
  gap: 40px;
}
.footer-list1 { width: auto; min-width: 0; }
.footer-list3 { width: auto; min-width: 0; }
.footer-list4 { width: 20%;}
/* 底部品牌栏 */
.footer-brand { width: auto; min-width: 0; }
.footer-brand h3 { color: #fff; font-size: 20px; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.footer-brand h3 img { height: 40px; width: auto; max-width: 200px; border-radius: 6px; flex-shrink: 0; object-fit: contain; }
@media (max-width: 767px) {
  .footer-brand h3 { font-size: 17px; flex-wrap: wrap; }
  .footer-brand h3 img { height: 30px; max-width: 10vw; }
}
@media (max-width: 480px) {
  .footer-brand h3 { font-size: 15px; }
  .footer-brand h3 img { height: 26px; max-width: 10vw; }
}
.footer-brand p { color: #94a3b8; font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #94a3b8; text-decoration: none; transition: all 0.3s; }
.footer-social a:hover { background: #0d47a1; color: #fff; transform: translateY(-3px); }
.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14px; color: #94a3b8; }
.footer-contact-item i { color: #1976d2; font-size: 16px; margin-top: 2px; width: 18px; text-align: center; }
.footer-contact-item div strong { color: #fff; display: block; margin-bottom: 2px; font-weight: 600; }
.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-list4 .socials {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  float: right;
}
.footer-list4 .socials li {
  display: inline-block;
  margin-right: 10px;
}
.footer-list4 .socials li a {
  border: 1px solid #056ede;
  border-radius: 5px;
  color: #056ede;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.footer-list4 .socials li a:hover {
  background-color: #056ede;
  border: 1px solid #056ede;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #94a3b8;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding-bottom: 4px;
  margin: 0;
}

.footer-list1 p a {
  color: #94a3b8;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.footer-list1 p a::before {
  content: '\203A';
  color: #1976d2;
  font-weight: 700;
}

.footer-list1 p a:hover {
  color: #fff;
  padding-left: 4px;
}
.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;


}

.address-content span {

  color: #333;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #333;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #333;
  font-size: 13px;
}

.footer-copyright {
  background: #0f172a;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copyright p {
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.footer-copyright .copyright-left { text-align: left; flex: 1; }
.footer-copyright .copyright-center { text-align: center; flex: 1; }
.footer-copyright .copyright-right { text-align: right; flex: 1; display: flex; gap: 18px; justify-content: flex-end; }
.footer-copyright .copyright-right a { color: #94a3b8; text-decoration: none; transition: color 0.3s; }
.footer-copyright .copyright-right a:hover { color: #fff; }
/*返回顶部*/
.scroll {
  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;

}

.scroll .return {
  transform: scaleY(0);
  transition: 0.5s;
  background-color: #FFD105;
  padding:10px 20px;

  border-radius: 5px;
}

.scroll i {
  font-size: 20px;
  color: #fff;
}

.scroll .active {
  transform: scale(1);
}
/* 浮动按钮组（参考 jinsenia 三按钮） */
.floating-widget {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s;
  position: relative;
}
.floating-btn:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  color: #fff;
}
.floating-btn.inquiry { background: #ff6f00; }
.floating-btn.chat { background: #10b981; }
.floating-btn.top { background: #0d47a1; }
/* 返回顶部按钮：滚动后出现（复用 .return / .active 机制） */
.floating-btn.top.return {
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.floating-btn.top.return.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/* 微信二维码悬浮显示 */
.weixin-pop {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 12px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.3s;
  z-index: 100000;
}
.floating-btn.chat:hover .weixin-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.weixin-pop img {
  display: block;
  width: 120px;
  height: 120px;
}
/* 单页栏目标题 */
.adminbuy_cn .terms-title {
  font-size: 28px;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
  margin: 20px 0 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid #e2e8f0;
  line-height: 1.4;
}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #056ede;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #296AB7;
  border-left: 1px solid #1A5293;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}
.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{text-wrap: inherit !important;}
.adminbuy_cn p span{text-wrap: inherit !important;}
.adminbuy_cn ul, .adminbuy_cn ol{ padding-left: 1.8em; margin: 0 0 1em; }
.adminbuy_cn li{ line-height: 1.9; }
.adminbuy_cn ul{ list-style: disc; }
.adminbuy_cn ol{ list-style: decimal; }

        .language-switcher {
            position: relative;
            display: inline-block;float: right;padding: 0;

        }

        /* 语言切换按钮 */
        .language-btn {
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            color: #333;
        }

        .language-btn .globe-icon {
            font-size: 16px;
        }

        .language-btn .arrow-icon {
            margin-left: 5px;
            transition: transform 0.3s;
        }
		.language-list .hidden{ display:none}

        /* 下拉框容器 */
        .language-dropdown {
            position: absolute;
            top: calc(100% + 5px);
            right: 0;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: none;
            z-index: 1000;
			width:400px;
        }

        /* 语言列表 */
        .language-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            padding: 10px;
            max-height: 230px;
            overflow-y: auto;
        }

        /* 语言选项 */
        .language-item {
            display: flex;
            align-items: center;
            padding: 6px 8px;
            cursor: pointer;
            border-radius: 4px;
            gap: 5px;
            font-size: 13px;
            color: #333;
			    height: 30px;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
        }
		.language-item a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
        .language-item:hover {
            background: #f5f5f5;
        }

        .language-item img {
            width: 16px;
            height: 12px;
            object-fit: cover;
        }

        /* More Language按钮 */
        .more-languages {
            text-align: center;
            padding: 8px;
            border-top: 1px solid #eee;
            cursor: pointer;
            color: #666;
            font-size: 13px;
            height: 40px;

        }

        .more-languages:hover {
            color: #333;
            background: #f5f5f5;
        }

        /* 展开状态 */
         .language-dropdown.active {
            display: block;
            background: white;
        }

        .language-list.show-all {
            max-height: 400px;
        }

        /* 滚动条样式 */
        .language-list::-webkit-scrollbar {
            width: 6px;
        }

        .language-list::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .language-list::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 3px;
        }

        .language-list::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

		@media screen and (max-width: 800px) {
    .language-switcher{ position:absolute !important; right:75px; top:13px; padding:0 !important; width:32%; text-align:right;white-space:nowrap;text-overflow:ellipsis;}
	.language-dropdown{ width:280% !important; right:-60px !important; top:37px !important}
	.current-lang{display:inline-grid; max-width: 59%; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;}
}
/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* Development History styles moved to history.css */

/* Partners Section */
.partners-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.partners-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.partners-section .tag {
  color: #056ede;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.partners-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.partners-section .section-header > p {
  color: #9aa3af;
  font-size: 16px;
  margin: 0;
}
.partners-rotate-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  overflow: visible;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 6px;
  width: min(960px, 72vw);
  aspect-ratio: 1;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.partner-center {
  grid-column: 3 / 5;
  grid-row: 3 / 5;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #a8dfff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-center img {
  width: 142%;
  height: 142%;
  object-fit: cover;
  transform: rotate(45deg);
}
.partner-center-text {
  position: absolute;
  z-index: 2;
  color: #056ede;
  font-size: 30px;
  font-weight: 700;
  transform: rotate(45deg);
  white-space: nowrap;
}
.partner-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #a8dfff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.partner-item img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  transform: rotate(45deg);
}
/* 6x6 matrix: center 2x2 = big image, top-right(4,5,6,12,18) & bottom-left(19,25,31,32,33) empty, rotate -45deg */
.partners-grid .partner-item:nth-child(2)  { grid-column: 1; grid-row: 1; }
.partners-grid .partner-item:nth-child(3)  { grid-column: 2; grid-row: 1; }
.partners-grid .partner-item:nth-child(4)  { grid-column: 3; grid-row: 1; }
.partners-grid .partner-item:nth-child(5)  { grid-column: 1; grid-row: 2; }
.partners-grid .partner-item:nth-child(6)  { grid-column: 2; grid-row: 2; }
.partners-grid .partner-item:nth-child(7)  { grid-column: 3; grid-row: 2; }
.partners-grid .partner-item:nth-child(8)  { grid-column: 4; grid-row: 2; }
.partners-grid .partner-item:nth-child(9)  { grid-column: 5; grid-row: 2; }
.partners-grid .partner-item:nth-child(10) { grid-column: 1; grid-row: 3; }
.partners-grid .partner-item:nth-child(11) { grid-column: 2; grid-row: 3; }
.partners-grid .partner-item:nth-child(12) { grid-column: 5; grid-row: 3; }
.partners-grid .partner-item:nth-child(13) { grid-column: 2; grid-row: 4; }
.partners-grid .partner-item:nth-child(14) { grid-column: 5; grid-row: 4; }
.partners-grid .partner-item:nth-child(15) { grid-column: 6; grid-row: 4; }
.partners-grid .partner-item:nth-child(16) { grid-column: 2; grid-row: 5; }
.partners-grid .partner-item:nth-child(17) { grid-column: 3; grid-row: 5; }
.partners-grid .partner-item:nth-child(18) { grid-column: 4; grid-row: 5; }
.partners-grid .partner-item:nth-child(19) { grid-column: 5; grid-row: 5; }
.partners-grid .partner-item:nth-child(20) { grid-column: 6; grid-row: 5; }
.partners-grid .partner-item:nth-child(21) { grid-column: 4; grid-row: 6; }
.partners-grid .partner-item:nth-child(22) { grid-column: 5; grid-row: 6; }
.partners-grid .partner-item:nth-child(23) { grid-column: 6; grid-row: 6; }

@media (max-width: 768px) {
  .partners-rotate-wrap {
    padding: 16vw 10px;
  }
  .partners-grid {
    width: 64vw;
  }
  .partner-center-text {
    font-size: 20px;
  }
  .partner-item {
    padding: 5px;
  }
}

@media (max-width: 480px) {
  .partners-rotate-wrap {
    padding: 0vw 8px;
  }
  .partners-grid {
    width: 66vw;
  }
  .partner-center-text {
    font-size: 16px;
  }
  .partner-item {
    padding: 3px;
  }
}

/* Contact cards */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px 60px;
}
.contact-card {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 40px 25px;
  text-align: center;
}
.contact-icon {
  width: 70px;
  height: 70px;
  background: #056ede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.contact-icon i {
  color: #fff;
  font-size: 28px;
}
.contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
}
.contact-card > p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.contact-card > p i {
  color: #999;
  margin-right: 8px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 40px;
  }
  .contact-card {
    padding: 30px 20px;
  }
}

/* Contact form */
.contact-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px 60px;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}
.contact-form .form-group {
  display: flex;
  flex-direction: column;
}
.contact-form .form-group-full {
  margin-bottom: 25px;
}
.contact-form label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}
.contact-form .required {
  color: #e74c3c;
}
.contact-form .form-control {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 2px;
  /*padding: 10px 15px;*/
  font-size: 14px;
  color: #333;
  background: #fff;
  box-shadow: none;
}
.contact-form select.form-control {
  appearance: auto;
  -webkit-appearance: menulist;
}
.contact-form textarea.form-control {
  height: auto;
  resize: vertical;
}
.contact-form .verify-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-form .verify-wrap input {
  width: 160px;
  flex-shrink: 0;
}
.contact-form .verify-wrap img {
  height: 48px;
  cursor: pointer;
}
.contact-form .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.contact-form .btn-submit {
  background: #056ede;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 14px 70px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form .btn-submit:hover {
  background: #0456ad;
}
@media (max-width: 768px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  .contact-form .form-group-full {
    margin-bottom: 20px;
  }
  .contact-form .form-submit {
    justify-content: center;
  }
  .contact-form .btn-submit {
    width: 100%;
  }
}

/* Contact map section */
.contact-map-section {
  background: #fff;
  padding: 60px 0;
}
.contact-map-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: stretch;
}
.contact-map-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-list {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
}
.contact-info-list li {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.contact-info-list li i {
  color: #056ede;
  width: 20px;
  margin-right: 8px;
  margin-top: 4px;
  text-align: center;
}
.contact-info-list li span {
  color: #333;
  font-weight: 500;
}
.contact-weixin {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-weixin img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.weixin-text p {
  margin: 0 0 4px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
.weixin-text p strong {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.contact-map-box {
  border-radius: 4px;
  overflow: hidden;
}
.contact-map-box #contactMap {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
@media (max-width: 991px) {
  .contact-map-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-map-box {
    min-height: 350px;
    order: -1;
  }
}
@media (max-width: 480px) {
  .contact-map-section {
    padding: 40px 0;
  }
  .contact-info-list li {
    font-size: 13px;
  }
  .contact-weixin img {
    width: 70px;
    height: 70px;
  }
}


