.sub-title {
  color: #ffffff;
  width: 50%;
  margin-left: 25%;
  margin-bottom: 10px;
}
.hmmf-bg {
  display: flex;
  justify-content: center;
}
.hmmf-big-title {
  color: var(--global--color-white);
  margin: 18px 0;
  font-size: 40px;
  font-weight: 400;
}
.hmmf-title {
  color: rgba(255, 255, 255, 0.8);
  /* background: rgba(0, 0, 0, 0.2); */
}
.hmmf_div {
  background: #fff;
  border-radius: 8px;
  margin-top: 30px;
}
.hmmf-small-title {
  font-size: 12px;
  color: var(--global--color-white);
  margin-top: 15px;
}

.hmmf_div .sub-title-desc {
  padding: 15px 0;
  border-right: 2px solid #e9e9e9;
}
.hmmf_div .sub-title-desc:last-child {
  border: none;
}
.hmmf_div .sub-title-img {
  color: #ff9800;
}
.hmmf_div .sub-title-desc .sub-title-yellow {
  color: var(--global--color-yellow);
  font-size: 16px;
}


.produce .heading a {
  width: 142px;
    height: 45px;
    padding: 0 20px;
    border: 2px solid rgba(37,55,69,.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gridtable {
    font-size: 16px;
    color: white;
    border-width: 1px;
    border-color: white;
    border-collapse: white;
}

.gridtable th {
  border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: var(--global--color-primary);
    background-color: var(--global--color-primary);
    /* line-height: 2; */
}

.gridtable td {
  border-width: 1px;
  color: black;
  padding: 8px;
  border: 2px solid white;
  background-color: #ffffff;
}

.feature-content .counter-num {
  font-family: var(--global--font-body);
    font-weight: 500;
    font-size: 37px;
    color: var(--global--color-primary);
    line-height: 29px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.home-img {
  width: 30%;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
  .home-img {
    width: 35%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .home-img {
    width: 30%;
    margin-bottom: 10px;
  }
  .btn--banner {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .home-img {
    width: 20%;
    margin-bottom: 10px;
  }
}

.directions {
  margin-bottom: 10px;
}

.services .service-panel:hover .btn {
  color: #ffffff
}

.services .service-panel:hover .btn i {
  color: #ffffff
}

.bg-linear-primary {
  background: linear-gradient(45deg, #2876d6, #4d96f0);
  padding: 30px;
  border-radius: 8px;
}

.bg-linear-primary .linear-icon {
  margin-right: 20px;
}
 
.bg-linear-primary .linear-body h6 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.bg-linear-primary .linear-body p {
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
}

.btn-small-bordered {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid var(--global--color-primary);
  width: auto;
  padding: 0px 30px;
  border-radius: 20px;
}

.btn-small-bordered-primary {
  background-color: var(--global--color-primary);
  color: #fff;
}

.btn--banner {
  margin-top: 120px;
  width: 120px;
  height: 45px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}

.btn--banner--white::before {
  background-color: var(--global--color-primary);
}

.btn--banner--white {
  background-color: #ffffff;
  color: var(--global--color-primary);
}

.btn--banner--white:hover, .btn--banner--white:focus, .btn--banner--white:active{
  color: #fff;
}

.btn-yellow {
  background-color: var(--global--color-yellow);
}

.btn--radius {
  border-radius: 22.5px;
  margin: 30px 0;
}

.home_tag {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(255,255,255,1);
  background: rgba(255,255,255,0.2);
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 15px;
  height: 28px;
  display: flex;
  align-items: center;
}
.div1 {
  width: 80%;
  height: 65px;
  border-radius: 100px;
  border: 1px solid rgba(221,221,221,1);
  display: flex;
  align-items: center;
  margin: 20px auto;
}
.div1 .c0 {
  font-size: 16px;
  height: 40px;
  font-family: MicrosoftYaHei;
  color: rgba(255,255,255,1);
  line-height: 40px;
  letter-spacing: 1px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.div1 .c1 {
    width: 120px;
    height: 50px;
    background: var(--global--color-primary);
    border-radius: 22.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
    letter-spacing: 0.01rem;
    cursor: pointer;
}


.sidebar {
  position: fixed;
  width: 203px;
  height: 400px;
  right: 0;
  top: 300px;
}

.side-btn ul {
  position: absolute;
  right: 0;
}

.side-btn ul li {
  width: 62px;
  height: 53.9px;
  font-size: 12px;
  background-color: var(--global--color-primary);
  border-radius: 100px 0 0 100px;
  line-height: 53.9px;
  text-align: center;
  margin-bottom: 6px;
  cursor: pointer;
  color: white;
}

.side-contact {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -203px;
  transition: all .5s linear;
}

.side-contact ul li {
  font-size: 14px;
}
.QQZX{
  width:70px;text-align: center;line-height: 24px;
height:24px;font-size: 12px;color: white;
font-weight:400;
background:var(--global--color-primary);
border-radius:2px;margin: 10px 0 0 10px;
}
.KFQQ{
  font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(51,51,51,1);line-height: 30px;margin: 10px 0 0 27px;
}
.KFWX{
  font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(51,51,51,1);line-height: 30px;margin: 10px 0 0 27px;
}
.KFRX{
  font-size:14px;
      font-family:MicrosoftYaHei;
      color:rgba(51,51,51,1);line-height: 30px;margin: 13px 0 0 27px;
}
