.wrap{
  background:url(../images/bg1.png) no-repeat center top;
}
/*轮播图*/
.swiper-img2{
  display:none;
}
/*轮播图演示end*/

.conent{
  padding-bottom:100px;
}
.conent .main{
  /* background:#fff;
  box-shadow:0px 3px 20px 0px rgba(230,230,230,1);
  border-radius:10px; */
}
.tool-info{
  position:relative;
  margin:45px 0 0;
  height:300px;
  background:#fff;
  box-shadow:0px 3px 20px 0px rgba(230,230,230,0.5);
  border-radius:10px;
}
.tool-info a{
  display:block;
  position:absolute;
  bottom:30px;
  width:160px;
  color:#fff;
  font-size:16px;
  text-align:center;
}
.tool-img{
  width:100%;
  margin:0 auto;
}
.tool-info img{
  display:block;
  padding:40px 0 0;
  margin:0 auto 0;
}
.tool-info a.tool-btn2{
  right:120px;
}
.tool-info a.tool-btn1{
   left:50%;
   margin-left:-80px;
}
.tool-list{
  padding:50px 0 0;
}
.tool-list li{
  float:left;
  width:232px;
  height:160px;
  background:#fff;
  box-shadow:0px 3px 20px 0px rgba(230,230,230,0.5);
  border-radius:10px;
  margin-right:10px;
  transition:.5s;
}
.tool-list li:last-child{
  margin-right:0;
}
.tool-list li:hover{
  background:#FF6A3E;
}
.tool-list li em{
  display:block;
  width:122px;
  height:30px;
  margin:35px auto 0;
  text-indent:-9999px;
}
.tool-list li a{
  display:block;
}
.tool-list li em.tool-tit0{
  background:url(../images/z1.png) no-repeat center top;
}
.tool-list li em.tool-tit1{
  background:url(../images/z2.png) no-repeat center top;
}
.tool-list li em.tool-tit2{
  background:url(../images/z3.png) no-repeat center top;
}
.tool-list li em.tool-tit3{
  background:url(../images/z4.png) no-repeat center top;
}
.tool-list li em.tool-tit4{
  background:url(../images/z5.png) no-repeat center top;
}
.tool-list li:hover em.tool-tit0{
  background:url(../images/z1_2.png) no-repeat center top;
}
.tool-list li:hover em.tool-tit1{
  background:url(../images/z2_2.png) no-repeat center top;
}
.tool-list li:hover em.tool-tit2{
  background:url(../images/z3_2.png) no-repeat center top;
}
.tool-list li:hover em.tool-tit3{
  background:url(../images/z4_2.png) no-repeat center top;
}
.tool-list li:hover em.tool-tit4{
  background:url(../images/z5_2.png) no-repeat center top;
}
.tool-list li i{
  display:block;
  width:50px;
  height:48px;
  margin:19px auto 0;
}
.tool-list li i.tool-icon0{
  background:url(../images/icon1.png) no-repeat center top;
}
.tool-list li i.tool-icon1{
  background:url(../images/icon2.png) no-repeat center top;
}
.tool-list li i.tool-icon2{
  background:url(../images/icon3.png) no-repeat center top;
}
.tool-list li i.tool-icon3{
  background:url(../images/icon4.png) no-repeat center top;
}
.tool-list li i.tool-icon4{
  background:url(../images/icon5.png) no-repeat center top;
}


.tool-list li:hover i.tool-icon0{
  background:url(../images/icon1-2.png) no-repeat center top;
}
.tool-list li:hover i.tool-icon1{
  background:url(../images/icon2-2.png) no-repeat center top;
}
.tool-list li:hover i.tool-icon2{
  background:url(../images/icon3-2.png) no-repeat center top;
}
.tool-list li:hover i.tool-icon3{
  background:url(../images/icon4-2.png) no-repeat center top;
}
.tool-list li:hover i.tool-icon4{
  background:url(../images/icon5-2.png) no-repeat center top;
}



/*尺寸1024-1169*/
@media screen and (max-width:1218px) {
  .pic-module2{display:none;}
  .tool-img{width:90%;}
  .tool-info a.tool-btn2{right:97px;}
  .tool-list li{width:196px;}
}


@media screen and (max-width:769px) {
  .ipadBox .tool-info{height:227px;}
  .ipadBox .tool-info a.tool-btn1{margin-left:-83px;}
  .ipadBox .tool-info a.tool-btn2{right:53px;}
  .ipadBox .tool-list li{width:145px;}
}
