.home-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li .video,
.home-banner ul li .video video {
    width:100%;
    transform: translate(0px,-80px);
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
    transition: all 0.5s;
}
.home-banner ul li.swiper-slide-active img.banner{
    opacity: 1;
}
.home-banner ul li a {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
}
.home-banner ul li.video-paly a:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .fix-word {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0);
}

.home-banner .fix-word .p1 {
    font-size: 48px;
    font-weight: bold;

}
.home-banner .fix-word .p2 {
    font-size: 42px;
    font-family: "Oswald-Regular";
    *text-transform: uppercase;
    padding:60px 0;
}
.home-banner .fix-word .p3 {
    margin-top: 5%;
}
.home-banner .fix-word .p3 img {
    width:40px;
}
.home-banner .fix-word .p4 {
    font-size: 14px;
    padding:2% 0 0 0;
}

.home-banner .pagination-banner {
    bottom: 5% !important;
}
.home-banner .pagination-banner span {
    width: 30px;
    height: 3px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 2%);
    transition: width 0.6s ease;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #e5002d;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.4);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/home/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/home/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}





/*板块标题*/
.home-title {}
.home-title h5 {
    font-size: 32px;
    color: #252525;
}
.home-title h6 {
    font-size: 18px;
    color: #999;
    margin: 20px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h5 {
    font-size: 24px;
}
.home-title h6 {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
}
/*板块标题 end*/



/*热销产品*/
.home-product {
    padding:7% 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:30px 0 0 0;
}
.home-product .product-item .product-list ul {}
.home-product .product-item .product-list ul li {
    position:relative;
}
.home-product .product-item .product-list ul li a {
    display:block;
    padding:5%;
}
.home-product .product-item .product-list ul li .photo {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.home-product .product-item .product-list ul li .photo img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-product .product-item .product-list ul li:hover .photo img{
    transform: scale(1.05);
}
.home-product .product-item .product-list ul li .word {;
    padding:15% 0 0 0;
    text-align: center;
}

.home-product .product-item .product-list ul li .word h3 {
    font-size: 22px;
    color:#252525;
    line-height:1.6;
}
.home-product .product-item .product-list ul li:hover .word h3 {
    color:#e5002d;
}
.home-product .product-item .product-list ul li .word p {
    padding:10px 0 10px 0;
    font-size: 16px;
    color:#666;
}
.home-product .product-item .product-list ul li .word::after {
    content: "+";
    width: 24px;
    border-radius: 50%;
    background:#eee;
    margin: 0 10px;
    font-size: 16px;
    color:#999;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.home-product .product-item .product-list ul li:hover .word::after {
    color:#fff;
    background:#e5002d;
}
@media screen and (max-width:1024px){
.home-product {
    padding:30px 0;
}
.home-product .product-item {}
.home-product .product-item .product-list {
    margin:20px 0 0 0;
}
.home-product .product-item .product-list ul {}
.home-product .product-item .product-list ul li {
}
.home-product .product-item .product-list ul li a {
    padding:0%;
}
.home-product .product-item .product-list ul li .photo {}
.home-product .product-item .product-list ul li .photo img {
    width:100%;
}

.home-product .product-item .product-list ul li .word {
    padding:15% 0 0 0;
}
.home-product .product-item .product-list ul li .word h3 {
    font-size: 16px;
    padding:10px 0 0 0;
}
.home-product .product-item .product-list ul li .word p {
    font-size: 14px;
}

}
/*热销产品*/


/*关于品牌*/
.home-about {
    position:relative;
    padding:4% 0;
    overflow:hidden;
    box-shadow: 0 -10px 15px 8px rgba(0, 0, 0, 0.05);
}
.home-about::before {
    content: "";
    position: absolute;
    top: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/home/about.jpg) no-repeat left bottom/cover;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.3;
    -webkit-filter: grayscale(0%);
}
.home-about .item {
    overflow:hidden;
}
.home-about .item .word {
    width: 50%;
    padding: 2% 0%;
}
.home-about .item .word .home-title {}
.home-about .item .word .home-title h5 {
    font-size: 48px;
    color: #e5002d;
}
.home-about .item .word .home-title h6 {
    font-size: 28px;
    color: #e5002d;
}
.home-about .item .word .content {
    margin: 10% 0 10% 0;
}
.home-about .item .word .content .profile {}
.home-about .item .word .content .profile h3 {
    font-size: 24px;
    color: #e5002d;
    margin:0 0 20px 0;
}
.home-about .item .word .content .profile p {
    font-size: 14px;
    color: #666;
    line-height: 2.0;
    margin:0 0 10px 0;
}
.home-about .item .word .content .go {
    margin:8% 0 0 0;
}


.home-about .item .word-number {
    width: 30%;
    padding: 0% 0%;
}


.home-about .item .word-number .number {
    margin:10% 0 0 0;
}
.home-about .item .word-number .number ul {
    overflow:hidden;
    padding:0 0%;
}
.home-about .item .word-number .number ul li {
    float:left;
    width:100%;
    padding:0 0 4% 0;
}
.home-about .item .word-number .number ul li h3 {
}
.home-about .item .word-number .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 78px;
    color: #e5002d;
    letter-spacing: 0;
    font-family: "DIN";
}
.home-about .item .word-number .number ul li h3 span {
    font-size: 18px;
    color: #666;
}
.home-about .item .word-number .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}


