/*body {
    font-family:'Microsoft YaHei'
}*/
/*新闻样式*/
.news-detail {
}

    .news-detail > div.title {
        padding-bottom: 0.3em;
        font-size: 2.25em;
    }

    .news-detail > div.date {
        padding-bottom: 1em;
        font-size: 1em;
        color: #666666;
    }

    .news-detail > div {
        width: 100%;
        text-align: center;
        /*padding-bottom: 2em;*/
    }
    /*图片*/
    .news-detail div > img {
        padding-bottom: 1em;
        padding-top: 0.5em;
        max-width: 100%;
        min-width: 50%;
    }
    /*图名*/
    .news-detail div > p {
        text-align: center;
        font-size: 1.1em;
        color: #666666;
    }

    /*段落*/
    .news-detail > p {
        text-indent: 2em;
        font-size: 1.3em;
        line-height: 1.8em;
        color: #666666;
        padding-top: 0.3em;
    }
    /*段落-标题*/
    .news-detail > div > p.title {
        text-indent: 0em;
        font-weight: bold;
        text-align: left;
    }


/*案例-鞋服行业*/
.case-clothing {
}

    .case-clothing > div > div {
    }
        /*左图片*/
        .case-clothing > div > div > img {
            max-width: 60%;
            max-height: 60%;
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
        }
        /*右文字*/
        .case-clothing > div > div > p {
            top: 50%;
            left: 0;
            position: absolute;
            transform: translate(0%,-50%);
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
            width: 100%;
            color: #666666;
            font-size: 1.3em;
        }
        /*底部边界*/
        .case-clothing > div > div > div {
            margin-top: 100%;
        }

/*案例-图书馆*/
.case-library {
}

    .case-library label {
        font-weight: normal;
        padding: 0.5em 0;
        font-size: 2em;
        color: #54b9f3;
    }

    .case-library p {
        font-size: 1.3em;
        color: #666666;
        line-height: 1.8em;
    }

    .case-library img {
        max-width: 100%;
        min-width: 50%;
    }

    .case-library > div:nth-child(even) > p {
        text-align: center;
    }

/*方案-图书馆*/
.solution-library {
}
    /*标题*/
    .solution-library label {
        font-weight: normal;
        padding: 0.5em 0;
        font-size: 2em;
        color: #54b9f3;
    }

    .solution-library > div > p {
        font-size: 1.3em;
        color: #666666;
    }

    .solution-library > div > img {
        max-width: 100%;
        min-width: 50%;
    }


/*方案-鞋服行业*/
.solution-clothing {
}

    .solution-clothing label {
        font-weight: normal;
        padding: 0.5em 0;
        font-size: 2em;
        color: #54b9f3;
    }

    .solution-clothing p {
        font-size: 1.3em;
        color: #666666;
        line-height: 1.8em;
    }

    .solution-clothing > div:nth-child(2) > img {
        width: 100%;
    }

    .solution-clothing img {
        max-width: 100%;
        min-width: 50%;
    }

    .solution-clothing > div:nth-child(3) {
        margin-bottom: 2em;
    }

    .solution-clothing div:nth-child(5) > .row {
        text-align: center;
    }


@media (max-width:767px) {
    .news-detail > div.title {
        font-size: 3em;
    }

    .news-detail > div.date,
    .news-detail p {
        font-size: 1.7em;
    }

    .case-library label,
    .solution-library label,
    .solution-clothing label {
        font-size: 2.5em;
    }

    .case-clothing > div > div > p,
    .case-library p,
    .solution-library > div > p,
    .solution-clothing p {
        font-size: 1.8em;
    }
}

/*公司简介*/
.Introduce-Content {
}

    .Introduce-Content > div.title {
        padding-bottom: 0.3em;
        font-size: 2.25em;
    }   

    .Introduce-Content > div {
        width: 100%;
        text-align: center;
        /*padding-bottom: 2em;*/
    }
    /*图片*/
    .Introduce-Content div > img {
        padding-bottom: 1em;
        padding-top: 0.5em;
        max-width: 100%;
        min-width: 50%;
    }
    /*图名*/
    .Introduce-Content div > p {
        text-align: center;
        font-size: 1.1em;
        color: #666666;
    }

    /*段落*/
    .Introduce-Content > p {
        text-indent: 2em;
        font-size: 1.3em;
        line-height: 1.8em;
        color: #666666;
        padding-top: 0.3em;
    }
    /*段落-标题*/
    .Introduce-Content > div > p.title {
        text-indent: 0em;
        font-weight: bold;
        text-align: left;
    }