.wrap1500 {
  max-width: 1500px;
  margin: 0 auto;
padding: 20px 0px 40px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.row1s-1l  {
  margin:0 auto;
text-align: center;
}

.row1s-1 .cont1-1 .items {
  width: 20%;
  height: 220px;
  background-color: #234382;
  padding: 7px;
  box-sizing: border-box;
  transition: linear 0.5s;
}


.row1s-1 .cont1-1 .items .conts {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flexbox; 
  display: flex; 
 -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.row1s-1 .cont1-1 .items .conts .icon {
  width: 92px;
  height: 92px;
  display: block;
  margin: 0px 5%;
  background: url(../images/iconss/iconr1.png) no-repeat center;
      background-size: 100% 100%;
  transition: all 0.4s ease-out 0s;
  float: left;
}
.row1s-1 .cont1-1 .items .conts:hover .icon{
 transform: translateY(-8px);
}

.row1s-1 .cont1-1 .items .conts .a1 {
  font-size: 20px;
  color: #ffffff;
}

.row1s-1 .cont1-1 .items .conts .a2 {
  font-size: 14px;
  color: #ffffff;
  padding-top: 5px;
}

.row1s-1 .cont1-1 .items.items2 {
  background-color: #5075be;
}



.row1s-1 .cont1-1 .items.items2 .conts .icon {
  /* display: none; */
}

.row1s-1 .cont1-1 .items.items3 {
  background-color: #ccac69;
}

.row1s-1 .cont1-1 .items.items3 .conts .icon {
  background: url(../images/iconss/iconr2.png) no-repeat center;
    background-size: 100% 100%;
}

.row1s-1 .cont1-1 .items.items4 {
  background-color: #5075be;
}



.row1s-1 .cont1-1 .items.items4 .conts .icon {
  /* display: none; */
}

.row1s-1 .cont1-1 .items.items5 {
  background-color: #54baea;
}

.row1s-1 .cont1-1 .items.items5 .conts .icon {
  background: url(../images/iconss/iconr9.png) no-repeat center;
    background-size: 100% 100%;
}

.row1s-1 .cont1-1 .items.items6 {
  background: #4d9dcb;
}

.row1s-1 .cont1-1 .items.items6 .conts {
  border: 0;
}

.row1s-1 .cont1-1 .items.items6 .conts .icon {
  display: none;
}

.row1s-1 .cont1-1 .items.items7 {
  background-color: #234382;
}

.row1s-1 .cont1-1 .items.items7 .conts .icon {
  background: url(../images/iconss/iconr4.png) no-repeat center;
    background-size: 100% 100%;
}

.row1s-1 .cont1-1 .items.items8 {
  background-color: #eef2f9;
}

.row1s-1 .cont1-1 .items.items8 .conts {
  border: 1px dashed #aab8d2;
}

.row1s-1 .cont1-1 .items.items8 .conts .icon {
  background: url(../images/iconss/iconr5.png) no-repeat center;
    background-size: 100% 100%;
}

.row1s-1 .cont1-1 .items.items8 .conts .a1 {
  color: #333333;
}

.row1s-1 .cont1-1 .items.items8 .conts .a2 {
  color: #333333;
}

.row1s-1 .cont1-1 .items.items9 {
  background-color: #55b1c8;
}

.row1s-1 .cont1-1 .items.items9 .conts .icon {
  background: url(../images/iconss/iconr6.png) no-repeat center;
    background-size: 100% 100%;
}

.row1s-1 .cont1-1 .items.items10 {
  background: #caad6e;
}

.row1s-1 .cont1-1 .items.items10 .conts {
  border: 0;
}

.row1s-1 .cont1-1 .items.items10 .conts .icon {
  display: none;
}


.row1s-1 .cont1-1 .items:hover{
    opacity: 0.7;
}

.row1s-1 .cont1-1 .items.items1:hover,
.row1s-1 .cont1-1 .items.items7:hover{
   opacity: 1;
  background:#3a7cff;
}

.row1s-1 .cont1-1 .items.items3:hover {
    opacity: 1;
    background-color: #c49022;
}
.row1s-1 .cont1-1 .items.items5:hover{
   opacity: 1;
    background-color: #2d9cd0;
}
.row1s-1 .cont1-1 .items.items9:hover {
    opacity: 1;
    background-color: #51d3f4;
}


@media screen and (max-width: 1220px) {
   .row1s-1 .cont1-1 .items .conts .icon{
         width: 50px;
         height: 50px;
   }
.row1s-1 .cont1-1 .items .conts .a1{
    font-size: 16px;
}
.row1s-1 .cont1-1 .items .conts .a2{
  font-size: 12px;
  text-align: left;
}

}

@media screen and (max-width: 1024px) {
.row1s-1 .cont1-1 .items{
  height:170px;
}
   .row1s-1 .cont1-1 .items .conts .icon{
  float:left;
  }
.row1s-1 .cont1-1 .items .conts .txtwz{
    width: calc(100% - 70px);
}


}





@media screen and (max-width: 768px) {
.row1s-1 .cont1-1 .items .conts .icon{
    margin:0px 5px;
}

.row1s-1 .cont1-1 .items .conts .txtwz{
  width:calc(100% - 60px);
}



}


@media screen and (max-width: 700px) {
   .row1s-1 .cont1-1 .items {
    width: 33.3%;
  }
.row1s-1 .cont1-1 .items.items4,
.row1s-1 .cont1-1 .items.items5{
  width: 50%;
}

.row1s-1 .cont1-1 .items.items4{
  background-color: #1ba99b;
}


}

@media screen and (max-width: 650px) {

  .wrap1500 {
    width: 90%;
  }
  .row1s-1 .cont1-1 .items {
    height: 165px !important;
  }
  .row1s-1 .cont1-1 .items .conts .icon {
    width: 45px !important;
    height: 45px !important;
    margin: 10px auto 10px;
    background-size: 100% 100% !important;
  }
  .row1s-1 .cont1-1 .items .conts .a1 {
    font-size: 16px;
  }
  .row1s-1 .cont1-1 .items .conts .a2 {
    font-size: 12px;
  }



}

@media screen and (max-width: 520px) {

.row1s-1 .cont1-1 .items{
   height: 150px !important;
}
.row1s-1 .cont1-1 .items .conts{
      display: table;
}
.row1s-1 .cont1-1 .items .conts .icon{
  margin-left: 31%;
}
.row1s-1 .cont1-1 .items .conts .a1{
      font-size: 14px;
    text-align: center;
}
.row1s-1 .cont1-1 .items .conts .a2{
  text-align: center;
}

.row1s-1 .cont1-1 .items .conts .txtwz{
      width: calc(100% - 0px);
     margin-top: 65px;
}

.row1s-1 .cont1-1 .items.items4 .conts .icon,
.row1s-1 .cont1-1 .items.items5 .conts .icon{
  margin-left: 38.5%;
}




}