.pchead .navUl li:nth-child(5) .navs::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.aa {
  position: relative;
  z-index: 9;
  margin-top: 4%;
}
.aa .wrap .inwrap {
  width: 87.5%;
  margin-left: 12.5%;
  background: #f5f7f7;
  padding: 0 0 6.2112% 0;
}
.aa .wrap .inwrap .index_partnerul {
  width: 85.7143%;
}
.aa .wrap .inwrap .index_partnerul li {
  border-left: 1px solid #f0f0f0;
  float: left;
  width: 16.666666%;
  background: #f9f9f9;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
  border-bottom: 1px solid #f5f6f8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.aa .wrap .inwrap .index_partnerul li s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #009dad;
  -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
       transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.aa .wrap .inwrap .index_partnerul li img {
  width: 100%;
  display: block;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.aa .wrap .inwrap .index_partnerul li:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.aa .wrap .inwrap .index_partnerul li:hover img {
  -ms-transform: scale(1.04);
      transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.moreBtn {
  display: block;
  margin: 5.7971% auto 7.2464% auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 460px;
  height: 100px;
  background-color: #f5f7f7;
  border: solid 1px #dbdbdb;
  line-height: 98px;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 12;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreBtn span {
  color: #009dad;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 18px;
  background: url(../images/about09.png) no-repeat;
  background-position: right center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreBtn .w_jia {
  display: none;
}
.moreBtn s {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #009dad;
  -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform-origin: right;
   -ms-transform-origin: right;
       transform-origin: right;
  -webkit-transform-origin: right;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.moreBtn:hover {
  border: 1px solid #009dad;
}
.moreBtn:hover span {
  color: #fff;
  background: url(../images/about10.png) no-repeat;
  background-position: right center;
}
.moreBtn:hover s {
  -moz-transform-origin: left;
   -ms-transform-origin: left;
       transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
       transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .aa {
    margin-top: 6%;
  }
  .aa .wrap .inwrap {
    width: 100%;
    margin-left: 0%;
    padding: 6% 0;
  }
  .aa .wrap .inwrap .index_partnerul {
    width: 90%;
    margin: 0 auto;
  }
  .aa .wrap .inwrap .index_partnerul li {
    width: 50%;
    margin-bottom: 0;
  }
  .moreBtn {
    width: 90%;
    height: 44px;
    line-height: 42px;
  }
}
