/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 关于我们 */
.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
.aboutTitle {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}
.aboutTitle>div {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.aboutTitle>div>span {
  position: relative;
  float: left;
  padding: 0 22px;
  font-size: 28px;
  color: #333;
  line-height: 44px;
}
.aboutTitle>div>span::before,
.aboutTitle>div>span::after {
  content: "";
  width: 102px;
  float: left;
  height: 2px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #666;
  border-bottom: 1px solid #b9b9b9;
}
.aboutTitle>div>span::after {
  right: initial;
  left: 100%;
}

.aboutContect {
  width: 100%;
  overflow: hidden;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.aboutListBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.aboutList {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutList li {
  width: 19%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutList li>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #fff;
}
.aboutList li>a .aboutLeft {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutList li>a .aboutRight {
  width: 100%;
  float: right;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  padding: 30px 25px;
  position: relative;
  z-index: 2;
}
.aboutList li>a .aboutRight .aboutBox {
  display: block;
  width: 100%;
  overflow: hidden;
}
.aboutList li>a .aboutRight .aboutBox::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 42px;
  height: 4px;
  background-color: #13a451;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.4s;
}
.aboutList li>a .aboutRight .aboutBox .aboutTitleCn {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.aboutList li>a .aboutRight .aboutBox .aboutTitleCn>span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.aboutList li>a .aboutRight .aboutBox .aboutTitleEn {
  display: block;
  font-size: 16px;
  color: #9e9e9e;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  opacity: 0;
}
.aboutList li>a .aboutRight .aboutTxt {
  display: block;
  width: 100%;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  opacity: 0;
}
.aboutList li>a .aboutRight .aboutM {
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.aboutList li>a .aboutRight .aboutM>img {
  width: 100%;
  height: 100%;
  display: block;
}
.aboutList li.aboutActive {
  width: 38%;
}
.aboutList li.aboutActive>a .aboutLeft,
.aboutList li.aboutActive>a .aboutRight {
  width: 50%;
}

.aboutList li.aboutActive>a .aboutRight .aboutBox .aboutTitleCn>span {
  left: 0;
  transform: translateX(0);
}
.aboutList li.aboutActive>a .aboutRight .aboutBox .aboutTitleEn,
.aboutList li.aboutActive>a .aboutRight .aboutBox::after,
.aboutList li.aboutActive>a .aboutRight .aboutTxt {
  opacity: 1;
}
.aboutList li.aboutActive>a .aboutRight .aboutM {
  right: 0;
}

.aboutSwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.aboutSwiper .swiper-slide>a {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 3px solid #fff;
  position: relative;
}
.aboutSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 30.4483%;
}
.aboutSwiper .swiper-slide>a>img:nth-child(2) {
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.aboutSwiper .swiper-slide>a .aboutSwiperTitle {
  width: 100%;
  float: left;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  text-align: right;
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aboutSwiper .swiper-slide>a:hover>img:nth-child(2) {
  opacity: 1;
}

.aboutMore {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.aboutMore>a {
  width: 178px;
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #666;
  padding-left: 22px;
  border-radius: 24px;
  background: url(../images/more_bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.aboutMore>a>span {
  float: left;
  position: relative;
  z-index: 2;
}
.aboutMore>a::before {
  content: "";
  width: 40px;
  height: 40px;
  float: right;
  border-radius: 50%;
  background-color: #13a451;
  background-image: url(../images/more_jiantou.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.aboutMore>a:hover {
  color: #fff;
}
.aboutMore>a:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  background-position: 90% center;
}

@media (max-width: 1200px) {
  .aboutList li>a .aboutRight {
    padding: 20px 15px;
  }
  .aboutList li>a .aboutRight .aboutTxt {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .aboutList {
    align-content: space-between;
  }
  .aboutList li {
    width: 49%;
    margin-bottom: 2%;
  }
  .aboutList li>a .aboutRight {
    padding: 10px;
  }
  .aboutList li>a .aboutRight .aboutBox::after {
    margin-top: 5px;
  }
  .aboutList li>a .aboutRight .aboutBox .aboutTitleCn {
    height: 26px;
    line-height: 26px;
  }
  .aboutList li>a .aboutRight .aboutBox .aboutTitleEn {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .aboutList li>a .aboutRight .aboutTxt {
    line-height: 24px;
    margin-top: 7px;
    -webkit-line-clamp: 6;
  }
  .aboutList li.aboutActive {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .aboutTitle {
    line-height: 20px;
    font-size: 14px;
  }
  .aboutTitle>div>span {
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .aboutList li.aboutActive>a .aboutLeft,
  .aboutList li.aboutActive>a .aboutRight {
    width: 100%;
  }
  .aboutList li>a .aboutRight {
    flex-direction: row;
    align-items: center;
    padding: 20px 10px;
  }
  .aboutList li>a .aboutRight .aboutBox::after {
    margin: 5px auto 0 auto;
    opacity: 1;
  }
  .aboutList li>a .aboutRight .aboutBox .aboutTitleCn {
    height: 26px;
    line-height: 26px;
  }
  .aboutList li>a .aboutRight .aboutBox .aboutTitleEn {
    opacity: 1;
    text-align: center;
  }
  .aboutList li>a .aboutRight .aboutM {
    right: 0;
  }
  .aboutList li.aboutActive>a .aboutRight .aboutBox .aboutTitleCn>span {
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutSwiper {
    margin-top: 10px;
  }
  .aboutSwiper .swiper-slide>a .aboutSwiperTitle {
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    bottom: 10px;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    border-radius: 15px;
  }
  .aboutMore>a::before {
    width: 22px;
    height: 22px;
    background-size: auto 10px;
  }
}

/* 核心业务 */
.bus {
  width: 100%;
  overflow: hidden;
}
.bus .aboutTitle,
.bus .aboutTitle>div>span {
  color: #000;
}
.bus .aboutTitle>div>span::before,
.bus .aboutTitle>div>span::after {
  border-color: #000;
}

.busContect {
  width: 100%;
  overflow: hidden;
  flex: 1;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
.busNav {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.busNav li {
  width: 15%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.busNav li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 34px;
  border: 5px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.busNav li.busActive>a {
  background-color: #ee8831;
  color: #fff;
}
.busTag {
  width: 100%;
  overflow: hidden;
  padding: 4% 0 2% 0;
  flex: 1;
}
.busTag>div {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
.busTag>div::before {
  content: "";
  width: 92.5%;
  height: 100%;
  float: left;
  border: 5px solid #13a451;
  position: absolute;
  right: 0;
  top: 0;
}
.busTag>div:first-child {
  display: block;
}
.busBox {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.busLeft {
  width: 55%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.busLeft::before{
	content: '';
	display: block;
	padding-top: 55.1516%;
}
.busRight {
  width: 45%;
  float: left;
  height: 100%;
  padding: 15px 3%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.busTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.busTitle::after {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  margin: 5px auto 0 auto;
  background-color: #333;
}
.busIcon {
  display: block;
  overflow: hidden;
  position: relative;
  height: 58px;
  margin-bottom: 15px;
}
.busTxt {
  display: block;
  overflow: hidden;
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .bus {
    height: 94%;
  }
  .busNav li {
    width: 32.3333%;
  }
  .busNav li>a {
    height: 34px;
    line-height: 30px;
    border: 2px solid #fff;
  }
  .busTag>div {
    padding: 0;
  }
  .busTag>div::before {
    display: none;
  }
  .busLeft {
    width: 100%;
  }
  .busLeft::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
  .busRight {
    width: 100%;
    height: 60%;
    padding: 10px 0 0 0;
  }
  .busTitle {
    line-height: 24px;
    font-size: 16px;
  }
  .busIcon {
    height: 30px;
    margin-bottom: 5px;
  }
  .busTxt {
    line-height: 24px;
    margin-top: 10px;
  }
}

/* 品牌优势 */
.ys {
  width: 100%;
  overflow: hidden;
}
.ysContect {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 3% 0;
}
.ysContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 8% auto 0 auto;
}
.ysList {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ysList li {
  float: left;
  position: absolute;
}
.ysList li .ysTitle {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #169548;
  font-weight: bold;
}
.ysList li .ysTxt {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.ysList li:nth-child(even) .ysTitle {
  color: #df7b2d;
}

.ysList li:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 18%;
}
.ysList li:nth-child(2) {
  left: 0;
  bottom: 50%;
  width: 26%;
}
.ysList li:nth-child(3) {
  left: 50%;
  top: 0;
  /* transform: translateX(-50%); */
  margin-left: -21.25%;
  width: 42.5%;
}
.ysList li:nth-child(4) {
  right: 0;
  bottom: 45%;
  width: 25%;
}
.ysList li:nth-child(5) {
  right: 0;
  bottom: 0;
  width: 18%;
}

.ys .aboutMore>a {
  background: #13a451;
  color: #fff;
}
.ys .aboutMore>a::before {
  background-color: #fff;
  background-image: url(../images/more_jiantou2.png);
}
.ys .aboutMore>a:hover {
  color: #13a451;
}

@media (max-width: 1200px) {
  .ysContect {
    margin: 2% 0;
  }
  .ysContect img {
    max-width: 50%;
    margin: 15% auto 0 auto;
  }
  .bodySwiper .swiper-slide-active .ysContect img {
    bottom: 4%;
  }
  .ysList li:nth-child(1) {
    width: 26%;
  }
  .ysList li:nth-child(2) {
    bottom: 45%;
    width: 35%;
  }
  .ysList li:nth-child(4) {
    bottom: 40%;
    width: 30%;
  }
  .ysList li:nth-child(5) {
    width: 24%;
  }
}

@media (max-width: 991px) {
  .ysContect {
    flex-direction: column;
  }
  .ysContect img {
    max-width: 50%;
    height: auto;
    position: relative;
    bottom: 0;
    margin: 0 auto;
  }
  .bodySwiper .swiper-slide-active .ysContect img {
    bottom: 0;
  }
  .ysList {
    position: relative;
    flex: 1;
  }
  .ysList li {
    position: relative;
    width: 100% !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    margin: 15px 0 0 0 !important;
  }
}

@media (max-width: 767px) {
  .ysList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
  }
  .ysList li {
    width: 100% !important;
    margin: 5px 0 0 0 !important;
  }
  .ysList li:first-child {
    width: 100% !important;
    margin: 5px 0 0 0 !important;
  }
  .ysList li .ysTitle {
    line-height: 24px;
    font-size: 16px;
  }
  .ysList li .ysTxt {
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
}
.news .aboutTitle,
.news .aboutTitle>div>span {
  color: #fff;
}
.news .aboutTitle>div>span::before,
.news .aboutTitle>div>span::after {
  border-color: #fff;
}
.newsContect {
  width: 100%;
  overflow: hidden;
  padding: 2% 0;
}
.newsNav {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newsNav li {
  width: 15%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.newsNav li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 34px;
  border: 5px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.newsNav li.newsActive>a {
  background-color: #ee8831;
  color: #fff;
}
.newsTag {
  width: 100%;
  overflow: hidden;
  padding-top: 2%;
}
.newsTag>div {
  display: none;
  width: 100%;
  height: 100%;
}
.newsTag>div:first-child {
  display: block;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  width: 66.25%;
  float: left;
  margin-bottom: 1.5%;
}
.newsList li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fff;
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
}
.newsList li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList li>a .newsRight {
  width: 70%;
  float: left;
  padding: 10px 20px;
  position: relative;
}
.newsList li>a .newsRight .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.newsList li>a .newsRight .newsTitle>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.newsList li>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList li>a .newsRight .newsM {
  width: 40px;
  float: left;
  height: 40px;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.newsList li>a .newsRight .newsM>img {
  width: 100%;
  height: 100%;
  display: block;
}

.newsList li:first-child {
  width: 32.5%;
  float: right;
  margin: 0;
}
.newsList li:first-child>a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.newsList li:first-child>a .newsImg {
  width: 100%;
}
.newsList li:first-child>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 62.1513%;
}
.newsList li:first-child>a .newsRight {
  width: 100%;
  padding: 20px 25px;
}
.newsList li:first-child>a .newsRight .newsTitle {
  line-height: 16px;
}
.newsList li:first-child>a .newsRight .newsTitle>span {
  margin-bottom: 10px;
}
.newsList li:first-child>a .newsRight .newsTxt {
  margin-top: 15px;
  height: 72px;
  -webkit-line-clamp: 3;
}
.newsList li>a:hover .newsImg img {
  transform: scale(1.1);
}
.newsList li>a:hover .newsRight .newsTitle>span {
  color: #df7b2d;
}

@media (max-width: 1200px) {
  .newsContect {
    padding: 1.5% 0;
  }
  .newsTag {
    padding-top: 1%;
  }
  .newsList li>a .newsRight .newsTitle {
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .newsList li {
    width: 100% !important;
    margin-bottom: 1% !important;
  }
  .newsList li>a .newsImg {
    width: 30% !important;
  }
  .newsList li>a .newsRight {
    width: 70% !important;
    padding: 10px 20px !important;
  }
  .newsList li>a .newsRight .newsTxt {
    height: 72px !important;
    margin-top: 5px !important;
    -webkit-line-clamp: 3 !important;
  }
  .newsList li:first-child>a {
    flex-direction: row;
  }
  .newsList li:first-child>a .newsRight .newsTitle>span {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .newsNav li {
    width: 32.3333%;
  }
  .newsNav li>a {
    height: 34px;
    line-height: 30px;
    border: 2px solid #fff;
  }
  .newsList li {
    height: 23% !important;
    margin: 1% 0 !important;
  }
  .newsList li>a .newsRight {
    padding: 5px 10px !important;
  }
  .newsList li>a .newsRight .newsTitle>span {
    line-height: 24px !important;
  }
  .newsList li>a .newsRight .newsTxt {
    height: 40px !important;
    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
  }
}

/* 员工风采 */
.staff {
  width: 100%;
  overflow: hidden;
}
.staffContect {
  width: 100%;
  overflow: hidden;
  padding: 3% 0;
}
.staffSwiper {
  width: 100%;
  overflow: hidden;
}
.staffSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
}
.staffSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 85.45455%;
}
.staffSwiper .swiper-slide>a:hover {
  border-color: #13a451;
}
.staffSwiper .swiper-slide>a:hover img {
  transform: scale(1.1);
}

.staff .aboutMore>a {
  background: #13a451;
  color: #fff;
}
.staff .aboutMore>a::before {
  background-color: #fff;
  background-image: url(../images/more_jiantou2.png);
}
.staff .aboutMore>a:hover {
  color: #13a451;
}

/* 合作案例 */
.coop {
  width: 100%;
	overflow: hidden;
}
.coop .aboutTitle,
.coop .aboutTitle>div>span {
  color: #fff;
}
.coop .aboutTitle>div>span::before,
.coop .aboutTitle>div>span::after {
  border-color: #fff;
}
.coopContect {
  width: 100%;
  overflow: hidden;
  padding: 4% 0;
}
.coopSwiper {
  width: 100%;
	overflow: hidden;
}
/* .coopSwiper .swiper-slide {
	height: calc(100% / 3);
} */
.coopSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
	padding: 10px;
}
.coopSwiper .swiper-slide>a .coopImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* background-color: #fff; */
}
.coopSwiper .swiper-slide>a .coopImg::before{
	content: '';
	display: block;
	padding-top: 60%;
}
.coopSwiper .swiper-slide>a .coopImg .coopMore {
  width: 40px;
  float: right;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/coop_more1.png), url(../images/coop_more2.png);
  background-position: 0 center, 40px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40px 40px, 40px 40px;
}
.coopSwiper .swiper-slide>a .coopTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coopSwiper .swiper-slide>a:hover .coopImg{
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.coopSwiper .swiper-slide>a:hover .coopImg>img {
  transform: scale(1.1);
}
.coopSwiper .swiper-slide>a:hover .coopImg .coopMore {
  background-position: -40px center, 0 center;
}
/* .coopSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
}
.coopSwiper .swiper-slide>a .coopImg {
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative;
  background-color: #fff;
}
.coopSwiper .swiper-slide>a .coopImg::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.coopSwiper .swiper-slide>a .coopImg .coopMore {
  width: 40px;
  float: right;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/coop_more1.png), url(../images/coop_more2.png);
  background-position: 0 center, 40px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40px 40px, 40px 40px;
}
.coopSwiper .swiper-slide>a .coopTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coopSwiper .swiper-slide>a:hover .coopImg>img {
  transform: scale(1.1);
}
.coopSwiper .swiper-slide>a:hover .coopImg .coopMore {
  background-position: -40px center, 0 center;
} */

@media (max-width: 767px) {
	.coopSwiper .swiper-slide {
	  height: calc((100% - 10px) / 3);
	}
	.coopSwiper .swiper-slide>a .coopTxt {
	  margin-top: 10px;
	}
/*  .coopSwiper .swiper-slide>a .coopImg::before {
    padding-top: 70%;
  }
  .coopSwiper .swiper-slide>a .coopTxt {
    margin-top: 5px;
  } */
}

/* 联系我们 */
.contact {
  width: 100%;
  overflow: hidden;
}
.contact .aboutTitle,
.contact .aboutTitle>div>span {
  color: #fff;
}
.contact .aboutTitle>div>span::before,
.contact .aboutTitle>div>span::after {
  border-color: #fff;
}
.contactContect {
  width: 100%;
  overflow: hidden;
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
}
.contactLeft {
  width: 36%;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 45px;

}
.contactTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.contactTxt>div {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 10px 0;
}
.contactTxt>div>img {
  width: 24px;
  float: left;
  height: auto;
  margin-right: 15px;
}
.contactRight {
  width: 64%;
  float: left;
}
.contactRight>iframe {
  width: 100%;
  height: 100%;
  float: left;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
  .contactLeft {
    width: 45%;
    padding: 20px;
  }
  .contactRight {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .contact {
    height: 85%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contactContect {
    padding-top: 2%;
    flex: 1;
    flex-direction: column;
  }
  .contactLeft {
    width: 100%;
    padding: 15px;
  }
  .contactTxt>div {
    margin: 2px 0;
  }
  .contactRight {
    width: 100%;
    margin-top: 2%;
    height: 300px;
  }
  .contactRight>iframe {
    width: 100%;
    height: 100%;
    float: left;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.dqwzTitle {
  width: 100%;
  float: left;
}
.menuTitle {
  float: left;
  height: 74px;
  line-height: 74px;
  font-size: 14px;
  color: #333;
  padding-left: 16px;
  position: relative;
}
.menuTitle>a{
	color: #333;
}
.menuTitle>a>span{
	font-weight: bold;
	font-size: 14px;
}
.menuTitle>a:hover{
	color: #13a451;
	text-decoration: underline;
}
.menuTitle::before {
  content: "";
  width: 2px;
  float: left;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid #13a451;
  border-bottom: 9px solid #131418;
}
.menuList {
  float: right;
  transition: initial;
}
.menuList li {
  float: left;
}
.menuList li a {
  display: block;
  overflow: hidden;
  height: 74px;
  line-height: 72px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding: 0 15px;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  border-bottom-color: #13a451;
}

.mainContect {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.company img{ max-width: 100% !important; height: auto !important; }

@media (max-width: 1200px) {
  .mainContect {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .mainContect {
    padding: 30px 0;
  }
  .dqwzContect {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .menuTitle {
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #13a451;
  }
  .menuTitle::before {
    display: none;
  }
  .menuTitleItem {
    text-align: left;
  }
  .menuTitleItem::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .menuList li {
		width: 100%;
    margin-top: 2px;
    position: relative;
  }
  .menuList li a {
    width: 100%;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
		border-bottom: 2px solid #ccc;
  }
  .mainContect {
    padding: 15px 0;
  }
  .dqwzContect {
    padding: 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 核心业务 */
.cpList {
  display: block;
  overflow: hidden;
}
.cpList li {
  display: block;
  overflow: hidden;
  margin-bottom: 35px;
}
.cpList li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
.cpList li>a::before {
  content: "";
  width: 92.5%;
  height: 100%;
  float: left;
  border: 5px solid #fafafa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.cpList li>a .cpLeft {
  width: 55%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.cpList li>a .cpRight {
  width: 45%;
  float: left;
  padding: 45px;
  position: relative;
  z-index: 2;
}
.cpList li>a .cpRight .cpTitle {
  display: block;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #333; font-weight:bold;
}
.cpList li>a .cpRight .cpTitle::after {
  content: "";
  width: 35px;
  height: 1px;
  display: block;
  margin: 5px auto 0 auto;
  background-color: #a8a8a8;
}
.cpList li>a .cpRight .cpTitle .cpIcon {
  display: block;
  overflow: hidden;
  height: 58px;
  position: relative;
  margin-bottom: 15px;
}
.cpList li>a .cpRight .cpTitle .cpIcon>img:first-child {
  opacity: 1;
}
.cpList li>a .cpRight .cpTitle .cpIcon>img:last-child {
  opacity: 0;
}
.cpList li>a .cpRight .cpTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 300px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical; font-weight:bold;
}
.cpList li:nth-child(even)>a {
  flex-direction: row-reverse;
}
.cpList li:nth-child(even)>a::before {
  right: initial;
  left: 0;
}

.cpList li:hover>a::before {
  border-color: #13a451;
  height: calc(100% - 50px);
}
.cpList li:hover>a .cpRight .cpTitle {
  color: #333; font-weight:bold;
}
.cpList li:hover>a .cpRight .cpTitle::after {
  background-color: #13a451;
}
.cpList li:hover>a .cpRight .cpTitle .cpIcon>img:first-child {
  opacity: 0;
}
.cpList li:hover>a .cpRight .cpTitle .cpIcon>img:last-child {
  opacity: 1;
}

.cpxq {
  display: block;
  overflow: hidden;
  padding: 0;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #13a451;
}
.cpxqimg{ margin:10px auto; display:block; width:100%; max-width:800px;}
.cpxqimg img{ max-width:100%;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
  .cpList li>a .cpRight {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
  .cpList li {
    margin-bottom: 15px;
  }
  .cpList li>a {
    padding: 0;
  }
  .cpList li>a::before {
    width: 100%;
    border-width: 3px;
    border-color: #13a451;
  }
  .cpList li>a .cpLeft {
    width: 100%;
  }
  .cpList li>a .cpLeft::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .cpList li>a .cpRight {
    width: 100%;
    padding: 15px;
  }
  .cpList li>a .cpRight .cpTitle {
    font-size: 16px;
    line-height: 24px;
  }
  .cpList li>a .cpRight .cpTitle .cpIcon {
    height: 40px;
    margin-bottom: 5px;
  }
  .cpList li>a .cpRight .cpTxt {
    line-height: 24px;
    height: 120px;
    margin-top: 10px;
    -webkit-line-clamp: 5;
  }
}
/* END-核心业务 */

/* 合作案例 */
.caseList {
  display: block;
  overflow: hidden;
}
.caseList li {
  width: 20%;
  float: left;
}
.caseList li>a{
	display: block;
	overflow: hidden;
	padding: 10px;
}
.caseList li>a .coopImg {
  width: 100%;
  overflow: hidden;
  position: relative;
/*  background-color: #fff;
  border: 2px solid #13a451; */
}
.caseList li>a .coopImg::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.caseList li>a .coopImg .coopMore {
  width: 40px;
  float: right;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/coop_more1.png), url(../images/coop_more2.png);
  background-position: 0 center, 40px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40px 40px, 40px 40px;
}
.caseList li>a .coopTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseList li>a:hover .coopImg{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.caseList li>a:hover .coopImg>img {
  transform: scale(1.1);
}
.caseList li>a:hover .coopImg .coopMore {
  background-position: -40px center, 0 center;
}

@media (max-width: 1200px) {
  .caseList {
    width: 101%;
    margin-left: -0.5%;
  }
  .caseList li {
    width: 19%;
/*    margin: 0 0.5% 15px 0.5%; */
  }
}

@media (max-width: 991px) {
  .caseList li {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .caseList li {
    width: 49%;
    /* margin: 0 0.5% 10px 0.5%; */
  }
  .caseList li>a .coopTxt {
    margin-top: 10px;
  }
}
/* END-合作案例 */

/* 新闻资讯 */
.xwList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.xwList li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 40px;
}
.xwList li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  border: 2px solid #ccc;
  display: flex;
}
.xwList li>a .newsImg {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList li>a .newsRight {
  width: 60%;
  float: left;
  padding: 15px 25px;
  position: relative;
}
.xwList li>a .newsRight .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.xwList li>a .newsRight .newsTitle>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}
.xwList li>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xwList li>a .newsRight .newsM {
  width: 40px;
  float: left;
  height: 40px;
  position: absolute;
  right: -100%;
  bottom: 0;
}
.xwList li>a .newsRight .newsM>img {
  width: 100%;
  height: 100%;
  display: block;
}
.xwList li>a:hover {
  border-color: #13a451;
}
.xwList li>a:hover .newsImg img {
  transform: scale(1.1);
}
.xwList li>a:hover .newsRight .newsTitle>span {
  color: #df7b2d;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
  .xwList li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .xwList li>a .newsRight {
    padding: 10px 15px;
  }
  .xwList li>a .newsRight .newsTitle>span {
    margin-bottom: 5px;
  }
  .xwList li>a .newsRight .newsTxt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .xwList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .xwList li>a .newsRight {
    padding: 10px;
  }
  .xwList li>a .newsRight .newsTitle>span {
    margin-bottom: 5px;
    line-height: 24px;
  }
  .xwList li>a .newsRight .newsTxt {
    margin-top: 5px;
    height: 60px;
    line-height: 20px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
  .xwxqContect video{ width:100px !important; height:300px !important;}
}
/* END-新闻资讯 */

/* 员工风采 */
.staffList {
  display: block;
  overflow: hidden;
  width: 1220px;
}
.staffList li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.staffList li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #ccc;
}
.staffList li>a::before {
  content: "";
  display: block;
  padding-top: 85.4546%;
}
.staffList li>a:hover {
  border-color: #13a451;
}
.staffList li>a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .staffList {
    width: 102%;
    margin-left: -1%;
  }
  .staffList li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .staffList li {
    width: 31.3333%;
  }
}

@media (max-width: 767px) {
  .staffList li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
/* END-员工风采 */

/* 联系我们 */
.dqwzContect .contactTxt {
  width: 39%;
  float: left;
}
.contactMap {
  width: 59%;
  float: left;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .dqwzContect .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    width: 100%;
    margin-top: 10px;
  }
}
/* END-联系我们 */