@charset "UTF-8";
/* 针对移动设备 */
@media (max-width: 991px) {
  .m-page .knowledge_card {
    padding: 10px;
    display: flex;
    align-items: center;
    background: #F2F4F6;
    border-radius: 8px;
    height: 130px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0;
  }
  .m-page .knowledge_card .goods_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .m-page .knowledge_card .goods_info {
    padding: 0 0 0 20px;
    flex: 1;
  }
  .m-page .knowledge_card .goods_info .goods_name {
    margin-bottom: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
  .m-page .knowledge_card .goods_info .price {
    font-size: 16px;
    color: #FF3434;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-right: 3px;
  }
  .m-page .knowledge_card .goods_info .unit {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .goods_desc {
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .goods_desc .model {
    display: none;
  }
  .m-page .knowledge_card .goods_info .goods_desc .moq {
    margin-right: 50px;
  }
  .m-page .knowledge_card .goods_info .profile {
    display: none;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    margin-top: 16px;
  }
  .m-page .knowledge_card .goods_info .company_name, .m-page .knowledge_card .goods_info .estab_time, .m-page .knowledge_card .goods_info .supply_size {
    display: none;
    margin-top: 4px;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .m-page .knowledge_card .goods_info .label {
    font-size: 11px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    background: none !important;
  }
  .m-page .knowledge_card .goods_info .btn_get_price {
    margin-top: 7px;
    background: #2546A1;
    border-radius: 8px;
    color: #fff;
    width: 140px;
    height: 28px;
    line-height: 28px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0 10px;
    position: relative;
  }
  .m-page .knowledge_card .goods_info .btn_get_price::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url("../../home/images/btn_arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .m-page .knowledge_card a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .m-page .knowledge_card .goods_img_box {
    display: block;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
  }
  .m-page .article-info .article-content {
    border: none !important;
  }
  .m-page .article-content p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.4;
  }
  .m-page .article-content h1 {
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .m-page .article-content h2 {
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .m-page .article-content h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h5 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .m-page .article-content h6 {
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
}
/* 针对PC设备 */
@media (min-width: 992px) {
  .knowledge_card {
    padding: 12px;
    display: flex;
    align-items: center;
    background: #F2F4F6;
    border-radius: 16px;
    height: 260px;
    box-sizing: border-box;
    position: relative;
    margin: 10px 0;
  }
  .article-info .article-content {
    border: none !important;
  }
  .knowledge_card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background-image: url("../images/card_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .knowledge_card .goods_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .knowledge_card .goods_info {
    padding: 0 20px;
    flex: 1;
  }
  .knowledge_card .goods_info .goods_name {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
  }
  .knowledge_card .goods_info .price {
    font-size: 24px;
    color: #FF3434;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-right: 3px;
  }
  .knowledge_card .goods_info .unit {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .goods_desc {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .goods_desc .moq {
    margin-right: 50px;
  }
  .knowledge_card .goods_info .profile {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 700;
    margin-top: 16px;
  }
  .knowledge_card .goods_info .company_name, .knowledge_card .goods_info .estab_time, .knowledge_card .goods_info .supply_size {
    margin-top: 4px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .knowledge_card .goods_info .label {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    background: none !important;
  }
  .knowledge_card .goods_info .btn_get_price {
    margin-top: 12px;
    background: #2546A1;
    border-radius: 8px;
    color: #fff;
    width: 176px;
    height: 42px;
    line-height: 42px;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
  }
  .knowledge_card .goods_info .btn_get_price::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url("../images/btn_arrow.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .knowledge_card a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .knowledge_card .goods_img_box {
    display: block;
    width: 236px;
    height: 236px;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
  }
  .article-info p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.4;
  }
  .article-info h1 {
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
  }
  .article-info h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h5 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .article-info h6 {
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
}
.page-inter-banner {
  color: #294a9f;
}

.page-content {
  padding: 20px 0;
  min-height: 500px;
}

.page-content .news-list {
  margin: 20px auto;
}

.page-content .news-list .news-item {
  display: flex;
  padding: 25px;
  border-top: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: stretch;
}

.page-content .news-list .list-item:first-child .news-item {
  border-top: none;
}

.page-content .news-list .news-item .thumb-box {
  width: 380px;
  height: 190px;
  flex: none;
  margin-right: 30px;
}

.page-content .news-list .news-item .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.page-content .news-list .news-item .info {
  flex: auto;
  min-width: 0;
  color: #333;
  display: flex;
  flex-direction: column;
  /*  height:190px;*/
}

.page-content .news-list .news-item .info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
}

.page-content .news-list .news-item .info .desc {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  text-align: justify;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}

.page-content .news-list .news-item .info .footer {
  font-size: 14px;
  color: #999;
}

.page-content .news-list .news-item .info .footer .link {
  padding: 0 15px;
  height: 35px;
  border: 1px solid #294a9f;
  border-radius: 20px;
  font-size: 14px;
  color: #294a9f;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.page-content .news-list .news-item:hover {
  background-color: #f7f7f7;
}

.breadcrumb {
  border: 0 !important;
}

.page-content .news-list .news-item:hover .footer .link {
  background-color: #294a9f;
  color: #fff;
}

.article-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-right: 30px;
  width: 100%;
}

.article-content .article-title {
  font-size: 24px;
  padding: 0 100px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 0px;
  font-weight: bold;
}

.article-remark {
  border-left: 2px solid #278FF0;
  color: #666;
  padding: 20px;
  border-top: 1px solid #e9f4fd;
  border-right: 1px solid #e9f4fd;
  border-bottom: 1px solid #e9f4fd;
  background-color: #fbfdff;
  font-size: 14px;
  line-height: 1.6;
}

.article-content .article-patch {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}

.article-content .article-info {
  font-size: 16px;
  text-align: left;
}

p {
  line-height: 2;
}

.article-content .article-info img {
  max-width: 100%;
}

.article-content .article-info video {
  max-width: 100%;
}

.right-hot-box {
  width: 320px;
  background-color: #F7F8FC;
  border-radius: 10px;
  padding: 20px;
  max-height: 1075px;
  height: 100%;
}

.alink {
  font-size: 12px;
  font-weight: 400 !important;
}

.more:hover .alink {
  color: #076FE2 !important;
}

.clearfix {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.clearfix .thumb-box {
  width: 100%;
  height: 160px;
}

.clearfix:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.clearfix .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  background: #fff;
}

.clearfix .title {
  color: rgba(0, 0, 0, 0.85);
}

.article-info span {
  word-wrap: break-word;
  white-space: normal;
}

.m-page .article-category-list-bar .cate-item {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  height: 45px;
}
.m-page .article-category-list-bar .cate-item.active {
  font-weight: 600;
}
.m-page .article-category-list-bar .cate-item.active:before {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: 0% 0%/cover rgb(28, 65, 187);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m-page .article-category-list-bar .cate-item.active .cate-name {
  color: rgb(3, 72, 171) !important;
}
.m-page .article-category-list-bar .cate-item .cate-name {
  display: block;
  font-size: 14px;
  color: #333;
}
.m-page .article-list .article-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}
.m-page .article-list .article-item .thumb {
  width: 110px;
  height: 80px;
  border-radius: 5px;
}
.m-page .article-list .article-item .info {
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-page .article-info-box {
  padding: 10px;
}
.m-page .article-info-box .content p {
  word-break: break-all;
}
.m-page .article-info-box .content img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.m-page .news-list {
  padding: 15px;
}
.m-page .news-list .item {
  color: #333;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.m-page .news-list .item .thumb {
  position: relative;
  width: 128px;
  height: 90px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 8px;
}
.m-page .news-list .item .thumb:before {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px;
}
.m-page .news-list .item .thumb img {
  width: 100%;
  height: 100%;
}
.m-page .news-list .item .main {
  position: relative;
}
.m-page .news-list .item .main .title {
  min-height: 32px;
  letter-spacing: 0;
  line-height: 16px;
}
.m-page .news-list .item .main .text {
  position: absolute;
  color: #999999;
  bottom: 0;
}

.pre-next {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-next .item {
  flex: 1;
  margin-right: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
}
.pre-next .item:last-child {
  margin-right: 0;
}
.pre-next .item .btn {
  width: 200px;
  height: 40px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pre-next .item .btn:before {
  content: "\e64e";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "global-iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pre-next .item .btn:hover {
  background-color: var(--main-color);
  color: #fff;
}
.pre-next .item .btn.disabled {
  background-color: #efefef;
  color: #999;
  border: none;
}
.pre-next .item .btn.disabled:hover {
  cursor: not-allowed;
  background-color: #f7f7f7;
  color: #999;
}
.pre-next .item .value {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-bottom: 20px;
}
.pre-next .item .value a {
  color: #333;
}
.pre-next .item .value a:hover {
  color: var(--main-color);
}
.pre-next .item.Next .btn:before {
  content: "\e646";
  order: 2;
}

.recommend-list {
  margin: 20px auto;
}
.recommend-list .title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.recommend-list .cms-list .cms-item {
  display: block;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
}
.recommend-list .cms-list .cms-item .tit {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #333;
}
.recommend-list .cms-list .cms-item .hits {
  font-size: 12px;
  color: #666;
}
.recommend-list .cms-list .cms-item:hover .tit {
  color: var(--main-color);
}

.recommend-goods {
  margin: 20px auto;
}
.recommend-goods .head {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend-goods .head .tit {
  font-size: 18px;
  font-weight: 600;
}
.recommend-goods .head .refresh-goods {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
}
.recommend-goods .head .refresh-goods:hover {
  color: #076FE2;
}

/*# sourceMappingURL=article.css.map */
