/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公共样式 */
@import "../css/public.css";

.headerIndex {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.headerIndex .header {
  background: none;
}
.headerIndex .nav>li>a {
  color: #fff;
}

.headerIndex .iconMenu>span {
  background-color: #fff;
}

.bodySwiper {
  width: 100%;
  height: 100%;
}
/* 圆点 */
.bodySwiper .swiper-pagination {
  width: 7.5%;
  left: initial;
  right: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
}
.bodySwiper .swiper-pagination-bullet {
  width: 100%;
  height: 28px;
  float: left;
  background: none;
  opacity: 1;
  position: relative;
}
.bodySwiper .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  float: left;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bodySwiper .swiper-pagination-bullet::after {
  content: "";
  width: 28px;
  float: left;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bodySwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}
.bodySwiper .swiper-pagination-bullet-active::before {
  background-color: rgba(255, 255, 255, 1);
}
.bodySwiper .swiper-pagination-bullet-active::after {
  border-color: #fff;
}

@media (max-width: 767px) {
  .bodySwiper {
    width: 100%;
    height: auto;
  }
  .bodySwiper>.swiper-wrapper {
    flex-wrap: wrap;
  }
  .bodySwiper>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: auto;
  }

  .headerIndex .header {
    position: relative;
    background-color: #0c5ac2;
  }

}

