/* 平台描述S */
.platfor-description {
    padding: 150px 0;
}
.platfor-description .h1 {
    font-size: 36px;
    color: #5b5b5b;
    margin-bottom: 50px;
}
.platfor-description .p1 {
    font-size: 18px;
    line-height: 55px;
}
.platfor-description .s1 {
    color: #ff4f4f;
    margin-top: 30px;
    font-size: 20px;
}
/* 平台描述E */
 /* 产品/活动展示S */
.banner-wrapper .pic {
    width: 100%;
    max-width:1920px;
    display: block;
    margin: 0 auto;
}
/* 产品/活动展示E */
/* 标题 */
.title {
    max-width: 640px;
    margin: 100px 0 50px;
    line-height: 60px;
}
.title .t1 {
    font-size: 45px;
    color: #5b5b5b;
    font-weight: bold;
    letter-spacing: 2px;
}
.title .t2 {
    font-size: 45px;
    color: #ededed;
    font-weight: bold;
}
/* 标题 */
/* 千家万户S */
.index-stores {
    /* height: 500px; */
    margin-top: -80px;
}
/* 千家万户E */
/* 新闻版块儿S */
.index-news {
    padding-bottom: 50px;
}
.index-news .left {
    width: 540px;
    float: left;
}
.index-news .left .left-link:hover .news-title,
.index-news .left .left-link:hover .news-desc {
    color: #e1251b;
}
.index-news .right {
    width: 620px;
    float: right;
}
.index-news .news-cover {
    height: 180px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.index-news .lefttop-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 115px;
    padding-top: 26px;
    background-color: rgba(255, 79, 79, .6);
}
.new-date .date-day {
    font-size: 56px;
    color: #a7a7a7;
    line-height: 1;
    margin-bottom: 5px;
}
.new-date .date-year-month {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 1;
}
.index-news .lefttop-date .date-day,
.index-news .lefttop-date .date-year-month {
    color: #fff;
}
.index-news .news-title {
    font-size: 25px;
    color: #676866;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.index-news .news-desc {
    font-size: 16px;
    color: #a7a7a7;
    margin-bottom: 30px;
}
.index-news .news-more {
    width: 214px;
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #fff;
    background-color: #e1251b;
    text-align: center;
}
.index-news .right .news-item {
    display: block;
}
.index-news .news-item .item-inner {
    transition: all .3s ease-out;
}
.index-news .news-item:hover .item-inner {
    transform: scale(1.02);
}
.index-news .news-item:hover .news-title,
.index-news .news-item:hover .news-desc,
.index-news .news-item:hover .new-date .date-day,
.index-news .news-item:hover .date-year-month {
    color: #e1251b;
}
.index-news .right .news-item .news-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
}
.index-news .right .news-item .news-desc {
    margin-bottom: 0;
    font-size: 14px;
}
.index-news .right .news-item {
    padding: 35px 0;
}
.index-news .right .news-item:first-child {
    padding-top: 0;
}
.index-news .right .news-item:first-child .item-date {
    top: 0;
    transform: translateY(0);
}
.index-news .news-item {
    position: relative;
}
.news-item .item-date {
    position: absolute;
    left: 0;
}
.news-item .item-content {
    padding-left: 75px;
}
.index-news .right .news-item + .news-item {
    border-top: 2px solid #b5b5b5;
}
/* 新闻版块儿E */
/* 商城特色S */
.index-features {
    margin-bottom: 60px;
}
.index-features .features-item {
    width: 386px;
    height: 251px;  
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.index-features .features-item:nth-child(3n) {
    margin-right: 0;
}
.index-features .features-item img {
    width: 100%;
    height: 100%;
    display: block;
}
.features-item .features-item-front,
.features-item .features-item-back {
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    transition: all .4s;
    cursor: pointer;
}
.features-item .features-item-back {
    transform: rotateY(-180deg);
}
.index-features .features-item:hover .features-item-front {
    transform: rotateY(-180deg);

}
.index-features .features-item:hover .features-item-back {
    transform: rotateY(0);
}
/* 商城特色E */
/* 合作伙伴S */
.partner-main {
    padding: 5px 0 150px;
    background-color: #ededed;
}
.partner-main .title .t2 {
    color: #fff;
}
.index-partner {
    background-color: #fff;
    padding: 40px 65px 15px 65px;
}
.index-partner .partner-item {
    width: 210px;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}
.partner-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* 合作伙伴E */