@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "SanRegular";
  src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanMedium";
  src: url("../font/SourceHanSansCN-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanNormal";
  src: url("../font/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanLight";
  src: url("../font/SourceHanSansCN-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pMedium";
  src: url("../font/PingFangSC-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pBold";
  src: url("../font/PingFang-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pRegular";
  src: url("../font/PingFang-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avanti";
  src: url("../font/Avanti.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.index-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 120px;
  margin: -160px 0 0;
  padding: 0;
  list-style-type: none;
  z-index: 70;
}
.inside-menu {
  right: 68px;
  width: 40px;
  margin: 0px;
  transform: translateY(-50%);
}
.index-menu li {
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.inside-menu li {
  margin-top: 24px;
}
.index-menu li span {
  display: block;
  width: 40px;
  height: 6px;
  background: #70b061;
  margin-left: 12px;
  transition: all 0.4s;
}
.inside-menu li span {
  margin-left: 0px;
}
.index-menu a {
  display: block;
  color: #70b061;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: all 0.4s;
}
.index-menu .active a {
  color: #70b061;
  display: block;
  opacity: 1;
}
.index-menu .active span {
  width: 23px;
}
/* 内页头部 */
header {
  width: 100%;
  z-index: 22;
  padding: 0 65px 0 80px;
  position: sticky;
  background: #fff;
  top: 0;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;


}

.header-r {
  display: flex;
  align-items: center;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.head-r {
  margin-left: 96px;
}

.logo {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
}

.nav-ul {
  display: flex;
  align-items: center;
}

.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li {
  margin: 0 25px;
}

.nav-ul li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #111;
  line-height: 100px;
  position: relative;
}

.nav-ul li > a::after {
  position: absolute;
  content: " ";
  background: url("../img/nav-icon1.png") no-repeat center left;
  left: -20px;
  top: 42px;
  width: 10px;
  display: none;
  height: 10px;
}

.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #70b061;
}

.nav-ul li.nav-active a::after {
  display: block;
}

.nav-ul li:hover > a::after {
  display: block;
}

.head-tel {
  width: 42px;
  height: 42px;
  background: #70b061;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  cursor: pointer;
}

.head-sou {
  width: 42px;
  height: 42px;
  background: #70b061;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.head-r {
  display: flex;
}

/*banner*/
#banner {
  position: relative;
  height: 100%;
}
#pbanner {
  position: relative;
  height: 100%;
}
.banner-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-more {
  font-size: 24px;
  position: absolute;
  z-index: 66;
  bottom: 220px;
  right: 8.3%;
  color: #fff;
  background: url("../img/banner-more.png") no-repeat center left;
  height: 68px;
  line-height: 68px;
  padding-left: 50px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .nav-ul li {
    margin: 0 15px;
  }
  .nav-ul li > a::after {
    left: -15px;
  }
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin: 0 10px;
  }
  .nav-ul li > a::after {
    left: -15px;
  }
  .logo {
    width: 300px;
  }
  .logo img {
    width: 100%;
  }
  .head-r {
    margin-left: 30px;
  }
}

@media (max-width: 1400px) {
  .logo {
    width: 260px;
  }
  .footer-telr {
  margin-left: 20px;
  }
  .nav-ul li > a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  header {
    padding: 0 20px;
  }
  .logo {
    width: 220px;
  }
  .nav-ul li > a {
    font-weight: normal;
    font-size: 14px;
  }
  .head-tel {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
  .head-sou {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .logo {
    width: 290px;
  }
  .head-r {
    display: none;
  }
}

/* 底部 */
#footer {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
  background: #292929;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.footer-l {
  width: 31.875%;
}
.footer-logo {
  width: 378px;
  overflow: hidden;
  margin-bottom: 42px;
}
.footer-logo img {
  width: 100%;
}
.footer-tel {
  display: flex;
  align-items: center;
}
.footer-tell {
  width: 60px;
  height: 60px;
  background: #70b061;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-telr {
  margin-left: 30px;
  color: #fff;
}
.footer-telr h3 {
  font-size: 18px;
  line-height: 20px;
}
.footer-telr p {
  font-size: 24px;
  margin-top: 10px;
  font-family: "pBold";
}
.footer-ul {
  width: 68.125%;
  display: flex;
  justify-content: space-between;
}
.footer-ul li h3 {
  font-size: 16px;
  position: relative;
  color: #fff;
  line-height: 24px;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.footer-ul li h3::after {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #9e9e9e;
  content: " ";
  left: 0;
  bottom: 0px;
}
.footer-ul li dl dd > a {
  line-height: 24px;
  display: block;
  color: #b9b9b9;
  font-size: 16px;
  margin-bottom: 12px;
}
.footer-ul li:nth-child(3) {
  width: 160px;
}
.footer-ul li:nth-child(4) {
  width: 160px;
}
.copy {
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6c6c6;
  font-size: 14px;
  border-top: 1px solid #444;
}
@media (max-width: 1400px) {
  .footer-logo {
    width: 330px;
  }
}
@media (max-width: 1200px) {
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-box {
    flex-wrap: wrap;
  }
  #footer {
    padding-top: 32px;
  }
  .footer-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-ul {
    width: 100%;
  }
  .footer-box {
    margin-bottom: 40px;
  }
  .copy {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .footer-tel{
    display: none;
  }
  .footer-logo {
    margin-bottom: 15px;
    display: none;
  }
  .footer-l {
    margin-bottom: 12px;
  }
  .footer-ul {
    flex-wrap: wrap;
    
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
  }
  .footer-ul li dl dd > a {
    margin-bottom: 0px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li:nth-child(3) {
    width: 100%;
  }
  .footer-ul li:nth-child(4) {
    width: 100%;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 8px;
  }
  .footer-box {
    margin-bottom: 10px;
  }
  .copy {
    height: auto;
    padding: 15px;
    text-align: center;
  }
  #footer {
    padding-top: 30px;
  }
  .footer-l {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header {
    height: 70px;
  }
  .header-main {
    height: 70px;
  }
  #menu {
    display: none;
  }
}



/*首页关于我们*/
.homeabout {
  padding-top: 100px;
  height: 100%;
}
.index-section {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.about-section {
  background-image: url(../img/homeabout-bg.jpg);
}
.homeabout-l {
  width: 32%;
  padding-top: 50px;
  float: left;
  text-align: left;
}
.homeabout-l h3 {
  font-size: 48px;
  line-height: 48px;
  color: #c5c5c5;
  font-weight: bold;
  margin-bottom: 13px;
}
.homeabout-l h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #70b061;
  padding-bottom: 58px;
  position: relative;
}
.homeabout-l h4::after,
.homeabout-l h4::before {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0px;
  left: 0px;
}
.homeabout-l h4::after {
  width: 87px;
  z-index: 7;
  background-color: #70b061;
}
.homeabout-l h4::before {
  width: 27px;
  background-color: #326c25;
  z-index: 9;
}
.habout-des {
  color: #666666;
  font-size: 18px;
  margin-top: 62px;
  line-height: 36px;
  margin-bottom: 90px;
}
.habout-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 212px;
  height: 64px;
  background-color: #70b061;
  color: #fff;
  padding-left: 26px;
  padding-right: 42px;
}
.habout-more span {
  font-size: 18px;
  font-weight: bold;
}
.habout-more i {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/homeabout-arrow.png) no-repeat center;
}
.homeabout-r {
  width: 60%;
  float: right;
  position: relative;
  padding-right: 178px;
  padding-top: 10px;
}
.homeabout-box {
  width: 100%;
  padding: 78px 92px 78px 78px;
  position: relative;
}
.circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/habout-circle.png) no-repeat center;
  background-size: 100% 100%;
  animation: zhuan0 7s infinite linear 0.65s;
  z-index: 2;
}
.homeabout-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.homeabout-img img {
  width: 100%;
}
@keyframes zhuan0 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.habout-item {
  position: absolute;
  z-index: 10;
}
.habout-item1 {
  right: 58px;
  top: 130px;
  padding-left: 74px;
}
.habout-item2 {
  right: 40px;
  top: 314px;
  padding-left: 68px;
}
.habout-item3 {
  right: 8px;
  top: 534px;
  padding-left: 62px;
}
.habout-item::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #70b061;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.habout-num {
  color: #70b061;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.habout-num strong {
  display: block;
  margin-right: 10px;
  font-size: 48px;
  line-height: 48px;
}
.habout-num span {
  font-size: 24px;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
}
.habout-item p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 1600px) {
  .habout-item1 {
    right: -10px;
    top: 100px;
  }
  .habout-item2 {
    right: -22px;
    top: 270px;
  }
  .habout-item3 {
    right: -56px;
    top: 440px;
  }
  .homeabout-r {
    padding-right: 120px;
  }
  .homeabout-box {
    padding: 58px 72px 58px 58px;
  }
  .habout-des {
    margin-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .homeabout-r {
    padding-top: 40px;
    padding-right: 100px;
  }
  .habout-item1 {
    right: -16px;
  }
  .habout-item2 {
    right: -42px;
  }
  .habout-item3 {
    right: -80px;
  }
  .habout-des {
    font-size: 16px;
    line-height: 32px;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .homeabout-l {
    padding-top: 30px;
  }
  .homeabout-l h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .homeabout-l h4 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .habout-item1 {
    right: -32px;
    padding-left: 60px;
  }
  .habout-item2 {
    right: -33px;
    top: 252px;
    padding-left: 56px;
  }
  .habout-item3 {
    right: -55px;
    top: 380px;
    padding-left: 50px;
  }
  .homeabout-box {
    padding: 38px 52px 38px 38px;
  }
  .habout-num strong {
    font-size: 36px;
    line-height: 36px;
  }
  .habout-more {
    width: 166px;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .habout-more span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .homeabout {
    padding-top: 70px;
  }
  .homeabout-l {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .homeabout-r {
    float: none;
    padding-top: 8px;
    margin: 0 auto;
    width: 82%;
  }
  .homeabout-l h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .homeabout-l h4 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .homeabout-l h4::after {
    width: 60px;
  }
  .homeabout-l h4::before {
    width: 18px;
  }
  .habout-des {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .habout-item1 {
    right: -26px;
    top: 70px;
  }
  .habout-item2 {
    right: -32px;
    top: 206px;
  }
  .habout-item3 {
    right: -70px;
    top: 344px;
  }
  .habout-num span {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .habout-num strong {
    font-size: 28px;
    line-height: 32px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .circle {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    z-index: 2;
  }
  .homeabout-img {
    position: relative;
    width: 70%;
    overflow: hidden;
    z-index: 9;
    margin: 0 auto;
  }
  .habout-item1 {
    right: 80px;
    top: 60px;
    padding-left: 0px;
  }
  .habout-item2 {
    right: 80px;
    top: 130px;
    padding-left: 0px;
  }
  .habout-item3 {
    right: 80px;
    top: 210px;
    padding-left: 0px;
  }
  .habout-item::before {
    display: none;
  }
  .habout-num {
    justify-content: flex-end;
  }
  .homeabout-box {
    width: 80%;
  }
  .homeabout-r {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
  }
}
@media (max-width: 599px) {
  .habout-item {
    position: relative;
    display: inline-block;
    margin: 0 4px;
  }
  .habout-item1 {
    right: auto;
    top: auto;
  }
  .habout-item2 {
    right: auto;
    top: auto;
  }
  .habout-item3 {
    right: auto;
    top: auto;
  }
  .homeabout-box {
    margin: 0 auto;
  }
  .habout-num strong {
    font-size: 24px;
    line-height: 30px;
  }
  .habout-num {
    justify-content: center;
  }
  .habout-num span {
    font-size: 18px;
  }
  .habout-item p {
    font-size: 16px;
  }
  .homeabout-box {
    width: 100%;
    margin-bottom: 20px;
    padding: 18px 22px 18px 18px;
  }
}
/* 业务领域 */
.home-region {
  height: 100%;
  position: relative;
}
.hregion-title {
  position: absolute;
  top: 150px;
  left: 70px;
  z-index: 6;
}
.public-title h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #c5c5c5;
  margin-bottom: 12px;
}
.public-title h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #70b061;
}
.hregion-imglist {
  height: 100%;
}
.hregion-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
.hregion-img-on {
  display: block;
}
.hregion-img img {
  width: 100%;
}
.hregion-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 4;
}
.hregion-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.hregion-list li {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 150px;
  transition: all 0.5s;
  opacity: 0.7;
  border-right: 1px solid rgba(209, 209, 209, 0.3);
}
.hregion-list li:last-child {
  border-right: none;
}
.hregion-icon {
  width: 118px;
  height: 118px;
  /* background: url(../img/homebus-iconbg.png) no-repeat center; */
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hregion-info {
  font-size: 24px;
  color: #fff;
  margin-top: 45px;
  text-align: center;
  line-height: 40px;
  min-height: 80px;

}
.hregion-list li:hover,
.hregion-list li.on {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.hregion-imglist-mobile {
  display: none;
}
@media (max-width: 1600px) {
  .public-title h3 {
    font-size: 38px;
    line-height: 38px;
  }
  .public-title h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1200px) {
  .public-title h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .public-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .hregion-title {
    left: 50px;
  }
  .hregion-icon {
    width: 102px;
    height: 102px;
  }
  .hregion-info {
    font-size: 20px;
    line-height: 30px;
  }
  .hregion-list li {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hregion-title {
    top: 90px;
  }
  .public-title h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .public-title h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .hregion-imglist {
    display: none;
  }
  .hregion-main {
    position: relative;
    background-color: #70b061;
    top: auto;
    height: 75%;
    left: auto;

  }
  .hregion-list {
    justify-content: center;
  }
  .hregion-list li {
    align-items: center;
    padding-bottom: 15px;
    justify-content: flex-start;
    padding-top: 15px;
  }
  .hregion-info {
    font-size: 16px;
    line-height: 24px;
    min-height: 30px;
    margin-top: 5px;
   
  }

  .hregion-icon {
    width: 50px;
    height: 50px;
  }
  .hregion-imglist-mobile {
    display: block;
  }
  .home-region {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .hregion-list li {
    align-items: center;
    width: 33.33%;
    flex: none;
  }
}
@media (max-width: 559px) {
  .hregion-list li {
    width: 50%;
  }
  .public-title h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .public-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .hregion-title {
    left: 30px;
  }
}
/* 业绩案例 */
.home-case {
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}
.hcase-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.hcase-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 60px;
}
.hcase-title {
  padding-top: 100px;
}
.hcase-left {
  width: 41.25%;
  padding-top: 25px;
}
.hcase-left h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.hcase-left span {
  font-size: 18px;
  line-height: 24px;
}
.hcase-des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-bottom: 48px;
}
.hcase-right {
  width: 50%;
}
.hcase-list {
  display: flex;
  flex-wrap: wrap;
}
.hcase-list li {
  flex: 1;
  padding-top: 25px;
  position: relative;
}
.hcase-list li a {
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #f6f6f6;
  line-height: 86px;
  position: relative;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  transition: all 0.5s;
}
.hcase-list li:last-child a {
  border-right: none;
  border-bottom: none;
}
.hcase-list li::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 25px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/hcase-icon.png) no-repeat center;
  opacity: 0;
  transition: all 0.5s;
}
.hcase-list li:hover::after,
.hcase-list li.on::after {
  opacity: 1;
}
.hcase-list li:hover a,
.hcase-list li.on a {
  background: #70b061;
  color: #fff;
}
@media (max-width: 1800px) {
  .hcase-main {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hcase-list li a {
    line-height: 70px;
  }
}
@media (max-width: 1600px) {
  .hcase-main {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .hcase-left {
    width: 44%;
    padding-top: 15px;
  }
  .hcase-left h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .hcase-des {
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .hcase-des {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .hcase-left {
    width: 100%;
    padding-top: 2px;
    margin-bottom: 15px;
  }
  .hcase-right {
    width: 60%;
    margin: 0 auto;
  }
  .hcase-left h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .hcase-left span {
    font-size: 14px;
    line-height: 18px;
  }
  .hcase-title {
    padding-top: 80px;
  }
  .hcase-main {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hcase-des {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .hcase-des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hcase-list li a {
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 52px;
    z-index: 99;
  }
  .hcase-list li a::after {
    width: 28px;
    height: 14px;
    background-size: 100% 100%;
  }
  .hcase-list li {
    padding-top: 14px;
  }
}
@media (max-width: 559px) {
  .hcase-right {
    width: 100%;
  }
  .hcase-list li a {
    border-right: none;
    line-height: 38px;
    font-size: 14px;
    height: auto;
    border-bottom: 1px solid #f6f6f6;
  }
  .hcase-list li a::after {
    display: none;
  }
  .hcase-list li {
    flex: none;
    padding-top: 0px;
    width: 100%;
  }
}
/* 新闻中心 */
.home-news {
  height: 100%;
  position: relative;
  padding-top: 100px;
}
.hnews-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.hnews-time {
  display: flex;
  align-items: flex-end;
  padding-bottom: 28px;
  border-bottom: 2px solid #70b061;
  position: relative;
  margin-bottom: 34px;
}
.hnews-time::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  background: #70b061;
  border-radius: 50%;
}
.hnews-time strong {
  font-size: 48px;
  line-height: 48px;
  color: #70b061;
}
.hnews-time span {
  font-size: 24px;
  line-height: 32px;
  color: #666;
  margin-left: 12px;
}
.hnews-info h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.hnews-des {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 90px;
  margin-bottom: 50px;
}
.hnews-swiper {
  padding-bottom: 70px;
}
.hnews-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff !important;
  border: 1px solid #fff;
  position: relative;
}
.hnews-swiper .swiper-pagination-bullet::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #cdcdcd;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
}
.hnews-swiper .swiper-pagination-bullet-active {
  border-color: #88bc7d;
}
.hnews-swiper .swiper-pagination-bullet-active::after {
  background-color: #88bc7d;
}
.hnews-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.hnews-swiper > .swiper-pagination-bullets {
  bottom: 0px;
}
.hnews-items:hover .hnews-info h3 a {
  color: #70b061;
}
.hnews-items:hover .public-img img {
  transform: scale(1.1);
}
@media (max-width: 1800px) {
  .hnews-title {
    margin-bottom: 30px;
  }
  .hnews-time {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .hnews-des {
    margin-bottom: 20px;
    line-height: 22px;

  }
}
@media (max-width: 1400px) {
  .hnews-time strong {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .hnews-des {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .hnews-time strong {
    font-size: 26px;
    line-height: 26px;
  }
  .hnews-time span {
    font-size: 20px;
    line-height: 26px;
    margin-left: 8px;
  }
}
@media (max-width: 599px) {
  .hnews-time span {
    font-size: 16px;
    line-height: 20px;
  }
}
/* 联系我们 */
.inside-header {
  position: relative;
}
.inside-bannerw {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
.inside-bdown {
  width: 70px;
  cursor: pointer;
  height: 70px;
  background: #91c386 url(../img/down.png) no-repeat center;
  border-radius: 50%;
  animation: move 2s infinite;
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.inside-nav {
  background: #fff;
  overflow: hidden;
}
.inav-on {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inav-on li a {
  width: 320px;
  display: block;
  border: 1px solid #ececec;
  line-height: 84px;
  text-align: center;
  transition: all 0.5s;
  font-size: 18px;
  border-right: none;
  color: #333;
}
.inav-on li:last-child a {
  border-right: 1px solid #ececec;
}
.inav-on li:hover a,
.inav-on li.on a {
  background: #70b061;
  color: #fff;
  border-color: #70b061;
}
.contact-wrap {
  padding-bottom: 95px;
  overflow: hidden;
}
.contact-top {
  background: #fafafa;
  padding-top: 75px;
  padding-bottom: 75px;
}
.contact-list {
  padding: 0 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-list li {
  margin-right: 62px;
  height: 269px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  flex: 1;
  transition: all 0.5s;
}
.contact-list li:last-child {
  margin-right: 0px;
}
.contact-icon {
  position: relative;
  height: 77px;
}
.contact-icon img {
  transition: all 0.5s;
}
.cicon-on {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.contact-list li h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.contact-list li span {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-family: "pMedium";
}
.contact-list li:hover {
  background: #70b061;
  color: #fff;
}
.contact-list li:hover .cicon-on {
  opacity: 1;
}
.contact-list li:hover .cicon-un {
  opacity: 0;
}
.contact-bom {
  padding-top: 58px;
  background-color: #fff;
  overflow: hidden;
}
.contact-main {
  display: flex;
  flex-wrap: wrap;
}
.contact-msg {
  width: 50%;
  padding-right: 38px;
}
.contact-map {
  width: 50%;
  padding-left: 28px;
}
.contact-title {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 39px;
}
.contact-title::before {
  position: absolute;
  width: 4px;
  height: 18px;
  background-color: #70b061;
  border-radius: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.contact-item {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-item:last-child {
  margin-bottom: 0px;
}
.contact-input {
  width: calc(50% - 22px);
  border-radius: 5px;
  border: 1px solid #d3d9de;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.contact-input span {
  font-family: "SanLight";
  font-size: 16px;
  color: #84939f;
  width: 50px;
  display: block;
  line-height: 56px;
}
.contact-region span {
  width: 78px;
}
.contact-input input {
  width: calc(100% - 50px);
  background-color: #fff;
  border: none;
  height: 48px;
  line-height: 48px;
}
.contact-input textarea {
  width: calc(100% - 78px);
  background-color: #fff;
  border: none;
  /*height: 252px;*/
  height: 150px;
  resize: none;
}
.contact-region input {
  width: calc(100% - 78px);
}
.contact-topic .contact-input {
  width: 100%;
  align-items: flex-start;
}
.contact-topic .contact-region {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 26px;
}
.contact-topic .contact-region span {
  line-height: 32px;
}
@media (max-width: 1400px) {
  .contact-input {
    width: calc(50% - 10px);
  }
  .contact-msg {
    padding-right: 20px;
  }
  .contact-list {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .inav-on li {
    flex: 1;
  }
  .inav-on li a {
    width: auto;
  }
  .contact-top {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .contact-list li {
    margin-right: 32px;
  }
  .contact-list {
    flex-wrap: wrap;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .inav-on li a {
    font-size: 16px;
    line-height: 60px;
  }
  .inside-bdown {
    width: 50px;
    height: 50px;
  }
  .inside-bannerw {
    bottom: 30px;
  }
  .contact-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-list li h3 {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .contact-list li span {
    font-size: 16px;
  }
  .contact-list li {
    padding: 0 6px;
    height: 220px;
    margin-right: 20px;
  }
  .contact-msg {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .contact-map {
    width: 100%;
    padding-left: 0px;
  }
  .contact-bom {
    padding-top: 38px;
  }
  .contact-title {
    padding-left: 15px;
    margin-bottom: 22px;
  }
  .contact-input {
    padding-left: 15px;
  }
  .contact-item {
    margin-bottom: 20px;
  }
  .contact-input input {
    height: 44px;
    line-height: 44px;
  }
  .contact-input span {
    line-height: 50px;
  }
  .contact-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .contact-list li {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-icon {
    height: auto;
  }
  .contact-list li:last-child {
    margin-bottom: 0px;
  }
  .contact-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-input:last-child {
    margin-bottom: 0px;
  }
  .contact-input textarea {
    height: 180px;
  }
  .inside-bdown {
    width: 36px;
    height: 36px;
    background-size: 16px 17px;
  }
  .inside-bannerw {
    left: auto;
    transform: translateX(0px);
    right: 0px;
    bottom: 20px;
  }
  .inav-on li a {
    line-height: 50px;
  }
}
/* 人才招聘 */
.job-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.job-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.job-left {
  width: 50%;
}
.job-right {
  width: 50%;
  padding-left: 68px;
  padding-top: 35px;
}
.job-right h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2a2f32;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 28px;
  position: relative;
}
.job-right h3::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: #70b061;
}
.job-des {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-bottom: 54px;
}
.job-list li {
  margin-top: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 106px;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding-left: 48px;
  color: #2a2f32;
  transition: all 0.5s;
}
.job-icon {
  width: 53px;
  text-align: center;
  position: relative;
}
.job-list li p {
  margin-left: 30px;
}
.job-list li:hover {
  color: #fff;
  background-color: #70b061;
}
.recrument-title {
  font-size: 24px;
  font-weight: bold;
  color: #2a2f32;
  text-align: center;
  line-height: 24px;
  margin-bottom: 32px;
}
.recrument-list li {
  margin-bottom: 13px;
}
.recrument-list li:last-child {
  margin-bottom: 0px;
}
.recrument-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background-color: #f7f7f7;
  padding-left: 90px;
  padding-right: 108px;
}
.recrument-top p {
  font-size: 16px;
  color: #333;
  font-family: "pBold";
}
.recrument-top i {
  width: 32px;
  height: 32px;
  background: url(../img/job-jia.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.recrument-list li.on .recrument-top i {
  background-image: url(../img/job-jian.png);
}
.recrument-bom {
  padding-left: 90px;
  padding-top: 25px;
  display: none;
}
.recrument-info {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.recrument-info h3 {
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .job-right {
    padding-left: 40px;
    padding-top: 0px;
  }
  .job-right h3 {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .job-des {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .job-list li {
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 1400px) {
  .job-list li {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .job-des {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .job-wrap {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .job-main {
    flex-direction: column-reverse;
  }
  .job-left {
    width: 100%;
  }
  .job-right {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .job-des {
    font-size: 16px;
  }
  .recrument-top {
    padding-left: 45px;
    padding-right: 55px;
  }
  .recrument-bom {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .job-wrap {
    padding-top: 38px;
    padding-bottom: 40px;
  }
  .job-right h3 {
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .job-list li {
    margin-top: 20px;
  }
  .job-list li p {
    margin-left: 20px;
  }
  .job-main {
    margin-bottom: 35px;
  }
  .recrument-title {
    margin-bottom: 26px;
  }
  .recrument-info {
    margin-bottom: 16px;
  }
  .recrument-bom {
    padding-top: 15px;
    padding-left: 20px;
  }
  .recrument-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 559px) {
  .job-list li {
    padding-left: 15px;
  }
  .job-list li p {
    margin-left: 15px;
  }
}
/* 新闻中心 */
.news-wrap {
  padding-top: 56px;
  padding-bottom: 82px;
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
}
.news-list li {
  padding: 33px 0px 33px 35px;
  background-color: #fff;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list li:last-child {
  margin-bottom: 0px;
}
.news-img {
  width: 450px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-info {
  width: calc(100% - 450px);
  padding-left: 65px;
  padding-right: 60px;
  padding-top: 11px;
}
.news-info span {
  font-size: 16px;
  color: #969696;
  line-height: 24px;
  display: block;
  margin-bottom: 17px;
}
.news-info h3 a {
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  margin-bottom: 20px;
}
.news-info p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 47px;
  min-height: 78px;
}
.news-more {
  display: block;
  width: 126px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #dcdcdc;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #969696;
  font-family: "pRegular";
}
.news-list li:hover .news-img img {
  transform: scale(1.1);
}
.news-list li:hover h3 a {
  color: #70b061;
}
.news-list li:hover .news-more {
  background-color: #70b061;
  border-color: #70b061;
  color: #fff;
}
.click-more {
  display: block;
  color: #fff;
  background-color: #70b061;
  text-align: center;
  margin: 60px auto 0px;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
}
@media (max-width: 1400px) {
  .news-info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .news-img {
    width: 410px;
  }
  .news-info {
    width: calc(100% - 410px);
    padding-left: 40px;
    padding-right: 40px;
  }
  .news-info p {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .news-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-img {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .news-info {
    width: 100%;
    padding: 30px;
    background-color: #fff;
  }
  .news-list li {
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .news-info h3 a {
    margin-bottom: 12px;
  }
  .news-info span {
    margin-bottom: 8px;
  }
  .news-info p {
    margin-bottom: 25px;
  }
  .click-more {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .news-info {
    padding: 15px;
  }
  .news-info p {
    margin-bottom: 20px;
  }
}
/* 新闻详情 */
.news-detail {
  padding-top: 77px;
  padding-bottom: 118px;
}
.newsdetail-main {
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}
.newsdetail-title {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #eeeeee;
}
.newsdetail-title h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}
.newsdetail-title span {
  font-size: 16px;
  color: #969696;
  line-height: 24px;
}
.newsdetail-info {
  padding-top: 42px;
  overflow: hidden;
}
.newsdetail-info p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.newsdetail-info img {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}
.newsd-page {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 60px;
  margin-top: 88px;
}
.newsd-back {
  width: 200px;
  height: 52px;
  line-height: 52px;
  border-radius: 2px;
  text-align: center;
  background-color: #70b061;
  color: #fff;
  cursor: pointer;
}
.newsd-page a {
  width: calc(50% - 108px);
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.npage-next {
  text-align: right;
}
.newsd-page a:hover {
  color: #70b061;
}
@media (max-width: 1400px) {
  .newsdetail-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1400px) {
  .newsdetail-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .newsdetail-title {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .newsdetail-main {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsdetail-title{
    padding-top: 28px;
    padding-bottom: 15px;
  }
  .newsdetail-title h3{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .newsdetail-info{
    padding-top: 20px;
  }
  .newsdetail-info p{
    line-height: 30px;
  }
  .newsdetail-info img{
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .newsd-page{
    margin-top: 15px;
    flex-direction: column;
    padding-top: 15px;
    align-items: flex-start;
    padding-bottom: 15px;
  }
  .newsd-page a{
    width: 100%;
  }
  .newsd-back{
    width: 130px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 15px;
  }
  .npage-prev{
    padding-top: 50px;
  }
  .npage-next{
    text-align: left;
  }
}
@media (max-width: 559px){
  .newsdetail-title h3{
    font-size: 22px;
    margin-bottom: 8px;
  }
  .newsdetail-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 业绩案例 */
.case-wrap {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 106px;
}
.case-list {
  margin-left: -23px;
  margin-right: -23px;
}
.case-list li {
  padding: 0 23px;
  float: left;
  width: 33.33%;
  margin-bottom: 55px;
}
.case-item p {
  position: relative;
  width: 100%;
  line-height: 22px;
  min-height: 44px;
  font-size: 18px;
  color: #333;
  margin-top: 32px;
  padding-left: 30px;
}
.case-item p::before {
  position: absolute;
  width: 6px;
  height: 20px;
  content: "";
  left: 0px;
  top: 0px;
  background-color: #70b061;
}
.case-item:hover .public-img img {
  transform: scale(1.1);
}
.case-item:hover p {
  color: #70b061;
}
.case-click {
  margin-top: 0px;
}
/* 业绩案例详情 */
.case-detail {
  padding-bottom: 126px;
}
.casedetail-main h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  padding-bottom: 26px;
  position: relative;
  text-align: center;
}
.casedetail-main h3::after {
  position: absolute;
  width: 34px;
  height: 4px;
  background-color: #70b061;
  bottom: 0px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.casedetail-des {
  max-width: 868px;
  margin: 22px auto 62px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.casedetail-list {
  margin-left: -40px;
  margin-right: -40px;
}
.casedetail-list li {
  padding: 0 40px;
  float: left;
  width: 33.33%;
}
.casedetail-item p {
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.casedetail-item:hover .public-img img {
  transform: scale(1.1);
}
.casedetail-item:hover p {
  color: #70b061;
}
@media(max-width: 1400px){
  .casedetail-list{
    margin-left: -20px;
    margin-right: -20px;
  }
  .casedetail-list li{
    padding: 0 20px;
  }
}
@media(max-width: 1200px){
  .case-list{
    margin-left: -15px;
    margin-right: -15px;
  }
  .case-list li{
    padding: 0 15px;
  }
  .case-detail{
    padding-bottom: 80px;
  }
}
@media(max-width: 991px){
  .case-list{
    margin-left: 0px;
    margin-right: 0px;
  }
  .case-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case-item p{
    margin-top: 18px;
    min-height: auto;
    padding-left: 20px;
  }
  .case-item p::before{
    top: 50%;
    transform: translateY(-50%);
  }
  .case-list li{
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .case-click{
    margin-top: 35px;
  }
  .casedetail-main h3{
    line-height: 30px;
    padding-bottom: 18px;
  }
  .casedetail-des{
    max-width: 100%;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .casedetail-list{
    margin-left: 0px;
    margin-right: 0px;
  }
  .casedetail-list li{
    padding: 0px;
    width: 100%;
  }
  .casedetail-item p{
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .case-detail{
    padding-bottom: 22px;
  }
}
@media(max-width: 599px){
  .case-inav{
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .case-wrap{
    padding-top: 30px;
  }
  .case-inav li{
    flex: none;
    width: 100%;
  }
  .case-inav li a{
    border-bottom: none;
  }
  .inav-on li:last-child a{
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
}
/* 关于我们 */
.about-inav li {
  flex: 1;
}
.about-inav li a{
  width: 100%;
}
.about-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 85px;
}
.about-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.about-left {
  width: 50%;
}
.about-title {
  font-size: 40px;
  line-height: 40px;
  color: #70b061;
}
.about-name {
  margin-top: 72px;
}
.about-name h2 {
  font-size: 50px;
  line-height: 50px;
  color: #333;
  margin-bottom: 40px;
}
.about-name p {
  color: #3f3a39;
  line-height: 48px;
  font-size: 36px;
}
.about-right {
  width: 50%;
}
.about-right p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 30px;
}
.about-right p:last-child {
  margin-bottom: 0px;
}
.culture-main {
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
}
.culture-left {
  width: 50%;
}
.culture-right{
  width: 50%;
}
.culture-list {
  margin-top: 72px;
}
.culture-list li {
  display: flex;
  margin-bottom: 80px;
}
.culture-list li:last-child {
  margin-bottom: 0px;
}
.culture-icon {
  width: 102px;
  height: 102px;
  background-color: #70b061;
  border-radius: 50%;
  padding: 5px;
}
.culture-img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture-info {
  width: calc(100% - 102px);
  padding-left: 60px;
  padding-top: 5px;
}
.culture-info span {
  font-size: 28px;
  display: block;
  line-height: 28px;
  color: #333;
  margin-bottom: 25px;
}
.culture-info p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
/* 技术实力 */
.tech-wrap {
  padding-top: 56px;
  overflow: hidden;
  background: url(../img/tech-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.tech-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
  margin-top: 36px;
}
.tech-list {
  width: 50%;
}
.tech-list li {
  width: 62.5%;
}
.tech-list li a {
  display: block;
  width: 100%;
  line-height: 79px;
  font-size: 24px;
  color: #969696;
  background: url(../img/about-slarrow.png) no-repeat right center;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s;
}
.tech-list li:hover a,
.tech-list li.on a {
  color: #70b061;
  background-image: url(../img/about-slarrowh.png);
}
.tech-info {
  width: 50%;
}
.tech-txt {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  display: none;
}
.tech-txt-on {
  display: block;
}
.tech-swiper {
  display: none;
}
.tech-swiper-on {
  display: block;
}
.tech-swiper .swiper-wrapper {
  padding-bottom: 84px;
}
.tech-bom {
  padding-bottom: 62px;
}
.public-next,
.public-prev {
  width: 16px;
  height: 30px;
  background-size: 16px 30px;
  margin-top: 0px;
  top: auto;
  bottom: 0px;
  opacity: 1;
}
.public-next {
  right: 50%;
  margin-right: -43px;
  background-image: url(../img/about-slnext.png);
}
.public-prev {
  left: 50%;
  margin-left: -43px;
  background-image: url(../img/about-slprev.png);
}
.public-next:hover {
  background-image: url(../img/about-slnexth.png);
}
.public-prev:hover {
  background-image: url(../img/about-slprevh.png);
}
.tech-img:hover img {
  transform: scale(1.1);
}
.partner-wrap {
  padding-top: 62px;
  overflow: hidden;
  width: 100%;
}
.partner-main {
  margin-bottom: 102px;
}
.partner-info {
  font-size: 20px;
  color: #666666;
  margin-top: 36px;
  margin-bottom: 42px;
  line-height: 36px;
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
}
.partner-list li {
  flex: 1;
  position: relative;
}
.partner-list li::after {
  position: absolute;
  height: 70px;
  width: 1px;
  content: "";
  background-color: #e5e5e5;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.partner-list li:first-child::before {
  position: absolute;
  height: 70px;
  width: 1px;
  content: "";
  background-color: #e5e5e5;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.vedio-main {
  padding-bottom: 76px;
}
.vedio-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 60px;
}
.vedio-img img {
  width: 100%;
  transition: all 0.5s;
}
.play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: url(../img/play-icon.png) no-repeat center;
  background-size: 100% 100%;
}
@media(max-width: 1600px){
  .culture-list li{
    margin-bottom: 60px;
  }
}
@media(max-width: 1400px){
  .culture-list li{
    margin-bottom: 60px;
  }
  .culture-list{
    margin-top: 50px;
  }
}
@media(max-width: 1200px){
  .culture-list li{
    margin-bottom: 30px;
  }
  .about-name h2{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .about-name p{
    font-size: 32px;
    line-height: 42px;
  }
  .culture-info{
    padding-left: 30px;
  }
  .culture-info span{
    margin-bottom: 12px;
  }
  .tech-txt{
    font-size: 16px;
    line-height: 30px;
  }
}
@media(max-width: 991px){
  .about-wrap{
    padding-top: 35px;
  }
  .about-left{
    width: 100%;
  }
  .about-title{
    font-size: 28px;
    line-height: 28px;
  }
  .about-name{
    margin-top: 30px;
  }
  .about-name h2{
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .about-name p{
    font-size: 28px;
    line-height: 32px;
  }
  .about-right{
    width: 100%;
    margin-top: 20px;
  }
  .about-right p{
    margin-bottom: 10px;
  }
  .about-main{
    margin-bottom: 30px;
  }
  .culture-main{
    margin-top: 36px;
    margin-bottom: 40px;
  }
  .culture-left{
    width: 100%;
  }
  .culture-list{
    margin-top: 30px;
  }
  .culture-info{
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .culture-list li{
    margin-bottom: 20px;
  }
  .culture-info span{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .culture-info p{
    font-size: 16px;
    line-height: 26px;
  }
  .culture-right{
    width: 100%;
    margin-top: 12px;
  }
  .tech-wrap{
    padding-top: 36px;
  }
  .tech-main{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tech-list{
    width: 100%;
    margin-bottom: 20px;
  }
  .tech-info{
    width: 100%;
  }
  .tech-list li a{
    line-height: 62px;
  }
  .tech-swiper .swiper-wrapper{
    padding-bottom: 60px;
  }
  .tech-bom{
    padding-bottom: 38px;
  }
  .partner-wrap{
    padding-top: 38px;
  }
  .partner-info{
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .partner-list li{
    flex: none;
    width: 33.333%;
  }
  .partner-list li:nth-child(3)::after{
    display: none;
  }
  .partner-list li:last-child::after{
    display: none;
  }
  .partner-list li:first-child::before{
    display: none;
  }
  .partner-main{
    margin-bottom: 38px;
  }
  .vedio-img{
    margin-top: 28px;
  }
  .vedio-main{
    padding-bottom: 40px;
  }
  .play-wrap{
    width: 64px;
    height: 64px;
  }
}
@media(max-width: 559px){
  .culture-icon{
    width: 90px;
    height: 90px;
  }
  .culture-img{
    width: 80px;
    height: 80px;
  }
  .culture-info{
    padding-left: 20px;
  }
  .culture-info span{
    margin-bottom: 3px;
  }
  .partner-list li{
    width: 50%;
  }
  .partner-list li:nth-child(2)::after{
    display: none;
  }
  .partner-list li:nth-child(4)::after{
    display: none;
  }
  .partner-list li:nth-child(3)::after{
    display: block;
  }
  .about-inav{
    flex-wrap: wrap;
  }
  .about-inav li{
    flex: none;
    width: 33.33%;
    margin-bottom: 1px;
  }
  .about-inav li a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
}
/* 业务领域 */
.region-section {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.region-soil {
  background-image: url(../img/region-banner1.jpg);
}
.region-enviroment {
  background-image: url(../img/region-banner2.jpg);
}
.region-test {
  background-image: url(../img/region-banner3.jpg);
}
.region-modify {
  background-image: url(../img/region-banner4.jpg);
}
.region-manager {
  background-image: url(../img/region-banner5.jpg);
}
.region-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
  height: 100%;
  
}
.layout .active .region-info{
	animation: fadeInUp 1s .3s both;
}
.layout .active .homeabout-l{
  animation: fadeInLeft1 1s .3s both;
}
.layout .active .homeabout-r{
  animation: fadeInRight1 1s .3s both;
}
.layout .active .hregion-list{
  animation: fadeInUp1 1s .3s both;
}
.layout .active  .hcase-left{
  animation: fadeInLeft1 1s .3s both;
}
.layout .active  .hcase-right{
  animation: fadeInRight1 1s .3s both;
}
.layout .active .hnews-main{
  animation: fadeInUp1 1s .3s both;
}



.region-info h3 {
  font-size: 34px;
  line-height: 34px;
  margin-top: 36px;
  margin-bottom: 48px;
}
.region-des {
  max-width: 820px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 98px;
  min-height: 60px;
}
.region-modify .region-des {
  max-width: 880px;
}
.region-more {
  display: block;
  width: 166px;
  height: 46px;
  background-color: #70b061;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 23px;
}
@media(max-width: 991px){
  .region-info h3{
    font-size: 30px;
    line-height: 40px;
    margin-top: 28px;
    margin-bottom: 30px;
  }
  .region-des{
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .region-info{
    padding: 0 10px;
  }
}
@media(max-width: 559px){
  .region-info h3{
    font-size: 26px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .region-des{
    font-size: 16px;
    margin-bottom: 30px;
  }
}
/* 土壤污染修复详情 */
.soil-wrap {
  padding-top: 76px;
  overflow: hidden;
}
.soil-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  color: #333;
  padding-bottom: 27px;
  margin-bottom: 52px;
}
.soil-title::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #70b061;
  height: 4px;
  width: 54px;
}
.soil-name {
  color: #70b061;
  font-size: 24px;
  line-height: 24px;
  font-family: "SanRegular";
  text-align: center;
  margin-bottom: 26px;
}
.my-industry {
  padding-left: 150px;
  padding-right: 150px;
  font-family: "SanRegular";
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 58px;
}
.industry-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 85px;
}
.industry-list li {
  padding: 0 10px;
  width: 25%;
  float: left;
}
.industry-list li .public-img:hover img {
  transform: scale(1.1);
}
.soil-two {
  background-color: #f8f8f8;
  padding-top: 58px;
  overflow: hidden;
}
.soil-two .soil-name {
  margin-bottom: 36px;
}
.soil-jt {
  padding-top: 52px;
  padding-bottom: 52px;
  overflow: hidden;
  background-color: #fff;
}
.jt-img {
  margin-top: 68px;
  text-align: center;
}
.soil-bom {
  padding-top: 67px;
  padding-bottom: 20px;
}
.soil-bom .soil-name {
  margin-bottom: 55px;
}
.jt-strength {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jt-strength li {
  flex: 1;
  padding: 0 12px;
  margin-right: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jt-strength li:last-child {
  margin-right: 0px;
}
.jt-icon {
  width: 198px;
  overflow: hidden;
  margin-bottom: 38px;
}
.jt-icon img {
  width: 100%;
}
.jt-strength li h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333;
  font-family: "SanRegular";
  margin-bottom: 24px;
}
.jt-strength li p {
  text-align: center;
  font-family: "SanRegular";
  font-size: 16px;
  line-height: 30px;
  color: #666;
  min-height: 210px;
}
@media(max-width: 1600px){
  .jt-strength li{
    margin-right: 25px;
  }
}
@media(max-width: 1400px){
  .jt-strength li{
    margin-right: 18px;
    padding: 0 5px;
  }
  .soil-bom{
    padding-bottom: 40px;
  }
}
@media(max-width: 1200px){
  .my-industry{
    padding-left: 50px;
    padding-right: 50px;
  }
  .jt-strength li{
    margin-right: 0px;
    padding: 0 20px;
    flex: none;
    width: 33.33%;
  }
  .jt-strength{
    justify-content: center;
  }
  .soil-bom{
    padding-bottom: 0px;
  }
}
@media(max-width: 991px){
  .soil-wrap{
    padding-top: 40px;
  }
  .soil-title{
    font-size: 24px;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .soil-name{
    margin-bottom: 18px;
  }
  .my-industry{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    margin-bottom: 32px;
  }
  .industry-list{
    margin-bottom: 20px;
  }
  .industry-list li{
    width: 50%;
    margin-bottom: 20px;
  }
  .soil-two{
    padding-top: 40px;
  }
  .soil-two .soil-name{
    margin-bottom: 20px;
  }
  .soil-jt{
    padding-bottom: 40px;
  }
  .jt-strength li{
    padding: 0 10px;
  }
  .jt-icon{
    margin-bottom: 20px;
  }
  .jt-strength li h3{
    margin-bottom: 12px;
  }
  .jt-strength li p{
    min-height: 200px;
  }
  .jt-img{
    width: 100%;
    max-width: 640px;
    margin: 25px auto 0px;
    overflow: hidden;
  }
  .jt-img img{
    width: 100%;
  }
}
@media(max-width: 767px){
  .jt-strength li{
    width: 50%;
    padding: 0 20px;
  }
  .jt-strength li p{
    min-height: 120px;
  }
  .soil-bom{
    padding-bottom: 35px;
  }
}
@media(max-width: 559px){
  .jt-strength li{
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .jt-strength li:last-child{
    margin-bottom: 0px;
  }
  .jt-strength li p{
    min-height: auto;
  }
  .industry-list{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .industry-list li{
    width: 100%;
    padding: 0px;
    float: none;
  }
}
/* 业务领域详情 */
.protection-wrap {
  padding-top: 76px;
  overflow: hidden;
}
.protection-wrap .soil-title {
  margin-bottom: 40px;
}
.protection-des {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-align: center;
  padding: 0 75px;
  margin-bottom: 90px;
}
.protection-nav {
  display: flex;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
}
.protection-nav li {
  margin-right: 70px;
}
.protection-nav li:last-child {
  margin-right: 0px;
}
.protection-nav li a {
  display: block;
  line-height: 72px;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  color: #333;
}
.protection-nav li:hover a,
.protection-nav li.on a {
  color: #70b061;
  border-bottom-color: #70b061;
}
.protection-item {
  padding-top: 68px;
  padding-bottom: 84px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
}
.protection-item:last-child {
  border-bottom: none;
}
.protection-right {
  width: 50%;
}
.protection-info {
  width: 50%;
  padding-top: 36px;
  padding-right: 160px;
  font-family: "SanRegular";
}
.protection-info h3 {
  font-size: 24px;
  color: #70b061;
  line-height: 24px;
  margin-bottom: 56px;
}
.protection-info p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.protection-right:hover .public-img img {
  transform: scale(1.1);
}
.protection-list {
  margin-bottom: 22px;
}
.manager-des {
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-align: center;
  width: 865px;
  margin: 0 auto 80px;
}
.manager-img {
  padding: 0 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.manager-img img {
  width: 100%;
}
@media(max-width: 1400px){
  .protection-des{
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .protection-info{
    padding-right: 80px;
    padding-top: 12px;
  }
}
@media(max-width: 1200px){
  .protection-des{
    padding: 0px;
  }
  .industry-list{
    margin-bottom: 60px;
  }
  .protection-nav li{
    margin-right: 30px;
  }
  .protection-info{
    padding-right: 40px;
    padding-top: 0px;
  }
  .protection-info h3{
    margin-bottom: 25px;
  }
  .protection-info p{
    font-size: 16px;
  }
  .manager-img{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 991px){
  .protection-wrap{
    padding-top: 38px;
  }
  .protection-wrap .soil-title{
    margin-bottom: 20px;
  }
  .protection-des{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 34px;
  }
  .protection-industry{
    margin-bottom: 30px;
  }
  .protection-nav li{
    flex: none;
  }
  .protection-nav{
    flex-wrap: wrap;
  }
  .protection-nav li a{
    font-size: 16px;
    line-height: 50px;
  }
  .protection-item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .protection-info{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 18px;
  }
  .protection-right{
    width: 100%;
  }
  .protection-info h3{
    margin-bottom: 15px;
  }
  .manager-des{
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 38px;
  }
  .manager-img{
    padding: 0px;
    margin-bottom: 40px;
  }
}
@media(max-width: 559px){
  .protection-nav li{
    margin-right: 16px;
  }
  .manager-des{
    margin-bottom: 28px;
  }
}
/* 资质荣誉列表 */
.honor-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.honor-list {
  margin-left: -23px;
  margin-right: -23px;
}
.honor-list li {
  padding: 0 23px;
  float: left;
  margin-bottom: 22px;
  width: 25%;
}
.honor-list li p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-top: 14px;
  min-height: 60px;
  color: #333333;
}
.honor-img {
  border: 1px solid #eee;
}
.honor-item:hover .public-img img {
  transform: scale(1.1);
}
.honor-item:hover p {
  color: #70b061;
}
@media(max-width: 1400px){
  .honor-list li{
    padding: 0 14px;
  }
  .honor-list{
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media(max-width: 1200px){
  .honor-list li{
    width: 33.33%;
  }
}
@media(max-width: 991px){
  .honor-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor-list li{
    width: 50%;
  }
}
@media(max-width: 559px){
  .honor-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor-list li{
    width: 100%;
    margin-bottom: 0px;
  }
  .honor-list li p{
    font-size: 16px;
    margin-bottom: 22px;
    margin-top: 22px;
    min-height: auto;
  }
  .honor-wrap{
    padding-bottom: 20px;
  }
}
.honorw-box{
  padding:90px 0 50px;
  display: flex;
  justify-content: space-between;
}
.honorw-r{
  width: calc(100% - 410px);
}
.honorw-l{
  position: relative;
}
.honorw-swiper .swiper-slide a .honorw-img{
  border: 1px solid #eeeeee;
  display: block;
  overflow: hidden;
}
.honorw-swiper .swiper-slide a .honorw-img img{
  width: 100%;
  transition: all .5s;
}
.honorw-swiper .swiper-slide a:hover .honorw-img img{
  transform: scale(1.1);
}
.honorw-txt{
  text-align: center;
  padding: 20px 50px 0;
}
.honorw-swiper .swiper-slide a:hover .honorw-txt{
  color: #70b061;
}
.honorw-l h3{
  font-size: 40px;
}
.honorw-more{
  margin-top: 74px;
}
.honorw-more{
  width: 268px;
}
.honorw-more a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.honorw-more a span{
  color: #70b061;
}
.honorw-arrow .swiper-button-prev{
  background: url('../img/about-slprevh.png') no-repeat center;
  top: auto;
  margin-top: 0;
}
.honorw-arrow .swiper-button-next{
  background: url('../img/about-slnexth.png') no-repeat center;
  right: auto;
  left: 72px;
  top: auto;
  margin-top: 0;
}
.honorw-arrow{
  position: absolute;
  bottom:90px;
}

.honorw-box{
  border-bottom: 1px solid #e5e5e5;
}

.honorw{
  padding-bottom: 100px;
}
@media(max-width:991px){
  .honorw-txt{
    text-align: center;
    padding: 20px 15px 0;
  }
  .honorw-box{
    display: block;
  }
  .honorw-r{
    width: 100%;
  }
  .honorw-l h3{
    font-size: 28px;
  }
  .honorw-more{
    margin-top: 20px;
    width: auto;
  }
  .honorw-arrow{
    bottom:50px;
    
  }
  .honorw-l{
    padding-bottom: 60px;
  }
  .honorw-box{
    padding: 40px 0 30px;
  }
  .honorw{
    padding-bottom: 40px;
  }
}
.dc-phone {
  display: none;
}
@media (max-width: 991px) {
  .dc-phone {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
.about-dess img{
  max-width: 100%;
}

.searchform{
  text-align: center;
}
.searchbox{
  display: flex;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin:0 auto;
}
.searchbox input{
  width: 100%;
  height: 64px;
  font-size: 26px;
  padding: 0 20px;
  border: 2px solid #ccc;
}
.searchbox input:focus{
  border: 2px solid #70b061;
}
.searchbut{
  position: absolute;
  right: 0;
  top: 0
}
.searchbut button{
  width: 132px;
  height: 64px;
  font-size: 30px;
  font-weight: bold;
  border: none;
  padding: 2px;
  background: #70b061;
  color: white
}
@media (max-width: 991px) {
  .searchbox img{
    display: none;
  }
  .searchbox input{
    height: 48px;
    font-size: 20px;
  }
  .searchbut button{
    width: 100px;
    height: 48px;
    font-size: 26px;
  }
}
#searchdata >.pro-boxmore{
  margin-bottom: 50px;
}
#searchdata >.newsbox-ul > p{
  padding-bottom:50px;
  color: #ccc;
  text-align: center;
}
#searchnew a{
  display: block;
}

.honor-tit{
  font-size: 40px;
  line-height: 40px;
  color: #70b061;
  text-align: center;
  margin: 70px 0 50px;
}
#searchcon{
  min-height: 200px;
}
.nomore{
  color: #ccc;
  text-align: center;
  padding: 35px 0;
}
.but{
  text-align: left;
}
.but button{
    display: block;
    width: 160px;
    height: 58px;
    line-height: 58px;
    border-radius: 3px;
    background: #70b061;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
}












/*******新增*******/


.header-main{
  position: relative;
}
.nav-subbox{
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 100%;
  border-top: 2px solid #70b061;
  display: none;
}
.nav-sub{
  padding-top: 50px;
  padding-bottom: 40px;

}

.nav-subswiper span{
  display: block;
  text-align: center;
  margin-top: 25px;
}
.nav-sub .nav-subimg img{
  width: 100%;
}
.nav-sub ul li{
  display: none;
}
.nav-sub ul li:first-child{
  display: block;
}
.mask{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  left: 0;
  top: 100px;
  display: none;
}

@media(max-width:991px){
  .nav-subbox{
    display: none;
  }
}

@media(max-width:600px){
  header {
    height: 45px !important;
  }
  .header-main {
    height: 45px !important;
  }
  .logo{
    width: 230px;
  }
}