.service-cont {
  padding: 50px 40px;
  background: #fff;
}
.example-list li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.example-list .cont {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.example-list .cont:hover {
  background: #fff;
  box-shadow: 2px 6px 30px #ccc;
}
.example-list .cont:hover .exaTit {
  color: #00baff;
}
.example-list .cont:hover .exaImg:after {
  opacity: 1;
}
.example-list .cont .exaImg {
  position: relative;
  height: 0;
  padding-bottom: 72%;
  overflow: hidden;
  background: #f2f2f2;
}
.example-list .cont .exaImg img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.example-list .cont .exaImg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/examplebg.png") center center no-repeat;
  background-size:cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.example-list .cont .exaTit {
  margin: 0;
  padding: 15px 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.partner-list li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.partner-list .cont {
  display: block;
  border: 1px solid transparent;
}
.partner-list .cont:hover {
  border-color: #ddd;
}
.partner-list .cont .partner-img {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.partner-list .cont .partner-img img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.aftersale .item {
  padding: 10px 20px;
}
.aftersale .t1 {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: justify;
}
.aftersale .ideapromis {
  margin-top: 30px;
}
.aftersale .ideapromis .idea {
  padding: 0 10px 0 0;
}
.aftersale .ideapromis .promis {
  padding: 0 0 0 10px;
}
.aftersale .ideapromis .icon {
  font-size: 46px;
  color: #00baff;
  margin-bottom: 10px;
}
.aftersale .ideapromis .t2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.aftersale .ideapromis .t3 {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  text-align: justify;
}
.aftersale .main-pic {
  position: relative;
  height: 0;
  padding-bottom: 128%;
  background: #00baff;
}
.aftersale .main-pic img {
  position: absolute;
  top: 8%;
  right: 11%;
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

/*招贤纳士*/
.job-cont{
  position:relative;
}
.job-link{
  position:absolute;
  width:30%;
  height:30%;
  bottom:10%;
  left:35%;
}
.job-link a{
  position:absolute;
  top:0;
  width:50%;
  height:100%;
}
.job-link a img{
  position:absolute;
  width:60%;
  height:60%;
  left:20%;
  top:20%;
  transition:transform 0.5s ease;
  -webkit-transition:transform 0.5s ease;
  -ms-transition:transform 0.5s ease;
  -moz-transition:transform 0.5s ease;
}
.job-link a:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url('../imgs/mirror.png') no-repeat center center;
  background-size:100% 100%;
  display:none;
}
.job-link a:hover img{
  transform:scale(1.3);
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
}
.job-link a:hover:after{
  display:block;
}
.job-link .job-1{
  left:0;

}
.job-link .job-1:hover{
   
}
.job-link .job-2{
  right:0;
  
}
.job-link .job-2:hover{
 
}

.hr-cont{
  padding:40px;
  background:#fff;
}


@media screen and (max-width: 1023px) {
  .service-cont {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  .example-list .cont {
    background: #fff;
    box-shadow: 0px 0px 2px #ccc;
  }
  .example-list .cont:hover {
    box-shadow: 0px 0px 2px #ccc;
  }
  .example-list .cont:hover .exaTit {
    color: #333;
  }
  .example-list .cont:hover .exaImg:after {
    opacity: 0;
  }
  .partner-list .cont {
    border-color: #ddd;
  }
  .aftersale .item {
    padding: 10px 5px;
  }
  .aftersale .ideapromis {
    margin-top: 0px;
  }
  .aftersale .ideapromis .idea,
  .aftersale .ideapromis .promis {
    width: 100%;
    padding: 0;
  }
  .aftersale .ideapromis .icon {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .aftersale .ideapromis .t2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .service-cont {
    padding: 20px 5px;
  }
  .example-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .example-list .cont .exaTit {
    font-size: 14px;
    padding: 10px 5px;
  }
  .partner-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .partner-list li {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .example-list li,
  .partner-list li {
    padding: 0 2px;
  }
}
