* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

html,
body {
  height: 100%;
  width: 100%;
}


a {
  text-decoration: none;
  color: unset;
}

header .t-content {
  height: 35px;
  background: #f7f7f7;
}
header .t-content-wrapper .l-c {
  display: flex;
}
header .t-content-wrapper,
.m-content-wrapper {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .t-content-wrapper .r-c {
  width: 146px;
}
header .home-icon {
  display: inline-block;
  background: url(../assets/home-icon.png);
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 2px;
}

header .home-desc {
  display: inline-block;
  font-weight: 600;
  color: #333333;
  font-family: '微软雅黑', sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  font-size: 12px;
}

header .phone-icon {
  display: inline-block;
  background: url(../assets/phone-icon.png);
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}

header .phone-desc {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  font-weight: 700;
}

header .m-content {
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .m-content .l-c {
  background: url(../assets/home-logo.png);
  width: 300px;
  height: 61px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header .m-content .r-c {
  height: 41px;
  box-sizing: border-box;
  display: inline-flex;
  margin-right: 54px;
}

header .m-content .r-c .search-content {
  width: 254px;
  height: 41px;
  border: 3px solid #c7000b;
  display: flex;
  align-items: center;
  font-size: 16px;
  box-sizing: border-box;
}

header .m-content .r-c .search-content .search-icon {
  background: url(../assets/search-icon.png);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  margin-left: 12px;
  margin-right: 10px;
}

header .search-input {
  margin-left: 10px;
  margin-top: 1px;
  border: none;
  outline: none;
  font-size: 13px;
  background: none;
}

header .search-btn {
  background: #c7000b;
  width: 74px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}


/**
内容区域样式
*/
.body-content {}

.body-content-wrapper {
  background: #c7000b;
  font-size: 16px;
  font-weight: 500;
  color: white;
  height: 40px;
}

.menu-content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.menu-content,
.menu-item {
  height: 100%;
}

.menu-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-basis: 11%;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  z-index: 123;
}

.main-menu-item {
  width: 100%;
  /* height: 100%; */
  text-align: center;
  line-height: 50px;
}

.hide {
  display: none;
}

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

.sub-menu ul li {
  background: #c7000b;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: white;
}

.sub-menu ul li:hover {
  background: #e2000d;
}

.menu-item.active {
  background-color: #a30009;
}

.menu-item:hover {
  background: #e2000d;
}
.swiper-content {
  height: 400px;
}

.swiper-container {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
}

.swiper-container img {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}



.notice-content {
  height: 54px;
  background: white;
}

.notice-content-wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.notice-content-wrapper .l-content {
  display: flex;
  align-items: center;
}

.notice-content .notice-text {
  color: #333333;
  font-weight: 900;
  font-size: 16px;
}

.notice-content .notice-icon {
  width: 16px;
  height: 16px;
  background: url(../assets/notice-icon.png);
  background-size: 100% 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.notice-content .notice-date {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  margin-left: 48px;
  margin-right: 8px;
}

.notice-content .notice-title {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}

.more {
  color: #C7000B;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.notice-content .notice-desc {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
  width: 80%;
  height: 100%;
}

.notice-desc-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.notice-desc-content ul {
  display: flex;
  height: 100%;
  align-items: center;
}

.notice-desc-content ul li {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.notice-content .more-notice {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}


.news-content {
  background: white;
  padding-bottom: 12px;
}

.news-content-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news-l-content {
  width: 535px;
  border: 1px solid #E1E1E1;
  height: 340px;
  box-sizing: border-box;
}

.news-r-content {
  width: 644px;
}

.news-l-content .top-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}

.news-l-content .top-btn .l-btn {
  display: inline-flex;
}

.news-l-content .top-btn .r-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.news-l-content .top-btn .r-btn .more-text {
  font-weight: 500;
  color: #7F7F7F;
  font-size: 14px;
}

.news-l-content .top-btn .r-btn .more-icon {
  background: url(../assets/right-icon.png);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}

.tab-content {
  margin-left: 30px;
  display: flex;
}

.tab-item {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  margin-right: 18px;
  position: relative;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
}

.tab-item:last-child {
  margin-right: 0;
}

.tab-item.active::after {
  content: ' ';
  width: 100%;
  height: 2px;
  background: #C7000B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab-btn-item {
  width: 140px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-right: 30px;
  border: 1px solid #E1E1E1;
  cursor: pointer;
  margin-bottom: -1px;
}

.tab-btn-item.active {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background: #C7000B;
}

.new-list-content {
  padding-top: 8px;
  box-sizing: border-box;
}

.new-list-content ul li {
  color: #333333;
  font-weight: 400;
  height: 35px;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.new-list-content ul li:nth-child(2n) {
  background: #F7F7F7;
}




.new-list-content ul li:last-child {
  margin-bottom: 0;
}

.n-title {
  flex-basis: 80%;
  flex-grow: 0;
  flex-shrink: 0;

  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.n-title-text {
  width: 340px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.n-title-text:hover {
  color: #C7000B;
}

.n-title-icon {
  background: url(../assets/detail.png);
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  margin-right: 8px;
  flex-shrink: 0;
}

.n-date {
  flex-basis: 15%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  color: black;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.img-review {
  height: 100%;
  width: 100%;
}

.img-review-wrapper {
  width: 100%;
  height: 100%;
  background: #FCF2F3;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.small-image-content {
  display: flex;
  width: 118px;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1px;
}

.s-i-item {
  height: 83px;
  width: 118px;
  box-sizing: border-box;
}

.s-i-item.active {
  box-shadow: 0px 0px 6px 0px #f7f7f7;
}


.s-i-item:last-child {
  margin-bottom: 0;
}

.s-i-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.big-content {
  position: relative;
  height: 340px;
  width: 528px;
  overflow: hidden;
}

.big-content-wrapper {
  display: flex;
  transition: transform 1s;
}

.big-content img {
  width: 528px;
  height: 340px;
}

.img-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  background: rgba(199, 0, 11,0.4);
  height: 50px;
  padding-left: 21px;
  box-sizing: border-box;
}

.part2 {}

.part2-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.title-text {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  margin-left: 30px;
  position: relative;
  height: 52px;
  line-height: 52px;
}

.title-text::after {
  content: ' ';
  width: 100%;
  height: 2px;
  background: #C7000B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.part2-wrapper .left-content {
  border: 1px solid #e1e1e1;
  width: 455px;
  box-sizing: border-box;
  display: inline-block;
}

.part2-wrapper .left-content .t-c {
  display: flex;
  width: 455px;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.part2-wrapper .left-content .b-c {
  margin-top: 30px;
  display: flex;
  width: 392px;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px 30px;
}

.part2-wrapper .left-content .b-c .img-content {
  width: 150px;
  height: 50px;
  margin-bottom: 25px;
  background: #c52d35;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 6px 0px #808080bd;
}

.part2-wrapper .left-content .b-c .img-content img {
  width: 21px;
  height: 21px;
}

.part2-wrapper .left-content .b-c .img-content span {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 6px;
}

.part2-wrapper .right-content {
  margin-left: 20px;
  border: 1px solid #e1e1e1;
  width: 725px;
  display: inline-block;
}

.part2-wrapper .right-content .t-c {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}

.part2-wrapper .right-content .b-c {
  display: flex;
  padding-top: 12px;
  padding-left: 30px;
}
.product-content-wrapper {
  display: flex;
}

.product-content-wrapper .p-item {
  margin-right: 35px;
  border: 1px solid #E1E1E1;
  filter: drop-shadow(0px 2px 5px rgba(143, 143, 143, 0.1));
  width: 200px;
  box-sizing: border-box;
}

.product-content-wrapper .p-item:last-child {
  margin-right: 0;
}

.part2-wrapper .right-content .b-c .p-image-content {
  width: 198px;
  height: 155px;
  position: relative;
  cursor: pointer;
}

.part2-wrapper .right-content .b-c .p-image-content img {
  width: 100%;
  height: 100%;
}

.part2-wrapper .right-content .b-c .p-image-content .p-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(127, 127, 127, 0.4);
  font-weight: 700;
  font-size: 18px;
  line-height: 49px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
  height: 49px;
}

.part2-wrapper .right-content .b-c .p-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  flex-wrap: wrap;
  height: 73px;
}

.part2-wrapper .right-content .b-c .p-desc div {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 90%;
}


.p-desc-detail {
  text-align: center;
}

.unit-label,
.deposit-label {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.unit-value,
.deposit-value {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.part3 {
  background: white;
  margin: 12px 0;
}

.part3-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 19px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.part3-wrapper .top-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.part3-wrapper .top-content .l-c,
.part3-wrapper .top-content .r-c {
  display: flex;
}

.update-time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-right: 20px;
}

.table-wrapper {
  margin-top: 0;
}

.table-wrapper table {
  width: 3600px;
  border-top: 1px solid #E1E1E1;
}

.table-wrapper table thead {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}

.table-wrapper table thead tr th {
  height: 52px;
  font-weight: 400;
  font-size: 14px;
}

.table-wrapper table tbody tr {
  height: 36px;
}

.table-wrapper table tbody tr:nth-child(2n-1) {
  background-color: #F7F7F7;
}


.t-red-text {
  color: #666666;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

.rise-data {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
  color: #EA3323;
  align-items: center;
}

.rise-data .top {
  position: relative;
}

.rise-data .top::before {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(../assets/up.png);
  position: absolute;
  right: -16px;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);
}

.drop-data {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
  align-items: center;
  position: relative;
  color: #1CB77B;
}

.drop-data .down {
  position: relative;
}

.drop-data .down::before {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(../assets/down.png);
  position: absolute;
  right: -16px;
  content: ' ';
  top: 50%;
  transform: translateY(-50%);
}

.normal-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Arial Narrow', 'Arial', sans-serif;
}

.part4 {}

.part4-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.part4-wrapper .left-content,
.part4-wrapper .right-content {
  width: 590px;
  height: 308px;
  border: 1px solid #E1E1E1;
}

.part4-wrapper .left-content .t-c,
.part4-wrapper .right-content .t-c {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

.part4-wrapper .left-content .b-c ul li:last-child {
  margin-bottom: 0;
}

.part4-wrapper .right-content .warehouse-content {
  padding: 20px;
  box-sizing: border-box;
}

.warehouse-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 129px;
  height: 56px;
  background-color: rgba(127, 127, 127, 0.6);
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
}

.part4-wrapper .right-content .warehouse-content .warehouse-content-wrapper {
  display: flex;
  justify-content: space-around;
  width: 550px;
}

.warehouse-content-wrapper .w-item {
  margin-right: 35px;
  filter: drop-shadow(0px 2px 5px rgba(143, 143, 143, 0.1));
  width: 265px;
  box-sizing: border-box;
}

.warehouse-content-wrapper .w-item:last-child {
  margin-right: 0;
}
.l-image-c,
.r-image-c {
  width: 230px;
  cursor: pointer;
  position: relative;
  height: 160px;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}

.l-image-c img,
.r-image-c img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.img-desc {
  width: 230px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  color: #333333;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.warehouse-title,
.warehouse-capacity {
  width: 50%;
  text-align: center;
}

.warehouse-title {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 24px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.capacity-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex-shrink: 0;
  flex-basis: 100%;
  text-align: center;
}

.capacity-value {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}

.part5 {
  background: white;
}

.part5-wrapper {
  width: 1200px;
  margin: 12px auto;
  border: 1px solid #E1E1E1;
}

.part5-wrapper .t-c {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

.part5-wrapper .b-c {
  margin-top: 0;
}

.part5-wrapper .b-c ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 15px;
}

.part5-wrapper .b-c ul li {
  width: 20%;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:-1px; 
  margin-bottom:-1px;
}

.part5-wrapper .b-c ul li img {
  width: 100%;
  height: 80px;
}

.part5-wrapper .b-c ul li:nth-child(5n) {
  margin-right: 0;
}


.part6 {
  width: 100%;
}
.bcContrain {
  width: 1200px;
  margin: 0 auto;
}
.part6-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.outFeatureBox {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
}
.feature-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
}

.feature-content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.feature-image-content {
  display: flex;
  align-items: center;
}

.feature-image-content img {
  width: 41px;
  height: 41px;
  margin-right: 14px;
}

.f-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  margin-right: 6px;
}

.red-point {
  width: 2px;
  height: 46px;
  background-color: #d8323b;
  transform: rotate(30deg);
}

.feature-desc {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.row:last-child {
  margin-bottom: 0;
}

.row .mian-p {
  color: #c7000b;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.vertical-line {
  width: 1px;
  height: 18px;
  margin-left: 6px;
  background: rgba(153, 153, 153, 0.5);
  cursor: pointer;
}

.s-f {
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}

.qrcode-content img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

.org-wechat {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 13px;
  color: #666666;
}

.feature-desc .r-c {
  display: flex;
  flex: 1;
}
.feature-desc .r-c .qrcode-content {
  padding-left: 1px;
}
.logo-and-info {
  width: 300px;
  margin-left: 30px;
}

.contact-info {
  margin-top: 28px;
}

.contact-info .c-i-detail {
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
  font-weight: 400;
}
.top-image-content {
  width: 300px;
  height: 61px;
}
.top-image-content img {
  width: 305px;
  height: 55px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.customer-service {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 49px;
  cursor: pointer;
}

.copy-right {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}

.fixed-table {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: content-box;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123;
  background: white;
}
