.home-banner {
    position:relative;
    width:100%;
}
.home-banner ul li {
    position:relative;
}
.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;
    transform: scale(1.05);
}

.home-banner .pagination-banner {
    bottom: 10% !important;
}
.home-banner .pagination-banner span {
    width: 2px;
    height: 10px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    width: 4px;
    height: 16px;
}


.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/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

/*banner图文案*/
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}
.home-banner .word-fix .icon {
    display:block;
    margin: 20px 0;
}
.home-banner .word-fix .icon img {
    width: 30px;
}
.home-banner .word-fix .icon img {
     max-width: 100%;
}
.home-banner .word-fix .about {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: "Futura-Light";
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 80px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}
@media screen and (max-width:1024px){
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix .title {
    margin:20% 0 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}
.home-banner .word-fix .icon {
    display:block;
    margin: 20px 0;
}
.home-banner .word-fix .icon img {
     max-width: 100%;
}
.home-banner .word-fix .about {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: "Futura-Light";
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 20px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}
}
/*banner图文案 end*/

.home-banner ul li img.banner {
    opacity: 0;
}
.home-banner .word-fix .title {
    transform:translateY(200px);
    opacity:0;
    transition:all 0.6s;
}
.home-banner .word-fix .icon {
    transform:translateY(200px);
    opacity:0;
    transition:all 0.8s;
}
.home-banner .word-fix .about {
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.home-banner .word-fix .go {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.home-banner .swiper-slide-active img.banner,.home-banner .swiper-slide-active .word-fix .title,.home-banner .swiper-slide-active .word-fix .icon,.home-banner .swiper-slide-active .word-fix .about,.home-banner .swiper-slide-active .word-fix .go {
    transform:translateY(0px);
    opacity:1;
}
/*banner图 end*/


/*标题*/
.them-title {
    margin:5% 0 3% 0;
    text-align: center;
}

.them-title h4 {
    margin:0;
    padding-bottom:7px;
    font-size:48px;
    color:#dcdddd;
    text-transform:uppercase;
    font-family:'Futura-Medium';

    background: linear-gradient(to top, #dcdddd 0%, #dcdddd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.them-title h3 {
    font-weight:normal;
    margin:0;
    font-size:36px;
    
}

.them-title h3::before,.them-title h3::after {
    content: "";
    width:40px;
    height:40px;
    background: url(../images/logo-icon.svg) no-repeat center center/26px;
    margin:0 10px;
    display:inline-block;
    vertical-align:middle;
}

@media screen and (max-width:1024px){
.them-title {
    margin:10% 0 3% 0;
}

.them-title h4 {
    font-size:18px;
    padding-bottom:0px;
}

.them-title h3 {
    font-size:20px;
}

.them-title h3::before,.them-title h3::after {
    width:20px;
    height:40px;
    background: url(../images/logo-icon.svg) no-repeat center center/14px;
    margin:0 2px;
}
}
/*标题 end*/

.home-screen .screen {
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-screen .screen .item {
    float: left;
    width: 25%;
    padding: 20px;
    border-right: solid 1px #e7e7e7;
    transition: all 0.5s;
}
.home-screen .screen .item:nth-child(4){
    border-right: none;
}
.home-screen .screen .item .left {
    text-align: center;
    padding: 60px 10px;
    position: relative;
}
.home-screen .screen .item .left h4 {
    padding:0 0 10px 0;
    font-size: 18px;
    color:#2d2926;
}
.home-screen .screen .item .left p {
    font-size: 14px;
    color:#999;
}

.home-screen .screen .item .right {
    display: none;
    
}
.home-screen .screen .item .right ul {
    max-height: 140px;
    overflow: hidden;
}
.home-screen .screen .item .right li {
    display: block;
    float: left;
    padding: 2px 6px;
    overflow: hidden;
}
.home-screen .screen .item .right li a {
    font-size: 14px;
    color: #999;
}
.home-screen .screen .item .right li a:hover {
    font-size: 14px;
    color: #e40023;
}


.home-screen .screen .item.remove {
    width: 17%;
}
.home-screen .screen .item.show {
    width: 48%;
}
.home-screen .screen .item.show .left {
    float: left;
    width: 38.5%;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
.home-screen .screen .item.show .left h4 {
    color:#fff;
}
.home-screen .screen .item.show .left p {
    color:#fff;
}
.home-screen .screen .item.show .right {
    display: block;
    float: right;
    width: 55%;
}
@media screen and (max-width:1024px){
.home-screen .screen {
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-screen .screen .item {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #e7e7e7;
    transition: all 0.5s;
}
.home-screen .screen .item:nth-child(4){
    border-bottom: none;
}
.home-screen .screen .item {
    border-right: none;
}
.home-screen .screen .item .left {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    position: relative;
}
.home-screen .screen .item .left h4 {
    float: left;
    width: 50%;
    padding:0 0 0 0;
    font-size: 18px;
    color:#2d2926;
    text-align: left;
}
.home-screen .screen .item .left p {
    font-size: 14px;
    color:#999;
}

.home-screen .screen .item .right {
    display: none;
    float: right;
    width: 55%;
    
}
.home-screen .screen .item .right ul {
    max-height: 1000px;
    overflow: hidden;
}
.home-screen .screen .item .right li {
    display: block;
    float: left;
    padding: 2px 6px;
    overflow: hidden;
}
.home-screen .screen .item .right li a {
    font-size: 14px;
    color: #999;
}
.home-screen .screen .item .right li a:hover {
    font-size: 14px;
    color: #e40023;
}


.home-screen .screen .item.remove {
    width: 100%;
}
.home-screen .screen .item.show {
    width: 100%;
}
.home-screen .screen .item.show .left {
    width: 100%;
}
.home-screen .screen .item.show .left h4 {
    color:#fff;
}
.home-screen .screen .item.show .left p {
    color:#fff;
}
.home-screen .screen .item.show .right {
    display: block;
    width: 100%;
    padding: 5% 0;
}
}


/*新品品鉴*/
.home-new {
    margin:0% 0 8% 0;
}

.home-new .new-box {
}
.home-new .new-box .new-list {
    padding:0 0%;
}

.home-new .new-box .new-list ul {}
.home-new .new-box .new-list ul li {
    padding:0.1%;
}
.home-new .new-box .new-list ul li .photo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}
.home-new .new-box .new-list ul li .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.home-new .new-box .new-list ul li:hover .photo img{
    opacity: 1;
    transform: scale(1.1);
}

.home-new .new-box .new-list ul li .word {
    padding:6% 4%;
}
.home-new .new-box .new-list ul li .word .info {
    max-width: 70%;
}
.home-new .new-box .new-list ul li .word .info h3 {
    font-size: 24px;
    color: #2d2926;
    font-weight: bold;
}

.home-new .new-box .new-list ul li .word .info h4 {
    font-size: 16px;
    color: #2d2926;
    margin:10px 0;
}
.home-new .new-box .new-list ul li:hover .word .info h3,
.home-new .new-box .new-list ul li:hover .word .info h4 {
    color: #e4002b;
}
.home-new .new-box .new-list ul li .word .info p {
    width: 125px;
    height: 40px;
    margin: 5% 0 0;
    padding:0 0 0 30px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
    background: url(../images/logo-icon.svg) no-repeat left center/20px;
}
.home-new .new-box .new-list ul li:hover .word .info p {
    font-size: 18px;
    color: #e4002b;
    background: url(../images/logo-icon.svg) no-repeat left center/24px;
}
.home-new .new-box .new-list ul li .word .pic {
    position: absolute;
    width: 37%;
    height: 30.79%;
    right: 6%;
    bottom: 6%;
    display: flex;
    justify-content: flex-end;
}
.home-new .new-box .new-list ul li .word .pic div {
}
.home-new .new-box .new-list ul li .word .pic div img {
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}
.home-new .new-box .new-list ul li:hover .word .pic div img{
    transform: scale(1.2);
}

.pagination-new {
    width: 100%;
    margin:2% 0;
}
.pagination-new span {
    width: 6px;
    height: 10px;
    border-radius:0px;
    background: #eee;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.pagination-new span.swiper-pagination-bullet-active {
    height: 10px;
    background: #de3336;
}
@media screen and (max-width:1024px){
.home-new {
    margin:0% 0 2% 0;
}

.home-new .new-box {
}
.home-new .new-box .new-list {
    padding:0 0%;
}

.home-new .new-box .new-list ul {}
.home-new .new-box .new-list ul li {
    padding:0.1%;
}
.home-new .new-box .new-list ul li .photo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}
.home-new .new-box .new-list ul li .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.home-new .new-box .new-list ul li:hover .photo img{
    opacity: 1;
    transform: scale(1.1);
}

.home-new .new-box .new-list ul li .word {
    padding:6% 4%;
}
.home-new .new-box .new-list ul li .word .info {
    max-width: 70%;
}
.home-new .new-box .new-list ul li .word .info h3 {
    font-size: 18px;
}

.home-new .new-box .new-list ul li .word .info h4 {
    font-size: 16px;
    margin:10px 0;
}
.home-new .new-box .new-list ul li:hover .word .info h3,
.home-new .new-box .new-list ul li:hover .word .info h4 {
    color: #e4002b;
}
.home-new .new-box .new-list ul li .word .info p {
    width: 125px;
    height: 40px;
    margin: 5% 0 0;
    padding:0 0 0 30px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
    background: url(../images/logo-icon.svg) no-repeat left center/16px;
}
.home-new .new-box .new-list ul li .word .info p:hover {
    font-size: 14px;
    background: url(../images/logo-icon.svg) no-repeat left center/18px;
}
.home-new .new-box .new-list ul li .word .pic {
}
.home-new .new-box .new-list ul li .word .pic div {
}
.home-new .new-box .new-list ul li .word .pic div img {
}
.home-new .new-box .new-list ul li:hover .word .pic div img{
}
}
/*新品品鉴 end*/

/*产品系列*/
.home-product {
    margin:0% 0 2% 0;
}

.home-product .product-box {
    overflow:hidden;
}
.home-product .product-box .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-product .product-box .product-name {
    float:left;
    width:16%;
}
.home-product .product-box .product-name ul {
     display: block;   
}
.home-product .product-box .product-name ul li {
    width: 100%!important;
    clear: both;
    display: block;
    padding:15px 0 15px 30px;
}
.home-product .product-box .product-name ul li.swiper-slide-thumb-active {
    background: url(../images/logo-icon.svg) no-repeat left center/18px;
}
.home-product .product-box .product-name ul li a {
    font-size: 16px;
    color:#2d2926;
}

.home-product .product-box .product-name ul li.swiper-slide-thumb-active a {
    font-size: 24px;
    color: #e4002b;
}

.home-product .product-box .product-photo {
    float:right;
    width:75%;
    overflow:hidden;
}
.home-product .product-box .product-photo ul {
}
.home-product .product-box .product-photo ul li {
    position:relative;
    overflow: hidden;
}
.home-product .product-box .product-photo ul li .photo {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
} 
.home-product .product-box .product-photo ul li .photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transition: all 0.5s;
} 
.home-product .product-box .product-photo ul li.swiper-slide-active .photo img{
    opacity: 1;
    
    transform: scale(1.05);
}
.home-product .product-box .product-photo ul li .photo::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    transition:width 0.5s ;
}
.home-product .product-box .product-photo ul li:hover .photo::before{
    width: 100%;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
.home-product .product-box .product-photo ul li .word-fix {
    opacity: 0;
    position:absolute;
    top:10%;
    left:10%;
    width:100%;
    max-width: 600px;
    z-index: 2;
}
.home-product .product-box .product-photo ul li:hover .word-fix {
    opacity: 1;
}
.home-product .product-box .product-photo ul li .word-fix h3 {
    font-size: 48px;
    color:#fff;
    
    transform:translateY(200px);
    opacity:0;
    transition:all 0.6s;
}
.home-product .product-box .product-photo ul li .word-fix h3 span {
    font-size: 24px;
    color:#fff;
    padding:0 5%;
}
.home-product .product-box .product-photo ul li .word-fix line {
    display:block;
    width: 80px;
    height: 3px;
    margin:50px 0;
    background:#e4002b;
    
    transform:translateY(200px);
    opacity:0;
    transition:all 0.8s;
}
.home-product .product-box .product-photo ul li .word-fix h4 {
    font-size: 30px;
    color:#fff;
    font-family: "Futura-Medium";
    
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.home-product .product-box .product-photo ul li .word-fix h5 {
    font-size: 24px;
    color:#fff;
    margin:30px 0;
    
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.home-product .product-box .product-photo ul li .word-fix p {
    font-size: 14px;
    color:#fff;
    
    transform:translateY(200px);
    opacity:0;
    transition:all 1.4s;
}
.home-product .product-box .product-photo ul li .word-fix i {
    position:relative;
    display:block;
    margin:80px 0 0 0;
    font-size: 18px;
    color:#fff;
    font-style: normal;
    font-family: "Futura-Light";
    *text-transform: uppercase;
    
    transform:translateY(200px);
    opacity:0;
    transition:all 1.6s;
}
.home-product .product-box .product-photo ul li .word-fix i::before {
    content: "";
    width: 60px;
    height: 1px;
    background:#fff;
    display: inline-block;
    margin:0 10px 0 0;
    vertical-align: middle;
    
    animation: mywidth 2s linear infinite normal;
}
@keyframes mywidth {
    0%{ width: 10px;}
    50%{ width: 30px;}
    100%{ width: 60px;}
}
.home-product .product-box .product-photo ul li.swiper-slide-active .word-fix * {
    transform:translateY(0px);
    opacity:1;
}

@media screen and (max-width:1024px){
.home-product {
    margin:0% 0 2% 0;
}

.home-product .product-box {
    overflow:hidden;
}
.home-product .product-box .container {
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
}
.home-product .product-box .product-name {
    float:left;
    width:100%;
    display:none;
}
.home-product .product-box .product-name ul {
     display: block;   
}
.home-product .product-box .product-name ul li {
    width: 100%!important;
    clear: both;
    display: block;
    padding:10px 0 10px 30px;
}
.home-product .product-box .product-name ul li.swiper-slide-thumb-active {
    background: url(../images/logo-icon.svg) no-repeat left center/18px;
}
.home-product .product-box .product-name ul li a {
    font-size: 16px;
    color:#2d2926;
}

.home-product .product-box .product-name ul li.swiper-slide-thumb-active a {
    font-size: 24px;
    color: #e4002b;
}

.home-product .product-box .product-photo {
    float:right;
    width:100%;
    overflow:hidden;
}
.home-product .product-box .product-photo ul {
}
.home-product .product-box .product-photo ul li {
    position:relative;
}
.home-product .product-box .product-photo ul li .photo {
    position:relative;
} 
.home-product .product-box .product-photo ul li .photo img{
    width: 100%;
} 

.home-product .product-box .product-photo ul li .photo::before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.home-product .product-box .product-photo ul li .word-fix {
    opacity: 1;
    position: static;
    padding:12% 5%;
}
.home-product .product-box .product-photo ul li .word-fix h3 {
    font-size: 20px;
    color:#2d2926;
}
.home-product .product-box .product-photo ul li .word-fix h3 span {
    font-size: 16px;
    color:#2d2926;
    padding:0 5%;
}
.home-product .product-box .product-photo ul li .word-fix line {
    width: 80px;
    height: 3px;
    margin:15px 0;
}
.home-product .product-box .product-photo ul li .word-fix h4 {
    font-size: 20px;
    color: #dcdddd;
}
.home-product .product-box .product-photo ul li .word-fix h5 {
    font-size: 20px;
    color:#2d2926;
    margin:30px 0;
}
.home-product .product-box .product-photo ul li .word-fix p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
}
.home-product .product-box .product-photo ul li .word-fix i {
    margin:20px 0 0 0;
    font-size: 16px;
    color:#999;
    font-family: "Futura-Light";
}
.home-product .product-box .product-photo ul li .word-fix i::before {
    width: 60px;
    height: 1px;
    background:#999;
    margin:0 10px 0 0;
}
}
/*产品系列 end*/


/*岩板定制&VR全景*/
.home-three {
    position:relative;
    overflow: hidden;
}
.home-three .photo {
    float:left;
    width:50%;
}
.home-three .photo img {
    width:100%;
}
.home-three .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-three .container .item-two {
    float:right;
    width:50%;
}

.home-three .container .item-two {
    float:right;
    width:50%;
}
.home-three .container .item-two .item {
    padding:10% 0 0 10%;
}
.home-three .container .item-two .item h3 {
    font-size: 36px;
    color: #dcdddd;
    font-family: "Futura-Medium";
}
.home-three .container .item-two .item h4 {
    margin:5% 0 3% 0;
    font-size: 24px;
    color: #2d2926;
}
.home-three .container .item-two .item p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-three .container .item-two .item a {
    display:block;
    width:125px;
    height:40px;
    margin:5% 0 0 ;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border:1px solid #dedede;
}
.home-three .container .item-two .item a:hover{
    color: #fff;
    border:1px solid #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}

@media screen and (max-width:1024px){
.home-three {
    position:relative;
    overflow: hidden;
}
.home-three .photo {
    width:100%;
}
.home-three .photo img {
    width:100%;
}
.home-three .container {
    position: revert;
}
.home-three .container .item-two {
    float:right;
    width:100%;
}

.home-three .container .item-two {
    width:100%;
}
.home-three .container .item-two .item {
    padding:10% 10% 15% 10%;
}
.home-three .container .item-two .item h3 {
    font-size: 18px;
}
.home-three .container .item-two .item h4 {
    margin:4% 0 8% 0;
    font-size: 20px;
    color: #2d2926;
}
.home-three .container .item-two .item p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-three .container .item-two .item a {
    width: 110px;
    height: 36px;
    margin: 10% 0 0;
    line-height: 36px;
    font-size: 12px;
    color: #666;
    border: 1px solid #dedede;
}  
}
/*岩板定制&VR全景 end*/


/*一线大品牌 七星高品质 */
.home-about {
    position:relative;
    overflow: hidden;
}
.home-about::after {
    content: "";
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat left bottom/30%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    opacity:0.05;
    -webkit-filter: grayscale(100%);
}
.home-about .photo {
    position:relative;
    float:right;
    width:50%;
}
.home-about .photo img {
    width:100%;
}
.home-about .photo .word-fix {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:8% 10%;
}
.home-about .photo .word-fix h3 {
    font-size: 48px;
    color:#fff;
    font-weight: bold;
    line-height: 1.6;
}
.home-about .photo .word-fix h3 span {
    padding: 0 10px;
    font-size: 68px;
    font-family: 'Montserrat-Bold';
}
.home-about .photo .word-fix h4 {
    font-size: 36px;
    color: #fff;
    font-family: "Futura-Medium";
    padding:5% 0 10% 0;
}
.home-about .photo .word-fix h5 {
    font-size: 18px;
    color:#fff;
}
.home-about .photo .word-fix h5 span {
    position:relative;
    padding:0 5px;
}
.home-about .photo .word-fix h5 span::after {
    opacity: 0.5;
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0 0 0 3%;
    display: inline-block;
    vertical-align: middle;
}
.home-about .photo .word-fix h5 span:last-child::after {
    opacity: 0;
}


.home-about .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-about .container .item-word {
    float:left;
    width:50%;
    height: 100%;
    padding:5% 2%;
}

.home-about .container .item-word {
    position:relative;
}

.home-about .container .item-word .tit {
}
.home-about .container .item-word .tit h5 {
    font-size: 36px;
    color: #dcdddd;
    text-transform: uppercase;
    font-family: "Futura-Medium";
}
.home-about .container .item-word .tit h1 {
    position:relative;
    margin: 3% 0 3% 0;
    font-size: 36px;
    color:#2d2926;
    font-weight: bold;
}
.home-about .container .item-word .tit h1::after {
    content: "";
    width: 80px;
    height: 3px;
    background:#e4002b;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.home-about .container .item-word .tit h2 {
    margin:8% 0 0 0;
    font-size: 18px;
    color:#2d2926;
    text-transform: uppercase;
}
.home-about .container .item-word .tit h2 span {
    display: inline-block;
    position:relative;
    padding:0 20px 0 0;
}

.home-about .container .item-word .introduce {
    max-width: 650px;
    margin:10% 0 10% 0;
}
.home-about .container .item-word .introduce p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
    margin:0 0 10px 0;
}


.home-about .container .item-word .number ul {
    overflow:hidden;
}
.home-about .container .item-word .number ul li {
    display:inline-block;
    padding:0 5% 0 0;
}
.home-about .container .item-word .number ul li h3 {
}
.home-about .container .item-word .number ul li h3 strong {
    padding:0 5px;
    font-size: 48px;
    color: #e40023;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
}
.home-about .container .item-word .number ul li h3 span{
    font-size: 16px;
    color: #666;
}
.home-about .container .item-word .number ul li p {
    font-size: 16px;
    color: #666;
    padding-top: 5px;
}
.home-about .container .item-word .go-more {}
.home-about .container .item-word .go-more a {
    display:block;
    width:125px;
    height:40px;
    margin:2% 0 0 ;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border:1px solid #dedede;
}
.home-about .container .item-word .go-more a:hover{
    color: #fff;
    border:1px solid #fff;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
}
@media screen and (max-width:1024px){
.home-about {
    position:relative;
    overflow: hidden;
}
.home-about::after {
    content: "";
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat -10% -10%/60%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    opacity:0.05;
    -webkit-filter: grayscale(100%);
}
.home-about .photo {
    width:100%;
}
.home-about .photo img {
    width:100%;
}


.home-about .photo .word-fix {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10%;
}
.home-about .photo .word-fix h3 {
    font-size: 24px;
    line-height: 1.6;
}
.home-about .photo .word-fix h3 span {
    padding: 0 10px;
    font-size: 36px;
}
.home-about .photo .word-fix h4 {
    font-size: 18px;
    line-height: 1.6;
    padding:3% 0 5% 0;
}
.home-about .photo .word-fix h5 {
    display: none;
    font-size: 14px;
    color:#fff;
}
.home-about .photo .word-fix h5 span {
    display: block;
    padding: 5px 5px;
}
.home-about .photo .word-fix h5 span::after {
    opacity: 0;
}

.home-about .container {
    position: revert;
}
.home-about .container .item-word {
    width:100%;
    height: 100%;
    padding:10% 2%;
}

.home-about .container .item-word {
    position:relative;
    padding:10% 4%;
}

.home-about .container .item-word .tit {
}
.home-about .container .item-word .tit h5 {
    font-size: 18px;
}
.home-about .container .item-word .tit h1 {
    font-size: 20px;
}
.home-about .container .item-word .tit h1::after {
    content: "";
    width: 40px;
    height: 3px;
    background:#e4002b;
    margin:5% 0%;
    display: block;
    vertical-align: middle;
}
.home-about .container .item-word .tit h2 {
    margin:8% 0 0 0;
    font-size: 16px;
    color:#2d2926;
}
.home-about .container .item-word .tit h2 span {
    position:relative;
    display: block;
    padding:0 0 10px 0;
}

.home-about .container .item-word .introduce {
    margin:10% 0 10% 0;
}
.home-about .container .item-word .introduce p {
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
    margin:0 0 10px 0;
}


.home-about .container .item-word .number ul {
}
.home-about .container .item-word .number ul li {
    display:block;
    float:left;
    width:50%;
    padding:5%;
}
.home-about .container .item-word .number ul li h3 {
}
.home-about .container .item-word .number ul li h3 strong {
    padding:0 5px;
    font-size: 30px;
    color: #e40023;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
}
.home-about .container .item-word .number ul li h3 span{
    font-size: 14px;
    color: #666;
}
.home-about .container .item-word .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
.home-about .container .item-word .go-more {
    position: revert;
}
.home-about .container .item-word .go-more a {
    width: 110px;
    height: 36px;
    margin: 10% 0 0;
    line-height: 36px;
    font-size: 12px;
    color: #666;
    border: 1px solid #dedede;
}
}
/*一线大品牌 七星高品质  end*/


/*招商加盟*/
.home-join {
    margin:5% 0;
    background: url(../images/home/join.png) no-repeat top center/cover;
}
.home-join .container {
    position:relative;
    height:100%;
}
.home-join .join-box {
}

.home-join .join-box .word {
    float:left;
    position:relative;
    width:40%;
    min-width: 400px;
    z-index: 1;
    padding:10% 0 10% 5%;
}
.home-join .join-box .word h3 {
}
.home-join .join-box .word h3 img {
    width:100%;
    max-width: 200px;
}
.home-join .join-box .word h4 {
    padding:10% 0 15% 0;
    font-size: 58px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
}
.home-join .join-box .word h5 {
}
.home-join .join-box .word h5 img {
    width:100%;
    max-width: 100px;
}
.home-join .join-box .word h5::before {
    content: "";
    width: 0px;
    height: 2px;
    background:#fff;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-join .join-box .word::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height:100%;
    background-image: -webkit-linear-gradient(right,#de3336,#e4002b);
    display: block;
    z-index: -1;
}


.home-join .join-box .advantage-wrod {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.home-join .join-box .advantage-wrod p {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    color: #f9f9f9;
    padding:30px;
}
.home-join .join-box .advantage-wrod p strong {
    padding:0 10px;
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
@media screen and (max-width:1024px){
.home-join {
    margin:5% 0;
    background: url(../images/home/join.png) no-repeat top center/cover;
}
.home-join .container {
    position:relative;
    height:100%;
}
.home-join .join-box {
}

.home-join .join-box .word {
    float:left;
    position:relative;
    width:30%;
    min-width: 400px;
    z-index: 1;
    padding:10% 0 10% 5%;
}
.home-join .join-box .word h3 {
}
.home-join .join-box .word h3 img {
    width:100%;
    max-width: 150px;
}
.home-join .join-box .word h4 {
    padding:10% 0 15% 0;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
}
.home-join .join-box .word h5 {
}
.home-join .join-box .word h5 img {
    width:100%;
    max-width: 30px;
}
.home-join .join-box .word h5::before {
    content: "";
    width: 0px;
    height: 2px;
    background:#fff;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.home-join .join-box .word::after {
    position: absolute;
    width: 40%;
    height:100%;
}




.home-join .join-box .advantage-wrod {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    display: flex;
    align-items: flex-end;
    opacity: 0;
}
.home-join .join-box .advantage-wrod p {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    color: #f9f9f9;
    padding:30px;
}
.home-join .join-box .advantage-wrod p strong {
    padding:0 10px;
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

}
/*招商加盟 end*/


/*工程地标项目*/
.case-list {
    padding: 3% 0 1% 0;
    overflow:hidden;
}
.case-list .photo {
    position:relative;
    float: left;
    width: 60%;
}
.case-list .photo::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #f6f6f6;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .photo ul {}
.case-list .photo ul li {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}
.case-list .photo ul li img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.case-list .photo ul li.swiper-slide-active img {
    opacity: 1;
    transform: scale(1.1);
}
.case-list .photo ul li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5;
}

.case-list .word {
    width: 37%;
    padding: 1% 0 0 8%;
    float: left;
    overflow: hidden;
}
.case-list .word .title {}
.case-list .word .title h5 {
    font-size: 44px;
    color: #dcdddd;
    font-family: "Futura-Medium";
    text-transform: uppercase;
}
.case-list .word .title h3 {
    position:relative;
    font-size: 24px;
    color: #2d2926;
}
.case-list .word .title h3::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #e4002b;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .word .title h4 {
    margin: 5% 0 3% 0;
    padding: 0 5px;
    font-size: 48px;
    color: #e40023;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';

}
.case-list .word .title-list {
    padding: 7% 0 10% 0;
    overflow: hidden;
}
.case-list .word .title-list ul {
    display: block;
}
.case-list .word .title-list ul li {
    width: 100%!important;
    clear: both;
    display: block;
}
.case-list .word .title-list ul li a {
    display: block;
    font-size: 16px;
    color: #2d2926;
    padding: 10px 0 10px 30px;
    overflow: hidden;
    transition:padding 0.5s;
}
.case-list .word .title-list ul li.swiper-slide-thumb-active a {
    font-size: 24px;
    color: #e4002b;
    padding: 10px 0 10px 30px;
    background: url(../images/logo-icon.svg) no-repeat left center/18px;
}
@media screen and (max-width:1024px){
.case-list {
    padding: 3% 0 1% 0;
    overflow:hidden;
}
.case-list .photo {
    width: 100%;
}
.case-list .photo::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #f6f6f6;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .photo ul {}
.case-list .photo ul li {}
.case-list .photo ul li img {
    width:100%;
}
.case-list .photo ul li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat -10% -10%/60%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    opacity: 0.05;
    -webkit-filter: grayscale(100%);
}

.case-list .word {
    width: 100%;
    padding: 1% 0 0 8%;
    float: left;
    overflow: hidden;
}
.case-list .word .title {}
.case-list .word .title h5 {
    font-size: 18px;
}
.case-list .word .title h3 {
    font-size: 20px;
}
.case-list .word .title h3::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #e4002b;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .word .title h4 {
    margin: 5% 0 3% 0;
    padding: 0 5px;
    font-size: 30px;

}
.case-list .word .title-list {
    padding: 7% 0 10% 0;
    overflow: hidden;
}
.case-list .word .title-list ul {
    display: block;
}
.case-list .word .title-list ul li {
    width: auto !important;
    clear: both;
    display: block;
}
.case-list .word .title-list ul li.swiper-slide-thumb-active {
    display: block;
}
.case-list .word .title-list ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 0 10px 30px;
    overflow: hidden;
    transition:padding 0.5s;
}
.case-list .word .title-list ul li.swiper-slide-thumb-active a {
    font-size: 16px;
    padding: 10px 0 10px 30px;
    background: url(../images/logo-icon.svg) no-repeat left center/18px;
} 
}
/*工程地标项目 end*/

/*新闻中心*/
.home-news {
    padding:2% 0 2% 0;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
    padding: 1%;
    border:1px solid #eee;
    overflow: hidden;
    transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
    position: absolute;
    top: 0%;
    left: 0%;
    width:100%;
    height:100%;
}
.news-box ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding: 8% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
    height:60px;
    font-size: 18px;
    color: #000;
    line-height:1.6;
    
}
.news-box ul li .item p {
    width:100%;
    height: 60px;
    line-height:26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 10%;
    overflow: hidden;
}
.news-box ul li .item .more {
    border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2% 0 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
    color:#999;
}
.news-box ul li .item .more span {
    float: right;
    display: block;
    color: #666;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #e4002b;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover {
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
    
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
    display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
    color:#000;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 12px;
    margin: 3% 0 10%;
}
}

/*新闻中心 end*/


/*将军行动 星耀未来*/
.home-message {
    position: relative;
    z-index: 1;
    padding:3% 0;
    background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}
.home-message::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right center/100%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.0;
    -webkit-filter: grayscale(100%);
}

