.banner {
    height: 564px;
    background: url(./banner.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./product_img/banner.png', sizingMethod='scale');
}

.wrap {
    height: 100%;
    width: 1024px;
    margin: 0 auto;
}

.wrap .wrap-top {
    height: 32%;
}

.wrap #pcMsg {
    margin: 30px 0 40px;
    font-size: 14px;
    color:#666;
}

.banner h1 {
    font-size: 53px;
}

.banner button {
    position: relative;
    width: 146px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#EC6862', endColorStr='#D53733', gradientType='1');
    background: linear-gradient(to right, #EC6862, #D53733);
    border: none;
}

.block {
    height: 360px;
    padding: 62px 0 46px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.even {
    background-color: #F4F6F7;
}

.article, .pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 4.4%;
}

.article {
    vertical-align: top;
}

.pic {
    height: 360px;
    width: 600px;
    background-size: cover;
}

.block h1 {
    margin: 90px 0 24px;
    font-size: 36px;
}

.block p {
    line-height: 30px;
    color: #666;
}

.pic img {
    height: 100%;
    width: 100%;
    vertical-align: baseline;
}