/* 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;
}

.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: 10%;
}

.header .nav {
  flex: 1;
  min-width: 0;
  margin: 0 80px;
  height: 100%
}

.header .nav .main-menu-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0;
  height: 80px;
}

.header .nav .main-menu-list li {
  width: auto;
  min-width: 0;
  text-align: center;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  position: relative;
  padding: 0 18px;
}

.header .nav .main-menu-list li a {
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.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: auto;
  height: 60px
}

.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 {
  display: block;
}

.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: auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.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%;


}

#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*/


/*search start*/
.search {
  padding: 30px;
  background: #056ede;
  position: relative;
  z-index: 99;
  top: -60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.search .tel_left {
  width: 58%;
  display: flex;
  flex-flow: row wrap;
}

.search .tel_left .tel_box:nth-child(1) {
  padding-right: 80px;
}

.search .tel_left p {
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.search .tel_left b {
  font-size: 22px;
  font-family: Arial;
  color: #fff;
}

.search .search_right {
  width: 38%;
  position: relative;
}

.search .search_right input {
  border: none;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 60px 10px 20px;
}

.search .search_right button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/fdj.png) no-repeat center left;
  background-size: 30px 30px;
  border: none;
}

/*产品*/
/*.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 {}

.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;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
}

.company .more {
  display: block;
  width: 150px;
  height: 40px;
  background: #eb3d00 !important;
  border-radius: 5px;
  line-height: 40px;
  margin-top: 15px;
  margin-left: auto !important;
  margin-right: 0 !important;
  color: #ffffff !important;
  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;
}

/*culture 企业文化*/
.culture {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.culture-bg {
  width: 100%;
  line-height: 0;
}

.culture-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.culture-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 60px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
}

.culture-content h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.culture-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  max-width: 800px;
}

/* 企业文化整体容器 */
.culture_wrapper {
  position: relative;
  width: 100%;
}

/* 企业文化内容列表 */
.culture-list {
  padding: 0;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}

.culture_list_items {
  display: flex;
  flex-flow: row nowrap;
}

.culture_list_item {
  flex: 1 1 0;
  background: #f6f6f6;
  padding: 44px 30px;
  text-align: center;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 桌面端 1×4 横排：静态画 3 条竖线（= N-1 条），不依赖 JS 动态 .culture_vlines */
.culture_list_item:not(:last-child) {
  border-right: 1px solid #cfcfcf;
}

/* 结构：【左侧纵向四行：title → 短竖线 → 描述行1 → 描述行2】 + 【右侧单个图标】 */
.culture_item_inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 72px;
}

/* 左侧：纵向四行容器 —— 不撑满，按内容宽度，避免把图标推到最右端 */
.culture_item_left {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 156px);
}

.culture_item_title {
  color: #474747;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  word-break: break-all;
  flex: 0 0 auto;
}

/* 短竖线：1px 粗，高度短，上下小间距，左对齐 */
.culture_item_line {
  width: 1px;
  height: 18px;
  background: #474747;
  flex: 0 0 auto;
  margin: 10px 0;
}

/* 描述容器：两个独立的行 span（由 JS 填充拆分） */
.culture_item_desc {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 100%;
}

.culture_desc_line1,
.culture_desc_line2 {
  display: block;
  color: #474747;
  font-size: 13px;
  line-height: 2.0;
  text-align: left;
  word-break: break-all;
  white-space: nowrap;
  /* 每个 span 一行，不自动换行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 右侧：单个图标 */
.culture_item_icon {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture_item_icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 竖线 - 贯穿背景图和列表；宽度与 left 由 JS 动态绑定到 .culture_list_items 真实尺寸位置（和 wal 最大宽度对齐） */
.culture_vlines {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.culture_vline {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cfcfcf;
}

/*news*/
.news {
  padding: 60px 0
}

.news .new_body {
  display: flex;
  flex-flow: row nowrap;
  gap: 2%;
  margin-top: 30px;
}

.news .new_body .new_left,
.news .new_body .new_right {
  width: 49%;
  display: flex;
  flex-flow: column wrap;
}

.news .new_body .new_left {
  display: block;
  position: relative;
  overflow: hidden;
}

.news .new_body .new_left .img {
  line-height: 0;
  height: 400px;
}

.news .new_body .new_left .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: .5s ease-in;
}

.news .new_body .new_left:hover img {
  transform: scale(1.1, 1.1);
}

.news .new_body .new_left .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: rgba(147, 147, 147, 0.9);
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  line-height: 92px;
}

.news .new_body .new_left .more .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.news .new_body .new_left .more .arrow::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.news .new_body .new_left .more .arrow::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}

.news .new_body .new_right ul li {
  padding: 25px 20px;
}