@media screen and (max-width:1024px){
.home-about {
    position:relative;
    padding:4% 0;
    overflow:hidden;
    box-shadow: 0 -10px 15px 8px rgba(0, 0, 0, 0.05);
}
.home-about::before {
    content: "";
    position: absolute;
    top: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/home/about.jpg) no-repeat left bottom/cover;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.3;
    -webkit-filter: grayscale(0%);
}
.home-about .item {
    overflow:hidden;
}
.home-about .item .word {
    width: 100%;
    padding: 8% 0%;
}
.home-about .item .word .home-title {}
.home-about .item .word .home-title h5 {
    font-size: 24px;
}
.home-about .item .word .home-title h6 {
    font-size: 18px;
}
.home-about .item .word .content {
    margin: 10% 0 10% 0;
}
.home-about .item .word .content .profile {}
.home-about .item .word .content .profile h3 {
    font-size: 20px;
    margin:0 0 20px 0;
}
.home-about .item .word .content .profile p {
    font-size: 14px;
    margin:0 0 10px 0;
}
.home-about .item .word .content .go {
    margin:8% 0 0 0;
}


.home-about .item .word-number {
    width: 100%;
    padding: 0% 0%;
}


.home-about .item .word-number .number {
    margin:0% 5%;
}
.home-about .item .word-number .number ul {
    padding:0 0%;
}
.home-about .item .word-number .number ul li {
    width:50%;
    padding:0 0 4% 0;
}
.home-about .item .word-number .number ul li h3 {
}
.home-about .item .word-number .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 38px;
    color: #e5002d;
    letter-spacing: 0;
    font-family: "DIN";
}
.home-about .item .word-number .number ul li h3 span {
    font-size: 18px;
    color: #666;
}
.home-about .item .word-number .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
}
/*关于品牌*/


/*老房翻新*/
.newhouse {
    padding:5% 0 0 0;
}
.newhouse .house-item {
    position: relative;
}

.newhouse .house-item .photo {
    width: 100%;
    padding-top: 35%;
    overflow: hidden;
    position: relative;
    border-radius: 70px 0 70px 0;
    box-shadow: 0 -10px 15px 8px rgba(0, 0, 0, 0.05);
}
.newhouse .house-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.newhouse .house-item .photo::after {
    opacity:0.7;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #45517a;
}


.newhouse .house-item .word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.newhouse .house-item .word .imgs {
    position:relative;
    float: left;
    width:40%;
    height: 100%;
}
.newhouse .house-item .word .imgs img {
    max-width:100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.newhouse .house-item .word .word-item {
    position: relative;
    float: right;
    width: 50%;
    margin: 0 0 0 10%;
    height: 100%;

}
.newhouse .house-item .word .word-item .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -50%);
}
.newhouse .house-item .word .word-item .tit .kouhao {
    width: 500px;
    margin:0 0 50px 0;
}
.newhouse .house-item .word .word-item .tit .kouhao h4 {
    font-size: 42px;
    color:#fff;
    line-height: 1.8;
    text-align: left;
}
.newhouse .house-item .word .word-item .tit .more {
    width: 500px;
}
.newhouse .house-item .word .word-item .tit .more a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    width: 160px;
    margin:0 30px 0 0;
    line-height: 44px;
    border-radius:0 20px;
    border: 2px solid #fff;
    background: transparent;
    z-index: 0;
}
@media screen and (max-width:1024px){
.newhouse {
    padding:5% 0 0 0;
}
.newhouse .house-item {
    position: relative;
}

.newhouse .house-item .photo {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 10px 0;
    box-shadow: 0 -10px 15px 8px rgba(0, 0, 0, 0.05);
}
.newhouse .house-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.newhouse .house-item .photo::after {
    opacity:0.8;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #45517a;
}


.newhouse .house-item .word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.newhouse .house-item .word .imgs {
    position:absolute;
    width:60%;
    height: 100%;
    bottom:0;
    right: 0;
}
.newhouse .house-item .word .imgs img {
    max-width:100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.newhouse .house-item .word .word-item {
    position: relative;
    float: right;
    width: 100%;
    margin: 0 0 0 0%;
    height: 100%;

}
.newhouse .house-item .word .word-item .tit {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    padding: 5%;
}
.newhouse .house-item .word .word-item .tit .kouhao {
    width: auto;
    margin:0 0 20px 0;
}
.newhouse .house-item .word .word-item .tit .kouhao h4 {
    font-size: 18px;
    color:#fff;
    line-height: 1.8;
    text-align: left;
}
.newhouse .house-item .word .word-item .tit .more {
    width: auto;
}
.newhouse .house-item .word .word-item .tit .more a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    width: 100px;
    margin:0 10px 0 0;
    line-height: 34px;
    border-radius:0 20px;
    border: 2px solid #fff;
    background: transparent;
    z-index: 0;
}
}
/*老房翻新*/

