*{
    margin:0;
    padding: 0;
}
::-webkit-scrollbar {
    display: none;
}

ul{
    list-style: none;
}

.proModule{
    width:1080px;
    margin:80px auto 0;
    overflow: hidden;
    padding-bottom: 80px;
}

.classify{
    margin: 30px 0;
    width:100%;
    height:20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: scroll;
}

.classify li{
    display: inline-block;
    width:90px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.classify li:hover{
  color: #00c061;
}


.classify .active{
    color: #ff3b00;
}

.classify li:first-child{
    text-align: left;
}

.classify li:last-child:after{
    display: none;
}


.subClass li{
    width:217px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.subClass li.active{
    background: #00c061;
}

.resourceWrap{
    width:1080px;
    /* height: 606px; */
    margin: 0 auto;
    border-left:1px solid #eee;
    border-top: 2px solid #ff5704;
}

.resourceWrap:after{
    content: '';
    clear:both;
}

.resourceWrap li {
    width: 215px;
    float: left;
    height: 303px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.resourceWrap li .box {
    border: 4px solid #fff;
    height: 295px;
    padding:0 14px;
    position: relative;
    transition: all .2s linear
}

.resourceWrap li .pic {
    width:100%;
    height: 179px;
    margin-top:15px;
    transition: all .2s linear;
    position: relative;
}

.resourceWrap li .pic img {
    width: 100%;
    height: 179px;
}

.resourceWrap li .pic .ewmBox{
    width:179px;
    height:179px;
    background: #fff;
    display: none;
    position:absolute;
    left:0;
    top:0;
}

.resourceWrap li .pic .ewm{
    background: url('../images/ewm.jpg') no-repeat scroll 0 0;
    background-size: 160px 160px;
    width:160px;
    height:160px;
    display: block;
    margin: 0 auto;
}

.resourceWrap li .name {
    height: 38px;
    width: 100%;
    text-overflow: clip;
    display: block;
    overflow: hidden;
    margin-top:15px;
    transition: all .2s linear;
}

.resourceWrap li .name a {
    font: 400 14px/18px "Microsoft YaHei";
    color: #3e4141;
    text-decoration: none;
}

.resourceWrap li .name a:hover,.resourceWrap li .name a:hover span {
    color: #ff6900!important;
}

.resourceWrap li .name font {
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden
}

.resourceWrap li .name span {
    font: 400 12px/18px "Microsoft YaHei";
    color: #898989;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.resourceWrap li .price {
    font: 400 17px/25px "Microsoft YaHei";
    color: #ff6900;
    margin-top:7px;
    transition: all .2s linear;
}

.resourceWrap li .price span {
    font: 400 12px/25px "Microsoft YaHei";
    color: #686c69;
    text-decoration: line-through;
}

.resourceWrap li .btn {
    position: absolute;
    top: 299px;
    left: 0;
    transition: all .2s linear;
    width:100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: #00c061;
    color: #fff;
    font-size: 20px;
}

.resourceWrap li .btn:before{
    content: '';
    background: url('../images/sm.png') no-repeat scroll 0 0;
    background-size: 18px 18px;
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 10px;
}

.resourceWrap li:hover .box {
    border: 4px solid #f8f8f6;
    transition: all .2s linear;
}

.resourceWrap li:hover .pic {
    margin-top: 10px;
    transition: all .2s linear;
}

.resourceWrap li:hover .pic .ewmBox{
    display: block;
}

.resourceWrap li:hover .name {
    margin-top: 5px;
    transition: all .2s linear;
}

.resourceWrap li:hover .price {
    margin-top: 2px;
    transition: all .2s linear;
}

.resourceWrap li:hover .btn {
    position: absolute;
    top: 259px;
    left: 0;
    transition: all .2s linear;
}
