

/* banner */
.bannerContainer {
    width: 100%;
    height: 571px;

}

.bannerImage {
    width: 100%;
    height: 100%;
    display: block;
}


/* 关于我们 */
.aboutContainer {
    width: 100%;

    background: #F1F2ED;
    padding: 40px 0 83px 0;
}

.about {
    width: 1280px;
    margin: 0 auto;
    height: 186px;
    /* height: 571px; */
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;

}

.about>.item {
    flex: 1;
    height: 186px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 8px;
    transition: all 0.3s;
}

.about>.item:hover {
    /* background: #F7F7F7; */
    background: #F7F7F7 !important;

}

.about>.item>.itemColum1 {
    width: 56px;
    height: 56px;
}

.about>.item>.itemColum2 {
    font-weight: 600;
    font-size: 22px;
    color: #3A3A3A;
    font-family: PingFangSC-Semibold;
    margin-top: 12px;
    line-height: 30px;
}

.about>.item>.itemColum3 {
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 4px;
    opacity: 0.56;
    line-height: 22px;
}

.about>.item ::after {
    position: absolute;
    content: "";
    width: 1px;
    /* background: #333333; */
    height: 80px;
    top: calc(50% - 40px);
    left: 0;
    /* opacity: 0.15; */
    background: #F7F7F7;
}



.about>.item:first-of-type::after {
    position: absolute;
    content: none;
    width: 1px;
    background: #333333;
    height: 80px;
    top: calc(50% - 40px);
    left: 0;
}

.aboutContainer .modelTitle {
    margin-top: 73px;
}

.zixun {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
}

.zixunRow1 {
    width: 577px;
    height: 367px;
    display: flex;
    flex-direction: column;
}

.zixunRow1 .zuxunTitle {
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 32px;
    color: #3A3A3A;
    line-height: 45px;
}

.zixunRow1 .zuxunDesc {
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 18px;
    color: #3A3A3A;
    margin: 15px 0 30px 0;
    line-height: 32px;
}

.zixunRow1 .zuxunBtn {
    width: 140px;
    height: 53px;
    background: white;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #015A57;
    color: #015A57;
    transition: all 0.3s;
}

.zixunRow1 .zuxunBtn:hover {

    background: #015A57;
    border-radius: 27px;
    color: white;

}

.zixunRow2 {
    width: 630px;
    height: 400px;
}

.priceContainer {
    width: 100%;
    background: #FFFFFF;

}

.priceContainer>.modelTitle {
    margin-top: 80px;
}

