@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "dBold";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dMedium";
  src: url("../font/DIN-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MicrosoftBold";
  src: url("../font/MicrosoftBold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  overflow: hidden;
  background: url(../img/header-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
}

.header-left {
  display: flex;
  align-items: center;
}

.logo {
  display: block;
  width: 179px;
  margin-right: 30px;
  overflow: hidden;
}

.brand-icon {
  width: 408px;
  overflow: hidden;
}

.header-left img {
  width: 100%;
}

.header-hotline {
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: center;
}

.header-hotline p {
  font-size: 20px;
  color: #111;
  font-weight: bold;
  margin-bottom: 8px;
}

.header-hotline span {
  font-size: 36px;
  line-height: 36px;
  color: #00562f;
  font-family: "dBold";
}

.nav-wrap {
  border-top: 1px solid #eee;
  overflow: hidden;
  background-color: #fff;
}

.nav-ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  padding: 0 60px;
  color: #444;
  transition: all 0.3s;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #fff;
  background-color: #00562f;
}

@media (max-width: 1700px) {
  .nav-ul li>a {
    padding: 0 50px;
  }
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 40px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 30px;
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    font-size: 16px;
    padding: 0 20px;
  }

  .brand-icon {
    width: 328px;
  }
}

@media (max-width: 991px) {
  .nav-wrap {
    display: none;
  }

  header {
    height: 70px;
  }

  .logo {
    width: 159px;
  }

  .brand-icon {
    width: 228px;
  }

  .header-hotline {
    display: none;
  }

  .header-main {
    height: 70px;
    padding-right: 25px;
  }
}

@media (max-width: 599px) {
  .brand-icon {
    display: none;
  }
}

/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #1b1b1b;
}

.copy {
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  border-top: 1px solid rgba(201, 201, 201, 0.25);
}

.footer-ul {
  padding-top: 56px;
  margin-bottom: 43px;
  display: flex;
  justify-content: space-between;
  background: url(../img/footer-text-bg.png) no-repeat center;
  width: 100%;
}

.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 28px;
}

.footer-ul li dl dd>a {
  line-height: 30px;
  display: block;
  color: #808080;
  font-size: 16px;
}

.footer-ul li dl dd span {
  color: transparent;
}

.code-wrap {
  display: flex;
}

.code-item {
  width: 135px;
  text-align: center;
}

.code-item p {
  color: #808080;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .copy {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0px;
  }

  .copy p {
    width: 100%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-ul li dl dd>a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer-ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-ul li h3 {
    margin-bottom: 6px;
  }

  .footer-ul li dl {
    text-align: center;
  }

  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }

  .footer-ul li dl dd>a {
    font-size: 16px;
  }

  .code-wrap {
    width: 100%;
    justify-content: center;
  }

  .code-item {
    width: 153px;
    margin: auto;
  }

  #footer {
    padding-top: 32px;
  }
}

/* 下拉菜单 */
.nav-subbox {
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 260px;
  width: 100%;
  border-top: 2px solid #00562f;
  display: none;
  z-index: 2;
}

.nav-subabout {
  padding-top: 40px;
  padding-bottom: 20px;
}

.nav-sub ul li {
  display: none;
}

.nav-sub ul li:first-child {
  display: block;
}

.nav-subul li {
  margin-left: -10px;
  margin-right: -10px;
}

.navsub-aitem {
  float: left;
  padding: 0 10px;
  width: 16.6667%;
}

.navsub-aitem p {
  margin-top: 18px;
  line-height: 48px;
  font-size: 18px;
  color: #444;
  text-align: center;
  border-bottom: 2px solid transparent;
  width: 100%;
}

.navsub-aitem:hover p {
  border-color: #00562f;
  color: #00562f;
}

.navsub-aitem:hover .public-img img {
  transform: scale(1.1);
}

.nav-subpro {
  padding-top: 20px;
  padding-bottom: 22px;
}

.subpro-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #00562f;
  padding-bottom: 15px;
}

.supro-subtitle {
  color: #444;
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px;
}

.subpro-dl {
  margin-top: 9px;
}

