/* 首页 */
/* 头部导航 */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.home-swiper-video {
  width: 50%;
}
.pc-header {
  display: flex;
  flex-direction: column;
}
.pc-header .top-top {
  width: 100%;
  /* background-image: linear-gradient(60deg, #0055a3 67%, #000 40%); */
  background-color: #0055a3;
}
.pc-header .top-top .top-box {
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .top-top .top-box-p {
  color: #fff;
}
.pc-header .top-top .top-box-p span:first-child {
  margin-right: 10px;
}
.pc-header .top-top .top-box-p2 {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.pc-header .top-btm {
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #dfedf6;
  /* backdrop-filter: blur(10px); */
}
.right-nav {
  display: flex;
  align-items: center;
}
.tool-list {
  display: flex;
  align-items: center;
}
.tool-list .search-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
.tool-list .lang-box {
  display: flex;
  align-items: center;
  position: relative;
}
.tool-list .lang-box .lang-sel {
  color: #232323;
  height: 100px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool-list .lang-box .lang-sel img {
  margin-left: 4px;
}
.right-nav .nav-list .nav-item {
  cursor: pointer;
  position: relative;
  height: 100px;
  margin-right: 38px;
  font-size: 18px;
  color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-nav .nav-list .nav-item.active {
  color: var(--theme-color);
}
.right-nav .nav-list .nav-item::after,
.tool-list .lang-box::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
.right-nav .nav-list .nav-item .sub-nav,
.tool-list .lang-box .lang-sel ul {
  min-width: 180px;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  z-index: 99;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  transition: all 0.36s;
}
.right-nav .nav-list .nav-item .sub-nav > a,
.tool-list .lang-box .lang-sel ul li a {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  transition: all 0.3s;
  display: block;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
}
.right-nav .nav-list .nav-item:hover {
  color: var(--theme-color);
  overflow: visible;
}
.right-nav .nav-list .nav-item:hover .sub-nav,
.tool-list .lang-box:hover .lang-sel ul {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.right-nav .nav-list .nav-item .sub-nav > a:hover,
.tool-list .lang-box .lang-sel ul a:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.mb-header .top-mes {
  padding: 0 20px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #dfedf6;
}
.mb-header .top-mes .logo img {
  /* width: 136px; */
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.lang-box2 {
  color: #333;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.lang-box2 i {
  margin-left: 10px;
}
.lang-box2 ul {
  position: relative;
  padding: 10px 0;
  z-index: 999;
  width: 150%;
  background: white;
  box-shadow: 0 0 10px #ccc;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: none;
}
.lang-box2:hover ul {
  display: block;
}
.lang-box2 ul li a {
  display: flex;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  align-items: center;
}
.lang-box2 ul li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.wx-boss-2 {
  position: relative;
}
.wx-boss-2 .btm-boss-2 {
  display: none;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  top: 50px;
  left: -120%;
  z-index: 100;
  width: 100px;
  height: 100px;
}
.wx-boss-2 .btm-boss-2 .bos-img-2 {
  width: 80px;
  height: 80px;
}
.wx-boss-2:hover .btm-boss-2 {
  display: block;
}
.mb-header .top-mes .cool-menu {
  display: flex;
  margin-left: 10px;
  align-items: center;
  height: 70px;
}
.mb-header .top-mes .cool-menu .line-wrap {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.mb-header .top-mes .cool-menu .line-wrap div[class^="line"] {
  transition: all 0.3s ease;
  width: 28px;
  border-radius: 1px;
  border-top: 2px solid #000;
  margin-bottom: 8px;
}
.mb-header .top-mes .cool-menu .line-wrap div.line3 {
  margin-bottom: 0;
}
.mb-header .top-mes .menu-box {
  position: fixed;
  top: 70px;
  width: 100%;
  bottom: 0;
  left: 100%;
  z-index: 10;
  background-color: #f8f8f8;
  overflow: hidden;
  transition: left 0.3s;
}
.mb-header .top-mes .menu-box.active {
  left: 0;
}
.mb-header .top-mes .menu-box .menu-list {
  padding: 20px 20px 0;
}
.mb-header .top-mes .menu-box .menu-list li {
  position: relative;
}
.mb-header .top-mes .menu-box .menu-list li .sub-nav {
  display: none;
  padding: 0 15px;
}
.mb-header .top-mes .menu-box .menu-list li .sub-nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
.mb-header .top-mes .menu-box .menu-list li .sub-nav a:hover {
  color: var(--theme-color);
}
.mb-header .top-mes .menu-box .menu-list .menu-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.mb-header .top-mes .menu-box .menu-list .menu-item:hover {
  color: var(--theme-color);
}

/* 轮播图 */
.home-swiper {
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-horizontal-gap: 20px;
  --home-bottom: 50px;
  background-color: #c0dcee;
}
.home-swiper .swiper-pagination-fraction,
.home-swiper .swiper-pagination-custom,
.home-swiper .swiper-horizontal > .swiper-pagination-bullets,
.home-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: unset;
  bottom: var(--home-bottom);
}
.home-swiper .swiper-pagination {
  text-align: left;
}

.home-swiper .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.hs-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}
.hs-content .container {
  height: 100%;
}
.hs-content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.hs-content .p1 {
  font-weight: 700;
  font-size: 20px;
  color: #4a75ff;
}
.hs-content .p2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 70px;
  margin: 40px 0;
}
.hs-content .p3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 2px;
}
.hs-content .p4 {
  width: 200px;
  height: 58px;
  margin-top: 40px;
  border-radius: 28px 30px 28px 30px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fefeff;
}
.hs-content .p4 img {
  margin-left: 10px;
}
.main {
  width: 100%;
  background-color: #c0dcee;
  background-size: 100% 100%;
}
.product {
  padding: 100px 0;
  background: #fff;
}
.product-inner-top {
  display: flex;
  justify-content: space-between;
}
.product-inner-top-right {
  position: relative;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-title {
  display: flex;
  flex-direction: column;
}
.global-title .english {
  font-weight: 700;
  width: 220px;
  color: var(--theme-color);
  padding-bottom: 5px;
  margin-bottom: 27px;
  border-bottom: 2px solid var(--theme-color);
}
.global-title .ch-title {
  font-weight: 700;
  font-size: 38px;
  color: #111;
}
.product-inner-top-right .my-swiper-button-prev,
.product-inner-top-right .my-swiper-button-next {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  font-size: 20px;
  align-items: center;
  color: #232323;
  border: 1px solid #232323;
  user-select: none;
}
.my-swiper-button-prev.swiper-button-disabled,
.my-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.tran-3 {
  transition: all 0.3s;
}
.product-inner-btm {
  margin-top: 50px;
  user-select: none;
}
.product-inner-btm .product-item {
  display: flex;
  flex-direction: column;
}
.product-item .pib-item-img {
  width: 100%;
  height: 412px;
  /* background: #f7f8fc; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-item .product-title {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}
.product-item.product-item-1 .product-title {
  max-width: 400px;
}
.product-item .product-desc {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.product-item .pib-item-btm-right {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #00208d;
  padding-bottom: 5px;
  border-bottom: 1px solid #00208d;
}
/* 关于我们 */
.about-us {
  padding: 100px 0;
}
.about-us-theme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-left {
  width: 50%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-left .all-title {
  position: relative;
}
.about-us-left .all-title img {
  transform: translateX(-10%);
}
.about-us-left .all-title b {
  font-style: italic;
  font-size: 60px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
}
.about-us-left-cen {
  margin-top: 40px;
  color: #232323;
  /* font-size: 18px;
  line-height: 30px; */
}
.about-us-left-more {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 20px;
  width: 210px;
  height: 62px;
  background: var(--theme-color);
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.about-us-left-more i {
  margin-left: 16px;
  transition: all 0.3s;
  transform: rotateZ(180deg);
}
.about-us-left-more:hover {
  color: #fff;
}
.about-us-left-more:hover i {
  margin-left: 32px;
}
.about-us-right {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-us-right .about-us-left-btm-item {
  width: 48%;
}
.about-us .au-top {
  display: none;
}
.about-us .au-top .au-top-b {
  display: none;
}
.about-us .au-top .au-top-b img {
  width: 100%;
}
/* .about-us .about-us-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
} */
.about-us-number {
  padding: 110px 0;
}
.about-us-left-btm {
  display: flex;
  justify-content: space-between;
}
.about-us-left-btm-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.cid-product-center {
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-product-center .flex {
  width: 80%;
  margin: 0 auto;
}
.cid-product-center .c-product-item {
  display: flex;
  width: 48%;
  margin-bottom: 40px;
}
/* .about-us-left-btm-item img {
  margin-top: 10px;
  margin-right: 10px;
} */
.about-us-left-btm-item-top {
  color: #000;
}
.about-us-left-btm-item-top .num {
  font-weight: 700;
  font-size: 48px;
}
.about-us-left-btm-item-top .date {
  font-weight: 700;
  font-size: 24px;
}
.about-us-left-btm-item-btm {
  margin-top: 2px;
}
.about-us-left-btm-item-btm .desc {
  font-size: 18px;
  color: #222;
}

/* 底部 */
footer {
  background-color: #0055a3;
  color: #fff;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #efefef10;
}
footer .footer-bottom .logo2 img {
  width: 72px;
}
footer .footer-bottom .copyright {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
footer .ft-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 83px;
  padding-bottom: 40px;
}
footer .ft-top dl {
  margin-right: 80px;
}
footer .ft-top dl dt {
  font-weight: 700;
  font-size: 34px;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 30px;
}
footer .ft-top dl dt::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .ft-top dl dd {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .ft-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .ft-right-talk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 62px;
  border: 1px solid #ffffff;
  font-weight: 700;
  font-size: 20px;
}
footer .hotline {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .hotline1-ttt {
  font-family: "Arial Bold";
}
footer .hotline .p1 {
  font-size: 20px;
}
footer .hotline .p2 {
  font-size: 28px;
  margin-top: 5px;
  font-family: "Arial Bold";
}
footer .ft-link {
  display: flex;
}
footer .ft-link img {
  margin-top: 10px;
}
footer .ft-link .wx-boss-2 {
  margin-left: 14px;
}
footer .ft-link .wx-boss-2 .btm-boss-2 {
  left: -50%;
}

footer .tool-list-r {
  position: fixed;
  right: 30px;
  bottom: 15%;
  display: flex;
  z-index: 10;
  flex-direction: column;
  align-items: center;
}
.tool-list-r .tool-item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 内页banner信息 */
.hd-banner {
  position: relative;
  min-height: 150px;
  display: flex;
}
.hd-banner .img-responsive {
  object-fit: cover;
  margin: 0 auto;
}
.hd-banner .hd-banner-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.h-full {
  height: 100%;
}
.hd-banner .hd-banner-tt {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bread li {
  margin-right: 20px;
}
.bread li a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}
.bread li:not(:first-child) a::before {
  content: "/";
  color: inherit;
  font-size: 12px;
  margin-right: 20px;
}
.bread li a.active {
  color: #bbb;
}
.about-us-t-b {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
}
.about-us-t-b .about-us-left-btm {
  width: 80%;
}
.about-us-t-b .about-us-left-btm-item {
  flex-direction: column;
  align-items: center;
}
.about-us-t-b .about-us-left-btm-item img {
  margin: 0 0 30px;
}
.about-us-t-b .about-us-left-btm-item .flex {
  align-items: center;
}
.about-us-f-b-p1 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
.about-us-f-b-p2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  line-height: 77px;
}
.about-us-f-b-p3 {
  margin-top: 70px;
  width: 211px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color);
}

/* 荣誉资质 */
.promotional {
  padding: 100px 0;
}
.promotional-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 150px;
}
.promotional-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* background-color: #f7f7f7; */
  /* padding: 20px; */
}
.promotional-book {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-align: center;
}

/* 分页器 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
}
.pagination ul li {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  display: flex;
  margin-right: 15px;
}
.pagination ul li.active {
  background: var(--theme-color);
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  color: #232323;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.pagination ul li.active a {
  color: #fff;
}
.pagination ul li:hover:not(.disabled) {
  background: var(--theme-color);
}
.pagination ul li:hover:not(.disabled) a {
  color: #fff;
}
.pagination li.disabled a {
  cursor: not-allowed;
  opacity: 0.3;
}

.factory {
  padding: 100px 0;
}
.factory-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.factory-list .fl-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.factory-list .fl-item .fl-item-img {
  display: flex;
  max-height: 416px;
  overflow: hidden;
}
.factory-list .fl-item .fl-item-img img {
  transition: all 0.3s;
}
/* .factory-list .fl-item:hover img {
  transform: scale(1.2);
} */
.factory-list .fl-item .fl-item-text {
  padding: 25px;
}
.factory-list .fl-item .fl-item-text .p1 {
  font-weight: 700;
  font-size: 24px;
  color: #222;
}
.factory-list .fl-item .fl-item-text .p2 {
  color: #999999;
  font-size: 18px;
  margin-top: 10px;
}
#swiper_3 {
  --swiper-navigation-size: 15px;
  --swiper-navigation-color: #222;
  font-weight: bolder;
}
#swiper_3 .swiper-button-prev,
#swiper_3 .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 0 4px #ccc;
}
.factory-detail {
  padding: 70px 0;
}
.factory-detail-box {
  border-top: 1px solid #efefef;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.factory-detail-box .fdb-left {
  max-width: 400px;
  font-weight: 700;
  font-size: 30px;
  color: #222222;
}
.factory-detail-box .fdb-right {
  margin-left: 130px;
  flex: 1;
}
.factory-detail-box .fdb-right-a {
  margin-bottom: 30px;
  color: #333333;
  line-height: 30px;
}
.factory-detail-box .fdb-right-a .p1 {
  color: #222222;
  font-weight: 700;
  font-size: 20px;
}
/* 服务 */
.service {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.service-top .p1 {
  display: flex;
  align-items: center;
  color: var(--theme-color);
}
.service-top .p1 .p-line {
  width: 100px;
  height: 2px;
  margin-left: 20px;
  background: var(--theme-color);
}
.service-top .p2 {
  font-weight: 700;
  font-size: 48px;
  color: #222;
  margin-top: 20px;
}
.service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.service-list .service-item {
  --area: 0%;
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background: linear-gradient(139deg, #fff var(--area), #2f1f74 var(--area), #0395e6);
  animation: identifier2 0.3s linear forwards;
}
.service-list .si-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
    -41deg,
    #fff calc(100% - var(--area)),
    #2f1f74 calc(100% - var(--area)),
    #0395e6
  );
}
.service-list .si-img-box .img2 {
  display: none;
}
.service-list .service-item:hover {
  --hover-color: #fff;
  --area: 100%;
  animation: identifier 0.3s linear forwards;
}
/* @property 规则的语法 */
@property --area {
  /* @property 规则的值 */
  syntax: "<percentage>";
  /* @property 规则的继承性 */
  inherits: true;
  /* @property 规则的初始值 */
  initial-value: 0%;
}

@keyframes identifier {
  to {
    --area: 0%;
  }
}
@keyframes identifier2 {
  to {
    --area: 100%;
  }
}
.service-list .service-item:hover .img1 {
  display: none;
}
.service-list .service-item:hover .img2 {
  display: block;
}
.service-list .si-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  transition: all 0.3s;
  color: var(--hover-color, #222);
  margin: 30px 0 26px;
}
.service-list .si-desc {
  color: var(--hover-color, #333);
  text-align: center;
  transition: all 0.3s;
}
.service-list .si-more {
  margin-top: 56px;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--hover-color, var(--theme-color));
}
.service-list .si-more img {
  margin-left: 16px;
}
.service-list .service-item:hover .si-more img {
  filter: brightness(0%) invert(1);
}
/* 产品列表 */
/* .product-main {
  padding: 100px 0;
} */
.product-main-left {
  width: 340px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 178px;
  /* margin-right: 50px; */
  padding-right: 20px;
  padding-top: 100px;
  border-right: 1px solid #efefef;
}
.product-main-left dl {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.product-main-left dt {
  font-weight: 700;
  font-size: 22px;
  color: #222;
  margin-bottom: 30px;
}
.product-main-left dd a {
  color: #333;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.product-main-left dd a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #bbb;
  margin-right: 10px;
  border-radius: 50%;
  background: #efefef;
}
.product-main-left a.active {
  color: var(--theme-color);
}
.product-main-left a.active::before {
  background: var(--theme-color);
}
.product-main-right-box {
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 178px;
  flex: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-main-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-main-right .product-item {
  width: 32%;
  margin-bottom: 60px;
}
.product-main-right .product-item.product-item-1 {
  width: 100%;
}
.product-main-right .product-item.product-item-2 {
  width: 48%;
  padding: 0 100px;
}
.product-main-right .product-item .pib-item-img {
  height: 370px;
}
.product-main-right .product-item.product-item-1 .pib-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-main-right .product-item.product-item-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-main-right .product-item.product-item-1 .pib-item-img {
  width: 50%;
}
.product-main-right .product-item.product-item-2 .pib-item-img {
  height: 300px;
}
.product-main-right .product-item.product-item-3 {
  width: 100%;
  padding: 0 200px;
}
/* .product-item .pib-item-img img {
  max-width: 80%;
} */
.product-main-right::after {
  width: 32%;
  content: "";
}
.product-main-right-box .pagination {
  margin-top: 0;
}

/* 产品详情 */
.product-detail .pd-top {
  display: flex;
  justify-content: space-between;
}
.product-detail .pd-top .pdt-left {
  width: 50%;
  margin-right: 50px;
}
#swiper_4 {
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.product-detail .pdt-left .pdt-left-big-box {
  width: 100%;
  height: 580px;
  background: #f7f8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-detail .pdt-left .pdt-left-big-box img {
  max-width: 80%;
}
.product-detail .pdt-left .pdt-left-small-box {
  height: 135px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#swiper_5 .thumb-active .pdt-left-small-box {
  border-color: var(--theme-color);
}
.product-detail .pdt-left .pdt-left-small-box img {
  max-width: 40%;
}

.product-detail .pd-top .pdt-right {
  flex: 1;
}
.product-detail .pdt-right h2 {
  font-weight: 700;
  font-size: 34px;
  color: #232323;
  padding: 20px 0;
}
.product-detail .pdt-right h3 {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}
.product-detail .pdt-right-tag {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.product-detail .pdt-right-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .tag-item {
  padding: 0 10px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
  color: #232323;
}
.product-detail .pdt-right-btm {
  padding: 20px 0;
}
.product-detail .pdt-right-btm-d {
  color: #232323;
  margin-top: 20px;
  line-height: 24px;
}
.product-detail .pdt-right-desc {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  color: #232323;
  line-height: 24px;
}
.product-detail .pd-btm h2 {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.product-detail .pd-btm .pdb-detail {
  padding: 30px 0;
  color: #232323;
  line-height: 24px;
}

/* 新闻列表 */
.news-main {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-main-list {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
  column-gap: 60px; */
  display: flex;
  flex-direction: column;
  padding: 0 100px;
}
.news-main-list .nl-item {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 30px;
}
.news-main-list .nl-item:last-child {
  margin-bottom: 0;
}
.news-main-list .nl-item-img {
  display: flex;
  width: 30%;
}
.news-main-list .nl-item-text {
  padding-top: 50px;
  width: 30%;
}
.news-main-list .nl-item-text .ni-ct {
  color: #222222;
  font-weight: 700;
  line-height: 1.4;
}
.news-main-list .nl-item-img img {
  transition: all 0.3s;
}
/* .news-main-list .nl-item:hover img {
  transform: scale(1.2);
} */
.news-main-list .nl-item-text .p1 {
  color: #222222;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin: 26px 0;
}
.news-main-list .nl-item-text .p2 {
  color: #999999;
  font-size: 18px;
  margin-top: 10px;
}
.news-main-list .nl-item-text .p3 {
  color: #222222;
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
}
.news-main-list .nl-item-text .p4 {
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  padding-bottom: 10px;
  border-bottom: 2px solid #222;
}

/* 新闻详情 */
.news-detail {
  padding: 100px 0;
}
.news-detail-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-detail-left .news-detail-left-top {
  color: #222222;
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 34px;
}
.news-detail-left .news-detail-left-top p span {
  color: var(--theme-color);
}
.news-detail-left .news-detail-left-top h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 27px;
}
.news-detail-left .news-detail-left-cen {
  flex: 1;
  padding-bottom: 50px;
}
.news-detail-left .news-detail-left-cen p {
  color: #333333;
  line-height: 24px;
}
.news-detail-left .news-detail-left-cen .p1 {
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  margin: 20px 0;
}
.pagination-detail-box {
  padding: 50px 0;
  border-bottom: 1px solid #ebeced;
  border-top: 1px solid #ebeced;
}
.pagination-detail-box .t1 {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--theme-color);
  font-size: 14px;
}
.pagination-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.pagination-detail a {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
}
.pagination-detail .pagination-detail-tx {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
}
.pagination-detail a.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.pagination-detail a:not(.disabled):hover {
  color: var(--theme-color);
}

.news-detail-right {
  width: 400px;
  margin-left: 40px;
}
.news-detail-right .ndr-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #232323;
}
.news-detail-right .ndr-search button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-detail-right .ndr-search img {
  filter: invert(1);
}
.news-detail-right .ndr-search input {
  flex: 1;
  height: 100%;
  color: #fff;
  font-size: 18px;
  background: #232323;
  padding-right: 20px;
}

.news-detail-right .ndr-box {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  border-bottom: 1px solid #ebeced;
}
.news-detail-right .ndr-box-title {
  font-weight: 700;
  font-size: 18px;
  color: #222222;
}
.news-detail-right a {
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}
.news-detail-right a:hover {
  color: var(--theme-color);
}

/* 联系我们 */
.contact {
  padding: 100px 0;
}
.contact-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* .contact-top .ct-left {
  width: 44%;
} */
.contact .ct-rb {
  width: 48%;
}
.contact .ct-right {
  width: 40%;
}
/* .contact-btm .cb-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.contact-btm .cb-left .cb-left-box {
  width: 80%;
}
.contact-title {
  color: #222222;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
}
.contact-desc {
  color: #454545;
  font-size: 18px;
  line-height: 30px;
}
/* .contact-btm {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
} */
.contact-btm .cb-left-box {
  margin-bottom: 60px;
  color: #222;
  font-size: 18px;
}
.contact-btm .cb-left-box .p1 {
  font-weight: 700;
  font-size: 24px;
}
/* .contact-btm .cb-left-box .p2 {
  margin: 30px 0;
} */
.contact-btm .cb-left-box .p2-1 {
  font-weight: 700;
  font-size: 24px;
}
.contact-btm .cb-left-box .p2-2 {
  text-decoration: underline;
}
.contact-btm .cb-left-box .p3 {
  line-height: 1.5;
}

.form-box {
  flex: 1;
  margin-left: 50px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form-box label {
  display: block;
  font-size: 18px;
  color: #999999;
  margin-bottom: 15px;
}
.form-box input,
.form-box textarea {
  width: 100%;
  height: 76px;
  background: #f4f6fb;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 24px;
  color: #222;
}
.form-box textarea {
  height: 240px;
  padding: 20px;
  border: none;
  resize: none;
}
.form-box .fb-item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-box .fb-item-box input {
  width: 49%;
}
.contact-btm form button {
  width: 220px;
  height: 76px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.search-main {
  padding: 16% 0;
}
.search-main-title {
  color: #222222;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  line-height: 74px;
}
.search-main-title span {
  color: var(--theme-color);
}
.search-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layui-input-wrap {
  width: 80%;
  height: 72px;
  margin: 50px 0 65px;
}
.search-form .layui-input {
  height: 100%;
}
.search-form .layui-input-prefix {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 60px;
}
.search-form .layui-input-wrap .layui-input {
  padding-left: 60px;
  border-radius: 34px 34px 34px 34px;
  background: #ffffff;
  font-size: 18px;
  text-align: left;
  color: #999999;
}
.search-form button {
  width: 260px;
  height: 66px;
  border-radius: 33px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.order {
  padding: 100px 0;
}
.order form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order .form-box {
  margin-left: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.order .form-box .fb-item {
  flex: 0 1 49%;
}
.order .form-box .fb-item:last-child {
  flex: 1;
}
.order .contact-btm form button {
  align-self: flex-end;
}
.order .layui-form-select dl {
  top: 76px;
}
.order .layui-form-select dl dd.layui-this {
  color: var(--theme-color);
}
.artwork {
  padding: 100px 0;
  color: #333333;
  line-height: 30px;
}
.artwork-box {
  margin-bottom: 30px;
}
.artwork-box-title {
  color: #222222;
  font-weight: 700;
  font-size: 24px;
}
/* 2023年11月15日18:20:09 */
