.banner .content-tit {
  font-size: 2.973rem;
}

.fac-text .text {
  font-size: 1.189rem;
}

.fac-text .more {
  font-size: 0.892rem;
}

.banner .banner-content {
  width: 80%;
  box-sizing: border-box;
  top: 46.11%;
  left: 13%;
}

.banner .banner-content .content-tit {
  margin-bottom: 1.6%;
  color: #143D8E;
}

.factory-inspection-box .factory-inspection {
  width: 89.6%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.factory-inspection-box .factory-inspection .fac-item {
  width: 32.56%;
  box-sizing: border-box;
  border: 1px solid #979797;
  padding-bottom: 14.07%;
  margin-bottom: 1.16%;
  position: relative;
  cursor: pointer;
}

.factory-inspection-box .factory-inspection .fac-item:hover {
  background-color: #143D8E;
  border-color: #143D8E;
  box-shadow: 0rem 0.3rem 0.9rem 0rem rgba(20, 61, 142, 0.6);
}

.factory-inspection-box .factory-inspection .fac-item:hover .fac-text .text {
  color: #FFF;
}

.factory-inspection-box .factory-inspection .fac-item:hover .fac-text .more {
  color: #FFF !important;
  background: url(../images/c-line.png) no-repeat center;
  background-size: auto 38%;
}

.factory-inspection-box .factory-inspection .fac-item:not(:nth-child(3n)) {
  margin-right: 1.16%;
}

.factory-inspection-box .factory-inspection .fac-item .img-box {
  width: 33.93%;
  position: absolute;
  top: 50%;
  left: 10.71%;
  transform: translateY(-50%);
}

.factory-inspection-box .factory-inspection .fac-item .fac-text {
  width: 35.71%;
  position: absolute;
  top: 33.88%;
  left: 55.36%;
}

.factory-inspection-box .factory-inspection .fac-item .fac-text .text {
  margin-bottom: 12%;
  color: #333;
}

.factory-inspection-box .factory-inspection .fac-item .fac-text .more {
  width: 100%;
  color: #999;
  background: url(../images/line.png) no-repeat center;
  background-size: auto 38%;
}

.select {
  background-color: #143D8E;
  box-shadow: 0rem 0.3rem 0.9rem 0rem rgba(20, 61, 142, 0.6);
}

.select .fac-text .text {
  color: #FFF !important;
}

.select .fac-text .more {
  color: #FFF !important;
  background: url(../images/c-line.png) no-repeat center;
  background-size: auto 38%;
}
