.product-box .con {
    height: 157px;
    padding: 18px 0;
    background: #fff;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #030057;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.product-box .con:before {
    content: '';
    width: 55px;
    height: 2px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    margin-left: -22.5px;
    background: #d92027;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out
}

.product-box .con .yuan {
    display: table;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#0C688AB9', endColorstr='#0C688AB9');
    background: rgba(104, 138, 185, 0.05);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.product-box .con .yuan_li {
    display: table-cell;
    vertical-align: middle;
}

.product-box .con .yuan_li small {
    display: block;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ced8e5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 100;
    color: #202d62;
}

.product-box .con h2 a {
    font-size: 16px;
    color: #323232;
    text-transform: uppercase;
}

.product-box:hover .con {
    background: #030057;
}

.product-box:hover .con .yuan {
    margin-top: -45px;
    margin-bottom: 50px
}

.product-box:hover .con:before {
    height: 2px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}

.product-box:hover .con h2 a {
    color: #fff
}

.product-box:hover .con .yuan {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#72F7F8FB', endColorstr='#72F7F8FB');
    background: rgba(247, 248, 251, 0.45);
}

.product-box:hover .con .yuan_li small {
    background: #d92a31;
    color: #fff
}