.news .new_body .new_right ul li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.news .new_body .new_right ul li a .new_date {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  flex-shrink: 0;
  color: #da2c00;
  min-width: 50px;
}

.news .new_body .new_right ul li a .new_date .day {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

.news .new_body .new_right ul li a .new_date .ym {
  font-size: 12px;
  margin-top: 4px;
}

.news .new_body .new_right ul li a .new_mid {
  border-left: 1px solid #da2c00;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}

.news .new_body .new_right ul li a .new_mid .tit1 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.news .new_body .new_right ul li:hover {
  background: #f1f1f1
}

.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
}

/* 留言 */
.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-color: #232323 !important;
  background: #232323 !important;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-main .container {
  display: flex;
  justify-content: space-between;
}

.footer-list1 {
  width: 22%;
}

.footer-list3 {
  width: 30%;
}

.footer-list4 {
  width: 20%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span,
.footer-list4 span {
  color: #ffffff !important;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  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 #ffffff !important;
  border-radius: 5px;
  color: #ffffff !important;
  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: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 26px;
  padding-bottom: 5px;
}

.footer-list1 p a {
  color: #ffffff !important;
  text-transform: uppercase;

}

.footer-list1 p a:hover {
  color: #cccccc !important;
}

.foot-contact-company {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 0.4px;
  line-height: 1.5;
}

.foot-contact-socials {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-top: 18px;
}

.foot-contact-socials a {
  display: inline-block !important;
  margin-right: 14px;
  text-decoration: none;
}

.foot-contact-socials a:last-child {
  margin-right: 0 !important;
}

.foot-contact-socials a img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
  vertical-align: middle;
  display: block !important;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-bottom: 10px;
  text-align: left;


}

.con_info_detail {
  display: flex;
  flex-direction: column;
}

.address-content img {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
}

.address-content i {
  font-size: 15px;
  color: #ffffff !important;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #ffffff !important;
  font-size: 13px;
}

/* ===== Footer Contact Form ===== */
.foot-contact-form {
  width: 100% !important;
  display: block;
  margin: 0;
  padding: 0;
}

.foot-contact-form .foot-form-item {
  width: 100% !important;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.foot-contact-form .foot-form-item input,
.foot-contact-form .foot-form-item textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  background-color: transparent !important;
  background: transparent !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  color: #ffffff !important;
  font-size: 14px;
  padding: 10px 14px !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: inherit;
  resize: vertical;
}

.foot-contact-form .foot-form-item input {
  height: 40px !important;
  line-height: 40px !important;
}

.foot-contact-form .foot-form-item textarea {
  height: 80px !important;
  line-height: 1.5 !important;
  min-height: 70px;
}

.foot-contact-form .foot-form-item input::-webkit-input-placeholder,
.foot-contact-form .foot-form-item textarea::-webkit-input-placeholder {
  color: #bfbfbf !important;
}

.foot-contact-form .foot-form-item input::-moz-placeholder,
.foot-contact-form .foot-form-item textarea::-moz-placeholder {
  color: #bfbfbf !important;
}

.foot-contact-form .foot-form-item input:-ms-input-placeholder,
.foot-contact-form .foot-form-item textarea:-ms-input-placeholder {
  color: #bfbfbf !important;
}

.foot-contact-form .foot-form-item input::placeholder,
.foot-contact-form .foot-form-item textarea::placeholder {
  color: #bfbfbf !important;
}

.foot-contact-form .foot-form-submit {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 40% !important;
  height: 46px !important;
  line-height: 46px !important;
  background-color: #f4511e !important;
  background: #f4511e !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 8px auto 0 0 !important;
  text-align: center !important;
  display: block !important;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.foot-contact-form .foot-form-submit:hover {
  background-color: #e64a19 !important;
  background: #e64a19 !important;
}

.footer-copyright {
  background-color: #232323 !important;
  background: #232323 !important;
  padding: 30px 0;
  border-top: 1px solid #3a3a3a;
}

.footer-copyright p {
  color: #ffffff !important;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-copyright p a {
  color: #ffffff !important;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p span a {
  color: #ffffff !important;
}

/*返回顶部*/
.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);
}

/* 手机底部导航 */
.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;
}

.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: #eb3d00;
  border: 1px solid #eb3d00;
}

.pagination .st {
  font-family: 宋体
}

.pagination .st img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

/* ===== 顶部栏样式 (强制覆盖) ===== */
body>.top-bar {
  width: 100% !important;
  background-color: #232323 !important;
  background: #232323 !important;
  height: 60px !important;
  line-height: 60px;
  min-height: 60px;
}

body>.top-bar>.wal {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 60px !important;
  max-height: 60px !important;
}

body>.top-bar .top-bar-left {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 60px !important;
}

body>.top-bar .top-bar-left .social-icon {
  display: inline-block !important;
  margin-right: 18px;
  height: 60px;
  line-height: 60px;
}

