/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 应用案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.case-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-title>h1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  line-height: 50px;
  font-size: 36px;
  color: #178780;
}
.case-title>h1>em {
  float: right;
  padding-left: 25px;
  position: relative;
  color: #fc7d32;
}
.case-title>h1>em::before {
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  border-radius: 50%;
  background-color: #fc7d32;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.case-title>span {
  float: left;
  line-height: 25px;
  position: relative;
  font-size: 13px;
  color: #333;
  padding: 0 20px;
}
.case-title>span::before {
  content: "";
  width: 93px;
  float: left;
  height: 13px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.case-title>span::after {
  content: "";
  width: 93px;
  float: left;
  height: 13px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.case-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.case-nav {
  width: 34%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.case-nav>li {
  width: calc(50% - 3px);
  float: left;
  margin-bottom: 6px;
  border: 1px solid #ededed;
  padding: 2px;
}
.case-nav>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 2px;
}
.case-nav>li>a>span {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 52px;
  border: 1px solid #ededed;
  padding: 0 30px 0 48px;
  font-size: 13px;
  color: #333;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-nav>li>a>span::before {
  content: "";
  width: 9px;
  float: left;
  height: 9px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.case-nav>li>a:hover>span,
.case-nav>li.case-active>a>span {
  color: #178780;
  text-decoration: underline;
}
.case-nav>li>a:hover>span::before,
.case-nav>li.case-active>a>span::before {
  background-color: #178780;
}
.case-box {
  width: 65.36%;
  float: right;
}
.case-box>div {
  display: none;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-box>div::before {
  content: "";
  display: block;
  padding-top: 46.010928962%;
}
.case-box>div:first-child {
  display: block;
}

@media (max-width: 1240px) {
  .case {
    padding: 50px 0;
  }
  .case-nav>li>a>span {
    padding: 0 20px 0 28px;
  }
  .case-nav>li>a>span::before {
    left: 10px;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-nav {
    width: 44%;
  }
  .case-box {
    width: 54%;
  }
  .case-nav>li>a>span {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .case-title>span {
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
  }
  .case-title>h1>em {
    padding-left: 15px;
  }
  .case-title>h1>em::before {
    left: 5px;
  }
  .case-content {
    margin-top: 15px;
  }
  .case-nav {
    width: 100%;
  }
  .case-nav>li {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .case-nav>li>a>span {
    padding: 0 10px 0 28px;
  }
  .case-box {
    width: 100%;
  }
  .case-box>div::before {
    padding-top: 75%;
  }
}

/* 产品中心 */
.product {
  width: 100%;
  overflow: hidden;
  background: url(../images/product-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.product-nav {
  width: 102%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-left: -1%;
}
.product-nav>li {
  width: 16.66666%;
  float: left;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #b5b5b5;
  font-size: 16px;
  color: #333;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 1420px;
}
.product-list>li {
  width: 335px;
  float: left;
  margin: 0 20px 20px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
}
.product-list>li>a .product-img{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 74.985074627%;
}
.product-list>li>a .product-img2::before {
  padding-top: 135.985074627%;
}
/* .product-list>li>a::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
} */
.product-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  line-height: 48px;
  height: 48px;
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  color: #333;
	background-color: #fff;
/*  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3; */
  font-weight: normal;
}
.product-list>li>a:hover .product-img{
	border-color: #178780;
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.05);
}
/* .product-list>li>a:hover::after {
  border: 2px solid #178780;
} */
.product-list>li>a:hover>h1 {
	background-color: #178780;
  color: #fff;
  font-weight: bold;
}
.product-list1 {
  display: block;
  overflow: hidden;
  width: 1420px;
}
.product-list1>li {
  width: 335px;
  float: left;
  margin: 0 20px 20px 0;
}
.product-list1>li>a {
  display: block;
  overflow: hidden;
}
.product-list1>li>a .product-img{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
}
.product-list1>li>a .product-img>video{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	object-fit: cover;
}
.product-list1>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 82.985074627%;
}
/*.product-list1>li>a::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}*/
.product-list1>li>a>h1 {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  font-size: 13px;
  color: #333;
/*  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3; */
  font-weight: normal;
}
	
.product-list1>li>a:hover .product-img{
	border-color: #178780;
}
.product-list1>li>a:hover .product-img>img {
  transform: scale(1.1);
}
/* .product-list1>li>a:hover::after {
  border: 2px solid #178780;
} */
.product-list1>li>a:hover>h1 {
	background-color: #178780;
  color: #fff;
  font-weight: bold;
}
.product-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.product-more>a {
  width: 174px;
  float: left;
  border-radius: 4px;
  border: 1px dotted #178780;
  padding: 1px;
}
.product-more>a>span {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  background-color: #178780;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 1440px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
  .product-nav>li {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-nav>li {
    width: 25%;
  }
  .product-list>li {
    width: 31.33333%;
  }

}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    width: 33.33333%;
  }
  .product-nav>li>a {
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .product-list>li>a>h1 {
    bottom: 5px;
  }
  .product-more>a {
    width: 120px;
  }
  .product-more>a>span {
    height: 32px;
    line-height: 32px;
  }
}

/* 4大优势 */
.choose {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.choose-title-img {
  display: block;
  overflow: hidden;
}
.choose-title-img>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.choose-list {
  display: block;
  overflow: hidden;
}
.choose-list>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.choose-list>li .choose-img {
  width: 41.5%;
  float: left;
}
.choose-list>li .choose-img>img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list>li .choose-content {
  width: 53.5%;
  float: left;
}
.choose-list>li .choose-content .choose-box {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.choose-list>li .choose-content .choose-box:first-child {
  margin: 0;
}
.choose-list>li .choose-content .choose-box .choose-number {
  width: 74px;
  float: left;
  height: 74px;
  margin: 10px 40px 10px 0;
  background-color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: "Source Han Sans CN";
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.choose-list>li .choose-content .choose-box .choose-number::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #333;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
}
.choose-list>li .choose-content .choose-box .choose-title {
  display: block;
  overflow: hidden;
}
.choose-list>li .choose-content .choose-box .choose-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.choose-list>li .choose-content .choose-box .choose-title>span {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #333;
   padding-top:10px;
}
.choose-list>li .choose-content .choose-box .choose-heng {
  display: block;
  overflow: hidden;
  height: 5px;
  margin: 15px 0 0 0;
  position: relative;
}
.choose-list>li .choose-content .choose-box .choose-heng::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #178780;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.choose-list>li .choose-content .choose-box .choose-heng::after {
  content: "";
  width: 30%;
  float: left;
  height: 100%;
  background-color: #178780;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.choose-list>li .choose-content .choose-box .choose-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.choose-list>li:nth-child(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 1240px) {
  .choose {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .choose {
    padding: 30px 0;
  }
  .choose-list>li .choose-content .choose-box .choose-title>h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
  }
  .choose-list>li {
    margin-top: 10px;
  }
  .choose-list>li .choose-img {
    width: 100%;
  }
  .choose-list>li .choose-content {
    width: 100%;
  }
  .choose-list>li .choose-content .choose-box {
    margin-top: 10px !important;
  }
  .choose-list>li .choose-content .choose-box .choose-number {
    width: 40px;
    height: 40px;
    margin: 5px 20px 5px 0;
    font-size: 20px;
  }
  .choose-list>li .choose-content .choose-box .choose-number::before {
    border-left: 11px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .choose-list>li .choose-content .choose-box .choose-title>h1 {
    line-height: 24px;
    font-size: 18px;
  }
  .choose-list>li .choose-content .choose-box .choose-title>span {
    line-height: 16px;
    font-size: 12px;
  }
  .choose-list>li .choose-content .choose-box .choose-heng {
    margin: 5px 0 0 0;
  }
  .choose-list>li .choose-content .choose-box .choose-text {
    width: 100%;
    margin-top: 5px;
  }
}

/* 关于我们/新闻资讯/服务支持/联系我们 */
.index-box {
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 80px 0 70px 0;
}
.index-box>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-left {
  width: 28.5%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.about-title {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #178780;
  padding: 0 20px 0 30px;
}
.about-title>h1 {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.about-title>span {
  float: left;
  margin-left: 10px;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 0 5px 0;
  position: relative;
}
.about-title>span::before {
  content: "";
  width: 60px;
  float: left;
  height: 1px;
  background-color: #8bc3c0;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.about-title>span::after {
  content: "";
  width: 30px;
  float: left;
  height: 1px;
  background-color: #8bc3c0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-img::before {
  content: "";
  display: block;
  padding-top: 45%;
}
.about-content {
  display: block;
  overflow: hidden;
  padding: 30px 20px 20px 20px;
}
.about-text {
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  height: 270px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.about-text>span {
  font-weight: bold;
  font-size: 16px;
}

.index-center {
  width: 36%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  padding: 45px 20px;
  border-bottom: 1px solid #f3f3f3;
}
.news-list>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.news-list>li>a .news-number {
  width: 80px;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.news-list>li>a .news-number>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 36px;
}
.news-list>li>a .news-right {
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
}
.news-list>li>a .news-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-right>.news-text {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover .news-number,
.news-list>li>a:hover .news-number>span {
  color: #178780;
}
.news-list>li>a:hover .news-right>h1 {
  color: #178780;
}

.index-right {
  width: 28.5%;
  float: right;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.index-right>div {
  width: 100%;
  float: left;
  min-height: calc(40% - 8px);
  border-radius: 5px;
  overflow: hidden;
  border-top: 3px solid #178780;
}
.index-right .about-title {
  border: 1px solid #dfe5df;
  background-color: #fff;
  border-radius: 5px;
}
.index-right .about-title>h1 {
  color: #178780;
}
.index-right .about-title>span {
  color: #333;
}
.index-right .about-title::after {
  border-top-color: #178780;
}
.service {
  background: url(../images/service-bj.jpg) no-repeat center center;
  background-size: cover;
}
.service-content {
  display: block;
  overflow: hidden;
  padding: 55px 30px 0 30px;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-list>li {
  float: left;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}
.service-list>li .service-icon {
  display: block;
  overflow: hidden;
  position: relative;
  height: 38px;
  margin-bottom: 5px;
}
.service-text {
  display: block;
  overflow: hidden;
  line-height: 21px;
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.lxwm {
  background: url(../images/contact-bj.jpg) no-repeat center center;
  background-size: cover;
}
.lxwm-text {
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #333;
  line-height: 28px;
  padding: 15px 20px;
}

@media (max-width: 1440px) {
  .index-box {
    padding: 70px 0;
  }
}

@media (max-width: 1240px) {
  .index-box {
    padding: 50px 0;
  }
  .about-content {
    padding: 20px;
  }
  .news-list>li {
    padding: 30px 20px;
  }
  .service-content {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width: 991px) {
  .index-box {
    padding: 30px 0;
  }
  .index-left {
    width: calc(50% - 8px);
  }
  .index-center {
    width: calc(50% - 8px);
  }
  .index-right {
    width: 100%;
    margin-top: 16px;
    flex-direction: row;
  }
  .index-right>div {
    width: calc(50% - 8px);
    min-height: initial;
  }
}

@media (max-width: 767px) {
  .index-box {
    padding: 15px 0;
  }
  .index-left {
    width: 100%;
  }
  .about-title {
    padding: 0 20px;
  }
  .about-content {
    padding: 10px;
  }
  .about-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }

  .index-center {
    width: 100%;
    margin-top: 10px;
  }
  .news-list>li {
    padding: 10px;
  }

  .index-right {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .index-right>div {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-content {
    padding: 15px;
  }
}

/* 合作伙伴 */
.partners {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.partners-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.partners-swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  border: 1px solid #dfe5df;
  position: relative;
}
.partners-swiper .swiper-slide>a>.txt{ z-index: 999; height: 40px; line-height: 40px; width: 100%; text-align: center; position: relative; color: #fff; background: rgba(0,0,0,0.6); font-size: 15px;}
.partners-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 75.9345794393%;
}
.partners-swiper .swiper-slide>a:hover {
  border-color: #178780;
}
.partners-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .partners {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .partners {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .partners {
    padding: 15px 0;
  }
  .partners-swiper {
    margin-top: 10px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.main-title {
  width: 100%;
}
.place-title {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.place-title>h1 {
  float: left;
  line-height: 50px;
  font-size: 36px;
  color: #178780;
  position: relative;
  padding: 0 15px;
}
.place-title>h1::before {
  content: "";
  width: 93px;
  float: left;
  height: 13px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.place-title>h1::after {
  content: "";
  width: 93px;
  float: left;
  height: 13px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.place-title>h1>em {
  float: right;
  padding-left: 25px;
  position: relative;
  color: #fc7d32;
}
.place-title>h1>em::before {
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  border-radius: 50%;
  background-color: #fc7d32;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.place-title>span {
  width: 100%;
  float: left;
  line-height: 25px;
  position: relative;
  font-size: 13px;
  color: #333;
}
.menu-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  transition: initial;
}
.menu-list>li {
  width: 16.66666%;
  float: left;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #b5b5b5;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

.menu-content{
  width: 100%;
  float: left;
}
.menu-content>div{display: none}
/*.menu-content>div:first-child{display: block;}*/
.menu-content>div>ul{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px; background:#f2f2f2;
}
.menu-content>div>ul>li{
  width: 16.66666%;
  float: left;
}
.menu-content>div>ul>li>a{
  display: block;
  overflow: hidden;
  border:1px solid #ddd;
  height: 40px;
  line-height: 38px;
  color: #333;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-content>div>ul>li>a:hover{
  background-color: #333;
  color: #fff;
}



.main-content {
  width: 100%;
  float: left;
  padding: 35px 0 0 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.company img{
  display: block;
  max-width: 100%;
  height: auto;  
}

@media (max-width: 1240px) {
  .main {
    padding: 50px 0;
  }
  .menu-list>li {
    width: 20%;
  }
  .menu-content>div>ul>li{
    width: 20%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .menu-list>li {
    width: 25%;
  }
  .menu-content>div>ul>li{
    width: 25%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #178780;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    margin-top: 5px;
  }
  .menu-list>li {
    width: 100%;
    margin-top: 3px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 15px;
    position: relative;
  }
  .menu-list>li>a::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-child-list{
    display: none;
    overflow: hidden;
    transition: initial;;
  }
  .menu-child-list>li{
    display: block;
    overflow: hidden;
    margin-top: 3px;
  }
  .menu-child-list>li>a{
    display: block;
    overflow:hidden;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu-child-list>li>a:hover{
    background-color: #000;
    color: #fff;
  }

  .main-content {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.product-details {
  display: block;
  overflow: hidden;
}
.product-details-left {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-details-right {
  width: calc(50% - 20px);
  float: right;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 15px 0;
}
.product-details-more {
  display: block;
  overflow: hidden;
}
.product-details-more>a {
  width: 33%;
  float: left;
  height: 50px;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.product-details-title>span {
  float: left;
  background-color: #178780;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-right>h1 {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .product-details-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 10px 15px;
  }
  .product-details-content table{
    width: 100%;
	  height: auto;
	  margin: 5px auto;
  }
}
/* END-产品中心 */

/* 新闻中心 */
.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.info-list>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.info-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f3f3f3;
}
.info-list>li>a .info-img {
  width: 35%;
  float: left;
  overflow: hidden;
  position: relative;
}
.info-list>li>a .info-box {
  width: 65%;
  float: left;
  padding: 20px;
}
.info-list>li>a .info-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a .info-box .info-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 6px 0;
}
.info-list>li>a .info-box .info-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.info-list>li>a:hover {
  background-color: #178780;
}
.info-list>li>a:hover .info-box>h1,
.info-list>li>a:hover .info-box .info-text,
.info-list>li>a:hover .info-box .info-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-img{ width: 100%; margin:10px auto; }
.news-details-img img{display: block;  margin:0 auto; max-height: 600px; max-width: 100%;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .info-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .info-list>li>a .info-box {
    padding: 10px;
  }
  .info-list>li>a .info-box .info-text {
    height: 48px;
    -webkit-line-clamp: 2;
    margin: 4px 0;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #178780;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */
.xw_ul{display:block; overflow:hidden; padding-top:20px; overflow:hidden; min-height:400px;}
.xw_ul li{display:block; border-bottom:1px dashed #ccc; overflow:hidden; width:49%; float:left; margin-left:0.5%; margin-right:0.5%}
.xw_ul li a{display:block; height:40px; line-height:40px; overflow:hidden; font-family:'微软雅黑'; font-size:14px; color:#333333;}
.xw_ul li a span{float:right; font-family:'微软雅黑'; font-size:14px; color:#fc7d32;}
.xw_ul li a:hover{ color:#0456ba;}
@media (max-width: 767px) {
.xw_ul li{display:block; border-bottom:1px dashed #ccc; overflow:hidden; width:98%;}
}