.make{
    min-width: 1196px;
    background: #f2f2f2;
    font-family: 'Microsoft YaHei';
}
.make-title{
    font-size: 46px;
    font-weight: 100;
    text-align: center;
    line-height: 116px;
}
.make-video{
    width:577px;
    height: 378px;
    margin: 0 auto;
    background: #000;
}
.make-video video{
    width:100%;
    height: 100%;
}
.make-text{
    padding-top: 82px;
    padding-bottom: 35px;
    overflow: hidden;
}
.make-text li{
    position: relative;
    width: 228px;
    height: 230px;
    float: left;
    margin-right: 14px;
}
.make-text li:nth-child(5){ margin-right: 0;}
.make-box1,
.make-box2{
    position: absolute;
    left: 0;
    top: 0;
}
.make-box1{
    width: 228px;
    height: 230px;
    background: #fff;
    text-align: center;
}
.make-box1 h2{
    padding-top: 63px;
    padding-bottom: 40px;
    font-size: 70px;
    font-weight: 100;
    line-height: 70px;
}
.make-box1 p{font-size: 18px;}
.make-box2{
    width: 184px;
    height: 184px;
    padding: 32px 22px 14px;
    background: #fece1f;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.make-box2 h2{
    font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    color: #fff;
}
.table-box{
    display: table;
    width: 184px;
    height: 120px;
}
.table-box i{color:#f00;}
.table-box p{
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
.make-text li:hover .make-box1{
    display: none;
}
.make-text li:hover .make-box2{
    opacity: 1;
}