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: Arial, Helvetica, "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;
}

@media screen and (min-width: 640px) {
  .pc-fl {
    float: left;
  }
  .pc-fr {
    float: right;
  }
  .pc-clearfix:after,
  .pc-clearfix:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .pc-clearfix {
    zoom: 1;
  }
  .pc-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .pc-hide {
    display: none;
  }
  .header {
    height: 100px;
    background-color: #fff;
  }
  .header .logo {
    width: 402px;
    height: 41px;
    align-self: auto;
    margin-top: 30px;
  }
  .header .logo .logo-pic {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .slogn {
    width: 712px;
    height: 21px;
    margin-top: 40px;
    background: url("../images/slogn.png") center no-repeat;
  }
  .nav {
    width: 100%;
    height: 40px;
    background: #D82618;
  }
  .nav .nav-item {
    width: 110px;
    height: 40px;
  }
  .nav .nav-item.active {
    background-color: #AB0802;
  }
  .nav .nav-item.last {
    width: 54px;
  }
  .nav .nav-item.last a {
    text-align: right;
  }
  .nav .nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
  }
  .search-box {
    background-color: #fff;
  }
  .search-box form {
    padding-top: 29px;
  }
  .search-box .product-select-type,
  .search-box .product-select-principle {
    position: relative;
    width: 358px;
    height: 36px;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    cursor: pointer;
    background: url("../images/arrow.png") 330px 10px no-repeat;
  }
  .search-box .product-select-type .select,
  .search-box .product-select-principle .select {
    cursor: pointer;
    display: block;
    height: 36px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding-left: 21px;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 312px;
  }

  .search-box .product-select-type .select-item-wrap,
  .search-box .product-select-principle .select-item-wrap {
    position: absolute;
    width: 358px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    border-top: none;
    top: 37px;
    left: -1px;
    z-index: 5000;
    padding: 5px 0;
  }
  .search-box .product-select-type .select-item-wrap .select-item,
  .search-box .product-select-principle .select-item-wrap .select-item {
    cursor: pointer;
    text-align: left;
    padding-left: 21px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
  }
  .search-box .product-select-type .select-item-wrap .select-item:hover,
  .search-box .product-select-principle .select-item-wrap .select-item:hover {
    background-color: #f5f5f5;
  }
  .search-box .pc-search {
    width: 438px;
    height: 36px;
    border: 1px solid #e4e4e4;
    position: relative;
  }
  .search-box .pc-search input {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 21px;
    width: 357px;
    height: 36px;
    font-size: 14px;
    color:#666;
  }
  .search-box .pc-search input::-webkit-input-placeholder {
    color: #666;
  }
  .search-box .pc-search input:-moz-placeholder {
    color: #666;
  }
  .search-box .pc-search input::-moz-placeholder {
    color: #666;
  }
  .search-box .pc-search input:-ms-input-placeholder {
    color: #666;
  }
  .search-box .pc-search .search-button {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 38px;
    top: -1px;
    right: 0px;
    background-color: #E33333;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .search-box .pc-search .search-button img {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top: 7px;
  }
  .keywords {
    background-color: #fff;
    padding: 22px 0;
    box-shadow: 5px 0px 10px rgba(204, 204, 204, 0.2);
  }
  .keywords .hot {
    font-style: normal;
    color: #262626;
  }
  .keywords .item {
    font-size: 14px;
    margin-right: 32px;
    line-height: 2;
    white-space: nowrap;
  }
  .keywords .item.first {
    color: #E33333;
  }
  .keywords .item a {
    color: #262626;
  }
  .keywords .item a:hover {
    color: #E33333;
  }
  .pc-footer {
    height: 130px;
    background-color: #AB0802;
    margin-top: 116px;
  }
  .pc-footer .pc-wrap {
    position: relative;
  }
  .pc-footer .footer-logo {
    position: absolute;
    width: 134px;
    height: 41px;
    top: 45px;
    left: 186px;
  }
  .pc-footer .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/footer-logo.png") center no-repeat;
  }
  .pc-footer .about-us {
    padding-top: 43px;
    padding-left: 372px;
  }
  .pc-footer .about-us a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
  }
  .pc-footer .about-us a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .pc-footer .copyright {
    padding-left: 372px;
    padding-top: 17px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
  }
  .pc-footer .copyright a {
    color: #fff;
  }
  .rightWidget {
    width: 120px;
    height: 92px;
    position: fixed;
    right: 0;
    top: 70%;
  }
  .rightWidget .consult {
    width: 120px;
    height: 38px;
    margin-bottom: 20px;
  }
  .rightWidget .consult img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .rightWidget .scrollTop {
    cursor: pointer;
    width: 120px;
    height: 38px;
  }
  .rightWidget .scrollTop img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .share {
    position: fixed;
    right: 0;
    top: 360px;
    width: 24px;
    height: 66px;
    padding-top: 22px;
    background-color: #84c0f2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
    color: white;
    line-height: 1.2;
    text-align: center;
    z-index: 100;
  }
  .share .social-share {
    display: none;
    position: absolute;
    left: -200px;
    width: 200px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dedede;
    border-right: 1px solid #84c0f2;
  }
  .share:hover .social-share {
    display: block;
  }
  .erweima {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 15px;
    right: 118px;
    z-index: 0;
  }
  .main {
    position: relative;
    padding-top: 30px;
  }
  .main .page-nav {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1;
  }
  .main .main-content {
    padding-top: 30px;
  }
  .main .main-category {
    width: 298px;
    padding: 0 20px;
    padding-top: 23px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 56px;
  }
  .main .mian-category-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 21px;
    font-style: normal;
    font-size: 20px;
    color: #E33333;
    font-weight: bold;
  }
  .main .mian-category-title i {
    margin-right: 19px;
    border-left: 6px solid #E33333;
  }
  .main .main-category-item {
    padding-top: 18px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e6e6e6;
  }
  .main-category-item .category-name {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #262626;
    line-height: 1;
    text-indent: 35px;
  }
  .main-category-item .category-name .arrow-icon-zhankai {
    position: absolute;
    /* width: 11px; */
    width: 50px;
    /* height: 7px; */
    height: 20px;
    background: url("../images/zhankai.png") center no-repeat;
    top: -2px;
    /* left: 0px; */
    left: -18px;
  }
  .main-category-item .category-name .arrow-icon-shouqi {
    position: absolute;
    width: 30px;
    height: 20px;
    background: url("../images/shouqi.png") center no-repeat;
    top: -3px;
    left: -7px;
  }
  .main .category-list {
    padding-left: 35px;
    padding-top: 14px;
  }
  .main .category-list .category-list-item {
    line-height: 24px;
    font-size: 14px;
  }
  .main .category-list .category-list-item a {
    color: #666;
  }
  .main .category-list .category-list-item a:hover {
    color: #E33333;
  }
  .main .category-detail .layout {
    width: 747px;
    padding-left: 50px;
    padding-right: 41px;
    border: 1px solid #e6e6e6;
    padding-top: 16px;
    background-color: #fff;
  }
  .main .category-detail .product-title-tag {
    height: 41px;
    position: relative;
    border-bottom: 3px solid #E33333;
  }
  .main .category-detail .product-title-tag .title {
    position: absolute;
    padding: 0 30px;
    height: 44px;
    background-color: #E33333;
    left: 0px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .main .product-list .product-count {
    font-size: 18px;
    color: #E33333;
    line-height: 1;
    text-align: right;
    padding-top: 22px;
  }
  .main .product-list-item {
    padding-top: 47px;
    padding-bottom: 59px;
    border-bottom: 1px dashed #E6E6E6;
  }
  .main .product-list-item:last-child {
    border-bottom: none;
  }
  .main .product-list-item .pic-link {
    width: 200px;
    height: 200px;
    border: 1px solid #E6E6E6;
    display: block;
    position: relative;
  }
  .main .product-list-item .pic-link img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .main .product-list-item .product-msg {
    padding-left: 41px;
    width: 504px;
  }
  .main .product-list-item .product-msg .product-name {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    padding-bottom: 18px;
  }
  .main .product-list-item .product-msg .brand,
  .main .product-list-item .product-msg .model,
  .main .product-list-item .product-msg .intro {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1.8;
  }
  .main .product-list-item .product-msg .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main .product-list-item .product-msg .operate-button .consult,
  .main .product-list-item .product-msg .operate-button .download {
    margin-top: 22px;
    display: inline-block;
    width: 140px;
    height: 36px;
    margin-right: 20px;
    background-color: #E33333;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .main .product-list-item .product-msg .operate-button .download {
    position: relative;
    background-color: #FF8600;
    text-indent: 1.8em;
  }
  .main .product-list-item .product-msg .operate-button .download .load-icon {
    position: absolute;
    width: 20px;
    height: 18px;
    background: url("../images/download.png") center no-repeat;
    left: 26px;
    top: 9px;
  }
  .main .pc-wrap {
    position: relative;
  }
  .main .tel {
    position: absolute;
    font-size: 20px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    right: 0;
    top: 0px;
  }
  .main .tel .phone-icon {
    position: absolute;
    width: 30px;
    height: 27px;
    background: url("../images/phone-icon.png") center no-repeat;
    left: -42px;
    top: -4px;
  }
  .content-layout {
    padding-top: 29px;
  }
  .product-detail {
    background-color: #fff;
    width: 758px;
    border: 1px solid #e6e6e6;
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-detail .product-title-tag {
    height: 41px;
    position: relative;
    border-bottom: 3px solid #E33333;
  }
  .product-detail .product-title-tag .title {
    position: absolute;
    padding: 0 30px;
    height: 44px;
    background-color: #E33333;
    left: 0px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .product-detail .product-show {
    padding-top: 59px;
  }
  .product-detail .product-show .product-pic {
    width: 318px;
    height: 318px;
    border: 1px solid #E6E6E6;
    position: relative;
  }
  .product-detail .product-show .product-pic img {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product-show-info {
    padding-left: 59px;
    width: 376px;
  }
  .product-show-info .product-name {
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 24px;
  }
  .product-show-info .model,
  .product-show-info .brand,
  .product-show-info .category {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 40px;
  }
  .product-show-info .operate-button .consult,
  .product-show-info .operate-button .download {
    margin-top: 32px;
    display: inline-block;
    width: 140px;
    height: 40px;
    background-color: #E33333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .product-show-info .operate-button .download {
    position: relative;
    margin-left: 30px;
    background-color: #ff8600;
    text-indent: 18px;
  }
  .product-show-info .operate-button .download .load-icon {
    position: absolute;
    width: 20px;
    height: 18px;
    background: url("../images/download.png") center no-repeat;
    left: 21px;
    top: 11px;
  }
  .product-message {
    padding-top: 58px;
  }
  .product-message .detail-intro-title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .advertising {
    padding-top: 20px;
  }
  .advertising .ad-message,
  .advertising .ad-name,
  .advertising .pdf-download {
    font-size: 16px;
    color: #E33333;
    line-height: 30px;
  }
  .advertising .ad-name {
    padding-top: 24px;
  }
  .advertising .pdf-download {
    color: #333;
  }
  .product-consult {
    margin-top: 33px;
    margin-bottom: 94px;
    width: 643px;
    height: 48px;
    background: url("../images/en-product-consult.png") center no-repeat;
  }
  .product-others {
    width: 331px;
  }
  .relative-product {
    width: 269px;
    /* height: 593px; */
    background-color: #fff;
    padding: 0 30px;
    padding-top: 29px;
    border: 1px solid #E6E6E6;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  .relative-product .title {
    font-weight: bold;
    font-size: 20px;
    color: #E33333;
    line-height: 20px;
    border-left: 6px solid #E33333;
    padding-left: 12px;
    margin-bottom: 18px;
  }
  .relative-product .relative-product-item {
    height: 35px;
    line-height: 35px;
  }
  .relative-product .relative-product-item a {
    display: block;
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .relative-product .relative-product-item a:hover {
    color: #E33333;
  }
  .relative-product .relative-product-item a .icon {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #E5E5E5;
    border-radius: 50%;
    left: 0px;
    top: 16px;
  }
  .product-consult-way {
    background-color: #fff;
    width: 271px;
    height: 216px;
    border: 1px solid #E6E6E6;
    padding-top: 29px;
    padding-left: 30px;
    padding-right: 28px;
  }
  .product-consult-way.active{
    position: fixed;
    top:-31px;
  }
  .product-consult-way .title {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 29px;
  }
  .product-consult-way .phone,
  .product-consult-way .qq,
  .product-consult-way .email {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    padding-bottom: 12px;
  }
  .product-consult-way .email {
    padding-bottom: 0;
  }
  .product-consult-way .email p{
    width: 242px;
  }
  .product-consult-way .contact-icon {
    position: absolute;
    left: 0px;
  }
  .product-consult-way .contact-icon.phone-icon {
    width: 22px;
    height: 24px;
    background: url("../images/phone-icon-2.png") center no-repeat;
    top: 6px;
  }
  .product-consult-way .contact-icon.qq-icon {
    width: 20px;
    height: 22px;
    top: 5px;
    background: url("../images/qq-icon.png") center no-repeat;
  }
  .product-consult-way .contact-icon.email-icon {
    width: 22px;
    height: 18px;
    background: url("../images/email-icon.png") center no-repeat;
    top: 6px;
  }
}
/*# sourceMappingURL=product-ID-pc.css.map */