/* banner */
.swiper-pagination-container {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 188px;
  z-index: 9;
}
.swiper-pagination {
  position: static;
  text-align: left;
}
.swiper,
.swiper-wrapper {
  position: relative;
  width: 100%;
  min-height: 360px;
}
.swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  --swiper-theme-color: red;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 1200px;
  margin: 0 auto;
}
.my-bullet {
  cursor: pointer;
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-right: 10px;
}
.my-bullet.bullet-active {
  width: 30px;
}
.bullet-active {
  position: relative;
}
.bullet-active::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C5FFC;
  -webkit-animation: fadeLeft 3s linear both;
  animation: fadeLeft 3s linear both;
  border-radius: 4px;
}
.swiper-slide {
  /* min-height: 360px; */
  height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.swiper-slide .bg-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* width: 100%; */
  min-width: 100%;
  width: auto !important;
  height: 100%;
}
.home-swiper-slide .content-box {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 6;
}
.swiper-slide .content-box {
  position: absolute;
  z-index: 999;
  width: 1200px!important;
  left: calc(( 100% - 1200px ) / 2 )!important;
}
/* .swiper-slide .content-box .content-inner {
  width: 1200px;
  margin: 0 auto;
} */
.swiper-slide .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #1F2024;
  margin-bottom: 35px;
  letter-spacing: 2.5px;
  line-height: 1;
}
.swiper-slide .h2 {
  font-size: 22px;
  font-weight: 400;
  color: #1F2024;
  margin-bottom: 63px;
  line-height: 1;
}
.swiper-slide .apply-btn {
  width: 150px;
  height: 52px;
  background: #1e76ff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.swiper-slide .apply-btn:hover {
  background: #3370ff;
}
.swiper-slide .detail-btn {
  width: 151px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-left: 20px;
}
.swiper-slide .detail-btn:hover {
  background: #fff;
  color: #1e76ff;
}
@-webkit-keyframes fadeLeft {
  0% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}
@keyframes fadeLeft {
  0% {
    width: 0;
  }
  100% {
    width: 28px;
  }
}

