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;
}

@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;
  }
  .product-detail {
    background-color: #fff;
    padding: 0 0.4rem;
    padding-top: 0.37333rem;
    padding-bottom: 0.82667rem;
  }
  .product-detail .product-title-tag {
    width: 7.73333rem;
  }
  .product-detail .product-title-tag .title {
    position: relative;
    padding-left: 0.34667rem;
    font-size: 0.4rem;
    color: #333333;
    line-height: 1.8;
  }
  .product-detail .product-title-tag .title .icon {
    position: absolute;
    width: 0.08rem;
    height: 0.34667rem;
    background-color: #E33333;
    left: 0;
    top: 0.18667rem;
  }
  .product-show {
    padding-top: 0.64rem;
  }
  .product-show .product-pic {
    margin-top: 0.04rem;
    width: 2.93333rem;
    height: 2.93333rem;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .product-show .product-pic img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-show .product-show-info {
    box-sizing: border-box;
    width: 6.13333rem;
    padding-left: 0.53333rem;
  }
  .product-show .product-show-info .product-name {
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.48rem;
    padding-bottom: 0.16rem;
  }
  .product-show .product-show-info .model,
  .product-show .product-show-info .brand,
  .product-show .product-show-info .category {
    font-size: 0.34667rem;
    color: #6b6b6b;
    line-height: 1.8;
  }
  .product-show .product-show-info .model p,
  .product-show .product-show-info .brand p,
  .product-show .product-show-info .category p {
    width: 3.86667rem;
  }
  .product-show .product-show-info .operate-button {
    padding-top: 0.26133rem;
  }
  .product-show .product-show-info .operate-button .consult,
  .product-show .product-show-info .operate-button .download,
  .product-show .product-show-info .operate-button .data-query {
    display: inline-block;
    width: 2.42667rem;
    height: 0.69333rem;
    background-color: #E33333;
    text-align: center;
    line-height: 0.69333rem;
    color: #fff;
    margin-right: 0.4rem;
  }
  .product-show .product-show-info .operate-button .download {
    margin-right: 0;
    background-color: #FF8600;
    text-indent: 0.45333rem;
    position: relative;
  }
  .product-show .product-show-info .operate-button .data-query{
    margin-top: .32rem;
    background-color: #ff6600;
  }
  .product-show .product-show-info .operate-button .download .load-icon {
    position: absolute;
    width: 0.37333rem;
    height: 0.48rem;
    background: url("../images/download.png") center no-repeat;
    left: 0.34667rem;
    top: 0.10667rem;
  }
  .product-message {
    padding-top: 1.28rem;
  }
  .product-message .detail-intro-title {
    font-size: 0.4rem;
    color: #333333;
    line-height: 1.8;
    padding-bottom: 0.8rem;
  }
  .advertising {
    font-size: 0.34667rem;
    line-height: 1.8;
    color: #E33333;
    font-weight: normal;
    text-align: left;
    padding-bottom: 0.48rem;
  }
  .advertising .ad-name {
    padding-top: 0.85333rem;
  }
  .advertising .pdf-download {
    color: #333333;
    font-weight: bold;
    width: 100%;
    display: block;
    line-height: 1.5;
    word-break: break-all;
  }
  .product-consult-wap {
    width: 9.18667rem;
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding-left: 0.25333rem;
    padding-top: 0.4rem;
    margin-top:.5rem;
  }
  .product-consult-wap .title {
    font-size: 0.4rem;
    color: #333333;
    line-height: 1;
    padding-bottom: 0.4rem;
  }
  .product-consult-wap .wap-phone {
    font-size: 0.34667rem;
    color: #666666;
    line-height: 1.7;
    padding-left: 0.53333rem;
    position: relative;
  }
  .product-consult-wap .wap-phone .phone-icon {
    position: absolute;
    width: 0.29333rem;
    height: 0.32rem;
    left: 0.02667rem;
    top: 0.13333rem;
    background: url("../images/phone-icon-2.png") center no-repeat;
    background-size: contain;
  }
  .product-consult-wap .wap-qq {
    font-size: 0.34667rem;
    color: #666666;
    line-height: 1.7;
    padding-left: 0.53333rem;
    position: relative;
  }
  .product-consult-wap .wap-qq .qq-icon {
    position: absolute;
    width: 0.26667rem;
    height: 0.29333rem;
    left: 0.02667rem;
    top: 0.13333rem;
    background: url("../images/qq-icon.png") center no-repeat;
    background-size: contain;
  }
  .product-consult-wap .wap-email {
    font-size: 0.34667rem;
    color: #666666;
    line-height: 1.7;
    padding-left: 0.53333rem;
    position: relative;
  }
  .product-consult-wap .wap-email .email-icon {
    position: absolute;
    width: 0.29333rem;
    height: 0.24rem;
    left: 0.02667rem;
    top: 0.16rem;
    background: url("../images/email-icon.png") center no-repeat;
    background-size: contain;
  }
  .product-others {
    margin-top: 0.26667rem;
    background-color: #fff;
    padding-top: 0.38667rem;
    padding-left: 0.38667rem;
    padding-right: 0.38667rem;
    padding-bottom: 0.61333rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .product-others .title {
    font-size: 0.4rem;
    color: #333333;
    line-height: 1;
    padding-left: 0.26667rem;
    border-left: 0.08rem solid #E33333;
    margin-bottom: 0.34667rem;
  }
  .product-others .relative-product-item {
    height: 0.74667rem;
  }
  .product-others .relative-product-item a {
    font-size: 0.34667rem;
    color: #666666;
    line-height: 0.74667rem;
    display: block;
    position: relative;
    padding-left: 0.29333rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .product-others .relative-product-item a:hover {
    color: #E33333;
  }
  .product-others .relative-product-item a .icon {
    position: absolute;
    width: 0.13333rem;
    height: 0.13333rem;
    background-color: #E5E5E5;
    left: 0;
    top: 0.29333rem;
    border-radius: 50%;
  }
}
/*# sourceMappingURL=product-ID-wap.css.map */