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 {
    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-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;
  }
  .category-list {
    padding-left: 35px;
    padding-top: 14px;
  }
  .category-list .category-list-item {
    line-height: 24px;
    font-size: 14px;
  }
  .category-list .category-list-item a {
    color: #666;
  }
  .category-list .category-list-item a:hover {
    color: #E33333;
  }
  .category-detail .layout-wrap {
    background-color: #fff;
    width: 747px;
    padding-left: 50px;
    padding-right: 41px;
    border: 1px solid #e6e6e6;
    padding-top: 16px;
  }
  .category-detail .product-title-tag {
    height: 41px;
    position: relative;
    border-bottom: 3px solid #E33333;
  }
  .category-detail .product-title-tag .title {
    position: absolute;
    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;
    padding: 0 12px;
  }
  .content-layout {
    padding-top: 30.5px;
    padding-bottom: 104px;
  }
  .content-layout .doc-name {
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    padding-bottom: 12.5px;
  }
  .content-layout .doc-create-time {
    font-size: 14px;
    color: #999999;
    line-height: 1;
    padding-bottom: 28px;
  }
  .content-layout .doc-download {
    display: block;
    width: 108px;
    padding-left: 52px;
    height: 40px;
    background: #FF8600;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .content-layout .doc-download .load-icon {
    position: absolute;
    width: 20px;
    height: 18px;
    background: url("../images/download.png") center no-repeat;
    left: 22px;
    top: 11px;
  }
  .content-layout .application-introduction .title {
    font-size: 20px;
    color: #333;
    line-height: 1;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=doc-ID-pc.css.map */