body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft Yahei", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  background: #F5F5F5;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0px;
}

a {
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

input {
  outline: none;
  -webkit-appearance: none;
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AEAEAE;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEAEAE;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEAEAE;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AEAEAE;
}

a {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .wap-fl {
    float: left;
  }
  .wap-fr {
    float: right;
  }
  .wap-clearfix:after,
  .wap-clearfix:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .wap-clearfix {
    zoom: 1;
  }
  .wap-hide {
    display: none;
  }
  .header {
    height: 2.57333rem;
    background-color: #fff;
  }
  .header > div {
    width: 100%;
    padding-top: 0.4rem;
  }
  .header .logo {
    padding-left: 0.53333rem;
    padding-right: 0.4rem;
  }
  .header .logo .logo-pic {
    display: block;
    width: 5.36rem;
    height: 0.54667rem;
  }
  .header .logo .logo-pic img {
    /*width: 100%;
    height: 100%;*/
    width: 290px;
  }
  .header .logo .language {
    font-size: 0.34667rem;
    color: #333333;
    line-height: 0.54667rem;
  }
  .header .wap-search {
    width: 9.2rem;
    height: 0.85333rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    position: relative;
  }
  .header .wap-search input {
    position: absolute;
    height: 100%;
    width: 82%;
    font-size: 0.37333rem;
    padding-left: 0.29333rem;
    left: 0;
  }
  .header .wap-search .search-button {
    box-sizing: border-box;
    position: absolute;
    height: 0.85333rem;
    width: 1.33333rem;
    background-color: #E33333;
    right: -0.01333rem;
    top: -0.02667rem;
  }
  .header .wap-search .search-button img {
    display: block;
    width: 0.53333rem;
    margin: 0 auto;
    padding-top: 0.13333rem;
  }
  .nav {
    height: 1.06667rem;
    background-color:#D82618;
  }
  .nav .nav-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
  }
  .nav .nav-wrap .nav-item {
    width: 25%;
  }
  .nav .nav-wrap .nav-item.active {
    background-color: #AB0802;
  }
  .nav .nav-wrap .nav-item a {
    display: block;
    height: 100%;
    color: #fff;
    line-height: 1.06667rem;
    text-align: center;
    font-size: 0.37333rem;
  }
  .pc-footer {
    background-color: #fff;
    padding: 0 0.38667rem;
    padding-top: 0.42667rem;
    padding-bottom: 2rem;
  }
  .pc-footer .about-us {
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }
  .pc-footer .about-us a {
    color: #989899;
    margin-right: 0.18667rem;
  }
  .pc-footer .about-us a:nth-child(6) {
    margin-right: 0.53333rem;
  }
  .pc-footer .copyright {
    padding-top: 0.08rem;
    font-size: 0.32rem;
    line-height: 0.53333rem;
    color: #989899;
  }
  .pc-footer .copyright a {
    color: #989899;
  }
  .wap-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1.30667rem;
    background-color: #E33333;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
  }
  .wap-footer .link-item {
    width: 25%;
    height: 100%;
    text-align: center;
  }
  .wap-footer .link-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0.26667rem;
    color: #fff;
    padding-top: 0.82667rem;
  }
  .wap-footer .link-item a .footer-icon {
    position: absolute;
    width: 0.53333rem;
    height: 0.53333rem;
    top: 0.21333rem;
    left: 50%;
    margin-left: -0.26667rem;
  }
  .wap-footer .link-item:nth-child(1) .footer-icon {
    background: url("../images/index.png") center no-repeat;
    background-size: contain;
  }
  .wap-footer .link-item:nth-child(2) .footer-icon {
    background: url("../images/product.png") center no-repeat;
    background-size: contain;
  }
  .wap-footer .link-item:nth-child(3) .footer-icon {
    background: url("../images/consult.png") center no-repeat;
    background-size: contain;
  }
  .wap-footer .link-item:nth-child(4) .footer-icon {
    background: url("../images/about.png") center no-repeat;
    background-size: contain;
  }
  .category-detail {
    background-color: #fff;
    padding-top: 0.53333rem;
  }
  .product-title-tag {
    padding-left: 0.4rem;
    padding-bottom: 0.43333rem;
  }
  .product-title-tag .title {
    font-size: 0.4rem;
    color: #333333;
    line-height: 1;
    border-left: 0.08rem solid #E33333;
    padding-left: 0.26667rem;
  }
  .about-us-layout {
    padding: 0 0.4rem;
    padding-bottom: 0.48rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .about-us-layout img {
    width: 100%;
  }
  .about-us-layout .intro,
  .about-us-layout .target {
    font-size: 0.4rem;
    color: #333333;
    line-height: 1;
    padding: 0.4rem 0;
  }
  .about-us-layout .passage {
    font-size: 0.34667rem;
    color: #666666;
    line-height: 0.64rem;
  }
  .about-us-layout .gap {
    padding-bottom: 0.48rem;
  }
  .about-us-layout a {
    color: #000;
    font-weight: 600;
  }
  .about-us-layout a :hover {
    color: #E33333;
  }

  /* ÈË²ÅÕÐÆ¸ */
  .recruitment-layout {
    padding: 0 .4rem;
  }
  .recruitment-layout section {
    padding: .3rem 0;
    border-bottom: 1px dashed #e6e6e6;
    font-size: .32rem;
    color: #666;
    line-height: 1.8em;
  }
  .recruitment-layout section:last-child {
    border-bottom: none;
  }
  .recruitment-layout section h2 {
    font-size: .4rem;
    color: #d0272c;
    line-height: 1em;
  }
  .recruitment-layout section h3 {
    font-size: .36rem;
    color: #333;
    margin-top: .25rem;
  }
}
/*# sourceMappingURL=aboutus-wap.css.map */