.content {
  width: 100%;
}

.banner {
  width: 1920px;
  height: 264px;
  margin: 128px auto 0px;
}

.banner_img {
  display: block;
  width: 100%;
  height: 264px;
}

.categoryBox {
  width: 1200px;
  margin: 0px auto;
}

.category_title {
  margin: 20px 0px 0px 0px;
}

.category_title1 {
  font-size: 30px;
  color: #CECECE;
  font-weight: 700;
}

.category_title2 {
  font-size: 26px;
  color: #101010;
  font-weight: 700;
  margin-top: -16px;
}

.category_type {
  display: flex;
  margin-top: 20px;
}

.category_type_left {
  width: 380px;
  height: 267px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #E5E5E5;
}

.category_type_left_img {
  width: 100%;
  height: 200px;
  display: block;
}

.category_type_left_textBox {
  flex: 1;
  margin: 0px 8px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  cursor: pointer;
}

.typeName_box {
  display: flex;
  align-items: end;
}

.typeName {
  font-size: 24px;
  font-weight: 800;
  color: #101010;
}

.Attribute {
  color: #C2C2C2;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 600;
}

.icon_right,
.icon_right1 {
  width: 20px;
}

.category_type_right {
  flex: 1;
  padding: 0px 30px 67px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.right_data {
  display: flex;
  color: #101010;
  font-size: 16px;
  /* flex: 1; */
  height: 40px;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.right_data:hover {
  color: #42B4FA;
}

.data_left {
  width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.data_left>span {
  margin-right: 15px;
}

.address_Box {
  display: flex;
  width: 165px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.address {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.data_right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}



.price {
  display: flex;
  margin-right: 15px;
}

.Services_Box {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}

.Services {
  width: 312px;
  height: 480px;
  background: url("./imgs/img8.jpg") no-repeat 100% 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
}

.Services:hover {
  border: 1px solid #2E53E4;
}

.Services:hover .Services_title {
  padding: 20px;
  background-color: #2E53E4;
}

.Services_title {
  padding: 20px;
}

.Services_title1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.Services:hover .Services_title1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.Services_title2 {
  font-size: 18px;
  text-align: center;
  color: #6E6F6F;
}

.Services:hover .Services_title2 {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.Services_content {
  flex: 1;
  padding: 0px 30px;

}

.services_text {
  padding: 20px 50px 0px;
  border-bottom: 1px solid #F4F4F4;
  color: #747475;
  text-align: center;
  height: 100%;
  box-sizing: border-box;

}

.services_text3 {
  padding: 20px 30px 0px;
  border-bottom: 1px solid #F4F4F4;
  color: #747475;
  text-align: center;
  height: 100%;
  box-sizing: border-box;

}

.Services_footer {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

}

.button {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  color: #2F54E4;
  border: 1px solid #2F54E4;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.Services:hover .button {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #2F54E4;
  margin: 0 auto;
  background: #2E53E4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.manufacturer {
  margin-top: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.G_whiteList_bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.G_whiteList_bottom>img {
  display: block;
  width: 158px;
  height: 180px;
  margin-right: 28px;
}

.G_whiteList_bottom>img:nth-child(7) {
  margin-left: 100px;
}

.G_whiteList_bottom>img:nth-child(12) {
  margin-right: 0px;
}

.bank {
  margin-top: 30px;
  background-color: #F7F8FC;
  height: 350px;

  border-radius: 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.bank_1 {
  display: flex;
  height: 50%;
  align-items: center;
}

.bank_2 {
  display: flex;
  height: 50%;
  align-items: center;
}

.bank_1>img {
  /* flex: 1; */
  width: 260px;
  text-align: center;
  height: 100px;
  margin-right: 30px;
}

.bank_2 {
  width: 72%;
  margin: auto;
}

.bank_2>img {
  /* flex: 1; */
  width: 260px;
  text-align: center;
  height: 100px;
  margin-right: 30px;
}


.bank1>img:nth-child(4n) {
  margin-right: 0px;
}
.itemName{
  
}
.warehouseName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 120px;
}