.about .banner {
    height: 113px;
    background-image: url(../images/about/banner.jpg);
    background-size: cover;
}
.about .banner .content-fixed {
    height: 113px;
    position: relative;
}
.about .banner .text {
    position: absolute;
    background-image: url(../images/about/text.png);
    width: 198px;
    height: 36px;
    right: 10%;
    top: 50%;
    margin-top: -12px;
}
.about .body .content-fixed > .content {
    min-height: 550px;
    width: 100%;
}
.about .body .content-fixed .left {
    width: 20%;
    vertical-align: top;
}
.about .body .content-fixed .right {
    width: 80%;
    min-height: 550px;
    border-left: 1px solid #eee;
    vertical-align: top;
}

.about .body .right {
    padding: 2em;
    padding-right: 0;
}
.about .body .right .subtitle {
    color: #aaa;
}
.about .body .right .group {
    padding: 10px 0;
    margin-top: 1em;
}
.about .body .right label {
    color: #f37900;
    padding: 0 5px;
    border-bottom: 2px solid #f37900;
}
.about .body .right .group ul {
    overflow: hidden;
    margin-top: 1.5em;
}
.about .body .right .group li {
    float: left;
}
.about .body .right .group.categories {
    margin: 1em 2.5em;
    margin-top: 0;
    position: relative;
}
.about .body .right .article .subtitle {
    font-size: 1.2em;
    color: #ddd;
}
.about .body .right .group.categories li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 1.2em;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.about .body .right .group.categories li.edge {
    margin-right: 0;
}
.about .body .right .group.categories a {
    display: block;
    height: 174px;
    line-height: 174px;
    text-align: center;
    border: 3px solid #ddd;
    position: relative;
    color: #333;
}
.about .body .right .group.categories a:hover {
    border-color: #f79100;
    background-color: #f79100;
    color: #fff;
}
.about .body .right .group.categories a .index {
    position: absolute;
    bottom: 10px;
    line-height: normal;
    right: 15px;
    font-size: 2.5em;
    color: #ddd;
    font-style: italic;
}
.about .body .right .group.categories li.shadow1 {
    position: absolute;
    left: -30px;
    z-index: 1;
    top: 64px;
    margin: 0;
}
.about .body .right .group.categories li.shadow1 a {
    background-color: #efefef;
    border-color: #efefef;
    cursor: default;
}
.about .body .right .group.categories li.shadow2 {
    position: absolute;
    right: -30px;
    z-index: 1;
    bottom: 64px;
    margin: 0;
}
.about .body .right .group.categories li.shadow2 a {
    background-color: #efefef;
    border-color: #efefef;
    cursor: default;
}

/*news*/
.about.news .body .right .headline {
    margin-bottom: 1.5em;
    overflow: hidden;
}
.about.news .body .right .headline .date {
    color: #6f89c4;
    font-size: 2em;
}
.about.news .headline .content-wrapper {
    width: 60%;
    float: left;
    height: 225px;
}
.about.news .body .right .headline .title a {
    color: #222;
}
.about.news .body .right .headline .content {
    margin-right: 1em;
    position: relative;
    height: 100%;
}
.about.news .body .right  .headline a.view {
    display: block;
    background-color: #e2dedf;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 2em;
}
.about.news .body .right  .headline .img-wrapper {
    margin-left: 60%;
    width: 40%;
    text-align: right;
}
.about.news .body .right .headline .img-wrapper img {
    width: 330px;
    height: 225px;
}
.about.news .body .right .summary {
    color: #999;
    font-size: 14px;
}
.about.news .body .right .list .date {
    width: 80px;
    background-color: #e1e1e1;
    padding: .5em;
    float: left;
    color: #444466;
}
.about.news .body .right .list .date .day {
    color: #e72b1f;
    font-size: 1.5em;
}
.about.news .body .right .list .info {
    margin-left: 120px;
}
.about.news .body .right .list li {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 1.5em 0;
}
.about.news .body .right .list .title {
    color: #222;
}

.about.ecological .banner {
    background-image: url(../images/about/eco-banner.jpg);
}
.about.ecological .banner .text {
    background-image: url(../images/about/eco-text1.png);
    width: 144px;
    height: 33px;
    left: auto;
    right: 20%;
}
.about.ecological .article li {
    width: 50%;
    float: left;
    text-align: center;
}
.about.ecological .article .wrapper {
    width: 260px;
    height: 260px;
}
.about.ecological .article a {
    display: block;
}
.about.ecological .article a .blank {
    height: 250px;
}
.body .right .share {
    float: right;
    margin-top: -2em;
}