body {
  background-color: #0000000d;
  font-family: system-ui;
}



h1 {
  color: #ffffff85;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 2.2rem;
  PADDING: 3% 0;
  text-transform: capitalize;
  background: #fec337;
}

h2 {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  margin-top: -8.5%;
  font-weight: bold;
}

@media screen and (min-width: 500px)and (max-width:1920px) {
  h2 {
    margin-top: -7.5%;
  }
}

h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}

/* 
h3::after {
  content: '';
  width: 14rem;
  display: block;
  margin: 5px auto 5px auto;
  border-top: 1px solid #eb6e3d;
} */

h5 {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  padding: 0 0 3% 0;
}

/* 底部公司简介*/
.footer {
  padding: 3%;
  max-width: 100%;
  background-color: #fff;
  /* margin: 0% 1%; */
}
.footer h3{
    color: #333;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer h3 img{
  height: 1.5rem;
  vertical-align: initial;
  margin-right: .5rem;
}
.footer>div {
  width: 48%;
  text-align: left;
}

.footer p {
  font-size: 1rem;
  font-family: auto;
  line-height: 1.4rem;
  text-align: start;
  margin: 3% 0;
  font-family: auto;
  /* word-break: break-all; */
}



/* 底部方块  */
.footer1 {
  background: url(../img/back.jpg);
  padding: 5% 3%;
  background-size: auto;
  margin: 0 1%;
}

.footer1>img {
  display: block;
  /* text-align: center; */
  margin: 0 auto;
}

.footer1-tag {
  text-align: center;
  color: #fff;
}

.footer1-tag h4 {
  font-size: 2rem;
  background-color: rgba(51, 51, 51, 0);

}

.footer1-tag::after {
  content: '';
  border-top: 3px solid #fff;
  width: 30%;
  display: block;
  margin: 0 auto;
}

.footer1 p {
  color: #fff;
  font-size: 1.2rem;
  margin: 3% 0;
  text-align: center;
}

.footer1-us {
  padding: 1% 1%;
  border: 1px solid #fec337;
  margin-top: 8%;
}

.footer1-us div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3%;
  padding: 0 0 0 15%;
}

/* 两个背景加字的尺寸 */
@media screen and (min-width: 321px)and (max-width:500px) {

  .footer1-us div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3%;
    padding: 2%;
  }

}

.footer1-us div img {
  width: 33px;
}

.footer1-us div h5 {
  font-size: 1rem;
  color: #fff;
  margin-left: 3%;
  background-color: rgba(51, 51, 51, 0);
  padding: 0;
  line-height: 1.3rem;
}

.footer1-us div span {
  font-size: 1.2rem;
  color: #fec337;
  margin-left: 2%;
}

.footer1-us div span a {
  color: #fec337;
}


/* 綣��ヨ�蘂� */
@media screen and (min-width: 321px)and (max-width:376px) {
  iframe {
    width: 100%;
    margin: 0 auto;
    height: 380px;
  }

}

@media screen and (min-width: 376px)and (max-width:415px) {
  iframe {
    width: 100%;
    margin: 0 auto;
    height: 400px;
  }

}

@media screen and (min-width:415px)and (max-width:3000px) {
  iframe {
    width: 750px;
    margin: 0 auto;
    height: 420px;
  }

}

.tiaozhuan {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background: url(../img/tiaozhuan.jpg);
  background-size: cover;
}

.tiaozhuan span {
  width: 30%;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #fec337;
  border: 1px solid #333;
  border-radius: 10px;
  text-align: center;
  text-transform: capitalize;
  padding: 1%;
}

@media screen and (min-width:300px)and (max-width:700px) {
  .tiaozhuan span {

    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;

  }
}

/* 英文铜米机新表单 */
.new_form {
  padding: 2%;
}

.new_form form {
  background: #fff;
  padding-bottom: 2%;
}

.new_form form>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
}

.new_form form input {
  width: 45%;
  font-size: 1.4rem;
  line-height: 50px;
  height: 50px;
}

.new_form form textarea {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 5%;
}

.new_form>form p {
  background-color: #fed90c;
  background-image: linear-gradient(180deg, #fed90c 0%, #fec527 100%);
  text-align: center;
  line-height: 36px;
  height: 36px;
  margin: 0 auto;
  border-bottom: none;
  transition: all .4s;
  text-transform: capitalize;
  border-radius: 10px;
  width: 30%;
}

@media screen and (min-width:300px)and (max-width:700px) {
  .new_form>form p {
    line-height: 20px;
    height: 20px;
    border-radius: 5px;
    width: 25%;
  }

}

.zhuying {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 2% 0 5% 0;
}

.zhuying li {
  width: 31%;
  margin-top: 3%;
}

.zhuying h6 {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: 500;
  padding: 5% 0;
}

.zhuying h6 a {
  color: #333;
}

@media screen and (min-width:500px)and (max-width:3000px) {
  .zhuying h6 {
    font-size: 24px;
    line-height: 24px;
  }
}