/*
  banner
*/
.swiper-container {
  width: 100%;
  /* height: 620px; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  /* width: 10% !important;
  height: 3px !important;
  border-radius: 0 !important;
  display: inline-block; */
}

.swiper-pagination-bullet-active {
  background: #D71F0D !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-slide img {
  width: 100%;
}

/*
  核心产品
*/
.coreProductBox {
  width: 100%;
  padding: 1% 0;
  box-sizing: border-box;
}

.coreProductBox .container {
  width: 100%;
  max-width: 1200px;
  /* margin: 0 auto; */
}

.coreProductBox .core_title {
  text-align: center;
  margin-bottom: 60px;
}

.coreProductBox .core_title>h3 {
  color: #626262;
  font-size: 30px;
  line-height: 3;
  /* margin-bottom: 30px; */
}

.coreProductBox .core_title>span {
  display: inline-block;
  width: 5%;
  height: 2px;
  background: #d71f0d;
}

/* 核心产品 */
.coreProductBox .coreList div a {
  display: block;
  width: 100%;
  /* height: 291px; */
  margin: 0 auto;
  color: #535353;
  font-size: 24px;
  background: #fff;
  text-align: center;
  padding:8px 0 25px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #e7e5e5;
}
.coreProductBox .coreList div a p{
  font-size: 18px;
}

.coreProductBox .coreList div a:hover {
  /* background: rgba(249, 222, 219, 72); */
  color: #d71f0d;
  /* border: 2px solid #d71f0d; */
}

.coreProductBox .coreList div a>div {
  width: 120px;
  height: 110px;
  margin: 0 auto 5px auto;
  background-size:auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.coreProductBox .coreList div:nth-child(1) a>div {
  background-image: url('../images/icon-pro1.png');
}
.coreProductBox .coreList div:nth-child(2) a>div {
  background-image: url('../images/icon-pro2.png'); 
}
.coreProductBox .coreList div:nth-child(3) a>div {
  background-image: url('../images/icon-pro3.png');
}
.coreProductBox .coreList div:nth-child(4) a>div {
  background-image: url('../images/icon-pro4.png');
  
}
.coreProductBox .coreList div a:hover{
  box-shadow: 0 0 10px rgba(215, 31, 13,.4);

}
.coreProductBox .coreList div a:hover div{
  /* transform:rotateY(180deg); */
}

@media screen and (max-width: 768px) {
  .coreProductBox .core_title {
    text-align: left;
    margin-bottom: 10px;
  }

  .coreProductBox .core_title>h3 {
    font-size: 15px;
  }
}

/* 核心解决方案 */
.coreProductBox .programmeList div a {
  display: block;
  width: 100%;
  /* height: 290px; */
 
  text-align: center;
  box-sizing: border-box;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  background-size: auto 100%;
}

.coreProductBox .programmeList div:nth-child(1) a {
  
  
}


.coreProductBox .programmeList div a img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.coreProductBox .programmeList div a span {
  display: inline-block;
  width: 10%;
  height: 2px;
  background: #fff;
}

.coreProductBox .programmeList div a .imgbox{
  width:100%;
  height:auto;
  overflow: hidden;
  
}
.coreProductBox .programmeList div a span {
  margin-bottom: 10px;
}
.coreProductBox .programmeList div a ul.mt-5{
  margin-top:0 !important;
}
.coreProductBox .programmeList div a p{
  line-height: 56px;
  font-size: 18px;
}
.coreProductBox .programmeList div a:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.coreProductBox .programmeList div a:hover p{
  color:#d71f0d;
}


/* 我们的客户 */
.coreProductBox .customerList div {
  margin-bottom: 25px;
  transition: all 2s;
}

.coreProductBox .customerList div:hover {
  transform: scale(0.5);
}

.coreProductBox .customerList div img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .swiper-container {
    top: 0;
  }

}

@media screen and (max-width: 768px) {
  .swiper-container {
    top: 0;
  }
  .coreList .col-md-3{
	float:left; width:25%;  padding:0 5px;
  }
  .coreProductBox .coreList div a{
	  padding:15px 0;
  }
  .coreProductBox .coreList div a>div{
	  height:54px; width:auto; margin-bottom:12px;
  }
  .coreProductBox .coreList div a p{
	  font-size:16px;
  }
  .programmeList .col-md-3{
	  float:left; width:50%; flex:none; padding: 0 5px;
    margin-bottom: 10px;
  }
  .coreProductBox .programmeList div a p{ line-height: 40px; font-size: 16px; font-weight: normal;}
  .coreProductBox .customerList div{ max-width: 33.33%;flex: 0 0 33.33%;margin-bottom: 10px; padding: 0 5px;}
}

@media screen and (max-width: 400px) {
  .coreProductBox .core_title {
    text-align: center;
    margin-bottom: 20px;
  }

  .coreProductBox .core_title>h3 {
    font-size: 22px;
    line-height: 2;
    margin-top: 10px;
  }

  .coreProductBox .core_title>span {
    width: 10%;
  }

  .swiper-slide img {
    width: 100%;
    height: 160px;
  }

  .coreProductBox .coreList div a {
    box-shadow: 1px 1px 5px #e7e5e5 !important;
  }
  
  
}