/* 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 */
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 17px;
  background: url(../images/title_heng.png) no-repeat center bottom;
}
.cpzxEn {
  line-height: 34px;
  text-transform: uppercase;
  font-size: 24px;
  color: #d1d1d1;
}
.cpzxCn {
  line-height: 48px;
  font-size: 30px;
  color: #333;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1208px;
  padding-top: 30px
}
.cpzxList li {
  width: 294px;
  float: left;
  margin: 0 8px 8px 0;
}
.cpzxList li>a {
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
  position: relative;
}
.cpzxList li>a>img {
  transform: scale(1.1); width:60%;
}
.cpzxList li>a::before {
  content: "";
  display: block;
  padding-top: 120.612245%;
}
.cpzxList li>a .cpzxTxt {
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #404040;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.cpzxList li>a:hover {
  border-color: #2ba737;
}
.cpzxList li>a:hover>img {
  transform: scale(1);
}
.cpzxList li>a:hover .cpzxTxt {
  color: #2ba737;
}

@media (max-width: 1200px) {
  .cpzx {
    padding: 40px 0;
  }
  .cpzxList {
    width: 101%;
    margin-left: -0.5%;
  }
  .cpzxList li {
    width: 24%;
    margin: 0 0.5% 8px 0.5%;
  }
  .cpzxList li>a .cpzxTxt {
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxList li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpzxList li>a .cpzxTxt {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 15px 0;
  }
  .cpzxTitle {
    padding-bottom: 10px;
    background: url(../images/title_heng.png) no-repeat center bottom;
    background-size: auto 10px;
  }
  .cpzxEn {
    line-height: 20px;
    font-size: 18px;
  }
  .cpzxCn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpzxList {
    padding-top: 15px;
  }
  .cpzxList li {
    width: 49%;
  }
  .cpzxList li>a>img {
    transform: scale(1);
  }
  .cpzxList li>a .cpzxTxt {
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(46, 156, 39, 0.6);
    color: #fff;
  }
}

/* 企业信息 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0 0;
  position: relative;
}
.about::before {
  content: "";
  width: 100%;
  height: 85%;
  float: left;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  top: 0;
}
.about>.container {
  position: relative;
  z-index: 2;
}
.aboutContect {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.aboutLeft {
  width: 50%;
  float: left;
  padding-right: 25px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #c9c9c9;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.aboutTitle>span {
  float: left;
  color: #131313;
  margin-right: 10px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 14px;
  color: #131313;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.aboutMore>a {
  float: left;
  width: 148px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2ba737;
  font-size: 12px;
  color: #fff;
}
.aboutMore>a:hover {
  width: 120px;
}
.aboutImg {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 49.1639%;
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  margin: 45px 0 20px 0;
  padding: 35px 0;
}
.aboutList>li {
  width: 16.6666%;
  float: left;
  position: relative;
}
.aboutList>li::after {
  content: "";
  width: 1px;
  float: left;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0;
}
.aboutList>li:last-child::after {
  display: none;
}
.aboutList>li .aboutIcon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 64px;
}
.aboutList>li .aboutIcon>img:first-child {
  opacity: 1;
}
.aboutList>li .aboutIcon>img:last-child {
  opacity: 0;
}
.aboutList>li .aboutIconTxt {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #131313;
  margin-top: 20px;
  text-align: center;
}
.aboutList>li:hover .aboutIcon>img:first-child {
  opacity: 0;
}
.aboutList>li:hover .aboutIcon>img:last-child {
  opacity: 1;
}

@media (max-width: 1200px) {
  .about {
    padding: 40px 0 0 0;
  }
  .aboutContect {
    margin-top: 30px;
  }
  .aboutTitle {
    padding-bottom: 15px;
  }
  .aboutTxt {
    margin-top: 20px;
  }
  .aboutMore {
    margin-top: 15px;
  }
  .aboutList {
    margin: 30px 0 20px 0;
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0 0 0;
  }
  .aboutContect {
    margin-top: 20px;
  }
  .aboutTitle {
    padding-bottom: 10px;
  }
  .aboutList {
    margin: 20px 0;
    padding: 20px 0;
  }
  .aboutList>li .aboutIconTxt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0 0 0;
  }
  .aboutContect {
    margin-top: 15px;
    flex-direction: column-reverse;
  }
  .aboutLeft {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .aboutTxt {
    line-height: 24px;
    margin-top: 10px;
    -webkit-line-clamp: 5;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .aboutImg {
    width: 100%;
  }
  .aboutList {
    margin: 10px 0;
    padding: 10px 0;
  }
  .aboutList>li {
    width: 33.3333%;
    margin: 5px 0;
  }
  .aboutList>li .aboutIcon {
    height: 40px;
  }
}

.mainBox {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
/* 技术力量 */
.technology {
  width: 59.5%;
  float: left;
}
.technologyTitle {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f9f9f9;
}
.technologyTitle>span {
  min-width: 160px;
  height: 100%;
  float: left;
  background-image: url(../images/title_bj.jpg);
  background-position: 100.3% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #2e9c27;
  text-align: center;
  padding: 0 30px 0 15px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.technologyTitle>a {
  width: 56px;
  float: left;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #2e9c27;
  font-size: 12px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
}
.technologyContect {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.technologyContect>a {
  width: 100%;
  display: flex;
}
.technologyContect>a .technologyImg {
  width: 268px;
  float: left;
  border: 1px solid #ebebeb;
  overflow: hidden;
  position: relative;
}
.technologyContect>a .technologyImg>img {
  transform: scale(1.1);
}
.technologyContect>a .technologyRight {
  width: calc(100% - 268px);
  float: left;
  padding: 10px 0 10px 20px;
}
.technologyContect>a .technologyRight .technologyTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technologyContect>a .technologyRight .technologyTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.technologyContect>a .technologyRight .technologyTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #515151;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.technologyContect>a .technologyRight .technologyMore {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
  color: #515151;
}
.technologyContect>a:hover .technologyImg>img {
  transform: scale(1);
}
.technologyContect>a:hover .technologyRight .technologyTit {
  color: #2e9c27;
}

.technologyList {
  display: block;
  overflow: hidden;
}
.technologyList li {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.technologyList li>a {
  width: 100%;
  float: left;
  display: flex;
}
.technologyList li>a .technologySub {
  width: 74px;
  float: left;
  background-color: #ebebeb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #898989;
}
.technologyList li>a .technologySub>span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 36px;
  color: #898989;
  font-weight: bold;
  line-height: 40px;
}
.technologyList li>a .technologyBox {
  width: calc(100% - 74px);
  float: left;
  padding-left: 25px;
}
.technologyList li>a .technologyBox .technologyTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technologyList li>a .technologyBox .technologyTxt {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #515151;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.technologyList li>a:hover .technologySub {
  background-color: #2e9c27;
  color: #fff;
}
.technologyList li>a:hover .technologySub>span {
  color: #fff;
}
.technologyList li>a:hover .technologyBox .technologyTit {
  color: #2e9c27;
}

@media (max-width: 1200px) {
  .mainBox {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .mainBox {
    padding: 30px 0;
  }
  .technologyContect {
    margin-top: 20px;
  }
  .technologyContect>a .technologyImg {
    width: 180px;
  }
  .technologyContect>a .technologyRight {
    width: calc(100% - 180px);
    float: left;
    padding: 10px 0 10px 15px;
  }
  .technologyContect>a .technologyRight .technologyTxt {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .mainBox {
    padding: 15px 0;
  }
  .technology {
    width: 100%;
  }
  .technologyTitle {
    height: 38px;
  }
  .technologyTitle>span {
    min-width: 120px;
    padding: 0 20px 0 10px;
  }
  .technologyContect {
    margin-top: 15px;
  }
  .technologyContect>a .technologyImg {
    width: 140px;
  }
  .technologyContect>a .technologyRight {
    width: calc(100% - 140px);
    padding: 5px 0 5px 10px;
  }
  .technologyContect>a .technologyRight .technologyTit {
    line-height: 24px;
  }
  .technologyContect>a .technologyRight .technologyTime {
    line-height: 16px;
    margin-top: 0;
  }
  .technologyContect>a .technologyRight .technologyTxt {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .technologyContect>a .technologyRight .technologyMore {
    line-height: 16px;
  }
  .technologyList li {
    margin-top: 10px;
  }
  .technologyList li>a .technologyBox {
    padding-left: 10px;
  }
  .technologyList li>a .technologyBox .technologyTit {
    line-height: 24px;
  }
  .technologyList li>a .technologyBox .technologyTxt {
    margin-top: 6px;
    height: 40px;
    line-height: 20px;
  }
}

/* 公司动态 */
.news {
  width: 38%;
  float: right;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #d7d7d7;
  line-height: 44px;
}
.newsList li>a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li>a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.newsList li>span {
  float: right;
  font-size: 12px;
  color: #999;
}
.newsList li>a:hover {
  color: #2e9c27;
}
.newsList li>a:hover::before {
  border-left-color: #2e9c27;
}

@media (max-width: 991px) {
  .newsList li {
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .news {
    width: 100%;
    margin-top: 15px;
  }
  .newsList li {
    line-height: 38px;
  }
}
/* END-main */

/* 产品中心 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.mainLeft {
  width: 274px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-image: url(../images/menu_title_bj.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #2ba737;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 26px 0 26px 20px;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 10px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #999;
  padding: 0 40px 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #efefef;
}
.menuList>li>a::after {
  content: "";
  width: 15px;
  float: left;
  height: 16px;
  background-image: url(../images/menu_jiantou1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #2e9c27;
  color: #fff;
}
.menuList>li:hover>a::after,
.menuList>li.menuActive>a::after {
  background-image: url(../images/menu_jiantou2.png);
}

.menuList>li>ul {
  display: none;
  overflow: hidden;
  transition: initial;
  border: 2px solid #efefef;
  margin-top: 1px;
  padding: 6px;
}
.menuList>li>ul>li {

  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: left; margin-left:36px; display:block;
}
.menuList>li>ul>li>a {
  font-size: 16px;
  color: #666666;
}
.menuList>li>ul>li>a>span {
  color: #fff;
  float: left;
  margin-right: 6px;
}
.menuList>li>ul>li>a:hover {
  color: #2e9c27;
}
.menuList>li>ul>li.act>a {
  color: #2e9c27;
}
.menuList>li>ul>li>a:hover>span {
  color: #2e9c27;
}
.menuDianhuaBox {
  display: block;
  overflow: hidden;
  background-image: linear-gradient(#2e9c27, #0c5508);
  border-radius: 0 0 30px 30px;
  border-bottom: 15px solid #cbe6c9;
  padding: 25px 0;
}
.menuDianhua {
  display: block;
  overflow: hidden;
  text-align: center;
}
.menuDianhua img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.menuDianhua>div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.menuDianhua>div>span {
  float: left;
  position: relative;
  padding: 0 13px;
  color: #fff;
  font-size: 14px;
}
.menuDianhua>div>span::before {
  content: "";
  width: 52px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.menuDianhua>div>span::after {
  content: "";
  width: 52px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.menuDianhuaTxt {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
.menuDianhuaTxt>span {
  font-weight: bold;
  font-family: Impact;
}

.mainRight {
  width: 898px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 48px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}
.dqwzTit {
  float: left;
  font-size: 20px;
  color: #2e9c27;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}
.dqwzTit::before {
  content: "";
  width: 4px;
  float: left;
  height: 21px;
  background-color: #2e9c27;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dqwzRight {
  float: right;
  font-size: 14px;
  color: #c6c6c6;
  position: relative;
}
.dqwzRight::before {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #2e9c27;
  position: absolute;
  right: 0;
  bottom: -6px;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.dqwzContect .cpzxList {
  display: block;
  overflow: hidden;
  width: 916px;
  padding: 0;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqImg{ width:100%; text-align:center; margin:10px auto;}
.cpxqImg img{ max-width:700px; width:100%; height:auto; max-height:600px;}

.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
  .dqwzContect .cpzxList {
    width: 101%;
    margin-left: -0.5%;
  }
  .dqwzContect .cpzxList li {
    width: 32.3333%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
  .dqwzContect .cpzxList li {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    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;
    margin-top: 2px;
  }
  .menuList>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心 */

/* 技术力量 */
.dqwzContect .technologyList li {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .dqwzContect .technologyList li {
    margin: 0 0 10px 0;
  }
}
/* END-技术力量 */

/* 企业信息 */
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}
.company h2{ line-height:1.8;}
.company table{ padding:2px; padding:0px; width:100% !important; border:1px solid #CCCCCC;}
.company table tr td{ border:1px solid #CCCCCC;}

@media (max-width: 767px) {
  .company {
    line-height: 24px;
  }
}
/* END-企业信息 */

/* 新闻中心 */
.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  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%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
  }
}
/* END-联系我们 */

/* 售前咨询/售后服务 */
.zxlyTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.zxlySub {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.zxlySub>span {
  color: #f00;
}

.zxly {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.zxlyBox {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.zxlyLeft {
  width: 20%;
  float: left;
  padding: 10px;
  background-color: rgba(239, 239, 239, 1);
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.zxlyLeft>span {
  color: #f00;
  font-weight: normal;
  margin-left: 5px;
}
.zxlyRight {
  width: 80%;
  float: right;
  padding: 10px;
  display: flex;
}
.zxlyRight>select {
  width: 100%;
  float: left;
  height: 34px;
  max-width: 400px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.zxlyRight>input {
  width: 100%;
  float: left;
  height: 34px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.zxlyRight>textarea {
  width: 100%;
  float: left;
  height: 192px;
  line-height: 24px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-family: "Microsoft YaHei";
}
.zxlyBtn {
  width: 100%;
  float: left;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.zxlyBtn>button {
  width: 160px;
  float: left;
  height: 40px;
  background-color: #2ba737;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 16px;
  color: #fff;
}

.cpxqBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.cpxqBtn>img {
  float: left;
  margin: 0 10px;
}
.cpxqBtn>a {
  width: 166px;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}
.cpxqBtn>a:nth-child(2) {
  background-color: #009889;
}
.cpxqBtn>a:nth-child(3) {
  background-color: #1089b6;
}
.cpxqBtn>a:hover {
  background-color: #2ba737;
}

@media (max-width: 767px) {
  .menuTitle1 {
    text-align: center;
  }
  .menuTitle1::after {
    display: none;
  }
  .zxlyTitle {
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0;
  }
  .zxlyLeft {
    width: 30%;
    padding: 5px;
  }
  .zxlyRight {
    width: 70%;
    padding: 5px;
  }
  .zxlyRight>textarea {
    height: 140px;
    padding: 5px;
  }
  .zxlyBtn {
    padding: 5px;
  }
  .zxlyBtn>button {
    width: 110px;
    height: 30px;
  }
}
/* END-售前咨询/售后服务 */