@charset "UTF-8";
/**!
* [伟德国际1946bv官网环境保护-首页]
* date:2024-11-15
* author: [fyan];
*/
* {
  margin: 0;
  padding: 0;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

div {
  box-sizing: border-box;
}

li {
  list-style: none;
}

@font-face {
  font-family: "M";
  src: url("/Template/special/hjbh/css/./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff") format("woff"), url("/Template/special/hjbh/css/./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf") format("truetype"), url("/Template/special/hjbh/css/./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "H";
  src: url("/Template/special/hjbh/css/./fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.otf") format("opentype");
}
.visible-phone {
  display: none;
}

.banner img {
  width: 100%;
}

body {
  padding-bottom: 40px;
}

.list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #f6c1c5;
}
.list_title p {
  font-weight: bold;
  font-size: 26px;
  color: #E1313F;
  height: 100%;
  line-height: 64px;
  border-bottom: 2px solid #E1313F;
}
.list_title .more {
  padding-right: 16px;
  font-weight: 400;
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  color: #E1313F;
  background: url(/Template/special/hjbh/css/../images/more_icon.png) no-repeat;
  background-position: right center;
  cursor: pointer;
}

.list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.list .list_wrap {
  width: 50%;
}
.list .list_ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px dashed #E8ECF2;
}
.list .list_ul > li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  background: url(/Template/special/hjbh/css/../images/list_icon.png) no-repeat;
  background-position: left center;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.list .list_ul > li span {
  flex: none;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.list .list_ul > li:hover div,
.list .list_ul > li:hover span {
  color: #E1313F;
  cursor: pointer;
}

.module {
  margin-top: 40px;
}
.module ul {
  padding-top: 30px;
}
.module ul li {
  width: 16.6666666667%;
  float: left;
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.module ul li div {
  font-size: 20px;
  line-height: 28px;
  font-family: M;
  text-align: center;
  margin-top: 12px;
}

.system {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/Template/special/hjbh/css/../images/img_bg.png") no-repeat;
  height: 140px;
  background-size: 100% 100%;
  cursor: pointer;
}
.system img {
  margin-right: 10px;
}
.system div {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-family: H;
}

@media (min-width: 768px) and (max-width: 979px) {
  .w {
    width: 760px;
  }
  .module ul li img {
    width: 100px;
    height: 100px;
  }
  .module ul li div {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
  .visible-phone {
    display: block;
  }
  .list {
    display: block;
  }
  .list .list_wrap {
    width: 100%;
  }
  .list .list_wrap:first-child {
    margin-bottom: 40px;
  }
  .module ul li {
    width: 25%;
  }
  .module ul li img {
    width: 100px;
    height: 100px;
  }
  .module ul li div {
    font-size: 18px;
  }
  .w {
    width: auto;
  }
  .system {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .w {
    padding: 0 15px;
  }
}
@media (max-width: 510px) {
  .module ul li {
    width: 33.3%;
  }
  .module ul li img {
    width: 80px;
    height: 80px;
  }
  .module ul li div {
    font-size: 16px;
  }
  .system img {
    width: 46px;
    height: 46px;
  }
  .system div {
    font-size: 28px;
  }
}