/*
 * @制作者: Code Zhuang
 * @创建时间: 2022-11-17 11:12:21
 * @上次修改者: Code Zhuang
 * @上次修改时间: 2022-11-17 11:12:21
 */

/* 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";

/* main */
.serviceBox {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}

@media (max-width: 1440px) {
  .serviceBox {
    padding: 60px 0;
  }
}

@media (max-width: 1200px) {
  .serviceBox {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .serviceBox {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .serviceBox {
    padding: 15px 0;
  }
}

/* 服务项目 */
.service {
  width: 100%;
  overflow: hidden;
}
.serviceTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.serviceTitle>h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.serviceTitle>h1>span {
  float: left;
  padding: 0 30px;
  position: relative;
  line-height: 50px;
  font-size: 42px;
}
.serviceTitle>h1>span::before {
  content: "";
  width: 82px;
  float: left;
  height: 3px;
  background: url(../images/title_left.png) no-repeat center center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.serviceTitle>h1>span::after {
  content: "";
  width: 82px;
  float: left;
  height: 3px;
  background: url(../images/title_right.png) no-repeat center center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.serviceNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.serviceNav>li {
  float: left;
  margin: 0 5px 5px 5px;
}
.serviceNav>li>a {
  min-width: 180px;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #666;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  border-radius: 20px;
}
.serviceNav>li>a:hover,
.serviceNav>li.serviceActive>a {
  background-color: #0b6e24;
  border-color: #0b6e24;
  color: #fff;
}
.serviceContect {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.serviceContect>div {
  display: none;
}
.serviceContect>div:first-child {
  display: block;
}
.serviceList {
  display: block;
  overflow: hidden;
  width: 1440px;
}
.serviceList>li {
  width: 320px;
  float: left;
  margin: 0 40px 40px 0;
}
.serviceList>li>a {
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.serviceList>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: #0b6e24;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  transition: all .4s;
}
.serviceList>li>a .serviceImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.serviceList>li>a .serviceImg::before {
  content: "";
  display: block;
  padding-top: 81.25%;
}
.serviceList>li>a .serviceName {
  display: block;
  overflow: hidden;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  padding-right: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../images/fwxm_more.png);
  background-position: 120% center;
  background-repeat: no-repeat;
}
.serviceList>li>a:hover::after {
  width: 100%;
}
.serviceList>li>a:hover .serviceName {
  color: #0b6e24;
  background-position: right center;
}

@media (max-width: 1440px) {
  .serviceList {
    width: 102%;
    margin-left: -1%;
  }
  .serviceList>li {
    width: 23%;
    margin: 0 1% 40px 1%;
  }
}

@media (max-width: 991px) {
  .serviceList>li {
    margin: 0 1% 30px 1%;
  }
  .serviceContect {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .serviceTitle>h1 {
    margin-bottom: 0;
  }
  .serviceTitle>h1>span {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .serviceNav {
    margin-top: 10px;
  }
  .serviceNav>li {
    width: 32.33333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .serviceNav>li>a {
    min-width: initial;
    padding: 0 10px;
  }
  .serviceContect {
    margin-top: 10px;
  }
  .serviceList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .serviceList>li>a .serviceName {
    line-height: 40px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.hf>img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 767px) {
  .hf {
    margin-top: 10px;
  }
}

/* 关于我们/资质证书 */
.gsjjBox {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0 70px 0;
}
.gsjj {
  width: 34.5%;
  float: left;
}
.gsjjTitle {
  display: block;
  overflow: hidden;
  color: #fff;
}
.gsjjTitle>h1 {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 42px;
}
.gsjjTitle>span {
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 14px;
}
.gsjjTitle>span::after {
  content: "";
  width: 82px;
  float: left;
  height: 3px;
  margin-left: 35px;
  background: url(../images/title_heng.png) no-repeat center center;
}
.gsjjContect {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.gsjjTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  height: 108px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.gsjjContect>img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.gsjjMore {
  display: flex;
  overflow: hidden;
  margin-top: 35px;
}
.gsjjMore>a {
  width: 170px;
  float: left;
  height: 40px;
  background-color: #0b6e24;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.gsjjMore>a:hover {
  background-color: #fff;
  color: #333;
}

.Certificate {
  width: 51.5%;
  float: right;
}
.CertificateSwiper {
  width: 100%;
  margin-top: 30px;
}
.CertificateSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 10px solid #0b6e24;
  background-color: #fff;
}
.CertificateSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 142.78381%;
}
.Certificate>.gsjjMore {
  justify-content: flex-end;
}
.Certificate>.gsjjMore>a {
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

@media (max-width: 1440px) {
  .gsjjBox {
    padding: 70px 0;
  }
}

@media (max-width: 1200px) {
  .gsjjBox {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .gsjjBox {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .gsjjBox {
    padding: 15px 0;
  }
  .gsjj {
    width: 100%;
  }
  .gsjjTitle {
    text-align: center;
  }
  .gsjjTitle>h1 {
    line-height: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
  }
  .gsjjTitle>h1>span {
    float: left;
    padding: 0 10px;
    position: relative;
  }
  .gsjjTitle>h1>span::before {
    content: "";
    width: 82px;
    float: left;
    height: 3px;
    background: url(../images/title_heng2.png) no-repeat center center;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .gsjjTitle>h1>span::after {
    content: "";
    width: 82px;
    float: left;
    height: 3px;
    background: url(../images/title_heng.png) no-repeat center center;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .gsjjTitle>span {
    justify-content: center;
  }
  .gsjjTitle>span::after {
    display: none;
  }
  .gsjjContect {
    margin-top: 10px;
  }
  .gsjjTxt {
    line-height: 24px;
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .gsjjContect>img {
    margin-top: 10px;
  }
  .gsjjMore {
    justify-content: center;
    margin-top: 10px;
  }
  .Certificate {
    width: 100%;
    margin-top: 20px;
  }
  .CertificateSwiper {
    margin-top: 10px;
  }
  .CertificateSwiper .swiper-slide>a {
    border: 3px solid #0b6e24;
  }
  .Certificate>.gsjjMore {
    justify-content: center;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.newsBox {
  width: 31.5%;
  float: left;
  border: 1px solid #eee;
  padding: 20px 15px 0 15px;
}
.newsTitle {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 36px;
  font-size: 22px;
  color: #333;
}
.newsTitle::after {
  content: "";
  width: 88px;
  float: left;
  height: 2px;
  background-color: #0b6e24;
  margin-left: 15px;
}
.newsDynamic {
  display: block;
  overflow: hidden;
  padding: 15px;
}
.newsDynamic .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 40px 0 0 0;
}
.newsDynamic .newsImg::before {
  content: "";
  display: block;
  padding-top: 37.837838%;
}
.newsDynamic .newsName {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDynamic .newsTxt {
  display: block;
  overflow: hidden;
  height: 84px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsDynamic:hover .newsImg>img {
  transform: scale(1.1);
}
.newsDynamic:hover .newsName {
  color: #0b6e24;
}
.newsDynamicList {
  display: block;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.newsDynamicList>a {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDynamicList>a::before {
  content: "";
  width: 14px;
  float: right;
  height: 14px;
  background-image: url(../images/news_more1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 7px;
  transition: all 0.4s;
}
.newsDynamicList>a:hover {
  color: #0b6e24;
}
.newsDynamicList>a:hover::before {
  background-image: url(../images/news_more2.png);
}

.newsBox:last-child {
  border-bottom: 2px solid #0b6e24;
}
.encyclopediaList {
  display: block;
  overflow: hidden;
}
.encyclopediaList li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 28px;
}
.encyclopediaList li:last-child {
  border-bottom: none;
}
.encyclopediaList li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 20px;
  position: relative;
}
.encyclopediaList li>h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.encyclopediaList li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.encyclopediaList li>h2:hover>a {
  color: #0b6e24;
}
.encyclopediaList li>h2:hover::after {
  background-image: url(../images/news_more2.png);
}
.encyclopediaList li .encyclopediaBox {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: initial;
}
.encyclopediaList li .encyclopediaBox .encyclopediaTxt {
  display: block;
  overflow: hidden;
  height: 224px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  padding-left: 20px;
  margin: 10px 0;
}
.encyclopediaList li.actived>h2::after {
  background-image: url(../images/news_more3.png) !important;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .encyclopediaList li .encyclopediaBox .encyclopediaTxt {
    height: 168px;
    line-height: 28px;
    -webkit-line-clamp: 6;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .encyclopediaList li .encyclopediaBox .encyclopediaTxt {
    height: 140px;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 0;
  }
  .newsBox {
    width: 100%;
    margin-top: 15px;
    padding: 10px 10px 0 10px;
  }
  .newsTitle {
    line-height: 30px;
    font-size: 18px;
  }
  .newsTitle::after {
    width: 50px;
    margin-left: 5px;
  }
  .newsDynamic {
    padding: 10px 0;
  }
  .newsDynamic .newsTxt {
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
  }
  .newsDynamicList>a {
    padding: 10px;
  }
}

/* 合作客户 */
.cooperative {
  width: 100%;
  overflow: hidden;
  background: url(../images/coop_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.cooperativeList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  padding: 1px 1px 0 0;
}
.cooperativeList>li {
  width: 16.66666%;
  float: left;
  margin: -1px 0 0 -1px;
  position: relative;
}
.cooperativeList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #efefef;
  background-color: #fff;
}
.cooperativeList>li>a::before {
  content: "";
  display: block;
  padding-top: 76.23077%;
}
.cooperativeList>li:hover {
  z-index: 2;
}
.cooperativeList>li:hover>a {
  border-color: #0b6e24;
}

@media (max-width: 1200px) {
  .cooperative {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .cooperative {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .cooperative {
    padding: 15px 0;
  }
  .cooperativeList {
    margin-top: 15px;
  }
  .cooperativeList>li {
    width: 33.33333%;
  }
}

/* END-main */

/* 公司简介 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.dqwzTitle {
  width: 100%;
  float: left;
  text-align: center;
}
.dqwzTitle>h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.dqwzTitle>h1>span {
  float: left;
  padding: 0 30px;
  position: relative;
  line-height: 50px;
  font-size: 42px;
}
.dqwzTitle>h1>span::before {
  content: "";
  width: 82px;
  float: left;
  height: 3px;
  background: url(../images/title_left.png) no-repeat center center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dqwzTitle>h1>span::after {
  content: "";
  width: 82px;
  float: left;
  height: 3px;
  background: url(../images/title_right.png) no-repeat center center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dqwzNav {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.dqwzNav>span {
  color: #0b6e24;
}

.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
  transition: initial;
}
.menuList>li {
  float: left;
  margin: 0 5px 10px 5px;
}
.menuList>li>a {
  min-width: 180px;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #666;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  border-radius: 20px;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #0b6e24;
  border-color: #0b6e24;
  color: #fff;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menuTitle {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #0b6e24;
  }
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .dqwzContect {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-公司简介 */

/* 产品中心 */
.dqwzContect .serviceList>li {
  margin: 0 40px 20px 0;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqLeft {
  width: calc(50% - 20px);
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.cpxqLeft>img{
  width:100%;
  height:auto;
  display:block
}
.cpxqRight {
  width: calc(50% - 20px);
  float: right;
}
.cpxqRight>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-bottom: 20px;
}
.cpxqTitle>span {
  float: left;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0b6e24;
  color: #fff;
}
.cpxqContect {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
}
.cpxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .dqwzContect .serviceList>li {
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .menuList {
    display: none;
    margin-top: 0;
  }
  .menuList>li {
    width: 100%;
    margin: 3px 0 0 0;
  }

  .cpxqLeft {
    width: 100%;
  }
  .cpxqRight {
    width: 100%;
    margin-top: 15px;
  }
  .cpxqTxt {
    line-height: 24px;
    margin-top: 15px;
  }
  .cpxqContect {
    margin-top: 15px;
  }
}
/* END-产品中心 */

/* 合作客户 */
.dqwzContect .cooperativeList {
  margin-top: 0;
}
/* END-合作客户 */

/* 资质证书 */
.CertificateList {
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.CertificateList>li {
  width: 14.66666%;
  float: left;
  margin: 0 1% 2% 1%;
}
.CertificateList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 4px solid #0b6e24;
  background-color: #fff;
}
.CertificateList>li>a::before {
  content: "";
  display: block;
  padding-top: 142.78381%;
}
.CertificateList>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .CertificateList>li {
    width: 18%;
  }
}

@media (max-width: 991px) {
  .CertificateList>li {
    width: 23%;
  }
}

@media (max-width: 767px) {
  .CertificateList>li {
    width: 31.33333%;
  }
}
/* END-资质证书 */

/* 新闻动态 */
.xwList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xwList>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.xwList>li>a {
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #ccc;
}
.xwList>li>a .xwImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: 70%;
  float: left;
  padding: 20px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.xwList>li>a:hover {
  border-color: #0b6e24;
  background-color: #0b6e24;
}
.xwList>li>a:hover .xwRight .xwTitle,
.xwList>li>a:hover .xwRight .xwTxt,
.xwList>li>a:hover .xwRight .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .xwList>li>a .xwImg {
    width: 35%;
  }
  .xwList>li>a .xwRight {
    width: 65%;
    padding: 15px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 72px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .xwList>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .xwList>li>a .xwImg {
    width: 40%;
  }
  .xwList>li>a .xwRight {
    width: 60%;
    padding: 10px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 60px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻动态 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactTxt {
  width: 40%;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  background-color: #0b6e24;
  padding: 40px;
}
.contactMap {
  width: 60%;
  float: left;
  height: 400px;
  border: none;
}

@media (max-width: 991px) {
  .contactTxt {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contactMap {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */