/* 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 */
/* 产品热门搜索 */

.cpxq_img img{max-width:100%; height: auto;margin:30px auto; display:block;}
.search {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 28px 0;
}
.searchForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchLeft {
  width: 62.5%;
  float: left;
  display: flex;
}
.searchLeft>label {
  float: left;
  line-height: 44px;
  font-size: 16px;
  color: #00a271;
  font-weight: bold;
  padding-right: 15px;
}
.searchLeft>input {
  float: left;
  flex: 1;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 25px;
  font-size: 13px;
  color: #333;
}
.searchLeft>input::-webkit-input-placeholder {
  color: #666;
}
.searchLeft>input:-moz-placeholder {
  color: #666;
}
.searchRight {
  width: 31%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.searchRight>button,
.searchRight>a {
  width: calc(50% - 15px);
  float: left;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.searchRight>button>img,
.searchRight>a>img {
  float: left;
  margin-right: 10px;
}
.searchRight>button {
  background-color: #00a271;
  color: #fff;
}
.searchRight>a {
  color: #333;
}

@media (max-width: 1520px) {
  .searchRight {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .searchLeft {
    width: 58%;
  }
  .searchRight {
    width: 40%;
  }
  .searchRight>button, .searchRight>a {
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .search {
    padding: 15px 0;
  }
  .searchLeft {
    width: 100%;
  }
  .searchLeft>label {
    line-height: 38px;
    font-size: 14px;
    padding-right: 10px;
  }
  .searchLeft>input {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }
  .searchRight {
    width: 100%;
    margin-top: 10px;
  }
  .searchRight>button, .searchRight>a {
    height: 38px;
    font-size: 15px;
  }
}

/* 产品 */
.cpList {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.cpList li {
  width: 33.33333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpList li::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.cpList li>a {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cpList li>a .cpIcon {
  width: 82px;
  float: left;
  height: 68px;
  position: relative;
  overflow: hidden;
}
.cpList li>a .cpIcon>img:first-child {
  opacity: 1;
}
.cpList li>a .cpIcon>img:last-child {
  opacity: 0;
}
.cpList li>a .cpTitle {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.cpList li>a .cpTxt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.cpList li>a .cpMore {
  width: 100px;
  float: left;
  height: 36px;
  line-height: 30px;
  border: 3px solid #00a271;
  border-radius: 18px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.cpList li>a:hover {
  background-color: rgba(0, 162, 113, 0.9);
}
.cpList li>a:hover .cpIcon>img:first-child {
  opacity: 0;
}
.cpList li>a:hover .cpIcon>img:last-child {
  opacity: 1;
}
.cpList li>a:hover .cpTitle,
.cpList li>a:hover .cpTxt {
  color: #fff;
}
.cpList li>a:hover .cpMore {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1200px) {
  .cpList li>a .cpIcon {
    width: 70px;
    height: 58px;
  }
  .cpList li>a .cpTitle,
  .cpList li>a .cpTxt,
  .cpList li>a .cpMore {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .cpList li::before {
    padding-top: 75%;
  }
  .cpList li>a .cpIcon {
    width: 58px;
    height: 48px;
  }
  .cpList li>a .cpTitle,
  .cpList li>a .cpTxt,
  .cpList li>a .cpMore {
    margin-top: 5px;
  }

}

@media (max-width: 767px) {
  .cpList li::before {
    padding-top: 62.5%;
  }
  .cpList li>a .cpIcon {
    width: 36px;
    height: 30px;
  }
  .cpList li>a .cpTitle {
    font-size: 14px;
  }
}

/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 44px;
}
.cpzxCn {
  position: relative;
  font-size: 30px;
  color: #333;
}
.cpzxCn::before {
  content: "";
  width: 215px;
  float: left;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cpzxCn::after {
  content: "";
  width: 104px;
  float: left;
  height: 2px;
  background-color: #00a271;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cpzxEn {
  text-transform: uppercase;
  font-size: 36px;
  color: #d7d7d7;
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.cpzxNav li {
  width: 160px;
  float: left;
  margin: 0 5px 10px 5px;
}
.cpzxNav li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzxNav li.cpzxActive>a {
  border-width: 3px;
  border-color: #00a271;
}
.cpzxContect {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpzxContect>div {
  display: none;
}
.cpzxContect>div:first-child {
  display: block;
}
.cpzxList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1552px;
}
.cpzxList li {
  width: 356px;
  float: left;
  margin: 0 32px 20px 0;
}
.cpzxList li>a {
  width: 100%;
  float: left;
  height: 100%;
  border: 1px solid #d7d7d7;
}
.cpzxList li>a .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cpzxList li>a .cpzxImg>img {
  transform: scale(1.1);
}
.cpzxList li>a .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 85.87571%;
}
.cpzxList li>a .cpzxTxt {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #333;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.cpzxList li>a:hover {
  border-width: 3px;
  border-color: #00a271;
}
.cpzxList li>a:hover .cpzxImg>img {
  transform: scale(1);
}
.cpzxList li>a:hover .cpzxTxt {
  background-color: #00a271;
  color: #fff;
}
.cpzxMore {
  display: flex;
  justify-content: center;
}
.cpzxMore>a {
  width: 140px;
  float: left;
  height: 36px;
  line-height: 30px;
  border: 3px solid #00a271;
  border-radius: 18px;
  font-size: 13px;
  color: #333;
  text-align: center;
}
.cpzxMore>a:hover {
  background-color: #00a271;
  color: #fff;
}

@media (max-width: 1520px) {
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

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

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxList li {
    width: 31.3333%;
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 15px 0;
  }
  .cpzxTitle {
    line-height: 30px;
  }
  .cpzxCn {
    font-size: 20px;
  }
  .cpzxEn {
    font-size: 20px;
  }
  .cpzxNav li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpzxNav li>a {
    height: 38px;
    border-radius: 19px;
  }
  .cpzxList li {
    width: 48%;
  }
  .cpzxList li>a .cpzxImg>img {
    transform: scale(1);
  }
  .cpzxList li>a .cpzxTxt {
    height: 38px;
    line-height: 38px;
  }
}

/* 我们怎么样 */
.ys {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #00a271;
}
.ysTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.ysBigTitle {
  line-height: 44px;
  position: relative;
  font-size: 30px;
}
.ysBigTitle::before {
  content: "";
  width: 215px;
  float: left;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ysBigTitle::after {
  content: "";
  width: 104px;
  float: left;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ysSmallTitle {
  line-height: 26px;
  font-size: 16px;
  margin-top: 10px;
}
.ysSwiper {
  margin-top: 35px;
  padding-bottom: 45px;
}
.ysSwiper .ysImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.ysSwiper .ysImg>img {
  transform: scale(1.1);
}
.ysSwiper .ysImg::before {
  content: "";
  display: block;
  padding-top: 64.58334%;
}
.ysSwiper .ysBox {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
}
.ysSwiper .ysBox .ysTxtTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ysSwiper .ysBox .ysTxt {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 18px;
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ysSwiper .swiper-slide:hover .ysImg>img {
  transform: scale(1);
}
.ysSwiper .swiper-slide:hover .ysBox .ysTxtTitle {
  color: #00a271;
}
.ysSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.ysSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  float: left;
  background: #00a271;
  border: 5px solid #fff;
  opacity: 1;
  border-radius: 50%;
}
.ysSwiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.ysSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .ys {
    padding: 40px 0;
  }
  .ysSwiper .ysBox {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .ys {
    padding: 30px 0;
  }
  .ysSwiper .ysBox {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .ys {
    padding: 15px 0;
  }
  .ysBigTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .ysSmallTitle {
    line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
  }
  .ysSwiper {
    margin-top: 10px;
    padding-bottom: 25px;
  }
  .ysSwiper .ysImg>img {
    transform: scale(1);
  }
  .ysSwiper .ysBox .ysTxt {
    margin-top: 5px;
  }
  .ysSwiper .ysBox {
    padding: 10px;
  }
}

/* 解决方案 */
.solution {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.solutionSmallTitle {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.solutionNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.solutionNav li {
  width: 160px;
  float: left;
  margin: 0 5px 10px 5px;
}
.solutionNav li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.solutionNav li.solutionActive>a {
  border-width: 3px;
  border-color: #00a271;
}
.solutionContect {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.solutionLeft {
  width: 57.5%;
  float: left;
}
.solutionLeft>div {
  display: none;
}
.solutionLeft>div:first-child {
  display: block;
}
.newsTitle {
  display: flex;
  align-items: center;
  line-height: 42px;
  font-size: 24px;
  color: #333;
}
.newsTitle::after {
  content: "";
  width: 96px;
  float: right;
  height: 2px;
  background-color: #00a271;
  margin-left: 20px;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.newsList li>a {
  display: flex;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  padding: 20px;
}
.newsList li>a .newsImg {
  width: 252px;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList li>a .newsImg>img {
  transform: scale(1.1);
}
.newsList li>a .newsBox {
  flex: 1;
  float: left;
  padding: 20px 0 5px 30px;
}
.newsList li>a .newsBox .newsTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.newsList li>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.newsList li>a:hover .newsImg>img {
  transform: scale(1);
}
.newsList li>a:hover .newsBox .newsTit,
.newsList li>a:hover .newsBox .newsTime {
  color: #00a271;
}

.solutionRight {
  width: 37.5%;
  float: right;
  margin-top: 50px;
}
.newsNous {
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #00a271;
  padding: 20px;
}
.newsNous li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.newsNous li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
}
.newsNous 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: contain;
  cursor: pointer;
}
.newsNous li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.newsNous li>h2>a:hover {
  text-decoration: underline;
  color: #00a271;
}
.newsNous li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: initial;
}
.newsNous li .newsTxtBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.newsNous li.actived>h2::after {
  background-image: url(../images/news_more2.png);
}

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

@media (max-width: 991px) {
  .solution {
    padding: 30px 0;
  }
  .newsList li>a {
    padding: 10px;
  }
  .newsList li>a .newsImg {
    width: 180px;
  }
  .newsList li>a .newsBox {
    padding: 10px 0 5px 15px;
  }
  .newsNous {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .solution {
    padding: 15px 0;
  }
  .solutionSmallTitle {
    margin-top: 5px;
  }
  .solutionNav {
    margin-top: 5px;
  }
  .solutionNav li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .solutionNav li>a {
    height: 38px;
  }
  .solutionLeft {
    width: 100%;
  }
  .newsList li>a {
    padding: 5px;
  }
  .newsList li>a .newsImg {
    width: 140px;
  }
  .newsList li>a .newsBox {
    padding: 5px 0 5px 10px;
  }
  .newsList li>a .newsBox .newsTit {
    line-height: 26px;
  }
  .newsList li>a .newsBox .newsTxt {
    height: 44px;
    line-height: 22px;
  }
  .solutionRight {
    width: 100%;
    margin-top: 15px;
  }
  .newsNous {
    padding: 5px;
  }
  .newsNous li {
    padding: 5px 0;
    line-height: 24px;
  }
  .newsNous li .newsTxtBox .newsTxt {
    height: 132px;
    line-height: 22px;
    -webkit-line-clamp: 6;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.aboutLeft {
  width: 50%;
  float: left;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aboutLeft>div {
  width: 100%;
  float: right;
  max-width: 760px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutCn {
  line-height: 40px;
  font-size: 30px;
  color: #333;
}
.aboutCn::after {
  content: "";
  width: 104px;
  display: block;
  height: 2px;
  background-color: #00a271;
}
.aboutEn {
  line-height: 46px;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.aboutTxt {
  display: block;
  max-width: 85%;
  overflow: hidden;
  margin-top: 30px;
  line-height: 24px;
  font-size: 13px;
  color: #333;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutMore>a {
  width: 140px;
  float: left;
  height: 36px;
  line-height: 30px;
  border: 3px solid #00a271;
  border-radius: 18px;
  font-size: 13px;
  color: #333;
  text-align: center;
}
.aboutMore>a:hover {
  background-color: #00a271;
  color: #fff;
}
.aboutRight {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutRight::before {
  content: "";
  display: block;
  padding-top: 52.08334%;
}

@media (max-width: 1520px) {
  .aboutLeft>div {
    padding: 15px;
  }
  .aboutTxt {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .aboutTxt {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .aboutLeft {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .aboutCn {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutCn::after {
    margin: 0 auto;
  }
  .aboutEn {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutTxt {
    margin-top: 10px;
    line-height: 22px;
    text-align: left;
  }
  .aboutMore {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .aboutRight {
    width: 100%;
  }
}
/* END-main */

/* 复印租赁/办公耗材/产品中心/打印机销售 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.dqwzTitle {
  width: 100%;
  float: left;
  text-align: center;
}
.dqwzBigTitle {
  position: relative;
  line-height: 46px;
  font-size: 30px;
  color: #333;
}
.dqwzBigTitle::before {
  content: "";
  width: 215px;
  float: left;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.dqwzBigTitle::after {
  content: "";
  width: 104px;
  float: left;
  height: 1px;
  background-color: #00a271;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.dqwzSmallTitle {
  margin-top: 10px;
  line-height: 20px;
  font-size: 13px;
  color: #666;
}
.dqwzSmallTitle>span {
  color: #00a271;
}


.dqwzSmallTitle>span a{
  color: #00a271;
}


.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  transition: initial;
  margin-top: 25px;
}
.menuList>li {
  width: 160px;
  float: left;
  margin: 0 5px 10px 5px;
}
.menuList>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  border-width: 3px;
  border-color: #00a271;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.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;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

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

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 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;
    background-color: #00a271;
    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: 0;
  }
  .menuList li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menuList li a {
    height: 40px;
    padding: 0 15px;
  }
  .menuList>li:hover>a,
  .menuList>li.menuActive>a {
    border-width: 1px;
    border-color: #00a271;
    background-color: #00a271;
    color: #fff;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-复印租赁/办公耗材/产品中心/打印机销售 */

/* 解决方案 */
.dqwzContect .newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dqwzContect .newsList li {
  width: calc(50% - 10px);
  float: left;
  margin: 0 0 20px 0;
}
.dqwzContect .newsList li>a .newsBox {
  padding: 10px 0 10px 30px;
}
.dqwzContect .newsList li>a:hover {
  background-color: #00a271;
  border-color: #00a271;
}
.dqwzContect .newsList li>a:hover .newsTit,
.dqwzContect .newsList li>a:hover .newsTxt,
.dqwzContect .newsList li>a:hover .newsTime {
  color: #fff;
}

.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: 10px auto;
}

@media (max-width: 1200px) {
  .dqwzContect .newsList li>a .newsImg {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .dqwzContect .newsList li>a .newsImg {
    width: 180px;
  }
  .dqwzContect .newsList li>a .newsBox {
    padding: 10px 0 10px 15px;
  }
}

@media (max-width: 767px) {
  .dqwzContect .newsList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .dqwzContect .newsList li>a {
    padding: 5px;
  }
  .dqwzContect .newsList li>a .newsImg {
    width: 140px;
  }
  .dqwzContect .newsList li>a .newsBox {
    padding: 5px 0 5px 10px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-解决方案 */

/* 关于我们 */
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{max-width: 100%;height: auto;}

@media (max-width: 767px) {
  .company {
    line-height: 24px;
  }
}
/* END-关于我们 */

/* 联系我们 */
.contactTxt {
  width: 39%;
  float: left;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 350px;
  border: none;
}

@media (max-width: 767px) {
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    width: 100%;
    margin-top: 10px;
  }
}
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; /*display: inline-block;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
/* END-联系我们 */