.indexProducts .right .top {
  padding: 15px 0;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: bolder;
}
.indexProducts .right .box .item {
  padding: 15px;
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  height: 100%;
}
.indexProducts .right .box .item:hover {
  border-color: #006db5;
}
.indexProducts .right .box .item img {
  max-width: 100%;
  transition: all 0.3s;
  margin-top: 1rem;
}
.indexProducts .right .box .item:hover img {
  transform: scale(1.1);
}
.indexProducts .right .box .item p {
  margin-top: 1rem;
  color: #5a5a5a;
}
.indexProducts .pic {
  height: 150px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.indexProducts .pic img {
  opacity: 0;
}

.indexGoods {
  padding-top: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexGoods .top h3 {
  font-size: 40px;
  color: rgb(251, 109, 3);
  font-weight: bolder;
  text-align: center;
}
.indexGoods .top p {
  text-transform: uppercase;
  color: rgb(18, 65, 133);
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
}
.indexGoods .top .pic {
  position: relative;
}
.indexGoods .top .pic .box {
  position: absolute;
  top: -1.2rem;
  left: 1rem;
  display: flex;
  align-items: center;
}
.indexGoods .top .pic .box .right {
  margin-left: 49px;
}
.indexGoods .top .box span {
  font-weight: bolder;
}
.indexGoods .top .box span.num {
  font-style: italic;
  font-size: 88px;
  color: var(--bs-white);
}
.indexGoods .top .box span.t1 {
  font-size: 38px;
  color: #124185;
}
.indexGoods .top .box span.t2 {
  font-size: 38px;
  color: #fb6d03;
}
.indexGoods .list .num {
  width: 125px;
  height: 240px;
  background-color: #fb6d03;
  border: 1px solid var(--bs-white);
}
.indexGoods .list .num {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.indexGoods .list .num span {
  font-size: 49px;
  color: var(--bs-white);
  font-style: italic;
}
.indexGoods .list .num hr {
  color: var(--bs-white);
  opacity: 1;
}
.indexGoods .list .num p {
  color: var(--bs-white);
  font-size: 26px;
  font-weight: bolder;
}
.indexGoods .list .intro .t1 {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 1rem;
}

.indexAbout h3 {
  font-size: 32px;
  color: var(--main-color);
}
.indexAbout span {
  color: #5a5a5a;
  font-size: 16px;
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #124185;
  margin-bottom: 2rem;
}
.indexAbout p {
  color: rgb(51, 51, 51);
  line-height: 1.5rem;
}
.indexAbout a {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(251,109,3,1);
  border-radius: 5px;
  color: var(--bs-white);
  margin-top: 1rem;
  float: right;
}
.indexAbout .pic {
  border: 3px solid rgb(204, 204, 204);
  border-radius: 10px;
  overflow: hidden;
}

.indexNews .top {
  background-color: var(--main-color);
  padding-top: 3rem;
  padding-bottom: 10rem;
  text-align: center;
  color: var(--bs-white);
}
.indexNews .top h3 {
  font-size: 32px;
}
.indexNews .top p {
  font-size: 14px;
}
.indexNews .top a {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(251,109,3,1);
  border-radius: 5px;
  color: var(--bs-white);
  margin-top: 1rem;
}
.indexNews .box {
  margin-top: -100px;
  padding-bottom: 100px;
}
.indexNews .box .item {
  border: 1px solid #d9d9d9;
  padding: 8px;
  height: 100%;
}
.indexNews .box .item:hover {
  border-color: #0780c9;
}
.indexNews .box .item img {
  width: 100%;
}
.indexNews .box .item p {
  color: #5a5a5a;
}
.indexNews .box .item:hover p {
  color: #0780c9;
}
.indexNews .box .item span {
  font-size: 12px;
  color: #929292;
  display: block;
}
.indexNews .box .item span:nth-child(3) {
  color: #5A5A5A;
}