@charset "utf-8";
@import url(bootstrap.min.css);
@import url(animate.css);

.banner {
    width: 100%;
}

.banner-c {
    position: relative;
    width: 100%;
}

/* 轮播 */
.banner-c img {
    width: 100%;
    /*height: 720px;*/
    object-fit:contain;
}

.banner-c .swiper-button-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -40px;
    width: 50px;
    height: 80px;
    background: url(../img/arrow1.png) no-repeat center;
}

.swiper-button-prev:after {
    display: none;
}

.banner-c .swiper-button-prev:hover {
    background-image: url(../img/arrow3.png);
}

.banner-c .swiper-button-next {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -40px;
    width: 50px;
    height: 80px;
    background: url(../img/arrow2.png) no-repeat center;
}

.swiper-button-next:after {
    display: none;
}

.banner-c .swiper-button-next:hover {
    background-image: url(../img/arrow4.png);
}

#swiper1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    /*background: #f5f5f5;*/
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    --swiper-theme-color: #fff;
}

.banner-c .radius {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 18px;
}

.banner-c .swiper-content {
    position: absolute;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.banner-c .swiper-content span {
    display: inline-block;
    width: 200px;
    font-weight: bold;
}

.banner-c .swiper-content h1 span {
    font-size: 35px;
    margin-bottom: 15px;
}

.banner-c .swiper-content h3 span {
    font-size: 25px;
}

.banner-c .radius-l {
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid gray;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}

.banner-c .radius-l:hover {
    border: 2px solid #fff;
    background-color: gray;
}

.banner-c .radius-r {
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid gray;
    border-radius: 50%;
    background-color: #fff;
}

.banner-c .radius-r:hover {
    border: 2px solid #fff;
    background-color: gray;
}

.banner-c .icon-more {
    position: absolute;
    right: 110px;
    bottom: 220px;
    width: 216px;
    height: 61px;
}

.banner-c .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 产品与服务 */
.wedding {
    width: 100%;
    height: 830px;
    position: relative;
    padding: 0.1px;
    background-image: url("../img/goodsBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wedding-c {
    padding-top: 120px;
    height: 630px;
}

.cnameOne {
    width: 200px;
    color: #444444;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;

}

.cname {
    width: 170px;
    color: #444444;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;

}

.ename {
    width: 120px;
    font-size: 16px;
    color: #c1c1c1;
    margin: 0 auto;
    text-align: center;
}

.wedding-c .commit-title {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 40px;
}

.goodsClass {}

.list-news {
    overflow: hidden;
    margin-top: 30px;
}

.list-news li {
    box-sizing: border-box;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    position: relative;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.list-news li a {
    padding-right: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 6px;
}

.list-news li:nth-child(3n) {
    margin-right: 0;
}

.list-news li .img.goods1 {
    overflow: hidden;
    height: 247px;
}

.list-news li .goods2 {
    display: flex;
}

.list-news li .goods2 .img {
    overflow: hidden;
    width: 272px;
    height: 208px;
}

.list-news li .goods2 .img img {
    /* width: 210px; */
    /* height: 200px; */
}

.goods4Main,
.goods1Main {
    padding: 0;
}

.list-news li .goods4 {
    overflow: hidden;
    height: 247px;
}

.marginTop {
    margin-top: 15px;
}


.list-news li .img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all .8s;
    transition: all .8s;
    object-fit: fill;
}

.list-news li .p-text {
    flex: 1;
    padding: 15px 20px;
    background: #fff
}

.list-news li .h {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.list-news li .p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.list-news .bot {
    background: #fff;
    padding: 16px 20px;
    position: relative
}

.more {
    display: inline-block;
    font-weight: bold;
    border: 2px solid #333;
    font-size: 16px;
    color: #333333;
    padding: 4px 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s
}

.time {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-family: Arial;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s
}

.list-news .bot {
    background: #fff;
    box-sizing: content-box;
    padding: 16px 20px
}

.list-news li:hover {
    top: -6px;
    -webkit-transition: all .5s 0s cubic-bezier(.86, .17, 1, 1);
    transition: all .5s 0s cubic-bezier(.86, .17, 1, 1)
}

.list-news li:hover a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    text-decoration: none
}

.list-news li:hover .img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.list-news li:hover .bot {
    box-sizing: content-box;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
    z-index: 1;
    color: #fff;
    padding: 16px 20px
}

.list-news li:hover .bot .more,
.n-news ul li:hover .bot .time {
    color: red;
    border-color: red;
}




.wedding-c .swiper-slide ul {
    width: 100%;
    height: 360px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.wedding-c .swiper-slide li {
    position: relative;
}

.wedding-c .swiper-slide .mask {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.4s;
    background-color: rgba(0, 0, 0, 0.3);
}

.wedding-c .swiper-slide .mask:hover {
    opacity: 1;
}

.wedding-c .swiper-slide h3 {
    font-size: 14px;
    margin: 120px auto 30px auto
}

.wedding-c .swiper-slide p {
    font-size: 12px;
    line-height: 2;
}

.wedding-c .title-item:hover {
    color: #b9ab77;
}

.wedding-c .photo img {
    width: 270px;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 40px;
}

.wedding-c .swiper-wrapper {
    margin-top: 30px;
}

.wedding-c .self-btn {
    padding: 0 30px;
    cursor: pointer
}

.wedding-c .self-btn.act {
    color: #b9ab77;
}

/* 自定义小点 */
#swiper2-dot {
    height: 30px;
    top: 0;
    /* margin-bottom: 50px; */
}

.wedding-c .commit-more {
    margin-bottom: 50px;
    margin-top: 10px;
}

.wedding-c .commit-more a {
    display: block;
    color: #2d2d2d;
    width: 148px;
    height: 43px;
    border: 1px solid #b9ab77;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}





/* 合作案例 */
.ornament {
    width: 100%;
    height: 700px;
    padding: 0.1px;
    position: relative;
    padding: 0.1px;
    
}

.ornament .cname {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 70px;
}

.ornament .ename {
    font-size: 16px;
    color: #c1c1c1;
    margin: 0 auto;
    padding-left: 18px;
}

.ornament-c {
    background-image: url("../img/casesBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

.ornament-c .ornament-list {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.ornament-c .ornament-list .list-item {

    position: absolute;
    /* left: 0; */
    bottom: 0;
    color: #ffffff;
    text-align: center;
    margin-top: -60px;
    opacity: 0;
    height: 60px;
    width: 270px;

    background-color: rgba(51, 22, 22, 0.3);
    transition: all 0.4s ease-in-out;
}

.ornament-c .ornament-list li:hover .list-item {
    opacity: 1;
}

.ornament-list .list-item h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.ornament-list .list-item p {
    font-size: 12px;
    color: #c1c1c1;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}




.ornament-c img {
    width: 270px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.ornament-c a {
    display: block;
    margin: 0 auto;
    margin-top: 58px;
    background-color: #B9AB77;
    text-align: center;
    width: 150px;
    line-height: 45px;
    color: #fff;
    border: solid 1px #f5f5f5;


}

/* 最新活动 */
.activity {
    height: 720px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url('../img/activityBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.activity .cname {
    color: #444444;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 90px;
}

.activity .ename {
    font-size: 16px;
    color: #c1c1c1;

}

.activity-c {
    font-size: 0;
    margin-top: 60px;
    height: 350px;
}

.activity-c ul {
    height: 100%;
    display: flex;
    justify-content: space-around;

}

.activity-c .activity-item {
    position: relative;
}

.activity-c .activity-item img{
  width:518px;
  height: 334px;
}

.activity-c .mask {
    box-sizing: border-box;
    color: #ffffff;
    padding: 40px;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.activity-c .mask h3{
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

.activity-c .mask span{
    display: inline-block;
    height: 4px;
    width: 50px;
    background-color: #1D2088;
    margin: 20px 0 0px;
}

.activity-c .mask h4{
    color: #333;
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 30px;
}

.activity-c .mask .more{
    color: #fff;
    background-color: #1D2088;
}



.activity-c .activity-item:hover .mask {
    opacity: 1;
}

/* .activity-c .activity-item img {
    width: 300px;
    height: 350px;
} */

.activity-c h3 {
    font-size: 30px;
    color: #939393;
}

.activity-c h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bolder;
    color: black;
}

.activity-c p {
    font-size: 13px;
    color: #8b8b8b;
    margin-top: 20px;
    margin-bottom: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity-c a {
    text-decoration: none;
    font-size: 12px;
}

.activity-c span {
    font-size: 14px;
    color: #8b8b8b;
}

.activity .commit-more {
    margin: 75px auto;
}

.activity .commit-more a {
    display: block;
    color: #2d2d2d;
    width: 148px;
    height: 43px;
    border: 1px solid #b9ab77;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}






/* 合作客户 */
.designers {
    width: 100%;
    height: 680px;
    text-align: center;
    /* background: #fff; */
}

.designers .cname {
    color: #444444;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 70px;

}

.designers .ename {
    font-size: 16px;
    color: #c1c1c1;
    margin: 0 auto;
    line-height: 15px;
}

.designers-c .list {
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

.designers-c .list-item {
    float: left;
    width: 180px;
    height: 90px;
    margin: 0 29px 20px;
    /*margin-bottom: 15px;*/
}

.designers-c .list-item.mr0 {
    margin-right: 0;
}

.designers-c .list-item p {
    font-size: 12px;
    color: rgb(185, 185, 185);
}

.designers-c .list-item .name {
    font-size: 24px;
    color: rgb(247, 245, 245);
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 19px;
    /* height: 20px; */
}

.designers-c .list-item .ename {
    line-height: 12px;
}

.designers-c .list-item .mt20 {
    margin-top: 20px;
}

.designers-c .list-item img {
    width: 100%;
    height: 100%;

}

.designers-c .list-item a {
    display: block;

    width: 151px;
    line-height: 45px;
    font-size: 12px;
    color: #bbbaba;

    text-align: center;
    border-top: 3px solid #bbbaba;
    border-bottom: 3px solid #bbbaba;
    margin: 60px auto;

}

@media (max-width:1200px) {
    .wedding {
        height: 1300px;
    }
    .list-news li .goods2 .img {
       width: 430px;
        height: 208px;
    }
}
@media (max-width:1000px) {
    .wedding {
        height: 1700px;
    }
    
    .list-news li .goods2 .img {
        width: 430px;
        height: 208px;
    }
    
}





@media (max-width:768px) {
    .banner {
        height: 100%;
    }

    .banner-c .swiper-button-prev {
        margin-top: -30px;
        width: 30px;
        height: 50px;
    }

    .banner-c .swiper-button-next {
        margin-top: -30px;
        width: 30px;
        height: 50px;
    }

    .wedding {
        height: 1700px;
    }

    .wedding-c {
        padding-top: 40px;
    }

    .wedding-c .commit-more {
        margin-top: 35px;
    }
    .wedding-c .goods2Main {
        padding: 0;
    }

    .wedding-c .goods4Main {
        width: 100%;
    }

    .ornament-c .ornament-list {
        flex-wrap: wrap;
    }

    .ornament-c .ornament-list li {
        margin-bottom: 10px;
        position: relative;
    }

    .ornament {
        height: auto;
    }

    .ornament .cname {
        margin-top: 45px;
    }

    .ornament-c a {
        margin: 25px auto;
    }

    .ornament-c .ornament-list .list-item {
        opacity: 1;
    }

    .activity .cname {
        margin-top: 40px;
    }

    .activity-c {
        margin-top: 35px;
        height: auto;
        width: 100%;
    }

    .activity {
        height: auto;
    }

    .activity .commit-more {
        margin: 20px auto;
    }

    .activity-c ul {
        justify-content: start;
        flex-wrap: wrap;
    }

    .activity-c .activity-item {
        /*margin-left: 37px;*/
        margin-bottom: 10px;
    }

    .designers {
        height: auto;
    }

    .designers-c .list {
        width: 100%;
        height: 100%;
        display: flex;
        /*justify-content: start;*/
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .designers-c .list-item {
        float: none;
        width: 150px;
        height: auto;
        margin-left: 0px;
    }
    
    .list-news li {
        width: 100%;
    }
    .list-news li .goods2 .img {
        width: 270px;
        height: 180px;
    }

    .moreTwo {
        padding: 4px 10px;
    }
    
}


