.spec-menzhen {
    min-width: 1000px;
    font-family: 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    line-height: 1.5;
}

.top-img {
    height: 543px;
    background: url("../img/top-img.jpg") #fafafb center top no-repeat;
    text-indent: -999em;
}

.cont {
    background: #f2fbff;
}

.act-bg {
    position: relative;
    height: 816px;
    background: url("../img/act-bg.jpg") center top no-repeat;
    font-size: 24px;
    color: #888;
}

.act-txt1 {
    position: absolute;
    left: 28px;
    top: 62px;
}

.act-txt2 {
    position: absolute;
    top: 213px;
    right: 14px;
}

.act-txt3 {
    position: absolute;
    left: 30px;
    top: 430px;
}

.act-txt4 {
    position: absolute;
    top: 617px;
    right: 101px;
}

.prod-feature {
    padding-top: 30px;
    height: 616px;
    background: url("../img/prod-feature.jpg") center top no-repeat;
}

.feature-cont {
    padding: 63px 0 0 498px;
}

.feature-detail {
    padding: 20px 0 20px;
    font-size: 28px;
    color: #666;
}

.money-red {
    width: 105px;
    display: inline-block;
    color: #ff7063;
    font-size: 28px;
    font-weight: bold;
}

.money {
    font-size: 28px;
    font-weight: bold;
}

.prod-img {
    padding-top: 40px;
    font-size: 0;
}

.prod-link {
    float: left;
    margin-left: 30px;
}

.prod-link-img {
    display: block;
}

.prod-link-img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.prod-link:first-child {
    margin-left: 0;
}

.prod-link-btn {
    margin-top: 11px;
    display: block;
    background: #ff7063;
    width: 485px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 rgba(182, 206, 216, .35);
    -moz-box-shadow: 0 3px 0 0 rgba(182, 206, 216, .35);
    box-shadow: 0 3px 0 0 rgba(182, 206, 216, .35);
}

.prod-link-btn:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*share*/
.share {
    margin-top: 68px;
    border-top: 1px solid #77e2f8;
    text-align: center;
}

.share-title {
    margin: -15px auto 0;
    width: 75px;
    font-size: 18px;
    text-align: center;
    background-color: #f2fbff;
    color: #77e2f8;
}

.share-bg {
    margin: 40px auto 0;
    padding-bottom: 50px;
}

.wechat, .sina, .qzone {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: 58px;
    height: 58px;
    background-image: url("../img/share.png");
}

.wechat {
    background-position: 0 0 !important;
}

.sina {
    background-position: -58px 0 !important;
}

.qzone {
    background-position: -116px 0 !important;
}

footer {
    margin-top: 0 !important;
}