.banner {
  height: 355px;
  background: url(../../../images/factoryGoods/factoryGoods-banner.png)
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bannerTitle {
  width: 240px;
  height: 24px;
  font-size: 40px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}

.bannerTip {
  /* width: 260px; */
  margin-top: 30px;
  height: 24px;
  font-size: 30px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.shop-box {
  width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
}
.shop-box .shop {
  width: 240px;
  height: 360px;
  box-sizing: border-box;
  border: 1px solid rgb(216, 216, 216);
  border-left: none;
  overflow: hidden;
}
.shop-box .shop img {
  width: 100%;
  height: 100%;
}

.shop-box .shop .txt {
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 100px;
  background-color: rgba(36, 110, 230, 0.8);
  transition: transform 0.5s;
}

.shop-box .shop:nth-of-type(1n + 1):hover .txt {
  transform: translateY(-100px);
}
.advantageMain{display: flex; justify-content: center; align-items: center;}
.goods_advantage{
  width: 610px;
  height: 530px;
  background: url(../../../images/factoryGoods/advantageBg.png)
  no-repeat;
  background-size: 100% 100%;
  margin: 167px auto;
  position: relative;
}
.advantageQuara_Bg{ width: 138px; height: 45px; line-height: 45px; color: #ffffff;  text-align: center; background-color: #4F7AFD; border-radius: 11px;
  font-size: 22px; font-weight: 600; }
.advatage_text{
  font-size: 17px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 22px;
  margin-top: 10px;
}

.topNew{ top: 20px; left: -159px; }
.topComplete{ top: 236px; left: -253px; }
.topPicking{ bottom: 12px; left: -126px }

.topProcure{ top: 20px; right: -100px;}
.topDirectSales{top: 236px; right: -285px; }
.topSearchGoods{ bottom: 12px; right: -168px }


.info_warp {
  width: 1504px;
  display: flex;
  flex-wrap: wrap;
  margin: 75px auto 0px;
}

.info {
  margin-bottom: 24px;
  width: 300px;
  height: 218px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
}
.info_active{
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.infoImg {
  margin-top: 38px;
  width: 84px;
  height: 84px;
}
.info_line{
  width: 1px;
  height: 132px;
  background-color: #333333;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.infoTitle {
  margin-top: 18px;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #3d3d3d;
  line-height: 20px;
}
.footerShow {
  width: 900px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.info_line_active{
  opacity: 0; }
.footerShow img {

}

.footerTip {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footerTip .footerTip_line{ width: 50px; height: 6px; background-color: #4F7AFD; margin:20px auto 30px; }
.footerTip .title{
  font-size: 30px;
  font-weight: 500;
  color: #4F7AFD;
}
.bottom-bg{
  width: 100%;
  background: url(../../../images/factoryGoods/bottom_bg.png) no-repeat;
  background-size: 100% 100%;
}