/*-------------------------- 客户案例  ------------------------*/
#customer_example {
  background-color: #eee;
  padding-top: 42px;
  position: relative;
  height: 747px;
}

/* 新经典案例 */
#new-classic-cases {
  height: 650px;
  background-image: url("../../img/xiugai/切图1/新经典案例.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#new-classic-cases ul.new-classic-cases-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
#new-classic-cases ul.new-classic-cases-list li {
  width: 27%;
}
#new-classic-cases ul.new-classic-cases-list li a {
  width: 100%;
}
#new-classic-cases ul.new-classic-cases-list li a .img-box {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
#new-classic-cases ul.new-classic-cases-list li a .img-box img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#new-classic-cases ul.new-classic-cases-list li a span.time {
  color: #c8c8c8;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

#new-classic-cases ul.new-classic-cases-list li a p.title {
  color: white;
  margin-top: 14px;
}

#new-classic-cases a#new-classic-cases-more-btn {
  margin: 0 auto;
  width: 160px;
  display: flex;
  margin-top: 60px;
  height: 40px;
  font-size: 16px;
	align-items: center;
	justify-content: center;
  color: white;
  background: linear-gradient(0deg, #0a5eff, #00a0e9);
  border-radius: 4px;
}

/*---- 案例轮播  ----*/
.focusImg_box {
  width: 500px;
  height: 365px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
.focusImg_box li {
  width: 280px;
  height: 280px;
  background: #e3e3e3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-radius: 50%;
}
/*swiper描述*/
#swiper_exm {
  width: 50%;
  margin: 0 auto;
  z-index: 99;
  overflow: hidden;
}
#swiper_exm .focusImgPager {
  position: absolute;
  top: -50px;
  z-index: 99;
}
/*.focusImgPager .swiper-pagination-bullet{
	width:50px;
	height:50px;
	outline:none;
}*/
#swiper_exm li {
  text-align: center;
  /*color:#fff;*/
  /*	background:#007AFF;*/
}
/*#swiper_exm */
.exm_title {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
  color: #fff;
}
/*#swiper_exm */
.exm_description01 {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #fff;
}
.exm_hr_box {
  width: 40%;
  margin: 0 auto;
  height: 40px;
}
.exm_hr_box .hr {
  width: 40%;
  height: 2px;
  background: #e4a021;
  margin-top: 18px;
}
.exm_hr_box .fa_box {
  width: 20%;
  height: 40px;
  position: relative;
}
.exm_hr_box .fa_box i {
  width: 100%;
  height: 50%;
  font-size: 33px;
  color: #e4a021;
  position: absolute;
  left: 0;
  /*margin-left:-10px;*/
}
.exm_hr_box i.fa-caret-up {
  top: -7px;
}
.exm_hr_box i.fa-caret-down {
  bottom: 10px;
}
/*#swiper_exm */
.exm_description02 {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  margin-top: 10px;
  color: #fff;
}
/*#swiper_exm */
.exm_description03 {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  margin-top: 10px;
  color: #fff;
}
/*----- 您需要帮助吗  ----*/
.do_you_need_help {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 17px;
  padding: 0 16% 0 16%;
  margin-top: 43px;
  background: #484747;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.help_a {
  display: inline-block;
  padding: 0 0 0 10px;
  width: 92px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  left: 75%;
  transition: 500ms;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.help_a i {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-left: 10px;
  opacity: 0;
  transition: 500ms;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
}
