/* normalize.css之后添加你的自定义样式 */
html {
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.header img {
  display: block;
  width: 100%;
}
.main {
  width: 1166px;
  margin: auto;
}
.main .nav {
  width: 802px;
  background-image: url(nav20260302.png);
  background-size: 100% 100%;
  transform: translateY(-31px);
}
.main .nav a {
  height: 52px;
  display: inline-block;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0px 22.5px;
}
.main .nav a:hover {
  background-color: #014d82;
}
.lhjj {
  height: 435px;
  background-color: #f5f5f5;
  padding: 28px 0 0 18px;
  box-sizing: border-box;
}
.lhjj .left {
  float: left;
  width: 610px;
  height: 380px;
}
.lhjj .left .swiper-slide {
  position: relative;
}
.lhjj .left .swiper-slide a {
  width: 100%;
  height: 100%;
}
.lhjj .right {
  margin-left: 30px;
  float: left;
}
.lhjj .right .title {
  height: 46px;
  width: 489px;
  background: url(lhjj20260302.png);
  background-size: 100% 100%;
  margin-bottom: 40px;
}
.lhjj .right .jjList {
  width: 489px;
  overflow: hidden;
}
.lhjj .right .jjList li {
  font-family: "SimSun";
  margin-bottom: 1px;
  line-height: 36px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.lhjj .right .jjList li a {
  color: #515151;
  font-size: 16px;
  line-height: 36px;
}
.lhsy {
  margin-top: 15px;
}
.lhsy .title {
  margin-bottom: 13px;
  height: 142px;
  background-image: url(lhsy20260302.png);
  background-size: cover;
  background-position: center center;
}
.lhsy .lhsyList li {
  padding: 30px 55px;
  box-sizing: border-box;
  height: 220px;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
}
.lhsy .lhsyList li:nth-last-child(1) {
  border-bottom: 0px solid #f5f5f5;
}
.lhsy .lhsyList li .lhleft {
  float: left;
  width: 240px;
  height: 160px;
}
.lhsy .lhsyList li .lhleft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lhsy .lhsyList li .lhright {
  float: left;
  margin-left: 45px;
  width: 750px;
}
.lhsy .lhsyList li .lhright .title1 {
  color: #666;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.lhsy .lhsyList li .lhright .txt {
  color: #7d7d7d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-height: 28px;
  font-weight: 500;
  font-family: "SimSun";
  /* 限制行数为4 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.lhsy .lhsyList li .lhright .txt a {
  white-space: nowrap;
  color: #7d7d7d;
}
.lzgs .title {
  background-image: url(lzgs20260302.png);
}
.lhgc .title {
  background-image: url(lhgc20260302.png);
}
.rmbd {
  margin-bottom: 200px;
}
.rmbd .title {
  background-image: url(rmbd20260302.png);
}
.rmbd #swiper2 {
  height: 355px;
}
.rmbd #swiper2 .swiper-slide {
  position: relative;
}
.rmbd #swiper2 .swiper-slide a {
  width: 100%;
  height: 100%;
}
.rmbd #swiper2 .swiper-slide a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.2;
  padding: 10px 5px 8px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.footbg {
  position: absolute;
  left: 0;
  right: 0;
  height: 830px;
  bottom: 300px;
  z-index: -1;
  background-image: url(footerbg20260302.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.footer img {
  width: 100%;
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  top: 40% !important;
  width: 40px !important;
  height: 80px !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-next::before,
.swiper-button-prev::before {
  position: absolute;
  content: '';
  border-top: 2.2px solid #fff;
  border-left: 2.2px solid #fff;
  width: 20px;
  height: 20px;
}
.swiper-button-next::before {
  left: 2px;
  top: 28px;
  transform: rotate(135deg);
}
.swiper-button-prev::before {
  left: 14px;
  top: 28px;
  transform: rotate(-45deg);
}
