/* 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 */
/* 产品分类 */
.cpfl {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.cpflTitle {
  display: block;
  overflow: hidden;
  line-height: 34px;
}
.cpflCn {
  float: left;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  color: #287ec7;
  margin-right: 10px;
}
.cpflCn::before {
  content: "";
  width: 3px;
  float: left;
  height: 20px;
  background-color: #287ec7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpflEn {
  float: left;
  font-size: 18px;
  color: #c3c3c3;
  text-transform: uppercase;
}
.cpflMore {
  float: right;
  margin-top: 6px;
  padding-right: 10px;
}
.cpflMore>a {
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #287ec7;
  border-radius: 11px;
  font-size: 12px;
  color: #fff;
  padding: 0 11px;
}
.cpflMore>a:hover {
  transform: scale(1.1);
}
.cpflSwiper {
  margin-top: 25px;
  padding-bottom: 30px;
}
.cpflSwiper .swiper-slide {
  padding-bottom: 30px;
  background: url(../images/cpfl_bottom.png) no-repeat center bottom;
  background-size: 100% 10px;
}
.cpflSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.cpflSwiper .swiper-slide>a .cpflImg {
  width: 39%;
  float: left;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cpflSwiper .swiper-slide>a .cpflImg>img {
  transform: scale(1.1);
}
.cpflSwiper .swiper-slide>a .cpflRight {
  width: 61%;
  float: left;
  padding: 6px 0 6px 15px;
}
.cpflSwiper .swiper-slide>a .cpflRight .cpflTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpflSwiper .swiper-slide>a .cpflRight .cpflTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.cpflSwiper .swiper-slide>a:hover .cpflImg {
  border-color: #287ec7;
}
.cpflSwiper .swiper-slide>a:hover .cpflImg>img {
  transform: scale(0.9);
}
.cpflSwiper .swiper-slide>a:hover .cpflRight .cpflTit {
  font-weight: bold;
  color: #287ec7;
}
/* 圆点 */
.cpflSwiper .swiper-pagination {
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.cpflSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  float: left;
  background: #e3e3e3;
  opacity: 1;
  border-radius: 50%;
}
.cpflSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.cpflSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #287ec7;
}

@media (max-width: 767px) {
  .cpfl {
    padding: 15px 0;
  }
  .cpflEn {
    font-size: 12px;
  }
  .cpflSwiper {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .cpflSwiper .swiper-slide {
    padding-bottom: 20px;
  }
  .cpflSwiper .swiper-slide>a .cpflImg {
    width: 100%;
  }
  .cpflSwiper .swiper-slide>a .cpflImg::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .cpflSwiper .swiper-slide>a .cpflRight {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .cpflSwiper .swiper-slide>a .cpflRight .cpflTxt {
    height: auto;
    line-height: 22px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }
}


.cpBox {
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 50px 0;
}
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 25px 10px 25px;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1160px;
  padding-top: 35px;
}
.cpzxList li {
  width: 220px;
  float: left;
  margin: 0 10px 20px 0;
}
.cpzxList li .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #f2f2f2;

}
.cpzxList li .cpzxImg>img {
  transform: scale(1.1);
}
.cpzxList li .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cpzxList li .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzxList li:hover .cpzxImg {
  border-color: #287ec7;
}
.cpzxList li:hover .cpzxImg>img {
  transform: scale(0.9);
}
.cpzxList li:hover .cpzxTxt {
  color: #287ec7;
}

@media (max-width: 1200px) {
  .cpBox {
    padding: 40px 0;
  }
  .cpzx {
    padding: 40px 15px 10px 15px;
  }
  .cpzxList {
    width: 101%;
    margin-left: -0.5%;
    padding-top: 25px;
  }
  .cpzxList li {
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
  }
}

@media (max-width: 991px) {
  .cpBox {
    padding: 30px 0;
  }
  .cpzx {
    padding: 20px 10px 10px 10px;
  }
  .cpzxList {
    padding-top: 15px;
  }
  .cpzxList li {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .cpBox {
    padding: 15px 0;
  }
  .cpzx {
    padding: 10px;
  }
  .cpzxList {
    padding-top: 10px;
  }
  .cpzxList li {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
  }
  .cpzxList li .cpzxTxt {
    height: 38px;
    line-height: 38px;
  }
  .cpzxList li:last-child {
    /*display: none;*/
  }
}

/* 客户案例 */
.case {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 50px;
  padding: 40px 25px 30px 25px;
}
.caseSwiper {
  margin-top: 25px;
}
.caseSwiper .swiper-slide .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #f2f2f2;
}
.caseSwiper .swiper-slide .cpzxImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.caseSwiper .swiper-slide .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseSwiper .swiper-slide:hover .cpzxImg {
  border-color: #287ec7;
}
.caseSwiper .swiper-slide:hover .cpzxImg>img {
  transform: scale(0.9);
}
.caseSwiper .swiper-slide:hover .cpzxTxt {
  color: #287ec7;
}

@media (max-width: 1200px) {
  .case {
    margin-top: 40px;
    padding: 40px 25px 30px 25px;
  }
}

@media (max-width: 991px) {
  .case {
    margin-top: 30px;
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .case {
    margin-top: 15px;
    padding: 10px;
  }
  .caseSwiper {
    margin-top: 10px;
  }
  .caseSwiper .swiper-slide .cpzxTxt {
    height: 38px;
    line-height: 38px;
  }
}

.mainBox {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
/* 新闻资讯/关于我们 */
.news {
  width: 68.75%;
  float: left;
}
.newsList {
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsList li:last-child {
  margin: 0;
}
.newsList li>a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.newsList li>a .newsImg {
  width: 170px;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList li>a .newsImg img {
  transform: scale(1.2);
}
.newsList li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 68.6391%;
}
.newsList li>a .newsRight {
  width: calc(100% - 170px);
  float: left;
  padding: 0 0 0 25px;
}
.newsList li>a .newsRight .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #737373;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li>a .newsRight .newsTitle>span {
  float: right;
  font-size: 14px;
  color: #bababa;
  margin-left: 5px;
  font-weight: normal !important;
}
.newsList li>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #b4b4b4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.newsList li>a:hover .newsImg img {
  transform: scale(1);
}
.newsList li>a:hover .newsRight .newsTitle {
  color: #287ec7;
  font-weight: bold;
}

.about {
  width: 27.5%;
  float: right;
}
.aboutContect {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.aboutContect>img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 15px;
}
.aboutTxt{
	display: block;
	overflow: hidden;
	height: 120px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


@media (max-width: 1200px) {
  .about {
    width: 29.5%;
  }
}

@media (max-width: 991px) {
  .mainBox {
    padding: 30px 0;
  }
  .news {
    width: 56.75%;
  }
  .newsList {
    padding-top: 20px;
  }
  .about {
    width: 40.5%;
  }
  .aboutContect {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mainBox {
    padding: 15px 0;
  }
  .news {
    width: 100%;
  }
  .newsList {
    padding-top: 10px;
  }
  .newsList li {
    margin-bottom: 10px;
  }
  .newsList li>a .newsImg {
    width: 140px;
  }
  .newsList li>a .newsRight {
    width: calc(100% - 140px);
    padding: 0 0 0 15px;
  }
  .newsList li>a .newsRight .newsTxt {
    line-height: 20px;
    -webkit-line-clamp: 3;
    margin-top: 5px;
  }

  .about {
    width: 100%;
    margin-top: 15px;
  }
  .aboutContect {
    margin-top: 10px;
  }
  .aboutContect>img {
    margin-bottom: 5px;
  }
	.aboutTxt{
		line-height: 22px;
	}
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mainLeft {
  width: 275px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-image: url(../images/menu_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #000;
  font-size: 18px;
  color: #fff;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  padding-top: 10px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-top: 1px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #505050;
  background-color: #ebebeb;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #287ec7;
  color: #fff;
}

.menuList li ul {
  display: none;
  overflow: hidden;
  transition: initial;
  border: 1px solid #ededed;
  padding: 0 8px;
}
.menuList li ul li {
  border-bottom: 1px solid #ededed;
}
.menuList li ul li:last-child {
  border: none;
}
.menuList li ul li a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #292929;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li ul li:hover>a {
  color: #287ec7;
}

.mainRight {
  width: 900px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-top: 10px;
}
.dqwzTitle .dqwzTit {
  float: left;
  position: relative;
  font-size: 18px;
  color: #000;
}
.dqwzTitle .dqwzTit::after {
  content: "";
  width: 100%;
  float: left;
  height: 4px;
  background-color: #287ec7;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-image: none;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
    padding: 0;
  }
  .menuList>li {
    margin-top: 2px;
    position: relative;
  }
  .menuList>li>a {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .menuList>li span {
    width: 40px;
    float: left;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: FontAwesome;
  }
  .menuList>li span::before {
    content: "\f107";
  }
  .menuList>li:hover span,
  .menuList>li.menuActive span {
    color: #fff;
  }
  .menuList li ul {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .menuList li ul li a {
    height: 36px;
    line-height: 36px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心/客户案例 */
.dqwzContect .cpzxList {
  width: 904px;
  padding: 0;
}
.dqwzContect .cpzxList li {
  width: 222px;
  margin: 0 4px 15px 0;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 2px solid #f2f2f2;
  margin: 10px auto;
}

@media (max-width: 1200px) {
  .dqwzContect .cpzxList {
    width: 101%;
    margin-left: -0.5%;
  }
  .dqwzContect .cpzxList li {
    width: 24%;
    margin: 0 0.5% 15px 0.5%;
  }
}

@media (max-width: 991px) {
  .dqwzContect .cpzxList li {
    width: 32.3333%;
  }
}

@media (max-width: 767px) {
  .dqwzContect .cpzxList li {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心/客户案例 */

/* 新闻资讯 */
.dqwzContect .newsList {
  padding: 0;
}
.dqwzContect .newsList li {
  margin-bottom: 20px;
}
.dqwzContect .newsList li>a {
  background-color: #f2f2f2;
  padding: 20px;
}
.dqwzContect .newsList li>a:hover {
  background-color: #287ec7;
}
.dqwzContect .newsList li>a:hover .newsRight .newsTitle,
.dqwzContect .newsList li>a:hover .newsRight .newsTitle>span,
.dqwzContect .newsList li>a:hover .newsRight .newsTxt {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .dqwzContect .newsList li {
    margin-bottom: 10px;
  }
  .dqwzContect .newsList li>a {
    padding: 5px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
  }
}
/* END-联系我们 */