body>.top-bar .top-bar-left .social-icon:last-child {
  margin-right: 0 !important;
}

body>.top-bar .top-bar-left .social-icon img {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  vertical-align: middle !important;
  object-fit: contain !important;
  display: inline-block !important;
}

body>.top-bar .top-bar-right {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 60px !important;
}

body>.top-bar .top-bar-right form {
  width: 270px !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 30px !important;
  display: block !important;
}

body>.top-bar .top-bar-right form .top-search-key {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0 !important;
  padding: 0 34px 0 16px !important;
  background-color: #666666 !important;
  background: #666666 !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  float: left !important;
}

body>.top-bar .top-bar-right form .top-search-key::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

body>.top-bar .top-bar-right form .top-search-key::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

body>.top-bar .top-bar-right form .top-search-key:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

body>.top-bar .top-bar-right form .top-search-key::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

body>.top-bar .top-bar-right form .top-search-key:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body>.top-bar .top-bar-right form .top-search-btn {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 34px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 16px 16px !important;
  cursor: pointer !important;
  display: block !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  border-radius: 0 50px 50px 0 !important;
}

/* 我们的优势 */
.adv_carousel_outer {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow: visible;
}

.adv_carousel_outer .wal {
  overflow: hidden;
}

.adv_carousel_outer .swiper {
  overflow: hidden;
  padding: 4px 6px;
}

.adv_carousel_outer .swiper-slide {
  height: auto;
}

.advantages .adv_item {
  background: #ffffff;
  border-radius: 16px;
  padding: 44px 36px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 我们的优势 - 轮播左右切换按钮 */
.adv_carousel_btn_prev,
.adv_carousel_btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 5;
  transition: opacity .2s ease;
}

.adv_carousel_btn_prev {
  left: 5%;
}

.adv_carousel_btn_next {
  right: 5%;
}

.adv_carousel_btn_prev img,
.adv_carousel_btn_next img {
  width: 100%;
  height: auto;
  display: block;
}

.advantages .adv_item_title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.advantages .adv_item_line {
  background: #eb3d00;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.advantages .adv_item_subtitle {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.advantages .adv_item_desc {
  color: #9897a0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.advantages .adv_item_img {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages .adv_item_img img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* 卡牌轮播 */
.product_card_carousel {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}

.product-card-swiper {
  overflow: hidden;
  width: 100%;
}

.product-card-swiper .swiper-slide {
  width: auto;
}

.product_card {
  display: block;
  position: relative;
  width: calc((100vw - 112px) / 7);
  max-width: 220px;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
}

.product_card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product_card_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.product_card:hover .product_card_img img {
  transform: scale(1.05);
}

.product_card_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(71, 71, 71, 0.25);
  padding: 12px 16px;
  text-align: center;
  z-index: 2;
}

.product_card_banner span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 单品轮播 */
.product_carousel_outer {
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: visible;
}

.product_carousel_outer .wal {
  overflow: hidden;
}

.product_carousel {
  overflow: hidden;
}

.product-swiper-container {
  width: 100%;
  overflow: hidden;
}

.product_carousel .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 40px 0;
  text-decoration: none;
}

.product_carousel_left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.product_carousel_title {
  color: #3d3d3d;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 16px;
}

.product_carousel_subtitle {
  color: #676767;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.product_carousel_desc {
  color: #676767;
  font-size: 14px;
  line-height: 1.8;
}

.product_carousel_right {
  flex-shrink: 0;
  width: 42%;
  line-height: 0;
}

.product_carousel_right img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

/* 左右切换按钮 - 绝对定位在轮播区域，不受wal宽度限制 */
.product_carousel_btn_prev,
.product_carousel_btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.product_carousel_btn_prev:hover,
.product_carousel_btn_next:hover {
  opacity: 1;
}

.product_carousel_btn_prev {
  left: 5%;
}

.product_carousel_btn_next {
  right: 5%;
}

.product_carousel_btn_prev img,
.product_carousel_btn_next img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* 合作伙伴 */
.partners {
  padding: 60px 0;
}

.partners .partners_list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  gap: 7px;
}

.partners .partners_item {
  width: 227px;
  height: 81px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners .partners_item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

/* ===== 移动端 top-bar 仅显示搜索 ===== */
@media screen and (max-width: 990px) {
  body>.top-bar>.wal {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  body>.top-bar .top-bar-left,
  body>.top-bar .top-bar-left .social-icon {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body>.top-bar .top-bar-left .social-icon img {
    display: none !important;
  }

  body>.top-bar .top-bar-right {
    width: 100% !important;
  }

  body>.top-bar .top-bar-right form {
    width: 100% !important;
    max-width: 100% !important;
  }
}
