﻿/* 面包屑定位容器 */
.crumbs {
  position: relative;
}
.crumbs_1 {
  position: absolute;
  width: 40%;
  height: 300px;
  overflow: hidden;
  right: 0;
  top: 19%;
  line-height: 1.7;
  color: #000;
  font-size: 1.7vw;
}

/* 新闻模块一 外层容器 */
.news_1 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news_1_1 {
  width: 1580px;
  height: auto;
  margin: 70px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

/* 左侧大图新闻卡片 */
.news_1_1_1 {
  width: 75%;
  height: 400px;
  display: flex;
  overflow: hidden;
  background: #f5f5f7;
}
.news_1_1_1_1 {
  width: 50%;
  margin-right: 5%;
  overflow: hidden;
}
.news_1_1_1_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.news_1_1_1:hover .news_1_1_1_1 img {
  transform: scale(1.1);
}
.news_1_1_1_2 {
  width: 40%;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
  color: #7A7A7A;
}
.news_1_1_1_3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  margin-top: 15px;
  color: #333;
  font-weight: 600;
}
.news_1_1_1:hover .news_1_1_1_3 {
  color: #086fb2;
}
.news_1_1_1_4 {
  width: 100%;
  font-size: 22px;
  line-height: 1.6;
  margin: 0;
  color: #555;
}
.news_1_1_1_5 {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  margin: 25px 0;
  color: #555;
}

/* 右侧侧边新闻列表 */
.news_1_1_2 {
  width: 23%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
.news_1_1_2_1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  color: #555;
  font-weight: 600;
}
.news_1_1_2_2 {
  width: 100%;
  margin-top: 2px;
  color: #7A7A7A;
  overflow: hidden;
}
.news_1_1_2_3 {
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #7A7A7A;
  overflow: hidden;
}

/* 新闻模块二 背景区块 */
.news_2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #f5f5f7;
}
.news_2_1 {
  width: 1580px;
  height: auto;
  margin: 70px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.news_2_1_1 {
  width: 100%;
  height: 240px;
  display: flex;
  overflow: hidden;
  background: #f5f5f7;
  margin-bottom: 40px;
}
.news_2_1_1_1 {
  width: 20%;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 8px;
}
.news_2_1_1_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.news_2_1_1:hover .news_2_1_1_1 img {
  transform: scale(1.1);
}
.news_2_1_1_2 {
  width: 55%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #7A7A7A;
}
.news_2_1_1_3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  color: #111;
  font-weight: 500;
}
.news_2_1_1:hover .news_2_1_1_3 {
  font-weight: 600;
}
.news_2_1_1_4 {
  width: 100%;
  font-size: 22px;
  line-height: 1.6;
  margin: 0;
  color: #696969;
}
.news_2_1_1_5 {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  color: #555;
  overflow: hidden;
}

.news_2_1_1_spx {
width: 100%;height: 1px;overflow: hidden;background:#e9e9eb;border-bottom: solid 2px #e3e3e5;margin-bottom: 40px;
}

/* 新闻附属文字容器 */
.news_1_2_1 {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
.news_1_2_1_1 {
  width: 80%;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
}
.news_1_2_1_2 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
  color: #7A7A7A;
}
.news_1_2_1_3 {
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 8px;
  color: #555;
  background: #efefef;
  display: flex;
}
.news_1_2_1_3:hover {
  color: #fff;
  background: linear-gradient(to right, #086fb2, #3699da);
}
.news_1_2_1_31 {
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 8px;
  color: #fff;
  background: linear-gradient(to right, #086fb2, #3699da);
  display: flex;
}

/* 按钮样式 */
.news_1_an {
  width: 110px;
  height: 36px;
  background: #086fb2;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
  border: solid 1px #086fb2;
  float: right;
}
.news_1_an:hover {
  background: #fff;
  color: #086fb2;
  border: solid 1px #086fb2;
}

/* 标签样式1 */
.news_1_an1 {
  display: inline-block;
  padding: 3px 10px;
  background: #e3e2e7;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 30px;
  vertical-align: middle;
  text-align: center;
}
.news_2_1_1:hover .news_1_an1 {
  background: #086fb2;
  color: #fff;
}

/* 标签样式2 */
.news_1_an2 {
  display: inline-block;
  padding: 3px 10px;
  background: #e3e2e7;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  border-radius: 5px;
  margin-top: 15px;
  vertical-align: middle;
  text-align: center;
}
.news_1_an2:hover {
  background: #086fb2;
  color: #fff;
}

.news_2_1_1_spx1 {display:none;}
.news_1_an9{display:none;}

/* 移动端适配 768px以下 */
@media screen and (max-width: 768px) {
  .pro_top {
    height: 10px;
  }
  .product-tops {
    padding-top: 53px;
  }
  
  .crumbs {
    display: none;
}
  .news_1_1 {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .news_1_1_1 {
    width: 94%;
    height: auto;
    margin-left: 3%;
    margin-top: 15px;
    flex-direction: column;
  }
  .news_1_1_1_1 {
    width: 100%;
    margin-right: 0;
  }
  .news_1_1_1_2 {
    width: 94%;
    margin-left: 3%;
  }
  .news_1_1_2 {
    width: 94%;
    margin-left: 3%;
    margin-top: 15px;
  }
  .news_1_1_2_1 {
    font-size: 20px;
  }
  .news_2_1_1 {
    height: auto;
    margin-bottom: 20px;
        flex-direction: column;
  }
  .news_2_1_1_1 {
    width: 100%;
  }
  .news_2_1_1_2 {
        width: 94%;
        margin-left: 3%;
  }
  .news_2 {
    justify-content: flex-start;
    background: none;
  }
  .news_2_1 {
    width: 94%;
    margin: 20px 0;
    margin-left: 3%;
  }
  .news_1_an1 {
      display: none;
    margin-bottom: 10px;
  }
  .news_2_1_1_3 {
      margin-top: 30px;
  }
  .news_2_1_1_5 {
    margin: 25px 0;
    height: auto;
  }
  
  .news_1_an9{display:block;font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;}
  
  .news_2_1_1_spx {display: none;
}
.news_2_1_1_spx1 {display:block;width: 100%;height: 3px;margin-top: 20px;}
  
  .news_1_an2 {
      display: none;
    margin-top: 5px;
  }
  .pages{display:none;}
  
}