@charset "UTF-8";
#easyTools .maxW {
  font-size: 0px;
  letter-spacing: -4px;
  /*字母间距*/
  word-spacing: -4px;
  /*字间距*/
  padding-bottom: 70px;
  padding-top: 70px;
  opacity: 0; }
  #easyTools .maxW .boxs {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    /*兼容IE*/
    zoom: 1;
    /*兼容IE*/
    width: 580px;
    margin-right: 20px;
    margin-bottom: 20px; }
    #easyTools .maxW .boxs .left {
      width: 310px;
      height: 382px;
      float: left;
      background: #f1f1f1;
      padding: 64px 26px 0 44px; }
      #easyTools .maxW .boxs .left .title {
        font-size: 24px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 16px; }
      #easyTools .maxW .boxs .left .p {
        font-size: 16px;
        color: #000000;
        margin-bottom: 38px;
        line-height: 23px; }
      #easyTools .maxW .boxs .left .button {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        display: block;
        text-indent: 20px;
        font-size: 16px;
        text-align: left;
        margin-bottom: 12px;
        color: #8b8b8b;
        width: 222px;
        height: 62px;
        line-height: 62px;
        background: url("../images/icon_xs.png") 92% center no-repeat #ffffff; }
        #easyTools .maxW .boxs .left .button:hover {
          color: #ffffff;
          background: url("../images/icon_x.png") 92% center no-repeat #c2161e; }
    #easyTools .maxW .boxs .right {
      float: left;
      overflow: hidden;
      width: 270px;
      height: 382px; }
      #easyTools .maxW .boxs .right img {
        transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -webkit-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out; }
      #easyTools .maxW .boxs .right:hover img {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  #easyTools .maxW .clearmr {
    margin-right: 0px; }
  #easyTools .maxW .boxs3 .left {
    width: 100%; }
    #easyTools .maxW .boxs3 .left .button {
      width: 350px; }
  #easyTools .maxW .boxs4 .right {
    width: 100%; }

/*# sourceMappingURL=easyTools.css.map */