/* 第一屏 */
.firstNav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.firstNav>li {
  width: 33.3333%;
  float: left;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.firstNav>li:last-child {
  border: none;
}
.firstNav>li>a {
  width: 100%;
  float: left;
  height: 100%;
  padding: 40% 5% 0 5%;
}
.firstNav>li>a .firstIcon {
  width: 100%;
  overflow: hidden;
  height: 120px;
  position: relative;
}
.firstNav>li>a .firstTitle {
  width: 100%;
  overflow: hidden;
  padding-bottom: 45px;
  background: url(../images/index/1-bottom.png) no-repeat center bottom;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 35px;
}
.firstNav>li>a .firstTitle>span {
  width: 40px;
  float: left;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.firstNav>li>a .firstTxt {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.firstNav>li>a:hover,
.firstNav>li.firstActive>a {
  background-color: rgba(0, 0, 0, 0.2);
}
.firstNav>li>a:hover .firstTitle>span,
.firstNav>li.firstActive>a .firstTitle>span {
  width: 100%;
}
.firstNav>li>a:hover .firstTxt,
.firstNav>li.firstActive>a .firstTxt {
  height: 150px;
}

.firstContect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.firstContect>div {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease-out;
  transform: scale(1.2);
}
.firstContect>div.on {
  opacity: 1;
  transition: all 1.6s;
  transform: scale(1);
}

@media (max-width: 991px) {
  .firstNav>li>a {
    padding: 50% 5% 0 5%;
  }
}

@media (max-width: 767px) {
  .firstNav {
    height: auto;
    position: relative;
  }
  .firstNav>li {
    width: 100%;
    height: auto;
    border-right: none;
    overflow: hidden;
    position: relative;
  }
  .firstNav>li>a {
    height: auto;
    padding: 80px 15px;
  }
  .firstNav>li>a .firstIcon {
    height: 50px;
  }
  .firstNav>li>a .firstTitle {
    padding-bottom: 30px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .firstNav>li>a .firstTitle>span {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
  }
  .firstNav>li>a .firstTxt {
    height: 72px !important;
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
    -webkit-line-clamp: 3;
    position: relative;
    z-index: 2;
  }
}


/* 第二屏 */
.twoBj {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.twoBj>img {
  opacity: 0;
  transition: all 1s ease-out;
  transform: scale(1.2);
}
.twoBj>img.imgActive {
  opacity: 1;
  transition: all 1.6s;
  transform: scale(1);
  z-index: 2;
}

.twoBox {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
}
.twoBox>.container {
  width: 100%;
  position: relative;
}

.twoNav {
  width: 32%;
  height: 320px;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.twoNav>li {
  width: 100%;
  float: left;
  padding-left: 110px;
  position: relative;
}
.twoNav>li:nth-child(2) {
  margin-left: 35px;
}
.twoNav>li::before {
  content: "";
  width: 21px;
  float: left;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.twoNav>li::after {
  content: "";
  width: 100px;
  float: left;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.twoNav>li>a {
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.twoNav>li:hover::before,
.twoNav>li.twoActive::before {
  background-color: #00eaff;
}
.twoNav>li:hover::after,
.twoNav>li.twoActive::after {
  background-image: linear-gradient(to right, rgba(0, 234, 255, 1), rgba(0, 234, 255, 0));
}
.twoNav>li:hover>a,
.twoNav>li.twoActive>a {
  color: #00eaff;
  font-weight: bold;
}

.twoContect {
  width: 100%;
  height: 100%;
}
.twoContect>div {
  display: none;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.twoContect>div:first-child {
  display: block;
}

.twoRight {
  width: 100%;
  height: 100%;
  max-width: 690px;
  max-height: 690px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.twoRight::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.twoRight::after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 610px;
  max-height: 610px;
  float: left;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.twoRight .twoImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  max-width: 504px;
  max-height: 504px;
  background-image: linear-gradient(to right, #00deff, #0c5ac2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.twoRight .twoImgBox .twoImg {
  width: 100%;
  height: 100%;
  max-width: 464px;
  max-height: 464px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.twoLeft {
  width: 25%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.twoTitle {
  display: flex;
  overflow: hidden;
  align-items: flex-end;
}
.twoTitle>img {
  float: left;
  width: auto;
  height: 58px;
  margin-right: 20px;
}
.twoTitle>span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.twoTxt {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #fff;
  margin: 70px 0;
  text-align: justify;
}
.twoMore {
  display: block;
  overflow: hidden;
}
.twoMore>a {
  width: 144px;
  float: left;
  height: 54px;
  border: 1px solid #fff;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 27px;
}
.twoMore>a:hover {
  background-color: #fff;
  color: #0c5ac2;
}

@media (max-width: 1200px) {
  .twoRight {
    max-width: 620px;
    max-height: 620px;
  }
  .twoRight::after {
    max-width: 550px;
    max-height: 550px;
  }
  .twoLeft {
    width: 30%;
  }
  .twoNav {
    width: 30%;
  }
  .twoNav>li {
    padding-left: 50px;
  }
  .twoNav>li>a {
    font-size: 24px;
  }

}

@media (max-width: 991px) {
  .twoNav {
    width: 30%;
    height: 250px
  }
  .twoRight {
    max-width: 500px;
    max-height: 500px;
  }
  .twoRight::after {
    max-width: 460px;
    max-height: 460px;
  }
  .twoRight .twoImgBox {
    max-width: 420px;
    max-height: 420px;
  }
  .twoRight .twoImgBox .twoImg {
    max-width: 380px;
    max-height: 380px;
  }
  .twoLeft {
    width: 40%;
  }
  .twoTxt {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .twoBox {
    height: auto;
    position: relative;
    padding: 20px 0;
  }
  .twoNav {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    transform: initial;
  }
  .twoNav>li {
    width: 33.3333%;
    padding: 0 0 25px 0;
  }
  .twoNav>li::before {
    width: 10px;
    height: 10px;
    left: 50%;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .twoNav>li::after {
    width: 1px;
    height: 20px;
    left: 50%;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .twoNav>li>a {
    font-size: 16px;
    text-align: center;
  }
  .twoNav>li:nth-child(2) {
    margin-left: 0;
  }
  .twoContect {
    height: auto;
  }
  .twoRight {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    border-radius: 0;
    margin-top: 15px;
  }
  .twoRight::before,
  .twoRight::after {
    display: none;
  }
  .twoRight .twoImgBox,
  .twoRight .twoImgBox .twoImg {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    border-radius: 0;
  }
  .twoRight .twoImgBox .twoImg::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .twoLeft {
    width: 100%;
    position: relative;
    top: 0;
    transform: initial;
    margin-top: 15px;
  }
  .twoTitle>img {
    height: 30px;
    margin-right: 10px;
  }
  .twoTitle>span {
    font-size: 20px;
  }
  .twoTxt {
    height: auto;
    line-height: 24px;
    font-size: 14px;
    margin: 15px 0;
    -webkit-line-clamp: initial;
  }
  .twoMore>a {
    width: 120px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
  }
}


/* 第三屏>关于环跃 */
.aboutBj {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutBj>video {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.aboutBj::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0, 62, 187, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 5;
}
.about>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 3% 0;
}
.aboutRight {
  width: 38.5%;
  height: 100%;
  float: right;
  margin-right: 3%;
  position: relative;
}
.aboutRight::before {
  content: "";
  width: calc(100% + 50px);
  float: left;
  height: calc(100% + 50px);
  background-color: #00deff;
  opacity: 0.45;
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%,-50%);
}
.aboutRight>.aboutVideo {
  width: 100%;
  float: left;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.aboutRight>.aboutVideo>video {
  width: 100%;
  height: 100%;
  float: left;
	object-fit: cover;
}
.aboutLeft {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutEn {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.aboutCn {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}
.aboutCn>span {
  float: left;
  padding: 0 80px 13px 0;
  background: url(../images/index/1-bottom.png) no-repeat right bottom;
}
.aboutTxtBox {
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.aboutSubTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}
.aboutSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 192px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.aboutMore>a {
  width: 144px;
  float: left;
  height: 54px;
  border: 1px solid #fff;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 27px;
}
.aboutMore>a:hover {
  background-color: #fff;
  color: #0c5ac2;
}

@media (max-width: 767px) {
  .about {
    height: auto;
  }
  .about>.container {
    padding: 15px 0;
  }
  .aboutRight {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .aboutRight::before {
    background-color: initial;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    padding-top: 56.25%;
  }
  .aboutLeft {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .aboutEn {
    font-size: 24px;
    text-align: center;
  }
  .aboutCn {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-top: 5px;
  }
  .aboutCn>span {
    padding: 0 0 30px 0;
    background: url(../images/index/1-bottom.png) no-repeat center bottom;
  }
  .aboutTxtBox {
    margin-top: 15px;
  }
  .aboutSubTitle {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .aboutSubTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutTxt {
    height: auto;
    -webkit-line-clamp: initial;
  }
  .aboutMore {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 104px;
    height: 34px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 17px;
  }
}


/* 第四屏>工程案例 */
.case {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 5;
}
.case>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 0;
  flex-direction: column;
}
.caseTitle {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.caseTitle>.aboutTitle {
  float: left;
}
.caseNav {
  float: right;
  flex: 1;
}
.caseNav>li {
  float: left;
  margin: 0 0 5px 15px;
}
.caseNav>li>a {
  display: block;
  width: 132px;
  height: 46px;
  border: 2px solid #00deff;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 28px;
}
.caseNav>li>a:hover,
.caseNav>li.caseActive>a {
  background-color: #00deff;
}
.caseContect {
  width: 100%;
  float: left;
  flex: 1;
  padding-top: 35px;
}
.caseContect>div {
  display: none;
  width: 100%;
  float: left;
  height: 100%;
}
.caseContect>div:first-child {
  display: block;
}
.caseList {
  width: calc(100% + 16px);
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.caseList>li {
  width: calc(25% - 16px);
  height: calc(50% - 8px);
  float: left;
  margin: 0 8px;
}
.caseList>li>a {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.caseList>li>a .caseTxt {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 234, 255, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.caseList>li>a:hover>img {
  transform: scale(1.1);
}
.caseList>li>a:hover .caseTxt {
  opacity: 1;
}

@media (max-width: 991px) {
  .caseTitle>.aboutTitle {
    width: 100%;
  }
  .caseNav {
    margin-top: 15px;
  }
  .caseNav>li {
    margin: 0 5px 5px 5px;
  }
}

@media (max-width: 767px) {
  .case>.container {
    padding: 15px 0;
    display: block;
  }
  .caseNav {
    width: 102%;
    margin-top: 10px;
    margin-left: -1%;
  }
  .caseNav>li {
    width: 31.3333%;
    margin: 0 1% 5px 1%;
  }
  .caseNav>li>a {
    width: 100%;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 17px;
  }
  .caseContect {
    padding-top: 15px;
  }
  .caseContect>div {
    height: auto;
  }
  .caseList {
    width: 102%;
    margin-left: -1%;
    height: auto;
  }
  .caseList>li {
    width: 48%;
    height: auto;
    margin: 0 1% 10px 1%;
  }
  .caseList>li>a {
    height: auto;
  }
  .caseList>li>a::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .caseList>li>a .caseTxt {
    opacity: 1;
    width: 100%;
    height: 40px;
  }
}


/* 第五屏>资讯动态 */
.news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 5;
}
.news>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3% 0;
}
.news .aboutTitle {
  width: 100%;
  float: left;
}
.newsList {
  width: 102%;
  float: left;
  margin-left: -1%;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 45px 0;
}
.newsList>li {
  width: 31.3333%;
  height: 100%;
  float: left;
  margin: 0 1%;
  padding: 35px 0;
}
.newsList>li>a {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  flex-direction: column;
  border: 2px solid transparent;
  border-image: -webkit-linear-gradient(#00f5dc, #00aaf6) 4 4;
  border-image: -moz-linear-gradient(#00f5dc, #00aaf6) 4 4;
  border-image: -o-linear-gradient(#00f5dc, #00aaf6) 4 4;
  border-image: linear-gradient(#00f5dc, #00aaf6) 4 4;
}
.newsList>li>a .newsImg {
  width: 100%;
  float: left;
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-top: -37px;
}
.newsList>li>a .newsBox {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 25px 0;
}
.newsList>li>a .newsBox .newsTime {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: block;
  overflow: hidden;
  height: 60px;
  background: url(../images/index/news_heng.png) no-repeat right top;
  background-size: 100% auto;
  padding: 0 16px;
  font-size: 16px;
  color: #00deff;
  font-weight: bold;
  line-height: 60px;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .news {
    height: auto;
  }
  .news>.container {
    padding: 15px 0;
  }
  .newsList {
    width: 100%;
    margin-left: 0;
    display: block;
    padding: 15px 0 0 0;
  }
  .newsList>li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .newsList>li>a {
    height: auto;
    padding: 0;
    flex-direction: row;
  }
  .newsList>li>a .newsImg {
    width: 30%;
    margin-top: 0;
  }
  .newsList>li>a .newsBox {
    width: 70%;
    padding: 10px;
  }
  .newsList>li>a .newsBox .newsTitle {
    line-height: 24px;
    font-size: 18px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .newsList>li>a .newsBox .newsTime {
    width: 100%;
    margin-left: 0;
    height: 20px;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
}


/* 第六屏>联系我们 */
.lxwm {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/index/lxwm_bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 5;
  padding-bottom: 40px;
}
.lxwm>.container {
  width: 100%;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 3% 0;
  flex-direction: column;
}
.lxwmContect {
  width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.lxwmLeft {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0 8%;
}
.lxwmTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.lxwmBox {
  display: block;
  overflow: hidden;
}
.lxwmWx {
  width: 150px;
  float: left;
  margin-top: 10px;
  margin-right: 18px;
}
.lxwmWx>img {
  width: 100%;
  display: block;
  height: auto;
}
.lxwmWx>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.lxwmTxt {
  display: block;
  overflow: hidden;
}
.lxwmTxt>p {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.lxwmTxt>p>img {
  float: left;
  margin-right: 15px;
}

.zxlyForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.zxlyBox {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.zxlyTitle {
  width: 40px;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.zxlyBox>input {
  width: calc(100% - 40px);
  float: left;
  height: 50px;
  background: none;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.zxlyBox1 {
  width: 100%;
}
.zxlyBox1>textarea {
  width: calc(100% - 40px);
  float: left;
  height: 50px;
  padding: 10px;
  line-height: 30px;
  background: none;
  font-size: 16px;
  color: #fff;
}
.zxlyBtn {
  width: 144px;
  float: left;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 18px;
  color: #6b6b6b;
  font-weight: bold;
}
.zxlyBtn:hover {
  background-color: #00deff;
  color: #fff;
}
.lxwmFooter {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

@media (max-width: 1400px) {
  .lxwmLeft {
    padding: 0 5%;
  }
}

@media (max-width: 1200px) {
  .lxwmLeft {
    padding: 0 2%;
  }
}

@media (max-width: 991px) {
  .lxwmTitle {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .lxwmTxt {
    width: 100%;
    margin-top: 10px;
  }
  .zxlyBox {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lxwm {
    height: auto;
    padding-bottom: 10px;
  }
  .lxwm>.container {
    padding: 15px 0;
  }
  .lxwmContect {
    display: block;
  }
  .lxwmLeft {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .lxwmTitle {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  .lxwmBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lxwmWx {
    margin: 0;
  }
  .lxwmTxt>p {
    line-height: 30px;
    font-size: 14px;
  }
  .zxlyBox {
    margin-bottom: 10px;
  }
  .zxlyTitle {
    font-size: 14px;
    line-height: 30px;
  }
  .zxlyBox>input {
    height: 30px;
  }
  .zxlyBox1>textarea {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
  .zxlyBtn {
    width: 104px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 14px;
  }
  .lxwmFooter {
    font-size: 14px;
    line-height: 22px;
  }
}