/* banner下的重要公告 */
.public-notice-wrapper {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.public-notice-wrapper .public-notice-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
.public-notice-content .public-notice-item-box {
  position: relative;
}
.public-notice-content .public-notice-item-box::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60px;
  background: #dcdfe6;
  opacity: 0.51;
  position: absolute;
  right: 0;
  top: 20px;
}
.public-notice-content .public-notice-item-box:nth-child(4)::after {
  width: 0;
}
.public-notice-content .public-notice-item-box:nth-child(1) {
  background: url('../image/home-banner-bg1-default.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(2) {
  background: url('../image/home-banner-bg2-default.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(3) {
  background: url('../image/home-banner-bg3-default.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(4) {
  background: url('../image/home-banner-bg4-default.png') no-repeat 100%;
}

.public-notice-content .public-notice-item-box:nth-child(1):hover {
  background: url('../image/home-banner-bg1-active.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(2):hover {
  background: url('../image/home-banner-bg2-active.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(3):hover {
  background: url('../image/home-banner-bg3-active.png') no-repeat 100%;
}
.public-notice-content .public-notice-item-box:nth-child(4):hover {
  background: url('../image/home-banner-bg4-active.png') no-repeat 100%;
}

.public-notice-content .public-notice-item-box .item-wrapper {
  width: 300px;
  height: 100%;
  padding: 24px 20px;
  color: #1f2024;
  background: rgba(255, 255, 255, 0.3);
}

.public-notice-content .public-notice-item-box .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  width: 201px;
}
.over-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.public-notice-content .public-notice-item-box .content {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
}

/* .public-notice-content .public-notice-item-box:hover .item-wrapper {
  color: #1c6cfe;
  background-image: url('/public/img/home/home-banner-bg.png');
} */

/* 主题内容 */
.box-item .title-box,
.box-item .body-box {
  width: 1200px;
  margin: 0 auto;
}
.main-box .box-item .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-box .box-item .title-box > .title {
  margin-top: 80px;
  margin-bottom: 14px;
  text-align: center;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f2024;
}
.main-box .box-item .title-box > .summary {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5c616b;
}
/* 管家婆工贸PRO */
.box-item.gmpro {
  width: 100%;
  height: 785px;
  background: #f3f4f6;
  background: url('../image/home-a-bg.png') no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.gmpro .body-box {
  margin-top: 80px;
}
.gmpro .body-box > .left {
  width: 282px;
  height: 474px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 12px 0px 24px 0px #e1e4eb;
  border-radius: 4px;
}

.gmpro .body-box .category-item {
  width: 282px;
  height: 158px;
  display: flex;
  padding: 0 34px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #dcdfe5;
  box-sizing: border-box;
}
.gmpro .body-box .category-item:last-child {
  border-bottom: 0;
}
.gmpro .body-box .category-icon {
  margin-right: 30px;
}
.gmpro .body-box .category-icon > img {
  width: 48px;
}
.gmpro .body-box .category-item .category-name {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f2024;
  margin-bottom: 15px;
}
.gmpro .body-box .category-item .category-summary {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5c616b;
}
.gmpro .body-box .category-item:nth-child(1n):hover,
.gmpro .body-box .category-item:nth-child(1n).active
 {
  border-bottom: 0;
  background: url('../image/home-a-left-bg1.png');
}
.gmpro .body-box .category-item:nth-child(2n):hover,
.gmpro .body-box .category-item:nth-child(2n).active
 {
  border-bottom: 0;
  background: url('../image/home-a-left-bg2.png');
}
.gmpro .body-box .category-item:nth-child(3n):hover,
.gmpro .body-box .category-item:nth-child(3n).active
 {
  border-bottom: 0;
  background: url('../image/home-a-left-bg3.png');
}
.gmpro .body-box .category-item:hover .category-name,
.gmpro .body-box .category-item.active .category-name,
.gmpro .body-box .category-item:hover .category-summary,
.gmpro .body-box .category-item.active .category-summary {
  color: #1c6cfe;
}

.gmpro .body-box .right {
  padding-top: 24px;
  flex: 1;
  flex-wrap: wrap;
}
.gmpro .body-box .right .right{
	padding-top: 0px;
}
.gmpro .body-box .sub-category-wrapper {
  margin-left: 24px;
  margin-bottom: 40px;
}
.gmpro .body-box .sub-category-item {
  width: 282px;
  height: 114px;
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 30px;
  position: relative;
}
.gmpro .body-box .sub-category-item .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f2024;
}
.gmpro .body-box .sub-category-item .sub-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5c616b;
  margin-top: 12px;
}
.gmpro .body-box .sub-category-item .tag {
  height: 16px;
  background: #ec2424;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 0 4px;
  margin-left: 6px;
}
.tag.tag-red {
  background: #ec2424;
}
.tag.tag-green {
  background: #01b55a;
}
.tag.tag-blue {
  background: #1c6cfe;
}
.tag.tag-primary {
  background: #ffffff;
  color: #1c6cfe;
}

.gmpro .body-box .sub-category-wrapper:hover .sub-category-item{
  background: url('../image/home-a-right-bg.png') no-repeat;
  background-size: 100%;
  -webkit-animation: moveTop 0.2s linear;
  animation: moveTop 0.2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.gmpro .body-box .sub-category-wrapper:hover .title,
.gmpro .body-box .sub-category-wrapper:hover .sub-title {
  color: #ffffff;
}
.gmpro .body-box .sub-category-wrapper:hover .tag {
  background: #ffffff;
  color: #1c6cfe;
}

/* 提供解决方案 */
.provide-solution {
  width: 100%;
  height: 801px;
  background: #e8eaec;
  position: relative;
  overflow: hidden;
}

.provide-solution .title-box {
  /* margin-bottom: 80px; */
}
.provide-solution .body-box img {
  max-width: 1200px;
}

/* 立即咨询 */
.seek-box {
  width: 100%;
  height: 80px;
  background: url('../image/home-c-bg.png') no-repeat;
  background-size: auto 100%;
}
.seek-box .body-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seek-box .body-content > span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.seek-box .body-content .seek-btn {
  width: 134px;
  height: 46px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff6508;
  cursor: pointer;
}
.seek-box .body-content .seek-btn:hover {
  box-shadow: 6px 6px 18px 0 #FF6385;
}

/* 多领域、跨行业赋能，提供企业个性化智造平台 */
.gxhpt {
  height: 750px;
  background: #f2f5fc;
}
.gxhpt .body-box {
  padding: 60px 0;
  justify-content: center;
}
.gxhpt .module-item {
  width: 154px;
  height: 460px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  padding: 0 116px 45px 45px;
  background: url('../image/home-d-bg1.png') no-repeat;
  transition: width 0.5s;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}
.gxhpt .module-item.active {
  width: 560px;
}
.gxhpt .module-item.short {
  width: 154px;
}
.gxhpt .module-item:first-child {
  margin-left: 0;
}
.gxhpt .module-item.short {
  width: 154px;
}
.gxhpt .module-item .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 22px;
  display: inline-block;
  position: absolute;
  top: 395px;
  left: 24px;
  transition: top 0.5s, left 0.5s;
}
.gxhpt .module-item .title::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: -15px;
  transition: width 0.5s;
}
.gxhpt .module-item .bottom-to-top {
  position: absolute;
  top: 460px;
  left: 45px;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s;
}
.gxhpt .module-item .content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  opacity: 0.7;
  width: 400px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gxhpt .module-item .detail-btn {
  display: block;
  width: 134px;
  height: 40px;
  background: #1c6cfe;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-top: 34px;
  cursor: pointer;
}
.gxhpt .module-item .detail-btn img {
  margin-left: 20px;
}
.gxhpt .module-item .detail-btn:hover {
  background: #3370ff;
}
.gxhpt .module-item.active .title {
  position: absolute;
  top: 256px;
  left: 45px;
}
.gxhpt .module-item.active .title::before {
  width: 100%;
}
.gxhpt .module-item.active .bottom-to-top {
  top: 298px;
  opacity: 1;
}

/* statistics */
.statistics {
  min-height: 340px;
  background: url('../image/home-e-bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 68px;
}
.statistics .body-box {
  padding-top: 68px;
}
.statistics .number-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistics .number {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1c6cfe;
  margin-bottom: 4px;
}
.statistics .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1f2024;
}

/* industry-news */
.industry-news {
  background: #f2f5fc;
}
.industry-news .body-box {
  padding: 60px 0 80px;
}
.industry-news .body-box .news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.industry-news .body-box .left .news-item {
  width: 384px;
  height: 452px;
  padding: 70px 40px 30px;
  background: url('../image/home-f-bg1.png') no-repeat;
}
.industry-news .body-box .right {
  display: flex;
  flex-wrap: wrap;
}
.industry-news .body-box .right .news-item {
  width: 282px;
  height: 210px;
  margin-left: 24px;
}
.industry-news .body-box .right .news-item:nth-child(1),
.industry-news .body-box .right .news-item:nth-child(2) {
  margin-bottom: 24px;
  height: 218px;
}
.industry-news .body-box .news-item .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f2024;
  line-height: 36px;
  margin-bottom: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry-news .body-box .left .news-item .title {
  -webkit-line-clamp: 4;
}
.industry-news .body-box .right .news-item .title {
  margin-bottom: 8px;
}
.industry-news .body-box .news-item .content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5c616b;
  line-height: 32px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry-news .body-box .news-item .content.line-clamp-4 {
  height: auto;
  -webkit-line-clamp: 4;
}

.industry-news .body-box .news-item .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5c616b;
}
.industry-news .body-box .right .news-item {
  padding: 36px 42px 30px 40px;
}
.industry-news .body-box .right .news-item.has-content {
  width: 486px;
  background: #edf0f7;
  padding-right: 53px;
}
.industry-news .body-box .news-item .title:hover {
  color: #1c6cfe;
}
.industry-news .body-box .right .news-item.right-top-right {
  background: url('../image/home-f-bg2.png');
}
.industry-news .body-box .right .news-item.right-bottom-left {
  background: url('../image/home-f-bg3.png');
}

/* 试用 */
.try-use {
  background: url('../image/home-g-bg.png') no-repeat;
  background-size: 100% 100%;
}
.try-use .title-box .title {
  margin-top: 48px !important;
}
.try-use .title-box .title,
.try-use .title-box .summary {
  line-height: 1;
}

.try-use .body-box {
  padding: 40px 0 50px;
  display: flex;
  justify-content: center;
}
.try-use .btn {
  width: 150px;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.try-use .one-to-one-btn {
  border: 1px solid #1c6cfe;
  color: #1c6cfe;
  margin-right: 40px;
}
.try-use .one-to-one-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
.try-use .try-btn {
  background: #1c6cfe;
  color: #ffffff;
}
.try-use .try-btn:hover {
  background: #3370ff;
}
@-webkit-keyframes move {
  100% {
    /* top: -104px; */
    /* top: 0px; */
    top: -108px;
  }
}
@keyframes move {
  100% {
    /* top: -104px; */
    /* top: 0px; */
    top: -108px;
  }
}
@-webkit-keyframes moveTop {
  20% {
    top: -1px;
  }
  40% {
    top: -2px;
  }
  60% {
    top: -3px;
  }
  80% {
    top: -4px;
  }
  100% {
    top: -6px;
  }
}
@keyframes moveTop {
  20% {
    top: -1px;
  }
  40% {
    top: -2px;
  }
  60% {
    top: -3px;
  }
  80% {
    top: -4px;
  }
  100% {
    top: -6px;
  }
}


.jg-bg-box {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.jg-bg-box video {
  margin-top: -156px;
}
.jg-bg-box img {
  position: absolute;
  /* top: -156px;
  left: 0; */
  transform: scale(1.6);
}
.jg-bg-box .hover-1 {
  position: absolute;
  top: 163px;
  left: 149px;
  width: 164px;
  height: 194px;
  background: transparent;
  transform: rotate(27deg);
}
.jg-bg-box .hover-2 {
  position: absolute;
  top: 378px;
  left: 145px;
  width: 127px;
  height: 116px;
  background: transparent;
  transform: rotate(23deg)
}
.jg-bg-box .hover-3 {
  position: absolute;
  top: 451px;
  left: 370px;
  width: 291px;
  height: 114px;
  background: transparent;
  transform: rotate(13deg);
}
.jg-bg-box .hover-4 {
  position: absolute;
  top: 265px;
  left: 821px;
  width: 198px;
  height: 273px;
  background: transparent;
  transform: rotate(18deg);
}
.jg-bg-box .hover-5 {
  position: absolute;
  top: 89px;
  left: 734px;
  width: 134px;
  height: 143px;
  background: transparent;
  transform: rotate(21deg);
}
.jg-bg-box .hover-6 {
  position: absolute;
  top: 25px;
  left: 418px;
  width: 106px;
  height: 72px;
  background: transparent;
  transform: rotate(27deg);
}
.jg-bg-box .hover-1,
.jg-bg-box .hover-2,
.jg-bg-box .hover-3,
.jg-bg-box .hover-4,
.jg-bg-box .hover-5,
.jg-bg-box .hover-6 {
  z-index: 3;
}
.jg-bg-box .hover-1:hover {
  top: 170px;
  left: 88px;
  width: 274px;
  height: 214px;
  transform: rotate(0);
  background: url('../image/pmc.png') no-repeat;
}
.jg-bg-box .hover-2:hover {
  top: 388px;
  left: 145px;
  width: 203px;
  height: 160px;
  transform: rotate(0);
  background: url('../image/xsb.png') no-repeat;
}
.jg-bg-box .hover-3:hover {
  top: 436px;
  left: 346px;
  width: 370px;
  height: 188px;
  transform: rotate(0);
  background: url('../image/wlb.png') no-repeat;
}

.jg-bg-box .hover-4:hover {
  top: 283px;
  left: 830px;
  width: 275px;
  height: 295px;
  transform: rotate(0);
  background: url('../image/sczxb.png') no-repeat;
}
.jg-bg-box .hover-5:hover {
  top: 104px;
  left: 694px;
  width: 216px;
  height: 176px;
  transform: rotate(0);
  background: url('../image/gybm.png') no-repeat;
}
.jg-bg-box .hover-6:hover {
  top: 48px;
  left: 396px;
  width: 162px;
  height: 114px;
  transform: rotate(0);
  background: url('../image/cgb.png') no-repeat;
}