/*
 * @制作者: Code Zhuang
 * @创建时间: 2022-10-25 09:55:09
 * @上次修改者: Code Zhuang
 * @上次修改时间: 2022-10-25 09:55:09
 */

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* banner大图 */
.banner {
  width: 100%;
  height: calc(100vh - 40px);
  position: relative;
  overflow: hidden;
}

.bannerSwiper {
  width: 100%;
  height: 100%;
}
.bannerSwiper .swiper-slide {
  overflow: hidden;
}
/* .bannerSwiper canvas {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
} */
.bannerSwiper video {
/*  display: none; */
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.bannerVideoHover {
  width: 100%;
  float: left;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.bannerVideoHover>.container {
  padding-left: 100px;
}
.bannerVideoHover img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}
.bannerVideoTitle {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 66px;
  font-family: "Source Han Sans CN";
  letter-spacing: 10px;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
}
.bannerVideoTxt {
  display: block;
  overflow: hidden;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
  font-family: "Source Han Sans CN Light";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bannerImgHover {
  width: 100%;
  float: left;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.bannerImgHover img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

.toSmall {
  animation: toSmall 20s linear;
  animation-iteration-count: infinite;
}

@keyframes toSmall {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 箭头 */
.bannerSwiper .banner-prev,
.bannerSwiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
  outline: none;
  cursor: pointer;
}
.bannerSwiper .banner-next {
  left: initial;
  right: 2%;
}

@media (max-width: 767px) {
  .banner {
    height: calc(100vh - 54px);
  }
  .bannerVideoHover>.container {
    padding: 0 20px;
  }
  .bannerVideoHover img {
    height: 70px;
    margin-left: 0;
  }
  .bannerVideoTitle {
    margin-top: 15px;
    line-height: 30px;
    letter-spacing: 5px;
    font-size: 20px;
  }
  .bannerImgHover>.container {
    padding: 0 20px;
  }
  .bannerImgHover img {
    height: 70px;
    margin-top: 20px;
  }
}

/* 横幅1 */
.picBox {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.picBox>.container {
  max-width: 1200px;
}
.picList {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
}
.picList>li {
  width: 33.3333%;
  float: left;
  padding: 56px 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.picList>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.picList>li>a .picIcon {
  width: 60px;
  float: left;
  height: 60px;
  border-radius: 50%;
  background-color: #076f3f;
  overflow: hidden;
  position: relative;
}
.picList>li>a .picTitle {
  float: left;
  flex: 1;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.picList>li>a .picTitle>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .picList>li {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .picList>li {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .picList {
    transform: translateY(0);
  }
  .picList>li {
    padding: 10px;
  }
  .picList>li>a .picIcon {
    width: 40px;
    height: 40px;
  }
  .picList>li>a .picIcon>img {
    height: 20px;
  }
  .picList>li>a .picTitle {
    width: 100%;
    flex: none;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }
  .picList>li>a .picTitle>span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* 产品 */
.cp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.cpTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 66px;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
}
.cpTitle>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #333;
  margin-top: -29px;
  position: relative;
  z-index: 2;
}
.cpTitle>span::after {
  content: "";
  width: 63px;
  height: 3px;
  background-color: #107b0e;
  margin: 10px auto 0 auto;
}
.cpSwiper {
  width: 100%;
  margin-top: 65px;
}
.cpSwiper .swiper-slide {
  background-color: #fff;
}
.cpSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 180.9019%;
}
.cpSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cpSwiper .swiper-slide>a .cpImg {
  width: 100%;
  float: left;
  height: 72%;
  position: absolute;
  left: 0;
  top: 0;
}
.cpSwiper .swiper-slide>a .cpHover {
  width: 100%;
  float: left;
  height: 28%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 18.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cpSwiper .swiper-slide>a .cpHover .cpBtn {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.cpSwiper .swiper-slide>a .cpHover .cpCn {
  width: 100%;
  overflow: hidden;
  line-height: 46px;
  font-size: 22px;
  color: #333;
  font-family: "Source Han Sans CN";
}
.cpSwiper .swiper-slide>a .cpHover .cpCn::after {
  content: "";
  width: 100%;
  display: block;
  max-width: 104px;
  height: 1px;
  background-color: #107b0e;
  transition: all 0.4s;
  overflow: hidden;
}
.cpSwiper .swiper-slide>a .cpHover .cpEn {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #060606;
  font-family: "Source Han Sans CN Light";
}
.cpSwiper .swiper-slide>a:hover .cpImg {
  height: 100%;
}
.cpSwiper .swiper-slide>a:hover .cpHover {
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background-color: rgba(51, 51, 51, 0.8);
}
.cpSwiper .swiper-slide>a:hover .cpHover .cpBtn {
  height: 40px;
}
.cpSwiper .swiper-slide>a:hover .cpHover .cpCn {
  line-height: 34px;
  color: #fff;
  margin-top: 7px;
  text-align: center;
}
.cpSwiper .swiper-slide>a:hover .cpHover .cpCn::after {
  width: 0;
}
.cpSwiper .swiper-slide>a:hover .cpHover .cpEn {
  margin-top: 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
  .cpSwiper {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .cpSwiper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cp {
    padding: 15px 0;
  }
  .cpTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .cpTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-top: -10px;
  }
  .cpTitle>span::after {
    width: 30px;
    margin: 5px auto 0 auto;
  }
  .cpSwiper {
    margin-top: 15px;
  }
  .cpSwiper .swiper-slide>a .cpHover {
    padding-left: 10%;
  }
  .cpSwiper .swiper-slide>a .cpHover .cpCn {
    line-height: 40px;
    font-size: 18px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 145px 0;
  display: flex;
  justify-content: center;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  margin-left: -55px;
  line-height: 60px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  text-transform: uppercase;
}
.aboutTitle>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  margin-top: -29px;
  color: #fff;
}
.aboutTitle>span::after {
  content: "";
  width: 75px;
  height: 2px;
  background-color: #09834d;
  display: block;
  margin-top: 15px;
}
.aboutContect {
  display: block;
  overflow: hidden;
  margin-top: 120px;
}
.aboutLeft {
  width: 50%;
  float: left;
  padding: 0 60px 0 70px;
}
.aboutSubTitle {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #fff;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 36px;
  font-size: 20px;
  font-family: "Source Han Sans CN";
  color: #fff;
  margin-top: 65px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.aboutMore {
  display: flex;
  overflow: hidden;
  margin-top: 25px;
}
.aboutMore>a {
  float: left;
  line-height: 38px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding-right: 26px;
  background: url(../images/more_icon2.png) no-repeat right center;
}
.aboutMore>a:hover {
  opacity: .6;
}
.aboutRight {
  width: 50%;
  float: right;
  padding-top: 130px;
}
.aboutList {
  width: 82%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutList>li {
  float: left;
  color: #fff;
}
.aboutList>li .aboutNub {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-weight: bold;
  font-size: 36px;
}
.aboutList>li .aboutNub>span {
  font-size: 44px;
  letter-spacing: 3px;
}
.aboutList>li .aboutName {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
}

@media (max-width: 1600px) {
  .aboutTitle {
    margin-left: 0;
  }
  .aboutContect {
    margin-top: 120px;
  }
  .aboutLeft {
    padding: 0 60px;
  }
}

@media (max-width: 1440px) {
  .about {
    padding: 100px 0;
  }
  .aboutContect {
    margin-top: 100px;
  }
  .aboutLeft {
    padding: 0 40px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 60px 0;
  }
  .aboutContect {
    margin-top: 60px;
  }
  .aboutLeft {
    padding: 0 20px;
  }
  .aboutRight {
    padding-top: 110px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 40px 0;
    min-height: initial;
    display: flex;
    align-items: center;
  }
  .aboutContect {
    margin-top: 40px;
  }
  .aboutLeft {
    padding: 0;
  }
  .aboutTxt {
    margin-top: 30px;
  }
  .aboutRight {
    padding-top: 80px;
  }
  .aboutList {
    width: 90%;
  }
  .aboutList>li .aboutNub {
    line-height: 40px;
    font-size: 26px;
  }
  .aboutList>li .aboutNub>span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 20px 0;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .aboutTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-top: -10px;
  }
  .aboutTitle>span::after {
    width: 30px;
    margin: 5px auto 0 auto;
  }
  .aboutContect {
    margin-top: 10px;
  }
  .aboutLeft {
    width: 100%;
    padding: 0;
  }
  .aboutSubTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutTxt {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    -webkit-line-clamp: initial;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    line-height: 30px;
    font-size: 16px;
  }
  .aboutRight {
    width: 100%;
    padding-top: 20px;
  }
  .aboutList {
    width: 100%;
  }
  .aboutList>li .aboutNub {
    line-height: 30px;
    font-size: 18px;
  }
  .aboutList>li .aboutNub>span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .aboutList>li .aboutName {
    line-height: 24px;
    font-size: 16px;
  }
}

/* 案例中心 */
.case {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.case>.container {
  max-width: 1720px;
}
.caseTitle {
  width: 100%;
  float: left;
  margin: 130px 0 0 120px;
}
.caseEn {
  display: block;
  overflow: hidden;
  line-height: 68px;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
}
.caseCn {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-top: -81px;
}
.caseCn::after {
  content: "";
  width: 62px;
  height: 3px;
  background-color: #09834d;
  display: block;
  margin-top: 45px;
}
.caseContect {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 16px;
}
.caseRight {
  width: 40%;
  float: right;
  margin-top: -227px;
}
.caseBoxSwiper {
  width: 100%;
  height: 100%;
}
.caseBoxSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.caseBoxSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 124.7423%;
}
.caseBoxSwiper .swiper-slide>a .caseHover {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 35px 40px;
}
.caseBoxSwiper .swiper-slide>a .caseHover .caseSubTitle {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseBoxSwiper .swiper-slide>a .caseHover .caseSubTxt {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 78px;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.caseBoxSwiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

.caseLeft {
  width: 50%;
  float: left;
  padding: 0 10px;
  position: relative;
}
.caseLeft .aboutMore {
  margin: 0 0 0 110px;
}
.caseLeft .aboutMore>a {
  color: #107b0e;
  background: url(../images/more_icon.png) no-repeat right center;
}
.caseSwiper {
  margin: 100px 0 30px 0;
}
.caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #797979;
}
.caseImg::before {
  content: "";
  display: block;
  padding-top: 134.0824%;
}
.caseTxt {
  display: block;
  overflow: hidden;
  text-align: center;
  height: 79px;
  line-height: 78px;
  border-bottom: 1px solid #09834d;
  font-size: 18px;
  color: #333;
}
.caseSwiper .swiper-slide:hover .caseImg,
.caseSwiper .swiper-slide-thumb-active .caseImg {
  border-color: #09834d;
}
.caseSwiper .swiper-slide:hover .caseImg>img,
.caseSwiper .swiper-slide-thumb-active .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide:hover .caseTxt,
.caseSwiper .swiper-slide-thumb-active .caseTxt {
  color: #09834d;
}

.caseBtn {
  display: flex;
  position: absolute;
  left: calc(100% + 30px);
  bottom: 30px;
  z-index: 2;
}
.caseBtn>div {
  float: left;
  font-size: 50px;
  color: #09834d;
  margin: 0 10px;
  cursor: pointer;
}

/* @media (max-width: 1740px) {
  .case {
    padding: 150px 0;
  }
} */

@media (max-width: 1400px) {
  /* .case {
    padding: 80px 0;
  } */
  .caseTitle {
    margin: 100px 0 0 100px;
  }
  .caseRight {
    width: 40%;
    float: right;
    margin-top: -197px;
  }
}

@media (max-width: 1200px) {
  /* .case {
    padding: 60px 0;
  } */
  .caseTitle {
    margin: 80px 0 0 0;
  }
  .caseRight {
    margin-top: -177px;
  }
  .caseBoxSwiper .swiper-slide>a .caseHover {
    padding: 20px 30px;
  }
  .caseLeft .aboutMore {
    margin: 0;
  }
  .caseSwiper {
    margin: 50px 0 30px 0;
  }
  .caseTxt {
    height: 69px;
    line-height: 68px;
  }
  .caseBtn {
    left: calc(100% + 5px);
  }
}

@media (max-width: 991px) {
  .case {
    padding: 40px 0;
    display: flex;
    align-items: center;
  }
  .caseTitle {
    margin: 0;
  }
  .caseRight {
    margin-top: -97px;
  }
  .caseBoxSwiper .swiper-slide>a .caseHover {
    padding: 10px 20px;
  }
  .caseSwiper {
    margin: 30px 0;
  }
  .caseTxt {
    height: 59px;
    line-height: 58px;
  }
  .caseBtn {
    left: 100%;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 20px 0;
  }
  .caseTitle {
    text-align: center;
  }
  .caseEn {
    line-height: 30px;
    font-size: 20px;
  }
  .caseCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: -10px;
  }
  .caseCn::after {
    width: 30px;
    margin: 5px auto 0 auto;
  }
  .caseRight {
    width: 100%;
    margin-top: 0;
  }
  .caseBoxSwiper .swiper-slide>a::before {
    padding-top: 65%;
  }
  .caseBoxSwiper .swiper-slide>a .caseHover {
    padding: 10px;
  }
  .caseBoxSwiper .swiper-slide>a .caseHover .caseSubTitle {
    line-height: 30px;
    font-size: 18px;
  }
  .caseBoxSwiper .swiper-slide>a .caseHover .caseSubTxt {
    margin-top: 10px;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
  }
  .caseLeft {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .caseLeft .aboutMore {
    display: flex;
    justify-content: center;
  }
  .caseSwiper {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding-bottom: 30px;
  }
  .caseImg::before {
    padding-top: 75%;
  }
  .caseTxt {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
  }
  .caseBtn {
    width: 100%;
    left: 0;
    bottom: 30px;
    justify-content: space-between;
  }
  .caseBtn>div {
    font-size: 30px;
  }
}

/* 横幅2 */
.BRO {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
  display: flex;
}
.BRO>.container {
  max-width: 1500px;
}
.BROList {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
  height: 100%;
}
.BROList>li {
  width: 33.3333%;
  height: 100%;
  float: left;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
.BROList>li>a {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 100px 65px 0 65px;
}
.BROList>li>a .BROIcon {
  display: block;
  overflow: hidden;
  height: 70px;
  position: relative;
}
.BROList>li>a .BROIcon>img {
  right: initial;
}
.BROList>li>a .BROIcon>img:first-child {
  opacity: 1;
}
.BROList>li>a .BROIcon>img:last-child {
  opacity: 0;
}
.BROList>li>a .BROTitle {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.BROList>li>a .BROTitle>span {
  display: block;
  overflow: hidden;
  line-height: 46px;
  margin-top: 10px;
  font-size: 36px;
  color: #fff;
}
.BROList>li>a .BROTxt {
  display: block;
  overflow: hidden;
  margin-top: 80px;
  line-height: 32px;
  min-height: 64px;
  color: #fff;
  font-size: 18px;
}
.BROList>li>a .BROMore {
  display: block;
  overflow: hidden;
  margin-top: 56px;
  line-height: 34px;
  opacity: 0;
}
.BROList>li>a .BROMore>span {
  float: left;
  font-size: 16px;
  color: #076f3f;
  padding-right: 80px;
  background: url(../images/hf_more.png) no-repeat right center;
}
.BROList>li>a .BRONub {
  display: block;
  overflow: hidden;
  height: 140px;
  line-height: 140px;
  font-size: 130px;
  font-weight: bold;
  color: #fff;
  opacity: 0.6;
}
.BROList>li>a:hover {
  background-color: #fff;
}
.BROList>li>a:hover .BROIcon>img:first-child {
  opacity: 0;
}
.BROList>li>a:hover .BROIcon>img:last-child {
  opacity: 1;
}
.BROList>li>a:hover .BROTitle {
  color: #afb7af;
}
.BROList>li>a:hover .BROTitle>span {
  color: #076f3f;
}
.BROList>li>a:hover .BROTxt {
  color: #3e3f3e;
}
.BROList>li>a:hover .BROMore {
  opacity: 1;
}
.BROList>li>a:hover .BRONub {
  opacity: 0.7;
  color: #076f3f;
}

@media (max-width: 991px) {
  .BROList>li>a {
    padding: 50px 30px 0 30px;
  }
  .BROList>li>a .BROTxt {
    margin-top: 30px;
  }
  .BROList>li>a .BROMore {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .BRO {
    padding: 20px 0;
  }
  .BROList {
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }
  .BROList>li {
    width: 100%;
    height: 33.333333%;
    border-bottom: 1px solid #fff;
  }
  .BROList>li>a {
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .BROList>li>a .BROIcon {
    width: 100%;
    height: 24px;
  }
  .BROList>li>a .BROIcon>img {
    right: 0;
  }
  .BROList>li>a .BROTitle {
    width: 100%;
    margin-top: 5px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
  }
  .BROList>li>a .BROTitle>span {
    line-height: 20px;
    margin-top: 5px;
    font-size: 16px;
  }
  .BROList>li>a .BROTxt {
    width: 100%;
    margin-top: 5px;
    min-height: 40px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
  }
  .BROList>li>a .BROMore {
    width: 100%;
    margin-top: 5px;
    line-height: 20px;
    display: flex;
    justify-content: center;
  }
  .BROList>li>a .BROMore>span {
    font-size: 14px;
    padding-right: 0;
    background: none;
  }
  .BROList>li>a .BRONub {
    width: 100%;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
  }
}

/* 新闻咨询 */
.news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 130px 0;
}
.news>.container {
  max-width: 1530px;
}
.newsTitle {
  display: block;
  overflow: hidden;
  line-height: 72px;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.1);
  font-weight: bold;
  text-transform: uppercase;
}
.newsTitle>span {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  line-height: 48px;
  font-size: 36px;
  color: #333;
  margin-bottom: -23px;
}
.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.newsList>li {
  width: calc(50% - 40px);
  float: left;
  margin-top: 40px;
}
.newsList>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsList>li>a .newsLeft {
  width: 57%;
  float: left;
  padding: 25px 40px 25px 10px;
}
.newsList>li>a .newsLeft .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 18px;
  color: #39383a;
}
.newsList>li>a .newsLeft .newsSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #050505;
  font-weight: bold;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsLeft .newsTxt {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsList>li>a .newsLeft .newsMore {
  display: block;
  overflow: hidden;
  line-height: 42px;
  margin-top: 15px;
}
.newsList>li>a .newsLeft .newsMore>span {
  float: left;
  font-size: 22px;
  color: #076f3f;
  font-weight: bold;
  padding-right: 25px;
  background: url(../images/more_icon.png) no-repeat right center;
}
.newsList>li>a .newsRight {
  width: 43%;
  float: right;
  overflow: hidden;
  position: relative;
}
.newsList>li>a:hover {
  background-color: #fff;
}
.newsList>li>a:hover .newsLeft .newsSubTitle>span {
  color: #076f3f;
}
.newsList>li>a:hover .newsRight>img {
  transform: scale(1.1);
}

@media (max-width: 1550px) {
  .news {
    padding: 100px 0;
  }
}

@media (max-width: 1420px) {
  .news {
    padding: 80px 0;
  }
  .newsList {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 60px 0;
  }
  .newsList {
    margin-top: 30px;
  }
  .newsList>li {
    width: calc(50% - 20px);
    margin-top: 30px;
  }
  .newsList>li>a .newsLeft {
    padding: 30px 30px 30px 10px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
  .newsList {
    margin-top: 20px;
  }
  .newsList>li {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .newsList>li>a .newsLeft {
    padding: 20px 20px 20px 10px;
  }
  .newsList>li>a .newsLeft .newsTxt {
    height: 90px;
    margin-top: 15px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .newsTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: -10px;
  }
  .newsList {
    margin-top: 0;
  }
  .newsList>li {
    width: 100%;
    margin-top: 15px;
  }
  .newsList>li>a .newsLeft {
    padding: 10px;
  }
  .newsList>li>a .newsLeft .newsSubTitle {
    line-height: 14px;
    font-size: 12px;
  }
  .newsList>li>a .newsLeft .newsSubTitle>span {
    line-height: 24px;
    font-size: 18px;
    margin-top: 5px;
  }
  .newsList>li>a .newsLeft .newsTxt {
    height: 66px;
    line-height: 22px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
  .newsList>li>a .newsLeft .newsMore {
    line-height: 24px;
    margin-top: 10px;
  }
  .newsList>li>a .newsLeft .newsMore>span {
    font-size: 16px;
  }
}

.swiper-slide-last {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* 合作伙伴 */
.hz {
  width: 100%;
  flex: 1;
  overflow: hidden;
  padding: 50px 0;
}
.hz>.container {
  max-width: 1530px;
}
.hzContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hzLeft {
  width: 32%;
  float: left;
  margin-top: 20px;
}
.hzTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.hzLeft .aboutMore>a {
  color: #076f3f;
  background: url(../images/more_icon.png) no-repeat right center;
  line-height: 30px;
}
.hzRight {
  width: 54.5%;
  float: right;
  margin-top: -64px;
}
.hzList {
  display: flex;
  flex-wrap: wrap;
}
.hzList>li {
  width: 25%;
  float: left;
  border-top: 1px solid #d5d7d9;
  border-right: 1px solid #d5d7d9;
}
.hzList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.hzList>li>a::before {
  content: "";
  display: block;
  padding-top: 72.7273%;
}
.hzList>li:nth-child(1),
.hzList>li:nth-child(2),
.hzList>li:nth-child(3),
.hzList>li:nth-child(4) {
  border-top: none;
}
.hzList>li:nth-child(4n + 4) {
  border-right: none;
}
.hzList>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1220px) {
  .hz {
    padding: 30px 0;
  }
  .hzLeft {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .hz {
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
  .hzLeft {
    width: 40%;
  }
  .hzRight {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .hz {
    padding: 15px 0;
  }
  .hzLeft {
    width: 100%;
    margin-top: 10px;
  }
  .hzTxt {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .hzLeft .aboutMore {
    justify-content: center;
  }
  .hzRight {
    width: 100%;
  }
}
/* END-main */

/* 公司简介 */
.nBanner {
  width: 100%;
  overflow: hidden;
  height: 550px;
  position: relative;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 54px;
  margin-top: -74px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.dqwzName {
  float: left;
  font-size: 36px;
  font-weight: bold;
  padding-left: 50px;
}
.dqwzNav {
  float: right;
  line-height: 30px;
  margin-top: 24px;
  font-size: 14px;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #fff;
}
.mainLeft {
  width: 340px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  padding: 35px 0 35px 40px;
  background-color: #076f3f;
}
.menuTitle>div {
  display: block;
  overflow: hidden;
  padding-left: 40px;
  background: url(../images/menu_icon.png) no-repeat left 7px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.menuTitle>div>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
}
.menuTitle>div::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 1px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 55px;
  background-color: #076f3f;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
.menuList>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #228e5c;
}

.menuChildList {
  display: none;
}
.menuChildList>li {
  display: block;
  overflow: hidden;
  margin-top: 1px;
}
.menuChildList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f7f8f8;
  padding: 0 55px;
}
.menuChildList>li>a>span {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
.menuChildList>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuChildList>li>a:hover>span {
  color: #076f3f;
  text-decoration: underline;
}
.menuChildList>li>a:hover>span::before {
  border-left-color: #076f3f;
}
.menuTxt {
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 30px 20px;
}
.menuTxt>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.menuTxt>p {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 13px;
  color: #333;
}
.menuTxt>p>img {
  width: 20px;
  float: left;
  height: 20px;
  margin: 8px 10px 0 0;
}
.menuTxt>p:last-child {
  line-height: 24px;
}

.mainRight {
  width: 1060px;
  float: right;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

@media (max-width: 1500px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}
@media (max-width: 1200px) {
  .dqwzName {
    padding: 0;
  }
  .menuList>li>a {
    padding: 0 30px;
  }
  .menuChildList>li>a {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .dqwzContect {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 20px 0 20px 20px;
  }
  .mainRight {
    width: 69%;
  }
  
.nBanner {
  height: 330px;
}
}

@media (max-width: 767px) {
  .dqwzContect {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .menuTitle {
    width: calc(100% + 40px);
    text-align: left;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .menuList>li {
    margin-bottom: 3px;
  }
  .menuList>li>a {
    padding: 0 15px;
  }
  .menuList>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .menuChildList>li>a {
    padding: 0 15px;
  }
  .menuChildList>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .mainRight {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    line-height: 30px;
    font-size: 14px;
  }
}
/* END-公司简介 */

/* 产品中心 */
.cpzxList {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
}
.cpzxList>li {
  width: 340px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzxList>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 30px;
  background-color: #fff;
}
.cpzxList>li>a .cpzxImg {
  width: 100%;
  position: relative;
}
.cpzxList>li>a .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 61.8706%;
}
.cpzxList>li>a .cpzxTxt {
  display: block;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}
.cpzxList>li>a:hover {
  background-color: #076f3f;
  border-color: #076f3f;
}
.cpzxList>li>a:hover .cpzxImg>img {
  transform: scale(1.1);
}
.cpzxList>li>a:hover .cpzxTxt {
  color: #fff;
}

.cpzxBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cpzxBottom>a {
  min-width: 30px;
  min-height: 30px;
  float: left;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #076f3f;
  margin: 5px;
}
.cpzxBottom>a:hover,
.cpzxBottom>a.actived {
  background-color: #076f3f;
  color: #fff;
  border-color: #076f3f;
}

.cpxq {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px;
}
.cpxqLeft {
  width: 420px;
  float: left;
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.cpxqLeft::before {
  content: "";
  display: block;
  padding-top: 72.973%;
}
.cpxqRight {
  display: block;
  overflow: hidden;
  padding: 30px 20px 0 50px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #666;
}
.cpxqBox {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 25px;
}
.cpxqBox>div,
.cpxqBox>a {
  width: calc(50% - 10px);
  float: left;
  margin: 0 0 10px 0;
  border: 1px solid #076f3f;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #076f3f;
}
.cpxqDianhua>img {
  float: left;
  margin-right: 10px;
}
.cpxqBox>a.cpxqMore {
  background-color: #076f3f;
  color: #fff;
}
.cpxqBox>a.cpxqMore>img {
  float: right;
  margin-left: 10px;
}

.cpxqNav {
  width: 100%;
  float: left;
  margin-top: 20px;
  background-color: #fff;
}
.cpxqNav>li {
  min-width: 190px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-left: 1px solid #c9c9c9;
  cursor: pointer;
}
.cpxqNav>li>a {
  color: #333
}
.cpxqNav>li img {
  margin-left: 10px;
}
.cpxqNav>li.cpxqActive {
  color: #076f3f;
  border-left: 2px solid #076f3f;
}
.cpxqContect {
  width: 100%;
  float: left;
  color: #333;
  font-size: 13px;
  line-height: 36px;
  padding-top: 20px;
}
.cpxqContect>div {
  display: none;
}
.cpxqContect>div:first-child {
  display: block;
}
.cpxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
.cpxqContect table {
  /*display: block;*/
  width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}

.cpxqList {
  display: block;
  overflow: hidden;
}
.cpxqSubBox {
  display: block;
  overflow: hidden;
}
.cpxqBoxTitle {
  display: block;
  overflow: hidden;
  background: #eee;
  padding: 8px 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.cpxqSubList {
  display: block;
  overflow: hidden;
}
.cpxqSubList>li {
  display: block;
  overflow: hidden;
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.cpxqSubList>li>dl {
  width: 100%;
  float: left;
}
.cpxqSubList>li>dl>dd {
  width: 15%;
  float: left;
  text-align: center;
  list-style: 30px;
  font-size: 15px;
  color: #333;
}
.cpxqSubList>li>dl>dd:nth-child(1) {
  width: 60%;
  text-align: left;
}
.cpxqSubList>li>dl>dd:last-child {
  width: 10%;
}
.cpxqSubList>li>dl>dd:last-child>a {
  width: 30px;
  float: right;
  height: 30px;
  position: relative;
  color: #076f3f;
  font-size: 16px;
  background-color: #bfbfbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

	.broList1 {
	  display: block;
	  overflow: hidden;
	  padding-top: 10px;
	}
	.broList1>li {
	  margin: 10px 0.5%;  width:49%; float:left; border:1px solid #CCCCCC;
	}
	.broList1>li>a {
	  display: flex;
	  overflow: hidden;
	  background-color: #fff;
	}
	.broList1>li>a .broImg {
	  width: 175px;
	  float: left;
	  overflow: hidden;
	  position: relative;
	}
	.broList1>li>a .broImg::before {
	  content: "";
	  display: block;
	  padding-top: 68.57143%;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 175px);
	  float: left;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  padding: 30px 20px;
	  position: relative;
	}
	.broList1>li>a .broRight::after {
	  content: "";
	  width: 30px;
	  float: left;
	  height: 22px;
	  background: url(../images/bro_more.png) no-repeat center center;
	  background-size: 100% 100%;
	  position: absolute;
	  right: 30px;
	  top: 50%;
	  transform: translateY(-50%);
	}
	.broList1>li>a .broRight .broSubTitle {
	  width: 90%;
	  display: block;
	  overflow: hidden;
	  line-height: 28px;
	  font-size: 16px;
	  color: #333;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.broList1>li>a .broRight .broSubTxt {
	  width: 90%;
	  display: block;
	  overflow: hidden;
	  line-height: 22px;
	  font-size: 13px;
	  color: #333;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.broList1>li>a:hover .broImg>img {
	  transform: scale(1.1);
	}
	.broList1>li>a:hover .broRight .broSubTitle {
	  color: #1c468b;
	}

@media (max-width: 1460px) {
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
}


@media (max-width: 1200px) {
  .cpzxList>li>a {
    padding: 20px;
  }
  .cpxqLeft {
    width: 40%;
  }
  .cpxqRight {
    width: 60%;
    padding: 30px 30px 0 30px;
  }
  .cpxqBox>div, .cpxqBox>a {
    min-width: 160px;
  }
  	.broList1>li>a .broImg {
	  width: 150px;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 150px);
	  padding: 20px 40px 20px 20px;
	}
}

@media (max-width: 991px) {
  .cpzxList>li>a {
    padding: 10px;
  }
  .cpxqLeft {
    width: 100%;
    margin: 0;
  }
  .cpxqLeft::before {
    padding-top: 40%;
  }
  .cpxqRight {
    width: 100%;
    padding: 15px 0;
  }
  .cpxqTitle {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .cpxqBox {
    padding-top: 10px;
  }
  .cpxqNav {
    margin-top: 10px;
  }
  .cpxqNav>li {
    min-width: 33.3333%;
    height: 40px;
    line-height: 40px;
  }
  .cpxqContect {
    line-height: 24px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .cpzxList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzxBottom {
    justify-content: center;
  }

  .cpxqNav>li {
    width: 30%;
    min-width: initial;
    padding: 0 10px;
    font-size: 14px;
  }
  .cpxqNav>li:last-child {
    width: 40%;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
  .cpxqContect img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto;
  }
  .cpxqContect table td{
  width: 100% !important;
  height: auto !important;
  float: left !important;
}
}
/* END-产品中心 */

/* 新闻中心 */
.mainRight .newsList {
  margin: 0;
}
.mainRight .newsList>li {
  width: 100%;
  margin: 0 0 40px 0;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}
.xwxqImg{ width:100%; text-align:center;}
.xwxqImg img{ display:block; margin:10px auto; max-width:100%; height:auto;}

.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .mainRight .newsList>li {
    margin: 0 0 20px 0;
  }
	.broList1>li {
	  width: 100%;
	  height: auto;
	  margin: 0 0 20px 0;
	  padding-bottom: 0;
	  display: flex;
	}
	.broList1>li>a {
	  width: 100%;
	}
}

@media (max-width: 767px) {
  .mainRight .newsList>li {
    margin: 0 0 10px 0;
  }

  .xwxqTitle {
    font-size: 18px;
    line-height: 30px;
  }
  .xwxqTime {
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .xwxqContect {
    line-height: 30px;
    font-size: 14px;
  }

}
/* END-新闻中心 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}
.contactTxt>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.contactTxt>p {
  display: block;
  overflow: hidden;
}
.contactTxt>p>img {
  width: 20px;
  float: left;
  height: 20px;
  margin: 8px 10px 0 0;
}
.contactTxt>p:last-child {
  line-height: 24px;
}

.contactMap {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 14px;
    line-height: 30px;
  }
  .contactMap {
    margin-top: 10px;
    height: 300px;
  }
	.broList1>li {
	  margin-bottom: 10px; width:99%;
	}
	.broList1>li>a .broImg {
	  width: 120px;
	}
	.broList1>li>a .broImg::before {
	  padding-top: 75%;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 120px);
	  padding: 10px;
	}
	.broList1>li>a .broRight::after {
	  right: 10px;
	}
}
/* END-联系我们 */