/* 首页 */
/* 头部导航 */
header .pc-header .top-mes {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .pc-header .top-mes .logo {
  height: 50px;
  flex-shrink: 0;
}
header .pc-header .top-mes .logo img {
  height: 50px;
}
header .pc-header .top-mes .right-nav .nav-list {
  width: 800px;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item {
  cursor: pointer;
  position: relative;
  height: 100px;
  font-size: 16px;
  color: #232323;
  font-weight: 400;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item.active {
  color: #ff3d00;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav {
  min-width: 180px;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  z-index: 99;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  transition: all 0.36s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav > a {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  transition: all 0.3s;
  display: block;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item:hover > a {
  color: #ff3d00;
  overflow: visible;
}
header .pc-header .top-mes .right-nav .nav-list .nav-item:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

header .pc-header .top-mes .right-nav .nav-list .nav-item .sub-nav > a:hover {
  color: #fff;
  background-color: #ff3d00;
}

header .pc-header::after {
  content: "";
  display: block;
  height: 100px;
}
header .mb-header::after {
  display: block;
  content: "";
  height: 70px;
}
header .mb-header .top-mes {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  padding: 0 20px;
  z-index: 99;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header .mb-header .top-mes .logo img {
  width: 200px;
}
header .mb-header .top-mes .cool-menu {
  display: flex;
  align-items: center;
  height: 70px;
}
header .mb-header .top-mes .cool-menu .line-wrap {
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header .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;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
header .mb-header .top-mes .cool-menu .line-wrap div.line3 {
  margin-bottom: 0;
}
header .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;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
}
header .mb-header .top-mes .menu-box.active {
  left: 0;
}
header .mb-header .top-mes .menu-box .menu-list {
  padding: 20px 20px 0;
}
header .mb-header .top-mes .menu-box .menu-list li {
  position: relative;
}
header .mb-header .top-mes .menu-box .menu-list li .sub-nav {
  display: none;
  padding: 0 15px;
}
header .mb-header .top-mes .menu-box .menu-list li .sub-nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
header .mb-header .top-mes .menu-box .menu-list li .sub-nav a:hover {
  color: #ff3d00;
}
header .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;
}
header .mb-header .top-mes .menu-box .menu-list .menu-item .layui-icon {
  font-weight: 400;
}
header .mb-header .top-mes .menu-box .menu-list .menu-item:hover {
  color: #ff3d00;
}

/* 轮播图 */
.home-swiper {
  position: relative;
}
.home-swiper-content {
  position: absolute;
  width: 800px;
  /* top: 18%; */
  top: 50%;
  transform: translateY(-50%);
  left: 250px;
  z-index: 2;
}
.home-swiper-content-title-1 {
  /* font-weight: 400;
  font-size: 22px;
  color: #535353; */
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  /* letter-spacing: 6px; */
  letter-spacing: 4px;
}
.home-swiper-content-title-2 {
  /* color: #535353;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 8px; */
  color: #fff;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 4px;
  line-height: 1.2;

  margin: 12px 0 32px;
}
/* .home-swiper-content-title-2 span {
  font-size: 52px;
  letter-spacing: 12px;
} */
.home-swiper-content-title-3 {
  font-weight: 700;
  font-size: 66px;
  color: #ffebcc;
  letter-spacing: 12px;
}
.home-swiper-content-title-4 {
  width: 68px;
  height: 12px;
  background: #ffebcc;
  margin: 22px 0 70px;
}
.home-swiper-content-title-5 {
  color: #ffffff;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 6px;
}
/* 自定义swiper导航和分页器样式 */
.home-swiper-line {
  position: absolute;
  z-index: 2;
  bottom: 50px;
}
.home-swiper-line .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 12%;
  bottom: unset;
  width: unset;
  transform: translateY(-50%);
}
.home-swiper-line
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.home-swiper-line .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.home-swiper-line .swiper-pagination-two {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 17%;
  transform: translateY(-50%);
}
.home-swiper-line .swiper-button-prev {
  --swiper-navigation-size: 24px;
  left: unset;
  right: 14%;
  color: #fff;
}
.home-swiper-line .swiper-button-next {
  --swiper-navigation-size: 24px;
  right: 12%;
  color: #fff;
}

.main {
  width: 100%;
  background-size: 100% 100%;
}
/* 关于我们 */
.about-us {
  padding: 100px 0;
  background: url("../images/index/about_bg.png") no-repeat center center;
}
.about-us-theme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-left {
  width: 55%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-left-cen h4 {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0;
}
.about-us-left-cen p {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
/* 英文 */
.english {
  font-weight: 700;
  font-size: 36px;
  color: #ff3d00;
}
/* 中文 */
.ch-title {
  font-weight: 400;
  font-size: 48px;
  color: #232323;
}

.about-us-left-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.about-us-left-btm-item-top .num {
  font-weight: 400;
  font-size: 60px;
  color: #232323;
}
.about-us-left-btm-item-top .date {
  font-weight: 400;
  font-size: 18px;
  color: #ff3d00;
}
.about-us-left-btm-item-btm .desc {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}
.about-us-left-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 76px;
  background: #ff3d00;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.about-us-left-more img {
  margin-left: 20px;
  transition: all 0.3s;
}
.about-us-left-more:hover {
  color: #fff;
}
.about-us-left-more:hover img {
  margin-left: 50px;
}
.about-us-right {
  width: 40%;
}
/* 产品 */
.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;
}
/* 自定义swiper导航样式 */
.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: bold;
  font-size: 20px;
  align-items: center;
  color: #ff3d00;
  border: 1px solid #ff3d00;
  user-select: none;
}
.my-swiper-button-prev.swiper-button-disabled,
.my-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.product-inner-btm .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff3d00;
  opacity: 0.5;
  transition: all 0.3s;
}
.product-inner-btm .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.product-inner-btm {
  height: 400px;
  margin-top: 50px;
}
/* 过渡效果 */
.tran-3 {
  transition: all 0.3s;
}

.product-inner-btm-item {
  /* height: 440px; */
  display: block;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 2px 13px 0 #1a44ae21;
}
.product-inner-btm-item-img {
  width: 100%;
  height: 200px;
  background: #e8ebf0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 1px 1px 5px 0px #ccc;
  top: -50px;
  left: -20px;
  user-select: none;
}
.product-inner-btm-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-inner-btm-item-btm {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 15px;
}
.product-inner-btm-item-btm-right {
  width: 38px;
  height: 38px;
  border: 1px solid#ff3d00;
  color: #ff3d00;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.product-inner-btm-item-btm-left {
  width: 80%;
}
.product-title {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-name {
  font-weight: 400;
  font-size: 20px;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-inner-btm-item:hover {
  background: #ff3d00;
}
.product-inner-btm-item:hover .product-title,
.product-inner-btm-item:hover .product-name {
  color: #fff;
}
.product-inner-btm-item:hover .product-inner-btm-item-btm-right {
  color: #fff;
  border: 1px solid#fff;
}
/* 荣誉 */
.promotional {
  padding: 100px 0;
  background: url("../images/index/honor_bg.png") no-repeat top center;
  background-color: #fff5f5;
}
.promotional-inner-top {
  display: flex;
  justify-content: space-between;
}
.promotional-inner-top-left .english,
.promotional-inner-top-left .ch-title {
  color: #fff;
}
.promotional-inner-top-right {
  position: relative;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 自定义swiper导航样式 */
.promotional-inner-top-right .my-swiper-button-prev-two,
.promotional-inner-top-right .my-swiper-button-next-two {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  align-items: center;
  color: #efefef;
  border: 1px solid #efefef;
  user-select: none;
}
.my-swiper-button-prev-two.swiper-button-disabled,
.my-swiper-button-next-two.swiper-button-disabled {
  opacity: 0.5;
}
.promotional-inner-btm {
  margin-top: 60px;
}
.promotional-inner-btm-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.promotional-inner-btm-item .promotional-book {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #232323;
}
/* 新闻 */
.dynamic {
  padding: 100px 0;
}
.dynamic-list {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dynamic-list::after {
  content: "";
  width: 32%;
}
.dynamic-list-item {
  width: 32%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 20px 30px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.dynamic-list-item-title {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}
.dynamic-list-item-text {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  flex: 1;
  margin: 18px 0;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dynamic-list-item-btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  align-items: center;
  padding-top: 20px;
}
.dynamic-list-item-btm-time {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  color: #787878;
}
.dynamic-list-item-btm-more {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  color: #232323;
}
.dynamic-list-item:hover {
  background-color: #ff3d00;
}
.dynamic-list-item:hover .dynamic-list-item-title,
.dynamic-list-item:hover .dynamic-list-item-text,
.dynamic-list-item:hover .dynamic-list-item-btm-time,
.dynamic-list-item:hover .dynamic-list-item-btm-more {
  color: #fff;
}
/* 合作伙伴 */
.business {
  display: none;
  padding: 100px 0;
  background: url("../images/index/news_center_bg.png") no-repeat;
}
.business-inner-btm {
  margin-top: 60px;
}
.business-inner-btm-img {
  height: 90px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-inner .my-swiper-pagination {
  margin-top: 40px;
  text-align: center;
}
.business-inner .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff3d00;
  opacity: 0.5;
  transition: all 0.3s;
}
.business-inner .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
/* 底部 */
footer {
  padding-top: 70px;
  background-color: #232323;
}
footer .pc-footer .link-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}
footer .pc-footer .link-wrapper .link-list {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
footer .pc-footer .link-wrapper .link-list dl {
  flex-shrink: 0;
  margin-right: 50px;
}
footer .pc-footer .link-wrapper .link-list dl dt {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
footer .pc-footer .link-wrapper .link-list dl dd {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .pc-footer .link-wrapper .link-list dl dd > a:hover {
  color: #ff3d00;
}
footer .pc-footer .link-wrapper .website-info .info-item {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
footer .pc-footer .link-wrapper .website-info .info-item:last-child {
  margin-bottom: 0;
}
footer .pc-footer .link-wrapper .website-info .info-item img {
  width: 28px;
  margin-right: 18px;
}
footer .pc-footer .link-wrapper .qrcode-wrapper {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
footer .pc-footer .link-wrapper .qrcode-wrapper img {
  width: 150px;
}
footer .pc-footer .link-wrapper .qrcode-text{
  text-align: center;
  margin-top: 10px;
}
footer .pc-footer .footer-bottom {
  border-top: 1px solid rgb(187, 187, 187, 0.33);
  padding-top: 20px;
}
footer .pc-footer .footer-bottom .copyright {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
footer .pc-footer .footer-bottom .copyright > div {
  padding-bottom: 20px;
  word-break: break-all;
}
footer .pc-footer .footer-bottom .copyright .other-mes .divider {
  width: 1px;
  height: 12px;
  margin: 0 14px;
  flex-shrink: 0;
  background-color: #999;
}
/* 手机版底部 */
footer .mb-footer {
  padding: 0 20px;
  background-color: #232323;
}
footer .mb-footer .footer-list .footer-item h3 {
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .mb-footer .footer-list .footer-item .nav {
  display: none;
}
footer .mb-footer .footer-list .footer-item .nav li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
footer .mb-footer .footer-list .footer-item .nav li > a {
  display: block;
}
footer .mb-footer .website-info {
  margin-top: 20px;
  /* width: 60%; */
}
footer .mb-footer .website-info .info-item {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .mb-footer .website-info .info-item img {
  width: 20px;
  height: 100%;
  margin-right: 10px;
}
footer .mb-footer .qrcode-wrapper {
  text-align: center;
  padding: 20px;
  color: #fff;
}
footer .mb-footer .qrcode-wrapper .qrcode-text{
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
footer .mb-footer .qrcode-wrapper img {
  width: 100%;
  height: 100%;
}
footer .mb-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 14px;
  color: #787878;
  font-weight: 400;
}

/* 2023年6月9日18:28:41 */

/* 内页banner信息 */
/* .about-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/about_ban.png) no-repeat center;
} */
.bread {
  display: flex;
  height: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bread li {
  margin-right: 20px;
}
.bread li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.bread li:nth-child(1) a::before {
  content: url(../images/icon/home.png);
  margin-right: 5px;
}
.bread li:not(:first-child) a::before {
  font-family: layui-icon !important;
  content: "\e602";
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.banner-info {
  max-width: 800px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-info button {
  width: 160px;
  height: 56px;
  border-radius: 28px;
  border: 2px solid #fff;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
.banner-info p {
  margin-top: 10px;
  line-height: 60px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
/* 内页菜单 */
.nav-wrapper {
  background-color: #f3f3f3;
}
.nav-wrapper .tab-list {
  position: relative;
  overflow-x: auto;
}
.nav-wrapper .tab-list .tab-item {
  position: relative;
  margin-right: 50px;
  line-height: 80px;
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  flex-shrink: 0;
}
.nav-wrapper .tab-list .tab-item:hover,
.nav-wrapper .tab-list .tab-item.active {
  color: #ff3d00;
}
.nav-wrapper .tab-list .tab-item:hover::after,
.nav-wrapper .tab-list .tab-item.active::after {
  width: 100%;
}
.nav-wrapper .tab-list .tab-item::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #ff3d00;
}
.nav-wrapper .tab-list .tab-item:last-child {
  margin-right: 0;
}
/* 企业文化 */
.culture {
  padding: 100px 0 250px;
  background: url(../images/banner/about_cul.png) no-repeat center;
  background-size: cover;
}
.culture-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.culture-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.culture-btm-item {
  width: 30%;
  height: 350px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
  align-items: center;
  background-color: #fff;
  border-bottom: 4px solid #ff3d00;
}
.culture-btm-item img {
  margin-top: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.culture-btm-item h3 {
  font-weight: 700;
  font-size: 36px;
  color: #ff3d00;
  margin: 30px 0;
}
.culture-btm-item p {
  color: #565656;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}
.culture-btm-item:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
/* 企业责任 */
.duty {
  padding: 100px 0;
  background-color: #fff;
}
.duty-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.duty-btm p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
/* 产品中心 */
/* .product-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/product_ban.png) no-repeat center;
} */
.product-main {
  padding: 100px 0;
  background-color: #fff;
}
.product-main-left {
  width: 300px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /* justify-content: space-between; */
  margin-right: 60px;
  border-right: 1px solid #efefef;
}
.product-main-left dl {
  padding-bottom: 40px;
}
.product-main-left dt {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
  /* padding: 15px; */
  margin-bottom: 30px;
}
.product-main-left dt.active {
  background-color: #ff3d00;
  color: #fff;
}
.product-main-left dd a {
  font-weight: 400;
  font-size: 18px;
  color: #565656;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.product-main-left dd a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #d2d2d2;
  margin-right: 10px;
  border-radius: 50%;
  background: #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-main-left dd a.active {
  color: #ff3d00;
}
.product-main-left dd a.active::before {
  background: #ff3d00;
}
.product-main-right-box {
  flex: 1;
}
.product-main-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-main-right .product-inner-btm-item {
  width: 32%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 0;
}
.product-main-right::after {
  width: 32%;
  content: "";
}
.product-main-right .product-inner-btm-item-img {
  top: auto;
  left: auto;
  /* margin-bottom: 20px; */
}
/* 分页器 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  width: 50px;
  height: 50px;
  background: #efefef;
  display: flex;
  border-radius: 2px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.pagination ul li.active {
  background: #ff3d00;
}
.pagination ul li.active a {
  color: #fff;
}
.pagination ul li a {
  width: 100%;
  height: 100%;
  color: #232323;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.pagination ul li:hover:not(.disabled) {
  background: #ff3d00;
}
.pagination ul li:hover:not(.disabled) a {
  color: #fff;
}
.pagination li.disabled a {
  cursor: not-allowed;
  opacity: 0.3;
}
/* 产品详情 */
.product-detail-main-right {
  flex: 1;
  min-width: 0;
}
.product-detail-main-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail-main-right-top .product-detail-img {
  width: 40%;
  height: 412px;
  background: #e8ebf0;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.product-detail-img .swiper-pagination-bullet {
  background-color: #ff3d00;
}

.product-detail-main-right-top .product-detail-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-produce {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-left: 40px;
}
.product-detail-produce h3 {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
}
.product-detail-produce p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  margin: 20px 0;
}
.product-detail-produce a {
  width: 195px;
  height: 61px;
  background: #ff3d00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.product-detail-produce a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  background-color: #fff;
  left: -40px;
  opacity: 0.5;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.product-detail-produce a span {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}
.product-detail-produce a:hover:after {
  left: 120%;
  transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -webkit-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -moz-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -ms-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -o-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
}
.product-detail-main-right-btm > span {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.product-detail-content {
  padding: 30px 0;
  border-top: 1px solid #efefef;
}
.product-detail-content table {
  width: 100%;
}
.product-detail-content table th {
  width: 15%;
  height: 50px;
  background: #ff3d00;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  border: 2px solid #fff;
}
.product-detail-content table td {
  width: 35%;
  height: 50px;
  background: #f2f2f2;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #232323;
  padding: 5px 10px;
  border: 2px solid #fff;
}
.pagination-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #efefef;
}
.pagination-detail a {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  display: flex;
  align-items: center;
}
.pagination-detail a.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
/* 经营品牌 */
/* .manage-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/manage_ban.png) no-repeat center;
} */
.manage-detail-main-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.manage-dow {
  /* width: 30%; */
  width: 22%;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manage-dow img {
  width: 100%;
  height: 120px;
  border: 1px solid #efefef;
  object-fit: contain;
}
.manage-dow p {
  font-size: 14px;
  padding: 10px 0 0;
}
.manage-detail-main-right i {
  width: 22%;
}
/* .manage-detail-main-right::after {
  content: "";
  width: 30%;
} */
.manage-main {
  padding: 100px 0;
}
.manage-main section h1 {
  font-weight: 700;
  font-size: 30px;
  color: #232323;
}
.manage-main section h2 {
  font-weight: 400;
  font-size: 18px;
  color: #ff3d00;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.manage-main section p {
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  line-height: 36px;
  margin: 50px 0;
}
/* 解决方案 */
/* .solution-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/solution_ban.png) no-repeat center;
} */
.solution-main {
  padding: 100px 0;
}
.solution-main-list {
  display: flex;
  flex-direction: column;
}
.solution-main-list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.solution-main-list-item-left {
  width: 70%;
}
.solution-main-list-item a {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px;
  width: 40%;
  height: 500px;
  box-shadow: 0 0 16px 0 rgba(61, 61, 61, 0.09);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.solution-main-list-item a::before,
.solution-main-list-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transition: 0.3s ease-in-out;
}
.solution-main-list-item a::before {
  bottom: 0;
  right: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.solution-main-list-item a:after {
  top: 0;
  left: 0;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}
.solution-main-list-item a:hover::before,
.solution-main-list-item a:hover::after {
  /* width: calc(100% - 10px);
  height: calc(100% - 10px); */
  width: 100%;
  height: 100%;
  border-color: #ff3d00;
}
.solution-main-list-item a h2 {
  font-weight: 700;
  font-size: 30px;
  color: #232323;
}
.solution-main-list-item a h3 {
  font-weight: 400;
  font-size: 18px;
  color: #ff3d00;
  margin: 20px 0;
}
.solution-main-list-item a p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  /* flex: 1; */
}
.solution-main-list-item a div {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 30px;
  border: 1px solid#ff3d00;
  color: #ff3d00;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.solution-main-list-item a:hover div {
  margin-left: 10%;
  box-shadow: 0 0 2px #ff3d00;
}
.solution-main-list .solution-main-list-item:nth-child(2n) {
  justify-content: flex-end;
}
.solution-main-list .solution-main-list-item:nth-child(2n) .solution-main-list-item-left {
  text-align: right;
}
.solution-main-list .solution-main-list-item:nth-child(2n) a {
  left: 0;
  right: auto;
}
/* 合作伙伴 */
/* .business-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/busness_ban.png) no-repeat center;
} */
.business-main {
  padding: 100px 0;
}
.business-main-top p {
  font-weight: 700;
  font-size: 48px;
  color: #ff3d00;
}
/* 新闻中心 */
/* .news-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/news_ban.png) no-repeat center;
} */
.dynamic-swiper {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 320px;
}
.dynamic-swiper .dynamic-image {
  width: 45%;
}
.dynamic-swiper .news-dynamic-context {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.dynamic-swiper .news-dynamic-context .news-date {
  font-weight: 700;
  font-size: 20px;
  color: #ff3d00;
}
.dynamic-swiper .news-dynamic-context .news-title {
  font-weight: 700;
  font-size: 24px;
  color: #232323;
  margin: 20px 0;
}
.dynamic-swiper .news-dynamic-context .news-content {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  flex: 1;
}
.news-dynamic-context a {
  width: 188px;
  height: 60px;
  background: #ff3d00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #e8ebf0;
  position: relative;
  overflow: hidden;
}
.news-dynamic-context a::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  background-color: #fff;
  left: -40px;
  opacity: 0.5;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.news-dynamic-context a:hover:after {
  left: 120%;
  transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -webkit-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -moz-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -ms-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
  -o-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
}
/* 新闻详情 */
.news-detail {
  padding: 100px 0;
  background-color: #fff;
}
.news-detail-left {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 13px 0 #00000012;
  padding: 50px;
}
.news-detail-left .news-detail-left-top {
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
}
.news-detail-left .news-detail-left-top h3 {
  font-weight: 700;
  font-size: 30px;
  color: #232323;
}
.news-detail-left .news-detail-left-top .top-time {
  width: 250px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-left .news-detail-left-top .top-time span {
  font-weight: 400;
  font-size: 18px;
  color: #ff3d00;
  margin-left: 5px;
}
.news-detail-left .news-detail-left-cen {
  flex: 1;
  padding: 20px 0;
}
.news-detail-left .news-detail-left-cen p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.news-detail-left .news-detail-left-cen h4 {
  color: #232323;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.news-detail-right {
  width: 300px;
}
.news-detail-right .news-detail-right-top-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-detail-right .news-detail-right-top-title span {
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  color: #333333;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search form {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search input {
  width: 300px;
  height: 56px;
  background: #f5f5f5;
  padding: 0 10px;
}
.news-detail-right .news-detail-right-top .news-detail-right-top-search button {
  width: 56px;
  height: 56px;
  background: #ff3d00;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news-detail-right .news-detail-right-btm {
  margin: 20px 0;
  background-color: #f6f6f6;
  padding: 30px 20px;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list > img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list .item {
  width: 240px;
  margin-left: 10px;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list .item .item-title {
  color: #232323;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-detail-right .news-detail-right-btm .news-detail-right-btm-list .item .item-date {
  font-weight: 400;
  font-size: 18px;
  color: #ff3d00;
}
.news-detail-right-btm ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}
.news-detail-right-btm ul li a {
  font-weight: 400;
  font-size: 20px;
  color: #565656;
}
.news-detail-right-btm ul li a::before {
  font-family: layui-icon !important;
  content: "\e602";
  margin-right: 5px;
}
/* 联系我们 */
/* .contact-head-banner {
  background: linear-gradient(90deg, #ff3d00, transparent 60%),
    url(../images/banner/concact_ban.png) no-repeat center;
} */
.contact {
  padding: 100px 0;
}
.contact-box {
  width: 40%;
  padding: 50px 0;
}
.contact-box .contact-title {
  font-weight: 700;
  font-size: 36px;
  color: #232323;
}
.contact-box .contact-desc {
  color: #565656;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0 50px;
}
.contact-list {
  display: flex;
  flex-direction: column;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.contact-info {
  margin-left: 20px;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.form-box {
  width: 50%;
  background-color: #fff;
  padding: 50px 30px;
  border-top: 10px solid #ff3d00;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 13px 0 #00000026;
}
.form-box input {
  width: 100%;
  height: 80px;
  background: #efefef;
  margin-bottom: 20px;
  padding: 0 30px;
}
.form-box textarea {
  width: 100%;
  height: 280px;
  background: #efefef;
  margin-bottom: 20px;
  padding: 30px;
  outline: none;
  border: none;
  resize: none;
}
.form-box button {
  width: 100%;
  height: 80px;
  background: #ff3d00;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
/* 2023年6月19日19:04:41 */
