@charset "gb2312";
.Renovate-a {
    width: 1200px;
    margin: 50px auto;
}
.Renovate-a-holder {
    position: relative;
    width: 100%;
    height: 760px;
    margin-top: 50px;
    background-image: url("../img/Renovate-a-bg.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.Renovate-a-icon {
    position: absolute;
    width: 322px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 0.5s;
	-moz-transition: all 0.5s ease; /* Firefox 4 */
	-webkit-transition: all 0.5s ease; /* Safari 和 Chrome */
	-o-transition: all 0.5s ease; /* Opera */
}
.Renovate-a-icon:hover {
    transform: translateY(-50px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
}
.Renovate-a-icon li {
    width: 100%;
    height: 48px;
    margin-top: 212px;
    line-height: 48px;
    font-size: 16px;
    color: #0c8391;
    text-align: center;
    word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.Renovate-a-icon:nth-child(1) {
    top:0px;
    left:0px;
    background-image: url("../img/Renovate-a-icon-1.png");
}
.Renovate-a-icon:nth-child(2) {
    top:0px;
    right:0px;
    background-image: url("../img/Renovate-a-icon-2.png");
}
.Renovate-a-icon:nth-child(3) {
    top:292px;
    left:66px;
    background-image: url("../img/Renovate-a-icon-3.png");
}
.Renovate-a-icon:nth-child(4) {
    top:292px;
    right:66px;
    background-image: url("../img/Renovate-a-icon-4.png");
}
.Renovate-a-icon:nth-child(5) {
    top:500px;
    left:288px;
    background-image: url("../img/Renovate-a-icon-5.png");
}
.Renovate-a-icon:nth-child(6) {
    top:500px;
    right:288px;
    background-image: url("../img/Renovate-a-icon-5.png");
}
/*------------------------------------------------------------------*/
.Renovate-b {
    width: 1200px;
    margin: 50px auto 80px auto;
}
.Renovate-b-holder {
    width: 100%;
    margin-top: 50px;
}
.Renovate-b-list {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.Renovate-b-list img {
    display: block;
    width: 100%;
}
/*------------------------------------------------------------------*/
.Renovate-c {
    width: 100%;
    height: 750px;
    background-color: #f0f0f0;
}
.Renovate-c-holder {
    width: 1200px;
    height: 750px;
    margin: auto;
}
.Renovate-c-holder img {
    display: block;
    width: 100%;
}
/*------------------------------------------------------------------*/
.Renovate-d {
    width: 1200px;
    margin: 50px auto 80px auto;
}
.Renovate-d-holder {
    width: 100%;
    margin-top: 50px;
    overflow: auto;
}
.Renovate-d-list {
    float: left;
    width: 590px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.Renovate-d-list:nth-child(2n) {
    margin-right: 0px;
}
.Renovate-d-list .img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Renovate-d-list .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000000;
    word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.Renovate-d-list .text {
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 16px;
    color: #aaaaaa;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 指定显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.Renovate-d-list .more {
    width: 100%;
    height: 30px;
    margin-top: 15px;
}
.Renovate-d-list .more a {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 20px;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    background-color: #0c8391;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.Renovate-title {
    width: 1200px;
    height: 150px;
    margin: auto;
}
.Renovate-title img {
    display: block;
    width: 100%;
}