/*成功案例*/
.home-case {
    padding:80px 0;
}
.home-case .case-item .case-list {
    position: relative;
    padding:50px 0;
    overflow:hidden;
}
.home-case .case-item .case-list ul {
}
.home-case .case-item .case-list ul li {
    float:left;
    width:33%;
}
.home-case .case-item .case-list ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    position: relative;
}
.home-case .case-item .case-list ul li .photo img {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.home-case .case-item .case-list ul li .word {
    padding:5%;
}
.home-case .case-item .case-list ul li .word h3 {
    font-size: 18px;
    color:#333;
    text-align: center;
}

.home-case .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.01);
    border-radius:100%;
    cursor:pointer;
}
.home-case .swiper-case-prev {
    background: rgba(0, 0, 0, 0.2) url(../images/left.svg) no-repeat center center/40%;
    left: 2%;
}
.home-case .swiper-case-next {
    background: rgba(0, 0, 0, 0.2) url(../images/right.svg) no-repeat center center/40%;
    right:2%;
}
.home-case .swiper-button-disabled {
    opacity:0.35;
}
.home-case .swiper-case-prev:hover {
    background: rgba(229,0,45, 1) url(../images/left.svg) no-repeat center center/40%;
}
.home-case .swiper-case-next:hover {
    background: rgba(229,0,45, 1) url(../images/right.svg) no-repeat center center/40%;
}
/*成功案例*/


/*招商加盟*/
.home-join {}

.home-join .join-item {
    overflow:hidden;
}
.home-join .join-item .item {
    position:relative;
    float:left;
    width:50%;
}
.home-join .join-item .item .photo {
    position:relative;
}
.home-join .join-item .item .photo img {
    width:100%;
}
.home-join .join-item .item .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}

.home-join .join-item .item .word {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home-join .join-item .item .word h3 {
    font-size: 24px;
    color:#fff;
}
.home-join .join-item .item .word p {
    opacity:1;
    padding:30px 0;
    font-size: 16px;
    color:#fff;
}
.home-join .join-item .item .word .go {}

@media screen and (max-width:1024px){
.home-join {}

.home-join .join-item {
}
.home-join .join-item .item {
    width:100%;
}
.home-join .join-item .item .photo {
    position:relative;
}
.home-join .join-item .item .photo img {
    width:100%;
}
.home-join .join-item .item .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}

.home-join .join-item .item .word {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home-join .join-item .item .word h3 {
    font-size: 24px;
    color:#fff;
}
.home-join .join-item .item .word p {
    padding:10px 0 20px 0;
    font-size: 16px;
}
.home-join .join-item .item .word .go {}
    
}
/*招商加盟*/


/*最新资讯*/
.home-news {
    padding:4% 0;
    overflow:hidden;
    background:#fff;
}
.home-news .news-left {
    float:left;
    width:18.2%;
}
.home-news .news-left .news-title {
}
.home-news .news-left .news-title h5 {
}
.home-news .news-left .news-title h6 {
}

.home-news .news-left .news-menu {
    margin:10% 0;
}
.home-news .news-left .news-menu a {
    display:block;
    font-size: 16px;
    color:#231815;
    padding:10px 0;
}
.home-news .news-left .news-menu a:hover {
    color:#e5002d;
}

.number .pagination-news {
    margin-top:80px;
}
.number .pagination-news span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background:none;
    margin-right:5px;
    position: relative;
    opacity: 1;
    text-indent: -999px;
    color:#e5002d;
    text-align: center;
    font-family: "Futura-Light";
    border-radius: 0;
}
.number .pagination-news span::before {
    content: '';
    width:4px;
    height:4px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    position:absolute;
    background: #dededc;
}
.number .pagination-news span::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position:absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    display: none;
}
.number .pagination-news span.swiper-pagination-bullet-active {
    font-weight: 800;
    text-indent:0px;
}
.number .pagination-news span.swiper-pagination-bullet-active::after {
    display: block;
    border:1px solid #e5002d;

}
.number .pagination-news span.swiper-pagination-bullet-active::before {
    display: none;
}

