.homeWrap .indexBanner {
  margin-top: 110px;
  width: 100%;
  height: auto;
}
.homeWrap .indexBanner .swiper-slide img {
  width: 100%;
  height: 640px;
}
.homeWrap .indexBanner .swiper-pagination-bullet {
  width: 45px;
  height: 7px;
  background: #efefef;
  opacity: 0.5;
  border-radius: 0%;
}
.homeWrap .indexBanner .swiper-pagination-bullet-active {
  background: #0b93e1;
  opacity: 1;
  border-radius: 0 !important;
}
.homeWrap .introduce {
  width: 100%;
  background-image: url("http://www.longhuanhj.com/static/img/gsjjone.4a9808ff.png");
  padding-bottom: 1%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.homeWrap .introduce .title {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}
.homeWrap .introduce .title h1 {
  font-weight: 700;
  font-size: 42px;
  margin-left: -5px;
}
.homeWrap .introduce .title p {
  font-weight: 700;
  font-size: 22px;
  color: #555;
}
.homeWrap .introduce .content {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 4px 4px 5px #efefef;
  padding: 3% 2%;
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: 12fr 10fr;
  justify-content: space-between;
}
.homeWrap .introduce .content .basic {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 35px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeWrap .introduce .content .basic b {
  color: #000;
  text-indent: 2em;
  display: inline-block;
  font-size: 25px;
}
.homeWrap .introduce .content .moreBtn {
  cursor: pointer;
  color: #fff;
  background-color: #0b93e1;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.homeWrap .introduce .personnel {
  margin-left: 13%;
}
.homeWrap .introduce .personnel .item img {
  width: 60px;
  height: 60px;
}
.homeWrap .introduce .personnel .item div p:first-child {
  text-align: center;
  font-family: "黑体";
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.homeWrap .introduce .personnel .item div p:last-child {
  text-align: center;
  font-family: "黑体";
  letter-spacing: 1px;
  color: #333;
  font-size: 16px;
}
.homeWrap .introduce .personnel .item div span {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #0f69fd, #01bce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeWrap .introduce .personnel .item div span:last-child {
  color: #0f69fd;
  margin-left: 6px;
  font-size: 19px;
  font-weight: 700;
}
.homeWrap .news {
  width: 100%;
  background-image: url("http://www.longhuanhj.com/static/img/linebag.e828ac8b.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 40px 0;
}
.homeWrap .news .title {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeWrap .news .title h1 {
  font-weight: 700;
  font-size: 42px;
  margin-left: -5px;
}
.homeWrap .news .title p {
  font-weight: 700;
  font-size: 22px;
  color: #555;
}
.homeWrap .news .title .moreBtn {
  cursor: pointer;
  color: #fff;
  background-color: #0b93e1;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.homeWrap .news .content {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.homeWrap .news .content .tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-weight: 700;
  font-size: 22px;
  height: 70px;
  color: #303133;
  background-color: #edf1f7;
}
.homeWrap .news .content .tab .item {
  position: relative;
}
.homeWrap .news .content .tab .item .line {
  display: none;
  width: calc(100% - 40px);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #0189ec;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.homeWrap .news .content .tab .item.active {
  background-color: white;
  color: #0189ec;
}
.homeWrap .news .content .tab .item.active .line {
  display: inline-block;
}
.homeWrap .news .content .tab div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeWrap .news .content .tabPane {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 11fr 13fr;
  height: 442px;
}
.homeWrap .news .content .tabPane .newsSwiper .desc {
  position: absolute;
  z-index: 10;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  color: #fff;
  width: 100%;
  padding: 15px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 18px;
}
.homeWrap .news .content .tabPane .newsSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #aec5d3;
  border-radius: 50%;
  opacity: 0.5;
  margin: 9px 12px;
}
.homeWrap .news .content .tabPane .newsSwiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #0b93e1;
  border-radius: 50%;
  opacity: 1;
  margin: 9px 12px;
}
.homeWrap .news .content .tabPane .newsList {
  margin-left: 3%;
  display: flex;
  flex-direction: column;
}
.homeWrap .news .content .tabPane .newsList .items {
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.homeWrap .news .content .tabPane .newsList .items .articalTitle {
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-align: left;
}
.homeWrap .news .content .tabPane .newsList .items .publishTime {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #bbb;
  text-align: right;
  line-height: 1;
}
.homeWrap .news .content .tabPane .newsList .items:hover .articalTitle,
.homeWrap .news .content .tabPane .newsList .items:hover .publishTime {
  color: #03a0ff;
}
.homeWrap .business {
  width: 100%;
  background-image: url("http://www.longhuanhj.com/static/img/bg.79064f1b.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 20px 0;
}
.homeWrap .business .title {
  width: 70%;
  margin: 0 auto;
}
.homeWrap .business .title h1 {
  font-weight: 700;
  font-size: 42px;
  margin-left: -5px;
}
.homeWrap .business .title p {
  font-weight: 700;
  font-size: 22px;
  color: #555;
}
.homeWrap .business .content {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.homeWrap .business .content .box:hover img {
  transform: scale(1.3);
}
.homeWrap .business .content .box {
  position: relative;
  height: 355px;
  overflow: hidden;
  cursor: pointer;
}
.homeWrap .business .content .box .box_a {
  position: relative;
  height: 100%;
}
.homeWrap .business .content .box .box_a .box_a_back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 1;
}
.homeWrap .business .content .box img {
  width: 100%;
  height: 100%;
  transition: 1s ease;
  transform: scale(1.05);
}
.homeWrap .business .content .box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 75%;
  height: 80px;
  border: 3px solid #fff;
  border-top: transparent;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.homeWrap .business .content .box .text .text_contain {
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 3px;
  line-height: 1;
}
.homeWrap .business .content .box .text .text_title {
  font-size: 16px;
  padding-top: 20px;
}
.homeWrap .business .content .box .text .text_title .lineLeft {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 0;
  border-top: 3px solid #fff;
  line-height: 10px;
  z-index: 10;
}
.homeWrap .business .content .box .text .text_title .lineRight {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 50px;
  height: 0;
  border-top: 3px solid #fff;
}
.homeWrap .business .content .box:nth-child(1) {
  width: 59%;
  margin-bottom: 0.5%;
  margin-right: 0.5%;
}
.homeWrap .business .content .box:nth-child(2) {
  width: 40.5%;
}
.homeWrap .business .content .box:nth-child(3) {
  width: 29.25%;
  margin-right: 0.5%;
}
.homeWrap .business .content .box:nth-child(4) {
  width: 29.25%;
  margin-right: 0.5%;
}
.homeWrap .business .content .box:nth-child(5) {
  width: 40.5%;
}
.homeWrap .culture {
  width: 100%;
  background-image: url("http://www.longhuanhj.com/static/img/ywfy.92ea4e52.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0 50px 0;
}
.homeWrap .culture .title {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeWrap .culture .title h1 {
  font-weight: 700;
  font-size: 42px;
  margin-left: -5px;
}
.homeWrap .culture .title p {
  font-weight: 700;
  font-size: 22px;
  color: #555;
}
.homeWrap .culture .title .moreBtn {
  cursor: pointer;
  color: #fff;
  background-color: #0b93e1;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.homeWrap .culture .activeTit {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #0c95e3;
  padding: 10px 20px 10px 15px;
  border-left: 10px solid #009844;
  margin-bottom: 30px;
  margin-top: 30px;
  width: fit-content;
}
.homeWrap .culture .activePhoto {
  width: 100%;
  display: grid;
  grid-template-columns: 762fr 258fr;
  height: 680px;
}
.homeWrap .culture .activePhoto #viewImgList {
  box-sizing: border-box;
}
.homeWrap .culture .activePhoto .wonderfulTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: url("../images/icon23.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.homeWrap .culture .activePhoto .wonderfulTitle img {
  width: 28px;
}
.homeWrap .culture .activePhoto .wonderfulList {
  overflow-y: scroll;
  height: 620px !important;
}
.homeWrap .culture .activePhoto .wonderfulList img {
  width: 100%;
}