.subpro-dl dd a {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.subpro-swiper .swiper-slide:hover .supro-subtitle {
  color: #00562f;
}

.subpro-dl dd a:hover {
  color: #00562f;
}

@media (max-width: 1400px) {
  .navsub-aitem p {
    margin-top: 8px;
    line-height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-subabout {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .nav-subabout {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .nav-subbox {
    display: none;
  }
}

/* 公共 */
.public-wrap {
  padding-top: 78px;
  overflow: hidden;
}

.public-title {
  font-size: 50px;
  color: #111;
  line-height: 50px;
  text-align: center;
}

/* 联系我们 */
.contact-top {
  margin-top: 46px;
}

.contact-top h3 {
  font-size: 30px;
  color: #00562f;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-people {
  margin-bottom: 50px;
}

.contact-people li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.contact-people li:last-child {
  margin-bottom: 0px;
}

.contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #00562f;
  height: 50px;
  font-size: 18px;
}

.contact-region {
  width: 37.5%;
}

.contact-phone {
  width: 18.75%;
}

.contact-manager {
  width: 12.5%;
}

.contact-qq {
  width: 30.5%;
}

.contact-ctitle {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #f0f0f0;
  padding: 0 28px;
  justify-content: center;
}

.contact-people li .contact-ctitle:first-child {
  justify-content: flex-start;
}

.contact-bom {
  width: 100%;
  display: flex;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-left {
  width: 67.5%;
  overflow: hidden;
}

.contact-left img {
  width: 100%;
}

.contact-right {
  width: 29.375%;
  padding: 48px 66px 0px;
  border: 1px solid #c9c9c9;
}

.contact-right h3 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 28px;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}

.contact-list {
  margin-bottom: 20px;
}

.contact-list li {
  height: 76px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
}

.contact-icon {
  width: 27px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.contact-info {
  width: calc(100% - 47px);
  font-size: 16px;
}

.contact-info span {
  color: #969696;
}

.contact-tel {
  width: 100%;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background-color: #00562f;
}

.contact-tel span {
  font-size: 22px;
}

.contact-ctitle span {
  padding-right: 3px;
}

@media (max-width: 1700px) {
  .contact-list li {
    height: 68px;
  }

  .contact-right {
    padding: 38px 40px 0px;
  }
}

@media (max-width: 1600px) {
  .contact-list li {
    height: 68px;
  }

  .contact-right {
    padding: 20px 15px 0px;
  }

  .contact-right h3 {
    padding-bottom: 18px;
  }
}

@media (max-width: 1400px) {
  .contact-list li {
    height: 60px;
  }

  .contact-info {
    font-size: 14px;
  }

  .contact-tel {
    height: 50px;
    font-size: 16px;
  }

  .contact-tel span {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .public-wrap {
    padding-top: 65px;
  }

  .public-title {
    font-size: 38px;
    line-height: 38px;
  }

  .contact-ctitle {
    padding: 0 15px;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-right {
    width: 100%;
    padding: 30px 25px;
  }

  .contact-bom {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .public-wrap {
    padding-top: 35px;
  }

  .public-title {
    font-size: 28px;
    line-height: 28px;
  }

  .contact-top {
    margin-top: 20px;
  }

  .contact-top h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .contact-title {
    font-size: 16px;
  }

  .contact-ctitle {
    padding: 0 5px;
    font-size: 14px;
    height: 125px;
  }

  .contact-people {
    margin-bottom: 30px;
  }

  .contact-left {
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding: 20px 15px;
  }

  .contact-bom {
    margin-bottom: 40px;
  }
}

@media (max-width: 559px) {
  .contact-ctitle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-qq {
    flex-direction: column;
  }
}

/* 新闻中心 */
.inav-wrap {
  border-bottom: 1px solid #dcdcdc;
}

.inav-main {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.inav-main h3 {
  font-size: 24px;
  color: #222;
}

.inav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inav-list li {
  margin-right: 50px;
}

.inav-list li:last-child {
  margin-right: 0px;
}

.inav-list li a {
  line-height: 80px;
  font-size: 18px;
  color: #444;
  display: block;
  position: relative;
}

.inav-list li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0px;
  bottom: -1px;
  background-color: transparent;
  z-index: 999;
  transition: all 0.5s;
}

.inav-list li:hover a,
.inav-list li.on a {
  color: #00562f;
}

.inav-list li:hover a::after,
.inav-list li.on a::after {
  background-color: #00562f;
}

.news-top {
  margin-left: -25px;
  margin-right: -25px;
}

.news-topitem {
  float: left;
  width: 33.333%;
  padding: 0 25px;
}

.news-topinfo {
  padding: 28px 28px 0px;
  border: 1px solid #dcdcdc;
}

.news-topinfo h3 a {
  display: block;
  font-size: 24px;
  color: #111;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-topinfo p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 12px;
  margin-bottom: 24px;
}

.news-topbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-top: 1px solid #dcdcdc;
  color: #a0a0a0;
}

.news-arrow {
  display: block;
  background: url(../img/news-arrow.png) no-repeat center;
  width: 15px;
  transition: all 0.5s;
  height: 10px;
}

.news-topitem:hover .public-img img {
  transform: scale(1.1);
}

.news-topitem:hover .news-topinfo h3 a {
  color: #00562f;
}

.news-topitem:hover .news-arrow {
  transform: translateX(5px);
}

.news-list {
  margin-top: 50px;
}

.news-list li {
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  display: flex;
}

.news-list li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.news-time {
  width: 162px;
  position: relative;
  color: #a0a0a0;
  font-family: "dMedium";
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-time p:first-child {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.news-time p:last-child {
  font-size: 30px;
  line-height: 30px;
}

.news-time::after {
  position: absolute;
  content: "";
  height: 58px;
  width: 1px;
  background-color: #dcdcdc;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.news-des {
  width: calc(100% - 162px);
  padding-left: 50px;
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-des h3 a {
  display: block;
  font-size: 24px;
  color: #111;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}

.news-des p {
  color: #555;
}

.news-list li:hover .news-time {
  color: #00562f;
}

.news-list li:hover .news-des h3 a {
  color: #00562f;
}

.click-more {
  display: block;
  width: 166px;
  height: 44px;
  text-align: center;
  background-color: #00562f;
  line-height: 44px;
  color: #fff;
  border-radius: 5px;
  margin: 70px auto;
}

.news-wrap {
  padding-top: 80px;
}

@media (max-width: 1400px) {
  .inav-list li {
    margin-right: 30px;
  }

  .inav-list li a {
    font-size: 16px;
  }

  .news-top {
    margin-right: -12px;
    margin-left: -12px;
  }

  .news-topitem {
    padding: 0 12px;
  }
}

@media (max-width: 1200px) {
  .news-wrap {
    padding-top: 45px;
  }

  .news-topinfo {
    padding: 20px 18px 0px;
  }

  .news-topbom {
    height: 58px;
  }

  .news-time {
    width: 132px;
  }

  .news-des {
    width: calc(100% - 132px);
    padding-left: 35px;
  }

  .click-more {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .inav-wrap {
    display: none;
  }

  .news-wrap {
    padding-top: 40px;
  }

  .news-top {
    margin-right: 0px;
    margin-left: 0px;
  }

  .news-topitem {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .news-topitem:last-child {
    margin-bottom: 0px;
  }

  .news-topinfo p {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .news-topbom {
    height: 48px;
  }

  .news-list {
    margin-top: 30px;
  }

  .news-time {
    width: 92px;
    height: 96px;
  }

  .news-des {
    width: calc(100% - 92px);
    padding-left: 25px;
    height: 96px;
  }

  .news-time p:first-child {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .news-time p:last-child {
    font-size: 24px;
    line-height: 24px;
  }

  .news-des h3 a {
    font-size: 22px;
  }

  .click-more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .news-topinfo h3 a {
    font-size: 22px;
  }

  .news-time {
    width: 62px;
    height: 86px;
  }

  .news-des {
    width: calc(100% - 62px);
    padding-left: 15px;
    height: 86px;
  }

  .news-des h3 a {
    margin-bottom: 7px;
  }
}

/* 新闻详情 */
.news-deatiltitle {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d1d1;
}

.news-deatiltitle h3 {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  margin-bottom: 22px;
}

.news-deatiltitle p {
  color: #999;
}

.news-deatiltitle span {
  padding: 0 23px;
}

.news-detaildes {
  padding-top: 42px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.news-detaildes p {
  margin-bottom: 15px;
  /*text-indent: 32px;*/
}

.news-detaildes img {
  max-width: 100%
}

.news-detailpage {
  padding-top: 42px;
  padding-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d1d1d1;
}

.news-detailpage a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.news-detailpage a:hover {
  color: #00562f;
}

.news-detailpage img {
  max-width: 100%
}

@media (max-width: 991px) {
  .news-deatiltitle h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .news-deatiltitle span {
    padding: 0 10px;
  }

  .news-deatiltitle {
    padding-bottom: 14px;
  }

  .news-detaildes {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .news-detaildes p {
    margin-bottom: 10px;
  }

  .news-detailpage {
    padding-top: 30px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-detailpage a {
    width: 100%;
  }
}

/* 投诉意见 */
.complaint-wrap {
  width: 1200px;
  margin: 0 auto;
}

.complaint-title {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: #111;
  margin-bottom: 24px;
}

.complaint-subtitle {
  text-align: center;
  color: #999;
  margin-bottom: 45px;
}

.complaint-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.complaint-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  height: 54px;
  width: calc(50% - 10px);
  padding: 0 24px;
}

.complaint-wrap i {
  font-style: normal;
  color: #00562f;
}

.complaint-form input {
  width: calc(100% - 50px);
  border: none;
  line-height: 52px;
  background-color: transparent;
}

.complaint-textarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 198px;
  border: 1px solid #e5e5e5;
  padding: 14px 24px;
}

.complaint-textarea textarea {
  width: calc(100% - 80px);
  border: none;
  line-height: 30px;
  background-color: transparent;
}

.complaint-btn {
  width: 400px;
  height: 54px;
  margin: 50px auto 80px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #00562f;
  color: #fff;
}

.complaint-btn span {
  padding-right: 20px;
}

@media (max-width: 1400px) {
  .complaint-wrap {
    width: 1100px;
  }
}

@media (max-width: 1200px) {
  .complaint-wrap {
    width: 920px;
  }
}

@media (max-width: 991px) {
  .complaint-wrap {
    width: 100%;
  }

  .complaint-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .complaint-subtitle {
    margin-bottom: 25px;
  }

  .complaint-item {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .complaint-form {
    width: 100%;
    margin-bottom: 20px;
    height: 48px;
    padding: 0 15px;
  }

  .complaint-form input {
    line-height: 46px;
  }

  .complaint-textarea {
    height: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .complaint-btn {
    width: 220px;
    margin-top: 40px;
    height: 50px;
    margin-bottom: 50px;
  }
}

/* 原厂直采 */
.original-title {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 48px;
}

.original-list li {
  display: flex;
  margin-bottom: 50px;
}

.original-list li:nth-child(even) {
  flex-direction: row-reverse;
}

.original-info {
  width: 50%;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px;
}

.original-img {
  width: 50%;
  overflow: hidden;
}

.original-img img {
  width: 100%;
  transition: all 0.5s;
}

.original-img:hover img {
  transform: scale(1.1);
}

.original-info h3 {
  font-size: 30px;
  line-height: 30px;
  color: #00562f;
  margin-bottom: 40px;
}

.original-info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}

.original-info p:last-child {
  margin-bottom: 0px;
}

.original-warn {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #00562f;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1600px) {
  .original-info h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .original-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .original-title {
    font-size: 20px;
  }

  .original-list li {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .original-list li:nth-child(2n) {
    flex-direction: column;
  }

  .original-info {
    width: 100%;
    padding: 30px;
  }

  .original-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .original-title {
    margin-bottom: 25px;
    line-height: 28px;
  }

  .original-info h3 {
    font-size: 24px;
  }

  .original-list li {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .original-info {
    padding: 20px;
  }

  .original-info h3 {
    margin-bottom: 10px;
  }

  .original-warn {
    font-size: 28px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .original-info p {
    font-size: 16px;
  }
}

/* 服务网络 */
.web-img {
  text-align: center;
  margin-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .web-img img {
    width: 100%;
  }

  .web-img {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .web-img {
    margin-bottom: 35px;
  }
}

/* 售后服务 */
.sales-list li {
  margin-bottom: 80px;
}

.sales-list li h3 {
  font-size: 30px;
  color: #00562f;
  line-height: 30px;
  margin-bottom: 20px;
}

.sales-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}

.sales-list li .sales-info p {
  margin-bottom: 24px;
}

.sales-list li p:last-child {
  margin-bottom: 0px;
}

.sales-margin {
  margin-top: 42px;
}

.sales-img {
  overflow: hidden;
}

.sales-img img {
  width: 100%;
  transition: all 0.5s;
}

.sales-img:hover img {
  transform: scale(1.1);
}

.sales-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sales-info {
  width: calc(50% - 30px);
}

.sales-half {
  width: calc(50% - 30px);
}

@media (max-width: 1600px) {
  .sales-list li .sales-info p {
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .sales-info {
    width: 100%;
    margin-bottom: 20px;
  }

  .sales-half {
    width: 100%;
  }

  .sales-list li {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .sales-list li h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sales-list li .sales-info p {
    margin-bottom: 10px;
  }

  .sales-list li p {
    margin-bottom: 10px;
  }

  .sales-margin {
    margin-top: 20px;
  }

  .sales-list li {
    margin-bottom: 30px;
  }
}

/* 全球部署 */
.global-img {
  text-align: center;
  margin-bottom: 80px;
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .global-img {
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .global-img img {
    width: 100%;
  }
}

/* 产品保修条款 */
.repair-title {
  margin-bottom: 0px;
}

.repair-top {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.repair-left {
  width: 50%;
  padding: 80px 48px 0px;
  background-color: #eeeeee;
}

.repair-left h3 {
  font-size: 30px;
  line-height: 30px;
  color: #00562f;
  margin-bottom: 20px;
}

.repair-left p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.repair-right {
  width: 50%;
  overflow: hidden;
}

.repair-right img {
  width: 100%;
  transition: all 0.5s;
}

.repair-right:hover img {
  transform: scale(1.1);
}

.tousu-hotline {
  position: relative;
  overflow: hidden;
  height: 300px;
  background: url(../img/proterms-img2.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 50px;
}

.thotline-info {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thotline-info h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 25px;
}

.thotline-tel {
  margin-top: 25px;
  width: 280px;
  height: 54px;
  background-color: #00562f;
  line-height: 54px;
  text-align: center;
  color: #fff;
}

.repair-list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 75px;
}

.repair-list li {
  padding: 0 25px;
  width: 50%;
  float: left;
}

.repair-info {
  padding-top: 48px;
}

.repair-info h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.repair-info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}

.repair-img {
  width: 100%;
  overflow: hidden;
}

.repair-img img {
  width: 100%;
  transition: all 0.5s;
}

.repair-list li:hover .repair-img img {
  transform: scale(1.1);
}

.original-wrap {
  overflow: hidden;
}

@media (max-width: 1700px) {
  .repair-left {
    padding-top: 55px;
  }
}

@media (max-width: 1600px) {
  .repair-left {
    padding: 35px 30px 0px;
  }
}

@media (max-width: 1400px) {
  .repair-left h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .repair-left p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .repair-left {
    width: 100%;
    padding-bottom: 35px;
  }

  .repair-right {
    width: 100%;
  }

  .repair-left p {
    font-size: 16px;
    line-height: 30px;
  }

  .repair-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 55px;
  }

  .repair-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .repair-list li:last-child {
    margin-bottom: 0px;
  }

  .repair-info {
    padding-top: 38px;
  }
}

@media (max-width: 991px) {
  .repair-top {
    margin-top: 30px;
  }

  .repair-left {
    padding: 25px 20px;
  }

  .tousu-hotline {
    height: 200px;
    margin-bottom: 40px;
  }

  .thotline-info h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .thotline-tel {
    margin-top: 15px;
    width: 220px;
    height: 40px;
    line-height: 40px;
  }

  .repair-info {
    padding-top: 28px;
  }

  .repair-info h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .repair-list {
    margin-bottom: 40px;
  }
}

/* 合作伙伴 */
.partner-list li {
  margin-bottom: 40px;
  overflow: hidden;
}

.partner-list li:last-child {
  margin-bottom: 0px;
}

.partner-list li img {
  width: 100%;
  transition: all 0.5s;
}

.partner-main {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.partner-main img {
  width: 100%;
}

.partner-txt {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #00562f;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .partner-list li {
    margin-bottom: 30px;
  }

  .partner-main {
    margin-top: 40px;
  }

  .partner-txt {
    font-size: 30px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 559px) {
  .partner-list li {
    margin-bottom: 20px;
  }

  .partner-main {
    margin-top: 30px;
  }

  .partner-txt {
    font-size: 24px;
    line-height: 30px;
  }
}

/* 项目案例 */
.case-list {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}

.case-list li {
  padding: 0 16px;
  width: 25%;
  margin-bottom: 32px;
}

.case-img {
  width: 100%;
  overflow: hidden;
}

.case-img img {
  width: 100%;
  transition: all 0.5s;
}

.case-more {
  border: 1px solid #e5e5e5;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555;
  justify-content: space-between;
  padding: 0 28px;
}

.case-more i {
  width: 18px;
  height: 12px;
  transition: all 0.5s;
  background: url(../img/case-arrow.png) no-repeat center;
}

.case-item:hover .case-img img {
  transform: scale(1.1);
}

.case-item:hover .case-more {
  color: #00562f;
}

.case-item:hover .case-more i {
  background-image: url(../img/case-arrow-on.png);
}

.case-click {
  margin-top: 38px;
}

@media (max-width: 1400px) {
  .case-more {
    padding: 0 18px;
  }
}

@media (max-width: 1200px) {
  .case-list li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .case-click {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .case-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .case-list li {
    width: 100%;
    margin-bottom: 25px;
    padding: 0px;
    float: none;
  }

  .case-click {
    margin-top: 40px;
  }
}

/* 英达概况 */
.about-wrap {
  overflow: hidden;
  padding-top: 80px;
}

.about-title {
  margin-bottom: 42px;
}

.about-subtitle {
  color: #444;
  font-size: 16px;
  line-height: 30px;
}

.about-subtitle p {
  margin-bottom: 15px;
  text-indent: 32px;
}

.about-subtitle p:last-child {
  margin-bottom: 0px;
}

.about-title .complaint-title {
  margin-bottom: 48px;
}

.about-list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 42px;
}

.about-item {
  width: 50%;
  padding: 0 25px;
  float: left;
}

.about-item .public-img:hover img {
  transform: scale(1.1);
}

.about-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.about-num {
  display: flex;
  align-items: flex-start;
  color: #00562f;
  font-family: "dBold";
}

.about-num span {
  font-size: 48px;
  line-height: 48px;
}

.about-num i {
  font-size: 48px;
  font-style: normal;
  margin-top: 6px;
}

.about-data li p {
  font-size: 18px;
  color: #444;
  margin-top: 7px;
}

.about-des {
  margin-bottom: 70px;
}

.about-des h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #00562f;
}

.about-des p {
  color: #444;
  line-height: 36px;
}

.about-des p span {
  color: #222;
}

.my-sign {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #00562f;
  margin-bottom: 80px;
}

@media (max-width: 1400px) {
  .about-wrap {
    padding-top: 65px;
  }
}

@media (max-width: 991px) {
  .about-wrap {
    padding-top: 38px;
  }

  .about-title .complaint-title {
    margin-bottom: 20px;
  }

  .about-subtitle p {
    margin-bottom: 10px;
  }

  .about-title {
    margin-bottom: 25px;
  }

  .about-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .about-item {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 20px;
  }

  .about-data {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .about-data li {
    width: 50%;
    margin-bottom: 15px;
  }

  .about-num span {
    font-size: 40px;
    line-height: 42px;
  }

  .about-num i {
    font-size: 40px;
    margin-top: 3px;
  }

  .about-des h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .about-des p {
    line-height: 32px;
  }

  .about-data li p {
    font-size: 16px;
    margin-top: 5px;
  }

  .my-sign {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 36px;
  }

  .about-des {
    margin-bottom: 30px;
  }
}

/* 英达价值观 */
.value-list1 {
  margin-left: -25px;
  margin-right: -25px;
}

.value-list1 li {
  float: left;
  padding: 0 25px;
  width: 33.333%;
  position: relative;
}

.value-item1 {
  position: relative;
  overflow: hidden;
}

.value-item1 img {
  width: 100%;
  transition: all 0.5s;
}

.value-info1 {
  position: absolute;
  width: 100%;
  height: 256px;
  background: url(../img/about-mask.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 38px 32px;
}

.value-info1 h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 14px;
}

.value-info1 p {
  font-size: 16px;
  color: #c9c9c9;
  min-height: 48px;
}

.value-item1:hover img {
  transform: scale(1.1);
}

.value-core {
  padding-top: 80px;
  padding-bottom: 40px;
}

.value-core .complaint-title {
  margin-bottom: 48px;
}

.valuecore-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.valuecore-item img {
  width: 100%;
  transition: all 0.5s;
}

.valuecore-item:hover .public-img img {
  transform: scale(1.1);
}

.valuecore-info {
  position: absolute;
  width: 400px;
  height: 300px;
  border: 1px solid #d7d9db;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 55px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.valuecore-pinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valuecore-pinfo h4 {
  font-size: 36px;
  line-height: 36px;
  color: #111;
  margin-bottom: 24px;
}

.valuecore-pinfo p {
  font-size: 18px;
  line-height: 36px;
  color: #555;
}

.valuecore-list {
  margin-left: -20px;
  margin-right: -20px;
}

.valuecore-list li {
  float: left;
  padding: 0 20px;
  width: 50%;
  margin-bottom: 40px;
  display: flex;
}

.valuecore-img {
  width: 50%;
  overflow: hidden;
}

.valuecore-img img {
  width: 100%;
  transition: all 0.5s;
}

.valuecore-img:hover img {
  transform: scale(1.1);
}

.valuecore-listinfo {
  width: 50%;
  background-color: #eeeeee;
  border: 1px solid #dcdcdc;
  padding: 0 50px;
}

.valuecore-customer .valuecore-info {
  left: 190px;
}

.valuecore-change .valuecore-info {
  right: 190px;
}

@media (max-width: 1700px) {
  .valuecore-listinfo {
    padding: 0 24px;
  }
}

@media (max-width: 1600px) {
  .valuecore-pinfo p {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .valuecore-pinfo h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .valuecore-listinfo {
    padding: 0 8px;
  }

  .value-list1 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .value-list1 li {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .value-info1 h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .value-info1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .valuecore-info {
    width: 330px;
    height: 260px;
    padding: 0 35px;
  }

  .valuecore-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .valuecore-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .valuecore-listinfo {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .value-list1 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .value-list1 li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .value-list1 li:last-child {
    margin-bottom: 0px;
  }

  .value-info1 p {
    min-height: 24px;
  }

  .value-core {
    padding-top: 38px;
    padding-bottom: 20px;
  }

  .value-core .complaint-title {
    margin-bottom: 28px;
  }

  .valuecore-info {
    position: relative;
    top: auto;
    width: 100%;
    background-color: #fff;
    transform: translateY(0px);
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .valuecore-customer .valuecore-info {
    left: auto;
  }

  .valuecore-list li {
    flex-wrap: wrap;
  }

  .valuecore-img {
    width: 100%;
  }

  .valuecore-listinfo {
    width: 100%;
    padding: 25px 35px;
  }

  .valuecore-change .valuecore-info {
    right: auto;
  }

  .valuecore-item {
    margin-bottom: 30px;
  }
}

.innovation-list {
  margin-bottom: 40px;
}

.innovation-list li {
  margin-left: -40px;
  margin-right: -40px;
}

.innovation-item {
  padding: 0 40px;
  width: 50%;
  float: left;
}

.innovation-info h3 {
  font-size: 18px;
  line-height: 24px;
  color: #111;
  margin-bottom: 18px;
}

.innovation-info h2 {
  font-size: 30px;
  line-height: 30px;
  color: #111;
  margin-bottom: 25px;
}

.innovation-info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}

.innovation-imgs {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 36px;
}

.innovation-imgitem {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.innovation-imgitem .public-img {
  border: 1px solid #dcdcdc;
}

.innovation-imgitem p {
  font-size: 18px;
  color: #00562f;
  margin-top: 16px;
  min-height: 24px;
}

.innovation-txt p {
  font-size: 18px;
  color: #00562f;
  margin-top: 16px;
  min-height: 24px;
  text-align: center;
}

/* 实验检验 */
.check-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.check-left {
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  background-color: #eeeeee;
}

.check-right {
  width: calc(50% - 16px);
}

.check-left h3 {
  font-size: 24px;
  line-height: 36px;
  color: #111;
  margin-bottom: 32px;
}

.check-info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}

.check-info p:last-child {
  margin-bottom: 0px;
}

.check-list {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 80px;
}

.check-list li {
  float: left;
  padding: 0 16px;
  width: 25%;
}

.check-item p {
  font-size: 18px;
  color: #111;
  margin-top: 16px;
}

.check-item:hover .public-img img {
  transform: scale(1.1);
}

.check-item:hover p {
  color: #00562f;
}

@media (max-width: 1600px) {
  .innovation-info p {
    margin-bottom: 0px;
  }
}

@media (max-width: 1400px) {
  .check-left {
    padding: 0 30px;
  }

  .check-left h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .check-info p {
    margin-bottom: 5px;
  }

  .innovation-list li {
    margin-left: -20px;
    margin-right: -20px;
  }

  .innovation-item {
    padding: 0 20px;
  }

  .innovation-info h2 {
    margin-bottom: 15px;
  }

  .innovation-info h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .check-left {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .check-right {
    width: 100%;
  }

  .check-left h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .check-info p {
    margin-bottom: 5px;
  }

  .innovation-list li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .innovation-item {
    padding: 0px;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .check-left h3 {
    margin-bottom: 10px;
  }

  .check-top {
    margin-bottom: 30px;
  }

  .check-list {
    margin-bottom: 20px;
  }

  .check-list li {
    width: 50%;
    margin-bottom: 25px;
  }

  .innovation-info h2 {
    font-size: 26px;
  }
}

@media (max-width: 559px) {
  .check-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .check-left {
    padding: 25px;
  }

  .check-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 20px;
  }

  .innovation-imgs {
    margin-left: 0px;
    margin-right: 0px;
  }

  .innovation-imgitem {
    padding: 0px;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .innovation-info h2 {
    margin-bottom: 10px;
  }
}

/* 资质荣誉 */
.honor-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.honor-nav {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 50px;
}

.honor-nav li {
  flex: 1;
  position: relative;
}

.honor-nav li a {
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  color: #555;
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.honor-nav li::before {
  height: 18px;
  width: 1px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c9c9c9;
}

.honor-nav li:first-child::before {
  display: none;
}

.honor-nav li:hover a,
.honor-nav li.active a {
  background-color: #00562f;
  color: #fff;
}

.honor-listtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: #00562f;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 30px;
}

.honor-listtitle i {
  width: 16px;
  background: url(../img/honor-slice.png) no-repeat center;
  height: 16px;
  cursor: pointer;
}

.honor-list li.on .honor-listtitle i {
  background-image: url(../img/honor-add.png);
}

.honor-listtitle i.on {
  background-image: url(../img/honor-add.png);
}

.honor-display {
  margin-left: -12px;
  margin-right: -12px;
}

.honor-item {
  float: left;
  width: 20%;
  padding: 0 12px;
  margin-bottom: 3px;
}

.honor-img {
  padding: 15px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s;
}

.honor-img img {
  width: 100%;
}

.honor-item p {
  /* line-height: 54px; */
  line-height: 26px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-align: center;
}

.honor-item:hover .honor-img {
  background-color: #00562f;
}

.honor-item:hover p {
  color: #00562f;
}

.honor-list li {
  margin-bottom: 25px;
}

.honor-list li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .honor-item {
    width: 25%;
  }

  .honor-nav li a {
    font-size: 16px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .honor-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .honor-nav {
    flex-wrap: wrap;
  }

  .honor-nav li {
    flex: none;
    width: 20%;
  }

  .honor-nav li a {
    line-height: 60px;
  }

  .honor-item {
    width: 25%;
  }

  .honor-nav {
    margin-bottom: 30px;
  }

  .honor-listtitle {
    height: 50px;
    padding: 0 15px;
  }

  .honor-item {
    width: 33.333%;
  }

  .honor-list li {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .honor-nav li {
    width: 33.33%;
  }

  .honor-nav li a {
    line-height: 50px;
  }

  .honor-item {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .honor-nav li {
    width: 50%;
  }

  .honor-nav li:nth-child(2n + 1)::before {
    display: none;
  }

  .honor-display {
    margin-left: 0px;
    margin-right: 0px;
  }

  .honor-item {
    width: 100%;
    float: none;
    padding: 0px;
  }

  .honor-item p {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* 产品中心 */
.pro-nav {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.pnav-item {
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 80px;
}

.pnav-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.pnav-icon img {
  transition: all 0.5s;
}

.pclass-icon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.pnav-item p {
  font-size: 18px;
  color: #555;
}

.pnav-list .swiper-slide.on,
.pnav-list .swiper-slide:hover {
  background-color: #00562f;
}

.pnav-list .swiper-slide.on .pclass-icon-on,
.pnav-list .swiper-slide:hover .pclass-icon-on {
  opacity: 1;
}

.pnav-list .swiper-slide.on .pclass-icon,
.pnav-list .swiper-slide:hover .pclass-icon {
  opacity: 0;
}

.pnav-list .swiper-slide.on p,
.pnav-list .swiper-slide:hover p {
  color: #fff;
}

.pro-wrap {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.pro-left {
  width: 375px;
  float: left;
  background-color: #fff;
}

.pleft-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00562f;
  padding-left: 28px;
  padding-right: 35px;
  height: 130px;
  color: #fff;
}

.pltitle-txt h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}

.pltitle-txt h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

.pleft-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 23px;
  height: 70px;
  border-bottom: 1px solid #f5f5f5;
}

.pleft-class i {
  width: 15px;
  height: 9px;
  background: url(../img/pro-down.png) no-repeat center;
}

.pleft-class a {
  width: calc(100% - 18px);
  font-size: 18px;
  line-height: 30px;
  color: #555;
}

.pleft-list li dl {
  padding: 8px 0px 8px 28px;
  border-bottom: 1px solid #f5f5f5;
}

.pleft-list li dl dd a {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #999;
  line-height: 38px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pleft-list li dl dd a::before {
  width: 8px;
  height: 2px;
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  background-color: #999999;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.pleft-list li.on .pleft-class a {
  color: #00562f;
}

.pleft-list li.on .pleft-class i {
  background-image: url(../img/pro-up.png);
}

.pleft-list li dl dd a:hover {
  color: #00562f;
}

.pleft-list li dl dd a:hover::before {
  background-color: #00562f;
}

.pro-right {
  width: calc(100% - 375px);
  padding-left: 50px;
  float: right;
}

.pro-list {
  width: 100%;
}

.pro-listtitle {
  background-color: #00562f;
}

.pro-imgs {
  margin-left: -10px;
  margin-right: -10px;
}

.pro-imgs .pro-items {
  float: left;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 10px;
}

.pro-img {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  position: relative;
}

.pro-img img {
  transition: all 0.5s;
  width: 100%;
}

.pro-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #00562f;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}

.pro-items p {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #444;
  line-height: 24px;
}

.pro-items:hover .pro-img img {
  transform: scale(1.1);
}

.pro-items:hover .pro-img::after {
  opacity: 1;
}

.pro-items:hover p {
  color: #00562f;
}

/**首页客服**/
.homekf {
  padding:100px 0;
  background: url("../img/customer-bg.jpg") no-repeat top center;
  background-size: cover;
}

.home-tit.white {
  color: #fff;
}

.home-tit h3 {
  font-size: 50px;
}

.home-tit {
  text-align: center;
}

.home-tit p {
  margin-top: 30px;
  line-height: 30px;
}

.homekf-list {
  margin-top: 60px;
}

.homekf-list ul li a {
  display: block;
  background: #fff;
  padding: 50px 40px;
  text-align: center;
}

.homekf-list ul li a h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.homekf-list-txt {
  line-height: 30px;
}

.homekf-list li a:hover {
  background: #00562f;
}

.homekf-list li a:hover .homekf-list-txt {
  color: #fff;
}

.homekf-list li a:hover h3 {
  color: #fff;
}

/*首页关于我们*/
.homeabout {
  padding: 150px 0;
  background: url("../img/habout-bg.jpg") no-repeat top center;
  background-size: cover;
}

.habout-data li {
  color: #fff;
}

.habout-data {
  margin-top: 80px;
}

.habout-data li span {
  font-family: "dBold";
  font-size: 48px;
  position: relative;
}

.habout-data li span::after {
  position: absolute;
  content: "+";
  font-size: 30px;
  top: 10px;
  right: -20px;
}

.habout-data li p {
  margin-top: 5px;
}

.habout-more {
  background: #00562f;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 80px auto 0;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}

.habout-more img {
  margin-left: 20px;
}

/*首页工程案例*/
.hcase {
  padding: 100px 0;
  overflow: hidden;
  background: url("../img/hcase-bg.jpg") no-repeat top center;
}

.hcase-ltop {
  display: flex;
}

.hcase-l {
  width: 49.5%;
}

.hcase-ltopl {
  position: relative;
}

.hcase-ltopl-txt {
  position: absolute;
  top: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0 60px;
  z-index: 99;
}

.hcase-ltopr {
  position: relative;
}

.hcase-ltopr h4 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  padding: 30px;
  z-index: 99;
}

.hcase-ltopl-txt h3 {
  font-size: 50px;
}

.hcase-ltopl-txt p {
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
}

.hcase-lbot {
  position: relative;
}

.hcase-lbot h4 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  padding: 30px;
  z-index: 99;
}

.margintop20 {
  margin-top: 20px;
}

.marginright20 {
  margin-right: 20px;
}

.hcase-boxm {
  display: flex;
  justify-content: space-between;
}

.hcase-rtoptxt {
  padding: 0;
  justify-content: center;
  width: 100%;
}

.hcase-rtoptxt h3 {
  font-size: 24px;
}

.scale-img img {
  transition: all 0.4s;
  width: 100%;
}

.scale-img {
  overflow: hidden;
}

.scale-img:hover img {
  transform: scale(1.1);
}

/*首页合作伙伴*/
.hpartner {
  padding: 120px 0;
  background: url("../img/hpartner-bg.jpg") no-repeat top center;
  background-size: cover;
}

.hpartner-m {
  margin-top: 50px;
}

.hpartner-img img {
  display: block;
  width: 100%;
}

.hpartner-img {
  margin-bottom: 12px;
}

.hpartner-m a .hpartner-img {
  display: block;
  border: 1px solid #f1f1f1;
}

.hpartner-swiper .swiper-pagination {
  bottom: 0px;
}

.hpartner-swiper {
  padding-bottom: 50px;
}

.hpartner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  opacity: 1;
  background: none;
}

.hpartner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/*首页企业优势*/
.hadv {
  padding: 96px 0;
  overflow: hidden;
  background: url("../img/hadv-bg.jpg") no-repeat center;
}

.hadv-tit {
  display: flex;
  justify-content: space-between;
}

.hadv-tit h3 {
  font-size: 50px;
}

.hadv-titr {
  width: 70%;
}

.hadv-m ul li {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.hadv-m {
  margin-top: 50px;
}

.hadv-ml {
  width: 50%;
}

.hadv-ml img {
  width: 100%;
}

.hadv-mr {
  width: 50%;
  background: #fff;
  padding: 80px 60px;
}

.hadv-mr h4 {
  font-size: 36px;
  margin-bottom: 30px;
}

.hadv-mr a {
  display: block;
  width: 176px;
  height: 50px;
  background: #00562f;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
}

.hadv-swiper .swiper-slide a {
  background: #fff;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  border-radius: 20px;
  cursor: pointer;
}

.hadv-swiper .swiper-slide a:hover {
  background: #00562f;
  color: #fff;
}

.hadv-m ul li {
  display: none;
}

.hadv-mflex {
  display: flex;
}

.hadv-swiper .swiper-slide.on a {
  background: #00562f;
  color: #fff;
}

/*首页行业特性*/
.homehytx {
  padding: 65px 50px 35px;
  background: url("../img/hcontact-bg.jpg") no-repeat top center;
  background-size: cover;
}

.homehytx-zx a {
  background: #fff;
  width: 192px;
  height: 50px;
  margin: 35px auto 0;
  display: block;
  line-height: 40px;
  border-radius: 25px;
  border: 5px solid #c58889;
}

/**首页新闻中心**/
.hnews {
  padding: 100px 0 90px;
  background: url("../img/hnews-bg.jpg") no-repeat top center;
}

.hnews-tit {
  display: flex;
  justify-content: space-between;
}

.hnews-tit h3 {
  font-size: 50px;
}

.hnews-tit a {
  display: block;
  height: 46px;
  width: 162px;
  background: #00562f;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 25px;
}

.hnews-tit a span {
  margin-left: 7px;
}

.hnews-list {
  margin-top: 50px;
}

.hnews-list ul li dl dd a {
  display: flex;
  justify-content: space-between;
}

.hnews-list ul li {
  width: 31.5%;
}

.hnews-list ul {
  display: flex;
  justify-content: space-between;
}

.hnews-list ul li .hnews-img img {
  width: 100%;
}

.hnews-img {
  position: relative;
}

.hnews-img span {
  position: absolute;
  display: block;
  bottom: 20px;
  color: #fff;
  left: 20px;
  font-size: 20px;
  font-family: "MicrosoftBold";
}

.hnews-list dl {
  margin-top: 50px;
}

.hnews-list dl dd {
  height: 60px;
  border-top: 1px solid #e6e6e6;
  line-height: 60px;
}

.hnews-list dl dd:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.hnews-list dl dd:hover a {
  color: #00562f;
}

/*首页联系我们*/
.hcontact {
  padding: 100px 0 52px;
  overflow: hidden;
  background: url("../img/hcontact-bg.jpg") no-repeat top center;
}

.hcontact-tit a {
  background: #ffffff;
  color: #999999;
  border: 1px solid #999999;
}

.hcontact-m {
  margin-top: 50px;
}

.hcontact-ml {
  background: #fff;
  width: 37.5%;
  padding: 60px 120px;
  border: 2px solid #f2f2f2;
}

.hcontact-ml ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f3f3f3;
  padding: 10px 0;
}

.hcontact-ml-img {
  padding-right: 30px;
}

.hcontact-ml-txt p {
  margin-bottom: 10px;
}

.hcontact-ml-txt {
  color: #999999;
}

.hcontact-mr {
  width: 56%;
}

.hcontact-m {
  display: flex;
  justify-content: space-between;
}

.hcontact-mr ul li {
  width: 50%;
  margin-bottom: 10px;
}

.hcontact-mr ul li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e4e4e4;
  padding-left: 27px;
}

.hcontact-mr ul {
  display: flex;
  flex-wrap: wrap;
}

.hcontact-mr ul li textarea {
  width: 100%;
  padding-top: 15px;
  padding-left: 27px;
  border: 1px solid #e4e4e4;
}

.hcontact-mr button {
  width: 100%;
  height: 54px;
  background: #00562f;
  border: none;
  color: #fff;
}

.hcontact-mr ul li:nth-of-type(2n) {
  padding-left: 12px;
}

/*首页产品*/
.homepro {
  padding: 100px 0 80px;
  overflow: hidden;
  background: url("../img/hpro-bg.jpg") no-repeat top center;
}

/* .hpro-top {
  display: flex;
  justify-content: space-between;
} */
.hpro-top li a {
  background: #fff;
  display: flex;
  padding: 20px;
  transition: all 0.2s;
}

/* .hpro-top li {
  width: 15.6%;
} */
.hprocate-img {
  margin-right: 20px;
}

.hpro-top li span {
  font-family: "MicrosoftBold";
  font-size: 18px;
}

.hprocate-img img:last-child {
  display: none;
}

.hpro-top li:hover .hprocate-img img:first-child {
  display: none;
}

.hpro-top li:hover a {
  background: #00562f;
  color: #fff;
}

.hpro-top li:hover .hprocate-img img:last-child {
  display: block;
}

.hpro-top li.on a {
  background: #00562f;
  color: #fff;
}

.hpro-top li.on .hprocate-img img:first-child {
  display: none;
}

.hpro-top li.on .hprocate-img img:last-child {
  display: block;
}

.hpro-txt {
  margin-top: 50px;
}

.hpro-txtl {
  background: #fff;
  width: 50%;
  padding: 110px 70px 0;
}

.hpro-txt {
  display: flex;
}

.hpro-txtr img {
  width: 100%;
}

.hpro-txtl h3 {
  font-size: 36px;
}

.hpro-txtl p {
  margin-top: 20px;
}

.hpro-txtul {
  margin-top: 50px;
}

.hpro-txtul li a {
  background: #eeeeee;
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hpro-txtul li {
  margin-bottom: 25px;
  text-align: center;
}

.hpro-txtul li a:hover {
  background: #00562f;
  color: #fff;
}

.hpro-lb {
  margin-top: 50px;
}

.hpro-lb-txt {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.hpro-lbimg img {
  width: 100%;
}

.hpro-lb-txt {
  display: flex;
  height: 60px;
  line-height: 60px;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}

.hpro-lb-txtimg img:last-child {
  display: none;
}

.hpro-lb .swiper-slide:hover .hpro-lb-txtimg img:first-child {
  display: none;
}

.hpro-lb .swiper-slide:hover .hpro-lb-txtimg img:last-child {
  display: block;
}

.hpro-lb .swiper-slide:hover .hpro-lb-txt {
  background: #00562f;
  color: #fff;
}

.hpro-dl dd {
  display: none;
}

/*首页响应*/
@media (max-width: 1700px) {
  .hpro-top li a {
    padding: 15px;
  }

  .hpro-top li span {
    display: block;
    height: 48px;
  }

  .hpro-txtl {
    width: 50%;
    padding: 50px 30px 0;
  }

  .homekf {
    background-size: cover;
  }

  .hadv-mr {
    padding: 40px;
  }
}

@media (max-width: 1600px) {
  .hpro-txtul li a {
    font-size: 14px;
  }

  .hcase-ltopl-txt h3 {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .hpro-txtul li {
    padding: 0 5px;
  }

  .hadv-mr {
    padding: 30px;
  }

  .hcontact-ml {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .homepro {
    padding: 50px 0 40px;
  }

  .hpro-txtul li {
    padding: 0 15px;
  }

  .hpro-txt {
    display: block;
  }

  .hpro-txtl {
    width: 100%;
  }

  .hpro-txtl h3 {
    font-size: 24px;
  }

  .homepro {
    background-size: cover;
  }

  .homekf-list ul li a {
    padding: 20px 5px;
  }

  .homekf-list-txt {
    line-height: 24px;
  }

  .homekf-list ul li a h3 {
    font-size: 24px;
  }

  .home-tit h3 {
    font-size: 40px;
  }

  .homekf {
    padding: 80px 0;
  }

  .homeabout {
    padding: 80px 0;
  }

  .hcase-ltopl-txt {
    padding: 0 3px;
  }

  .hpartner {
    padding: 80px 0;
  }

  .hadv-mr h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hadv-mr a {
    margin-top: 15px;
  }

  .hadv-mr {
    padding: 15px;
  }

  .hnews-img span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hadv-tit h3 {
    font-size: 35px;
  }

  .hpro-txtl {
    padding: 30px 30px 0;
  }

  .hpro-txtul {
    margin-top: 30px;
  }

  .hpro-txtul li {
    margin-bottom: 15px;
  }

  .hpro-txt {
    margin-top: 25px;
  }

  .homekf-list ul li {
    margin-bottom: 15px;
  }

  .home-tit h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-tit p {
    margin-top: 15px;
    line-height: 24px;
  }

  .homekf {
    padding: 50px 0;
  }

  .homekf-list {
    margin-top: 30px;
  }

  .habout-data li {
    margin-bottom: 20px;
  }

  .habout-more {
    margin: 30px auto 0;
  }

  .homeabout {
    padding: 50px 0;
  }

  .hcase-boxm {
    display: block;
  }

  .hcase-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .hcase {
    background-size: cover;
    padding: 50px 0;
  }

  .hpartner {
    padding: 50px 0;
  }

  .hadv-mflex {
    display: block;
  }

  .hadv-ml {
    width: 100%;
  }

  .hadv-mr {
    width: 100%;
    padding: 30px;
  }

  .hadv {
    background-size: cover;
  }

  .hadv {
    padding: 50px 0;
  }

  .hadv-m {
    margin-top: 20px;
  }

  .hadv-titr {
    margin-top: 15px;
  }

  .homehytx {
    padding: 30px 15px;
  }

  .hnews-list ul {
    display: block;
  }

  .hnews-list ul li {
    width: 100%;
  }

  .hnews {
    background-size: cover;
  }

  .hnews-tit h3 {
    font-size: 30px;
  }

  .hnews {
    padding: 50px 0;
  }

  .hnews-list dl {
    margin-top: 20px;
  }

  .hcontact-m {
    display: block;
  }

  .hcontact-ml {
    width: 100%;
    margin-bottom: 30px;
  }

  .hcontact-mr {
    width: 100%;
  }

  .hcontact {
    background-size: cover;
    padding: 50px 0;
  }

  .hcontact-m {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .hcase-ltopl-txt h3 {
    font-size: 18px;
  }

  .hcase-ltopr h4 {
    font-size: 18px;
    padding: 15px;
  }

  .hcase-lbot h4 {
    font-size: 18px;
  }

  .hcase-ltopl-txt p {
    margin-top: 6px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
  }

  .hadv-tit {
    display: block;
  }

  .hadv-titr {
    width: 100%;
  }
}

/* 产品分类列表 */
.pseries-wrap {
  overflow: hidden;
  padding-top: 78px;
}

.pseries-title {
  text-align: center;
  font-size: 40px;
  color: #111;
  line-height: 40px;
  margin-bottom: 45px;
}

.pseries-list li {
  border-top: 1px solid #dcdcdc;
  display: flex;
  height: 80px;
  box-sizing: border-box;
  font-size: 18px;
  align-items: center;
  color: #111;
}

.pseries-list li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.pseries-list li dl {
  margin-left: 28px;
  display: flex;
  align-items: center;
}

.pseries-list li dl dd {
  color: #555;
  margin-right: 14px;
}

.pseries-list li dl dd:last-child {
  margin-right: 0px;
}

.pseries-subtitle {
  font-size: 36px;
  line-height: 36px;
  color: #111;
  margin-top: 65px;
  margin-bottom: 48px;
}

.pseries-detail {
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  flex-wrap: wrap;
}

.pseries-detail li {
  padding: 0 35px;
  width: 50%;
  margin-top: 40px;
  float: left;
 
}

.pseries-detail li:nth-child(1),
.pseries-detail li:nth-child(2) {
  margin-top: 0px;
}

.pseries-detail-item {
  border: 1px solid #dcdcdc;
  width: 100%;
  display: flex;
}

.pseries-detail-img {
  width: 51.6%;
  overflow: hidden;
}

.pseries-detail-img img {
  width: 100%;
  transition: all 0.5s;
}

.pseries-detail-info {
  width: 49.4%;
  padding-top: 42px;
  padding-right: 45px;
  padding-left: 30px;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pseries-detail-title {
  font-size: 24px;
  color: #111;
  line-height: 30px;
  margin-bottom: 20px;
}

.pseries-detail-des {
  color: #555;
  font-size: 14px;
}

.pseries-detail-more {
  display: block;
  height: 36px;
  width: 120px;
  background-color: #00562f;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.pseries-detail-item:hover .pseries-detail-img img {
  transform: scale(1.1);
}

.pro-choose {
  padding-top: 80px;
}

.pro-choose h3 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #111;
  margin-bottom: 50px;
}

.choose-list {
  margin-left: -20px;
  margin-right: -20px;
}

.choose-list li {
  padding: 0 20px;
  width: 25%;
  float: left;
}

.choose-item {
  display: flex;
  align-items: center;
  height: 201px;
  border: 1px solid #dcdcdc;
  justify-content: center;
  transition: all 0.5s;
}

.choose-icon {
  position: relative;
  margin-right: 20px;
}

.choose-icon img {
  transition: all 0.5s;
}

.cicon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.choose-info h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #111;
  margin-bottom: 16px;
}

.check-info p {
  font-size: 24px;
  color: #555;
  font-weight: 200;
}

.choose-item:hover {
  background-color: #00562f;
}

.choose-item:hover .cicon-on {
  opacity: 1;
}

.choose-item:hover .cicon-un {
  opacity: 0;
}

.choose-item:hover .choose-info h4 {
  color: #fff;
}

.choose-item:hover .choose-info p {
  color: #fff;
}

.to-consult {
  width: 200px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #00562f;
  margin: 50px auto 80px;
}

.recommend-main {
  margin-top: 80px;
  overflow: hidden;
  margin-bottom: 80px;
}

.recommend-main h3 {
  font-size: 50px;
  line-height: 50px;
  color: #111;
  text-align: center;
  margin-bottom: 46px;
}

.recommend-item .public-img {
  border: 1px solid #dcdcdc;
}

.recommend-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 62px;
  font-size: 18px;
  color: #444;
  border: 1px solid #dcdcdc;
  border-top: none;
  transition: all 0.5s;
}

.recommend-info i {
  width: 18px;
  height: 12px;
  background: url(../img/home-arrow.png) no-repeat center;
  transition: all 0.5s;
}

.recommend-item:hover .public-img img {
  transform: scale(1.1);
}

.recommend-item:hover .recommend-info {
  background-color: #00562f;
  border-color: #00562f;
  color: #fff;
}

.recommend-item:hover .recommend-info i {
  background-image: url(../img/home-arrow-on.png);
}

/* 产品详情 */
.pdetail-public {
  margin-top: 50px;
}

.pdetail-public-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00562f;
  height: 50px;
  margin-bottom: 50px;
}

.pdetail-contact-title {
  margin-bottom: 30px;
}

.pdetail-public-title h3 {
  width: 150px;
  background-color: #00562f;
  line-height: 49px;
  text-align: center;
  color: #fff;
}

.pintro-txt {
  margin-bottom: 18px;
}

.pintro-txt:last-child {
  margin-bottom: 0px;
}

.pintro-txt h3 {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 10px;
  font-weight: bold;
}

.pintro-txt p {
  line-height: 30px;
  color: #555;
}

.stretch-top {
  text-align: center;
}

.stretch-list {
  margin-left: -30px;
  margin-right: -30px;
}

.stretch-list li {
  padding: 0 30px;
  width: 50%;
  float: left;
  margin-top: 50px;
}

.stretch-item {
  width: 100%;
  background-color: #f0f0f4;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  border-radius: 10px;
}

.stretch-img {
  width: 320px;
  overflow: hidden;
  border-radius: 10px;
}

.stretch-img img {
  width: 100%;
  transition: all 0.5s;
}

.stretch-info {
  width: calc(100% - 320px);
  padding-left: 30px;
}

.stretch-info h3 {
  font-size: 30px;
  line-height: 30px;
  color: #222;
  margin-bottom: 22px;
}

.stretch-info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.pdetail-verify-title {
  margin-bottom: 50px;
}

.verify-item {
  margin-bottom: 50px;
}

.verify-item:last-child {
  margin-bottom: 0px;
}

.verify-item h3 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 22px;
}

.verify-item p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-bottom: 24px;
}

.verify-honor {
  margin-left: -12px;
  margin-right: -12px;
}

.verify-honor li {
  padding: 0 12px;
  width: 20%;
  float: left;
}

.verify-honor li .public-img:hover img {
  transform: scale(1.1);
}

.pdetail-check {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pcheck-item {
  width: calc(50% - 40px);
}

.pcheck-txt {
  margin-bottom: 42px;
}

.pcheck-txt:last-child {
  margin-bottom: 0px;
}

.pcheck-txt h3 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 22px;
}

.pcheck-txt p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 15px;
}

.pcheck-txt p:last-child {
  margin-bottom: 0px;
}

.manu-title {
  margin-bottom: 25px;
}

.manu-title h3 {
  font-size: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 24px;
}

.manu-title p {
  color: #555;
}

.manu-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manu-list1 li {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  min-height: 60px;
  border: 1px solid #dcdcdc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 7px;
}

.manu-list1 li span {
  background-color: #00562f;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.manu-list1 li p {
  width: calc(100% - 34px);
  color: #555555;
  line-height: 30px;
}

.manu-list1 li p i {
  font-style: normal;
  color: #00562f;
}

.manu-list2 {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 30px;
}

.manu-list2 li {
  padding: 0 25px;
  width: 33.33%;
  float: left;
  margin-bottom: 50px;
}

.manu-list2 li .public-img:hover img {
  transform: scale(1.1);
}

.manu-list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.manu-left3 {
  width: 35.75%;
}

.manu-right3 {
  width: 62.81%;
}

.manu-imgbom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.manu-img {
  width: calc(50% - 14px);
  overflow: hidden;
}

.manu-img img {
  width: 100%;
  transition: all 0.5s;
}

.manu-list3 .public-img:hover img {
  transform: scale(1.1);
}

.manu-img:hover img {
  transform: scale(1.1);
}

.pdetail-list {
  overflow: hidden;
  padding-bottom: 80px;
}

.pdetail-partner-img {
  margin-bottom: 12px;
  overflow: hidden;
}

.pdetail-partner-img :last-child {
  margin-bottom: 0px;
}

.pdetail-partner-img img {
  width: 100%;
  transition: all 0.5s;
}

.pdetail-excellent {
  display: flex;
  justify-content: space-between;
}

.pdetail-eleft {
  width: 22.875%;
}

.pdetail-excellent .public-img {
  border: 1px solid #dcdcdc;
}

.pdetail-eright {
  width: 73.875%;
}

.pdetail-ebox {
  margin-left: -27px;
  margin-right: -27px;
}

.pdetail-eitem {
  float: left;
  padding: 0 27px;
  width: 33.33%;
  margin-bottom: 31px;
}

@media (max-width: 1700px) {
  .pseries-detail-info {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-left: 20px;
  }

  .choose-item {
    height: 180px;
  }
}

@media (max-width: 1600px) {
  .stretch-top {
    overflow: hidden;
  }

  .stretch-top img {
    width: 100%;
  }

  .stretch-img {
    width: 290px;
  }

  .stretch-info {
    width: calc(100% - 290px);
  }

  .pseries-detail li {
    padding: 0 25px;
  }

  .pseries-detail {
    margin-left: -25px;
    margin-right: -25px;
  }

  .pseries-detail-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .stretch-info p {
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 1400px) {
  .pseries-detail-img {
    width: 49%;
  }

  .pseries-detail-info {
    width: 51%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .stretch-info h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .stretch-img {
    width: 260px;
  }

  .stretch-info {
    width: calc(100% - 260px);
  }

  .pcheck-txt h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .pcheck-txt p {
    margin-bottom: 5px;
  }

  .pcheck-item {
    width: calc(50% - 20px);
  }

  .pcheck-txt {
    margin-bottom: 30px;
  }

  .pseries-detail li {
    padding: 0 15px;
  }

  .pseries-detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1200px) {
  .pseries-detail li {
    padding: 0 15px;
  }

  .pseries-detail {
    margin-left: -15px;
    margin-right: -15px;
  }

  .pseries-list li dl dd {
    margin-right: 7px;
  }

  .pseries-list li dl {
    margin-left: 20px;
  }

  .choose-list li {
    width: 50%;
    margin-bottom: 25px;
  }

  .stretch-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .stretch-list li {
    padding: 0px;
    width: 100%;
    float: none;
  }

  .stretch-info p {
    -webkit-line-clamp: 7;
  }

  .verify-honor li {
    width: 25%;
    margin-bottom: 20px;
  }

  .pcheck-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .pcheck-item:last-child {
    margin-bottom: 0px;
  }

  .manu-list2 li {
    padding: 0 15px;
  }

  .manu-list2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  .pcheck-txt {
    margin-bottom: 20px;
  }

  .manu-title h3 {
    margin-bottom: 14px;
  }

  .manu-title {
    margin-bottom: 18px;
  }

  .manu-list1 li {
    width: 100%;
  }

  .manu-list2 {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .manu-left3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .pdetail-excellent {
    flex-wrap: wrap;
  }

  .pdetail-eleft {
    width: 100%;
    margin-bottom: 20px;
  }

  .pdetail-ebox {
    margin-left: -15px;
    margin-right: -15px;
  }

  .pdetail-eitem {
    padding: 0 15px;
  }

  .pdetail-list {
    padding-bottom: 40px;
  }

  .recommend-info {
    font-size: 16px;
    padding: 0 15px;
    height: 58px;
  }

  .pdetail-eright {
    width: 100%;
  }

  .manu-right3 {
    width: 100%;
  }

  .manu-list2 li {
    margin-bottom: 30px;
    width: 100%;
    float: none;
    padding: 0px;
  }

  .pdetail-public {
    margin-top: 35px;
  }

  .stretch-item {
    padding: 20px;
  }

  .pdetail-checkwrap {
    margin-top: 20px;
  }

  .stretch-list li {
    margin-top: 25px;
  }

  .verify-item h3 {
    margin-bottom: 15px;
  }

  .verify-item p {
    margin-bottom: 15px;
  }

  .verify-honor li {
    width: 33.33%;
  }

  .verify-item {
    margin-bottom: 15px;
  }

  .pdetail-public-title {
    margin-bottom: 30px;
  }

  .pintro-txt {
    margin-bottom: 12px;
  }

  .pro-choose {
    padding-top: 35px;
  }

  .pro-choose h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .pseries-wrap {
    padding-top: 38px;
  }

  .choose-item {
    height: 160px;
  }

  .to-consult {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .pseries-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
  }

  .pseries-list li {
    height: auto;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pseries-list li h4 {
    width: 66px;
  }

  .pseries-list li dl {
    flex-wrap: wrap;
    width: calc(100% - 86px);
  }

  .pseries-subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 28px;
  }

  .pseries-detail li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .pseries-detail li:last-child {
    margin-bottom: 0px;
  }

  .pseries-detail {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pseries-detail-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 599px) {
  .pseries-detail-item {
    flex-wrap: wrap;
    border: none;
  }

  .pseries-detail-img {
    width: 100%;
    border: 1px solid #dcdcdc;
  }

  .pseries-detail-info {
    width: 100%;
    padding: 25px;
    border: 1px solid #dcdcdc;
    border-top: none;
  }

  .pseries-detail-more {
    margin-top: 20px;
  }

  .choose-list li {
    width: 100%;
  }

  .choose-item {
    height: 120px;
  }

  .pseries-list li dl {
    margin-left: 10px;
    width: calc(100% - 76px);
  }

  .stretch-item {
    flex-wrap: wrap;
  }

  .stretch-img {
    width: 100%;
  }

  .stretch-info {
    padding-left: 0px;
    margin-top: 15px;
    width: 100%;
  }

  .verify-honor li {
    width: 100%;
  }

  .manu-list1 li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .manu-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .pdetail-ebox {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pdetail-eitem {
    float: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;
  }

  .manu-img:last-child {
    margin-bottom: 0px;
  }

  .choose-info h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

/*****产品详情顶部*******/
.pdetail-top {
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
  overflow: hidden;
}

.pdetail-topl {
  width: 46%;
}

.pdetail-topr {
  width: 50%;
}

.pdetail-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  /* background: rgba(0, 0, 0, 0.4);*/
  text-align: center;
  line-height: 100%;
}

.pdetail-video img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* 有了这个就自动居中了 */
  cursor: pointer;
}

.pdetail-toplul {
  position: relative;
}

.pdetail-top-swiper {
  padding: 0 30px;
  margin-top: 20px;
}

.pdetail-top-swiper .swiper-slide.on {
  border: 2px solid #00562f;
}

.pdetail-top-swiper .swiper-slide a {
  border: 1px solid #dcdcdc;
  display: block;
}

.pdetail-top-swiperm {
  position: relative;
}

/* .pdetail-top-swiperlb{
  width: 86%;
  margin: 20px auto 0;
  overflow: hidden;
} */
.pdetail-top-swiper {
  width: 86%;
  margin: 20px auto 0;
  overflow: hidden;
}

.pdetail-top-swiper .swiper-slide img {
  width: 100%;
}

.pdetail-toplul-img>img {
  width: 100%;
}

.pdetail-topr h3 {
  font-size: 36px;
}

.pdetail-toplul li {
  display: none;
}

/********产品中心响应********/
@media (max-width: 1400px) {
  .pro-imgs .pro-items {
    width: 33.333333%;
  }
}

@media (max-width: 1400px) {
  .pro-imgs .pro-items {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .pro-left {
    width: 100%;
  }

  .pro-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .pro-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pltitle-txt {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .pro-imgs .pro-items {
    width: 50%;
  }
}

@media (max-width: 449px) {
  .pro-imgs .pro-items {
    width: 100%;
  }
}

.pro-list li.on .honor-listtitle i {
  background-image: url(../img/honor-add.png);
}

.honor-listtitle i.on {
  background-image: url(../img/honor-add.png);
}

.pdetail-topr-ljzx a {
  display: block;
  background: #00562f;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
}

.pdetail-topr h3 {
  font-family: "MicrosoftBold";
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
}

.pdetail-topr-canshu span {
  font-size: 18px;
  color: #222222;
  font-family: "MicrosoftBold";
}

.pdetail-topr-canshu {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  padding-top: 30px;
}

.pdetail-topr-canshu p {
  line-height: 40px;
}

.pdetail-topr-zx {
  color: #00562f;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
}

.pdetail-topr-rz img {
  width: 100%;
}

.pdetail-topr-ljzx {
  margin-top: 90px;
}

.pdetail-top-swiperm .swiper-button-prev {
  left: 0;
  background: url("../img/pro-detail-prev.png") no-repeat center;
}

.pdetail-top-swiperm .swiper-button-next {
  right: 0;
  background: url("../img/pro-detail-next.png") no-repeat center;
}

.pdetail-top-swiperm .swiper-button-prev:hover {
  background: url("../img/pro-detail-prevh.png") no-repeat center;
}

.pdetail-top-swiperm .swiper-button-next:hover {
  background: url("../img/pro-detail-nexth.png") no-repeat center;
}

@media (max-width: 1700px) {
  .pdetail-topr h3 {
    padding-bottom: 30px;
  }

  .pdetail-topr-zx {
    padding: 30px 0;
  }

  .pdetail-topr-canshu {
    padding: 20px 0;
  }

  .pdetail-topr-ljzx {
    margin-top: 50px;
  }
}

@media (max-width: 1600px) {
  .pdetail-topr h3 {
    padding-bottom: 20px;
  }

  .pdetail-topr-zx {
    padding: 20px 0;
  }

  .pdetail-topr-canshu {
    padding: 10px 0;
  }

  .pdetail-topr-ljzx {
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  .pdetail-topr h3 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .pdetail-topr-canshu p {
    line-height: 26px;
  }

  .pdetail-topr-zx {
    padding: 10px 0;
  }

  .pdetail-topr-ljzx {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .pdetail-top {
    display: block;
    padding-top: 30px;
  }

  .pdetail-topl {
    width: 100%;
  }

  .pdetail-topr {
    width: 100%;
    margin-top: 30px;
  }

  .pdetail-topr h3 {
    font-size: 20px;
  }

  .pdetail-topr-ljzx a {
    width: 160px;
  }

  .contact-ctitle {
    word-break: break-all;
  }
}

.nav-subpro .swiper-button-next {
  background: url("../img/pro-detail-next.png") no-repeat top center;
  right: 5%;
}

.nav-subpro .swiper-button-prev {
  background: url("../img/pro-detail-prev.png") no-repeat top center;
  left: 5%;
}

.nav-subpro .swiper-button-next:hover {
  background: url("../img/pro-detail-nexth.png") no-repeat top center;
}

.nav-subpro .swiper-button-prev {
  background: url("../img/pro-detail-prevh.png") no-repeat top center;
}

#p-banner {
  position: relative;
  z-index: 1;
}

#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}


.foot-back {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 5.3%;
  top: 0;
  cursor: pointer;
  background: url("../img/top-arrow.png") center;
}

@media(max-width:991px) {
  .foot-back {
    width: 38px;
    height: 38px;
    background-size: 100%;
  }
}


.header-mainpc {
  display: flex;
  justify-content: space-between;
  height: 200px;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media(max-width:991px) {
  .pc {
    display: none;
  }

  .mb {
    display: block;
  }
}

.headpc-l .logo img {
  width: 100%;
}

.headpc-l .logo {
  width: 262px;
}

.headpc-l {
  display: flex;
}

.headpc-ltxt h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}

.headpc-ltxt {
  padding-top: 25px;
}

.headpc-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 80%;
}

.headpc-rowimg {
  height: 35px;
  background: #fff;
  padding: 0 15px;
  border-radius: 20px;
  line-height: 35px;
  margin-bottom: 4px;
}

.headpc-r {
  padding-top: 24px;
}

@media(max-width:1700px) {
  .headpc-ltxt h3 {
    font-size: 32px;
  }

  .headpc-ltxt {
    width: 61.25%;
  }

  .headpc-img {
    width: 100%;
  }
  .pseries-detail-item{
    height: 300px;
  }
}

@media(max-width:1400px) {
  .headpc-l .logo {
    width: 200px;
  }

  .headpc-ltxt h3 {
    font-size: 28px;
  }

  .headpc-r img {
    width: 100%;
  }

  .headpc-r {
    width: 40%;
  }

  .headpc-ltxt {
    width: 70%;
  }
}

@media(max-width:1200px) {
  .headpc-ltxt {
    width: 90%;
  }

  .headpc-rowimg {
    padding: 0 5px;
  }
}

@media(max-width:991px){
  .pseries-detail-item{
    height: auto;
  }
}