.priceContainer>.priceBtn {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.priceTop{
    padding-top: 20px;
}

.priceContainer>.priceBtn>div {
    width: 128px;
    height: 44px;
    border-radius: 23px;
    border: 1px solid #CFCEC2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #CFCEC2;
    cursor: pointer;
    transition: all 0.3s;
}

.priceContainer>.priceBtn>.twoBtn {
    margin: 0 14px;
}

.priceContainer>.priceBtn>.active {
    background: #015A57;
    border-radius: 23px;
    border: 1px solid #015A57;
    color: white;
}

.swiperContainer{
    margin: 0 auto;
    width: 1280px;
    /* height: 500px; */
    /* background: #FFFFFF; */
}
.swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.priceTop{
    padding-top: 20px;
}

.swiper-slide>.priceItem{
    display: flex;
    flex-direction: column;
    width: 303px;
    cursor: pointer;
    overflow: hidden;
    margin-right:22px;
   
    margin-bottom: 24px;
    transition: all .5s;
}
.swiper-slide>.priceItem:nth-child(4n) {
    margin-right:0px;
}

.swiper-slide>.priceItem>.priceImgView{
    padding: 0 !important;
    width: 303px;
height: 287px;
overflow: hidden;
}
.swiper-slide>.priceItem>.priceImgView>.priceImg{
width: 100%;
height: 100%;
display: block;
transition: all .5s;
}
.swiper-slide>.priceItem:hover {
    transform:translateY(-6px);
    box-shadow: 0 0 16px rgba(0,0,0,.16);
}
.swiper-slide>.priceItem:hover .priceImgView .priceImg{
    transform:scale(1.1);
}
.swiper-slide>.priceItem>div{
    border: 1px solid #EFEEE7;
    
    padding: 0 20px 24px 20px;
}
.swiper-slide>.priceItem>div>.priceTitle{
    font-weight: 600;
font-size: 22px;
color: #333333;
line-height: 30px;
margin-top: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.swiper-slide>.priceItem>div>.priceSku{
    margin-top: 10px;
    font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
font-family: PingFangSC;
}
.swiper-slide>.priceItem>div>.priceReference{
    margin-top: 14px;
}
.swiper-slide>.priceItem>div>.priceReference>span:first-of-type{
    font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
font-family: PingFangSC;
}

.swiper-slide>.priceItem>div>.priceReference>span:nth-child(2){
    font-weight: 600;
font-size: 30px;
color: #EA570E;
line-height: 30px;
margin-right: 5px;
font-family: PingFangSC;
}
.swiper-slide>.priceItem>div>.priceReference>span:nth-child(2)>span{
    font-weight: 600;
font-size: 14px;
color: #EA570E;
line-height: 20px;
font-family: PingFangSC;
}
.swiper-slide>.priceItem>div>.priceReference>span:last-of-type{
    font-weight: 600;
font-size: 14px;
color: #333333;
line-height: 20px;
font-family: PingFangSC;
}

.swiper-slide>.priceItem>.priceBtn{
    width: 303px;
height: 48px;
background: #EFEEE7;
box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.05);
border-radius: 1px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 18px;
color: #333333;
line-height: 25px;
transition: all .5s;
font-family: PingFangSC;
}
.swiper-slide>.priceItem:hover .priceBtn{
    background: #015A57;
    font-weight: 500;
font-size: 18px;
color: #FFFFFF;
line-height: 25px;
}

.lookMoreBtn{
    width: 250px;
height: 53px;
background: #015A57;
border-radius: 27px;
font-weight: 600;
font-size: 20px;
color: #FFFFFF;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
margin: 30px auto 80px;
cursor: pointer;
}


.cemeteryContainer-container .swiper-slide .cemeteryItem{
    width: 410px;
    background: #FFFFFF;
    border: 1px solid #EFEEE7;
  cursor: pointer;
  transition: all .5s;
  margin-right: 21px;
}

.swiper-slide>.cemeteryItem:nth-child(3n) {
    margin-right:0px;
}
.cemeteryContainer-container .swiper-slide .cemeteryItem:hover {
   background-color: #EFEEE7;
}
.cemeteryItem:hover .cemeteryImgView img{
    transform:scale(1.1);
}

.cemeteryItem .cemeteryImgView{
    width: 370px;
    height: 154px;
    margin: 20px auto 0;
    overflow: hidden;
}
.cemeteryItem .cemeteryImgView img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.cemeteryItem .desc{
    padding: 20px 30px 0px;
}
.cemeteryItem .cemeteryTitle{
    transition: all .5s;
}
.cemeteryItem:hover .cemeteryTitle{
    color: #015A57;
}
.cemeteryItem .desc .cemeteryDesc{
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 25px;
display: -webkit-box; /* 必须指定display属性 */
overflow: hidden; /* 必须指定overflow属性 */
text-overflow: ellipsis; /* 显示省略号 */
-webkit-line-clamp: 2; /* 最多显示的行数 */
-webkit-box-orient: vertical; /* 必须指定box-orient属性 */

}
.cemeterySku{
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #E5E5E5;
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #B2B2B2;
line-height: 20px;
padding-bottom: 15px;
}
.cemeteryBtn{
    margin-bottom: 60px;
}

.cemeteryTitle{
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.buyFlowConyainer{
    background-color: #F9F8F4;

}

.buyFlowConyainer .modelTitle{
    padding-top: 80px;
}

.flowpathBut {
    display: flex;
  }
  
  .flowpathBut a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(1, 90, 87, 1);
    border-radius: 27px;
    width: 321px;
    height: 53px;
    margin: 20px auto 60px;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: white;
    padding: 0 20px;
  }
  
  .flowpathBut a >span:last-of-type {
    font-weight: 400;
  }

  .flowpathItem {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
   
  }
  .flowpathContainer{
    padding-bottom: 110px;
  }
  .flowpathContainer > div {
    width: 1280px;
    margin: 0 auto 0;
   
  }
  
  .flowpathItem >div {
    width: 104px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 111;
  }
  .border{
    position: absolute !important;
    width: 82% !important;
    background-color: #EFEEE7;
    height: 3px;
    top: 116px;
  }
  
  .flowpathItem >div >div:first-of-type img {
    width: 90px;
    height: 98px;
    transition: all .2s;
  }
  
  .flowpathItem >div >div:nth-child(2) img {
    width: 30px;
    height: 30px;
  }
  
  .flowpathItem >div >div:nth-child(3) {
    font-size: 18px;
    font-family: Helvetica-Bold;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
  }
  
  .flowpathItem >div >div:last-of-type {
    font-size: 14px;
    text-transform: uppercase;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
    color: #787878;
  }
  
  .flowpathItem >div:hover >div:first-of-type img {
    transform: scale(.9);
  }

.certificateContainer{
    background-color: #F9F8F4;
}
.certificateContainer .modelTitle{
    padding-top: 80px;
    padding-bottom: 50px;
}
.certificateItemView{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    
}
.certificateItem{
    width: 303px;
    background: #FFFFFF;
border-radius: 1px;
border: 1px solid #EFEEE7;
margin-right: 22px;
padding-bottom: 20px;
margin-bottom: 40px;
cursor: pointer;
}
.certificateItem:nth-child(4n){
   
margin-right: 0;
}


.certificateImgView{
    width: 303px;
height: 227px;
overflow: hidden;
}
.certificateImgView img{
    width: 100%;
height: 100%;
transition: all .5s;
}

.certificateTitle{
    margin-top: 20px;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 22px;
color: #333333;
line-height: 30px;
transition: all .5s;
padding: 0 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.certificateItem:hover .certificateTitle{
    color: #015A57;
}
.certificateItem:hover .certificateImgView img{
    transform:scale(1.1);
}

.btnHover:hover{
    background: #015A57;
    border-radius: 23px;
    border: 1px solid #015A57;
    color: white !important;
}

.environmentView{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.environmentView>.environmentItem{
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #EFEEE7;
    width: 303px;
    margin-right: 19px;
    margin-bottom: 20px;
    cursor: pointer;
}
.environmentView>.environmentItem:hover .environmentItemTitle{
    color: #015A57;
}
.environmentView>.environmentItem:hover .environmentItemImage img{
    transform:scale(1.1);
}
.environmentView>.environmentItem:nth-child(4n){
   
    margin-right: 0;
}
.environmentItemImage{
    width: 303px;
height: 227px;
overflow: hidden;


}
.environmentItemImage img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.environmentItemTitle{
    font-family: Helvetica, Helvetica;
font-weight: normal;
font-size: 22px;
color: #333333;
line-height: 26px;
padding: 20px 20px 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: all .5s;
}

.bannerImg{
    overflow: hidden;
    height: 100%;
}

.banner-swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
}