.home-news .news-right {
    float:right;
    width:81%;
}

.home-news .news-right .news-item {
    overflow-x:hidden;
    padding:0 0 30px 0;
}
.home-news .news-right .news-item ul li{
    padding:0 1%;
}
.home-news .news-right .news-item ul li .box {
    background:#fff;
    border: 1px solid rgba(222,222,222,0.2);
    box-shadow: 0 10px 10px rgb(153 153 153 / 8%);
}
.home-news .news-right .news-item .photo {
    width: 100%;
    height: 0;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
}
.home-news .news-right .news-item .photo .photo-news {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.home-news .news-right .news-item .photo .photo-news img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-news .news-right .news-item li:hover .photo .photo-news img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}

.home-news .news-right .news-item .photo time {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    padding: 10px 10px;
    border-radius: 0 10px 0 0;
    background-image: -webkit-linear-gradient(bottom,#e5002d,#e5002d);
    font-size: 16px;
    color: #fff;
    font-family: "Futura-Medium";
}
.home-news .news-right .news-item .word {
    padding:8% 5% 20% 5%;
}
.home-news .news-right .news-item .word time {
    font-family: 'Futura-Medium';
}
.home-news .news-right .news-item .word h3 {
    font-size: 18px;
    color:#333;
    height:80px;
    line-height: 1.6;
    padding:10px 0 20px 0;
}
.home-news .news-right .news-item li:hover .word h3 {
    color:#e5002d;
}
.home-news .news-right .news-item .word p {
    font-size: 14px;
    color: #999;
}
@media screen and (max-width:1024px){
.home-news {
    padding:8% 0;
    overflow:hidden;
    background:#fff;
}
.home-news .home-title {
    text-align: center;
}
.home-news .news-left {
    width:100%;
}
.home-news .news-left .news-title {
}
.home-news .news-left .news-title h5 {
}
.home-news .news-left .news-title h6 {
}

.home-news .news-left .news-menu {
    margin:5% 0;
    overflow: hidden;
}
.home-news .news-left .news-menu a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #231815;
    padding: 10px 0;
}
.home-news .news-left .news-menu a:hover {
    color:#e5002d;
}

.number .pagination-news {
    margin-top:80px;
}
.number .pagination-news span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background:none;
    margin-right:5px;
    position: relative;
    opacity: 1;
    text-indent: -999px;
    color:#e5002d;
    text-align: center;
    font-family: "Futura-Light";
    border-radius: 0;
}
.number .pagination-news span::before {
    content: '';
    width:4px;
    height:4px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    position:absolute;
    background: #dededc;
}
.number .pagination-news span::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position:absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px;
    display: none;
}
.number .pagination-news span.swiper-pagination-bullet-active {
    font-weight: 800;
    text-indent:0px;
}
.number .pagination-news span.swiper-pagination-bullet-active::after {
    display: block;
    border:1px solid #e5002d;

}
.number .pagination-news span.swiper-pagination-bullet-active::before {
    display: none;
}

.home-news .news-right {
    width:100%;
}

.home-news .news-right .news-item {
    overflow-x:hidden;
    padding:0 0 0 0;
}
.home-news .news-right .news-item ul li{
    padding:0 1%;
}
.home-news .news-right .news-item ul li .box {
    background:#fff;
    border: 1px solid rgba(222,222,222,0.2);
    box-shadow: 0 10px 10px rgb(153 153 153 / 8%);
}
.home-news .news-right .news-item .photo {
    width: 100%;
    height: 0;
    padding-top: 66%;
    overflow: hidden;
    position: relative;
}
.home-news .news-right .news-item .photo .photo-news {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.home-news .news-right .news-item .photo .photo-news img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-news .news-right .news-item li:hover .photo .photo-news img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.home-news .news-right .news-item .word {
    padding:8% 5% 20% 5%;
}
.home-news .news-right .news-item .word time {
    font-size: 16px;
    color: #999;
    font-family: 'Futura-Medium';
}
.home-news .news-right .news-item .word h3 {
    font-size: 16px;
    height:80px;
    line-height: 1.6;
    padding:10px 0 20px 0;
}

.home-news .news-right .news-item .word p {
    height: 30px;
    font-size: 14px;
}
}
/*最新资讯*/
