.m-pro-function {
    padding:57px 0 70px;
    background-color:#fff;
}
.m-pro-function .g-main-content {
    margin-top:26px;
}
.m-pro-function .g-content {
    margin-top:14px;
    width:100%;
    min-height:90px;
    border-radius:2px;
    border:1px solid #e4e7ef;
    background-color:#fff;
    padding:0 30px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
}
.m-pro-function .g-content .m-con-link {
    display:block;
}
.m-pro-function .g-content .u-con-title {
    padding-top:24px;
    height:18px;
    position:relative;
    width:100%;
    overflow:hidden;
}
.m-pro-function .g-content .u-con-title .u-title {
    display:inline-block;
    font-size:16px;
    color:#333;
    font-weight:700;
    line-height:18px;
    max-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.m-pro-function .g-content .u-con-desc {
    line-height:1.71;
    width:100%;
    padding-top:20px;
}
.m-pro-function .g-content .u-con-desc .u-desc {
    display:inline-block;
    font-size:16px;
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.m-pro-function .g-content .u-hot-zone {
    position:absolute;
    top:0;
    right:0;
    width:90px;
    height:90px;
    z-index:2;
}
.m-pro-function .g-content .u-hot-zone .u-default,.m-pro-function .g-content .u-hot-zone .u-show {
    display:inline-block;
    right:0;
    width:90px;
    height:90px;
}
.m-pro-function .g-content .u-hot-zone .u-default:hover,.m-pro-function .g-content .u-hot-zone .u-show:hover {
    cursor:pointer;
}
.m-pro-function .g-content .u-hot-zone .u-show {
    display:none;
}
.m-pro-function .g-content .u-con-show {
    display:none;
    margin-top:27px;
    padding:18px 0 30px;
    border-top:1px solid #e4e7ef;
    -webkit-transition:all .5s ease;
    -moz-transition:all ease .5s;
    transition:all .5s ease;
}
.m-pro-function .g-content .u-con-show .u-show-desc {
    display:block;
    font-size:14px;
    color:#999;
    line-height:21px;
    margin-top:12px;
}
.m-pro-function .g-content .u-con-show .u-show-desc:first-child {
    margin-top:0;
}
.m-pro-function .g-content .u-con-show .u-show-img {
    margin-top:20px;
    height:360px;
    text-align:center;
}
.m-pro-function .g-content .u-con-show .u-show-img img {
    display:inline-block;
    width:1000px;
    height:360px;
}
.m-pro-function .g-content:hover {
    box-shadow:0 2px 12px 0 rgba(0,0,0,.1);
}
.m-pro-function .g-content:first-child {
    margin-top:0;
}
.m-pro-function .g-con-hover {
    cursor:pointer;
}
.m-pro-function .g-content-show {
    box-shadow:0 2px 12px 0 rgba(0,0,0,.1);
}
.m-pro-function .g-content-show .u-hot-zone .u-show {
    display:inline-block;
}
.m-pro-function .g-content-show .u-hot-zone .u-default {
    display:none;
}
.m-pro-function .g-content-show .u-con-show {
    display:block;
}