.home-message .message-box {
    overflow: hidden;
}


.home-message .message-box .word {
    float:left;
    width:50%;
}
.home-message .message-box .word h4 {
    font-size: 48px;
    color:#fff;
    font-weight: bold;
}
.home-message .message-box .word h5 {
    font-size: 16px;
    color:#fff;
    padding:30px 0 20px 0;
}
.home-message .message-box .word h6 {
    font-size: 24px;
    color:#fff;
}
.home-message .message-box .word h6 span {
    margin:0 3% 0 0;
    padding: 0 0 0 30px;
    background: url(../images/home/logo-white-icon.svg) no-repeat left center/24px;
}

.home-message .message-box .form {
    float:left;
    width:50%;
    min-height: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.home-message .message-box .form form {
    display:block;
    width: 100%;
}
.home-message .message-box .form .select {
    float: left;
    width: 48%;
    height: 46px;
    max-width: 160px;
    background:none;
    border: solid 1px #fff;
    font-size: 14px;
    color:#fff;
    line-height: 46px;
    text-indent: 1em;
    margin:0 10px 0 0;
    
}
.home-message .message-box .form select::-webkit-input-placeholder {
    color: #fff;
}
.home-message .message-box .form .select option {
    color: #2d2926;
    background: #fff;
}
.home-message .message-box .form .input {
    float: left;
    width: 48%;
    height: 46px;
    max-width: 240px;
    background:none;
    border: solid 1px #fff;
    font-size: 14px;
    color:#fff;
    line-height: 46px;
    text-indent: 2em;
}
.home-message .message-box .form input::-webkit-input-placeholder {
    color: #fff;
}
.home-message .message-box .form .button {
    float: left;
    width: 48%;
    height: 46px;
    max-width: 110px;
    background:#fff;
    border: solid 1px #fff;
    font-size: 14px;
    color:#e4002b;
    line-height: 46px;
}
@media screen and (max-width:1024px){
.home-message {
    padding:10% 0;
    background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}

.home-message .message-box {
    overflow: hidden;
}
.home-message .message-box .word {
    width:100%;
    padding:5%;
}
.home-message .message-box .word h4 {
    font-size: 20px;
}
.home-message .message-box .word h5 {
    font-size: 14px;
    color:#fff;
    line-height: 1.6;
    padding:20px 0 20px 0;
}
.home-message .message-box .word h6 {
    font-size: 16px;
    color:#fff;
}
.home-message .message-box .word h6 span {
    float:left;
    display:block;
    width:40%;
    margin:0 3% 3% 0;
    padding: 0 0 0 30px;
    background: url(../images/home/logo-white-icon.svg) no-repeat left center/16px;
}

.home-message .message-box .form {
    width:100%;
    padding:5%;
}
.home-message .message-box .form form {
    display:block;
    width: 100%;
}
.home-message .message-box .form .select {
    float: left;
    width: 100%;
    height: 46px;
    max-width: none;
    background:none;
    border: solid 1px #fff;
    font-size: 14px;
    line-height: 46px;
    margin:0 0 10px 0;
    
}
.home-message .message-box .form select::-webkit-input-placeholder {
    color: #fff;
}
.home-message .message-box .form .input {
    float: left;
    width: 100%;
    height: 46px;
    max-width: none;
    background:none;
    border: solid 1px #fff;
    font-size: 14px;
    color:#fff;
    line-height: 46px;
    text-indent: 2em;
    margin:0 0 10px 0;
}
.home-message .message-box .form input::-webkit-input-placeholder {
    color: #fff;
}
.home-message .message-box .form .button {
    float: left;
    width: 100%;
    height: 46px;
    max-width: none;
    background:#fff;
    border: solid 1px #fff;
    font-size: 14px;
    color:#e4002b;
    line-height: 46px;
}
}

/*将军行动 星耀未来 end*/