
/* title */
.title{
    height: 56px;
    background: url(../bin_images/title01.png) no-repeat;
}
.main-btn{
    line-height: 140px;
    height: 140px;
    text-align: center;
}
.main-btn a{
    display: inline-block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #747474;
    margin-right: 10px;
    font-size: 16px;
}

.main-btn a:hover{
    background: red;
    color: #fff;
}
.main-btn .on{
    background: red;
    color: #fff;
}

/* Trem */
.Trem{
    margin-top: 50px;
    margin-bottom: 50px;
}
.Trem li{
    position: relative;
    width: 288px;
    height: 446px;
    overflow: hidden;
    float: left;
    margin: 0 28px 28px 0;
}
.Trem li:nth-of-type(4),.Trem li:nth-of-type(8){
    margin-right: 0;
}
.Trem li img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.Trem li:hover img{
    transform: scale(1.1);
}
.Trem li .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 288px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}
.Trem li .name span{
    color: #e8d8b7;
}

.Trem li a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
    text-align: center;
}
.Trem li:hover a{
    background: rgba(0, 0, 0, .5);
}
.Trem li a h5{
    font: 32px microsoft yahei,Verdana,Geneva,sans-serif;
    color: #e8d8b7;
    border-bottom: 1px solid red;
    margin: 300px 10px 0 10px;
    line-height: 60px;
    transition: all .8s;
    opacity: 0;
}
.Trem li a p{
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    opacity: 0;
    transition: all .8s;
}
.Trem li:hover a h5{
    margin-top: 220px;
    opacity: 1;
}
.Trem li:hover a p{
    opacity: 1;
}
.Trem li:hover .name{
    display: none;
}

/* page */
.page{
    margin-bottom: 100px;
    text-align: center;
}