@charset "utf-8";
/*图片轮播*/
.flexslider{position:relative;overflow:hidden;background:url(../images/index/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
/*.slides li{height:500px;}*/
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:15px;line-height:40px;overflow:hidden;background:url(../images/index/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.slides li{height: 800px; background-size: 100% 100% !important;}
.flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;top:50%;margin-top: -25px;}
.flex-direction-nav li a.flex-prev{left:80px;background:url(../images/index/be-left-lb.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:80px;background:url(../images/index/be-right-lb.png) center center no-repeat;}



/*图片轮播2*/
.banner,
.banner-swiper {
  width: 100%;
  /* height: 45vw; */
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
  display: block;
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}
.banner-form {
  width: 100%;
  height: 6vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form .banner-form-left h4 {
  font-size: 1.35vw;
  color: #fff;
}
.banner-form .banner-form-left p {
  font-size: 0.94vw;
  color: #fff;
}
.banner-form .banner-form-left p span {
  color: #cc1821;
}
.banner-form .banner-form-right {
  margin-left: 2vw;
  display: flex;
  gap: 1vw;
}
.banner-form .banner-form-right input {
  width: 13.54vw;
  height: 2.4vw;
  background-color: #ffffff;
  padding: 0 1vw;
  font-size: 0.78vw;
}
.banner-form .banner-form-right button {
  width: 14.53vw;
  height: 2.4vw;
  background-color: #b30b16;
  text-align: center;
  color: #fff;
  font-size: 0.83vw;
}


/*
*  优势
*/
.advantage {
    background-color: #f6f6f6;
}
.advantage ul{
    display: flex   ;
}
.advantage li {
    text-align: center;
    padding: 2.7vw;
}

.advantage li img {
    width: 3.3333vw;
    height: 3.3333vw;
   
}
.advantage li h4 {
    color: #222222;
    font-size: 0.9375vw;

    line-height:2.875vw;
}
.advantage li p {
    color: #999999;
    font-size: 0.7291vw;
}


/*算一算*/
.figure {
 width: 64.4vw;
 margin: 0 auto;
 padding: 3.3854vw 0;
}

.figure .figure-box1 {
    width: 19.7917vw;
}
.figure .figure-box1 li {
    background: #f5f5f5;
    float: left;
    width: 9.4271vw;
    height: 2.2917vw;
    padding: 2.5vw 0;
    text-align: center;
    margin:0 0.4vw 0.4vw 0;
    border-radius: .2vw;
    font-size: .8333vw;
    line-height: 1.5vw 
}
.figure .figure-box1 img {
    width:1.875vw ;
}
.figure .cRed {
    color: #b81c22;
}

.figure .figure-box2 {
    width: 25vw;
    background: #f5f5f5;
    padding: 1vw 1.7708vw;
    height: 13vw;
    
}
.figure .figure-box2 h5 {
    font-size: 1.3542vw;
    line-height: 2.2vw;
}
.figure .figure-box2 p{
    color: #888888;
    font-size: .8333vw;
    line-height: 3vw
}
.figure .figure-box2 img {
    width: 25vw;
}
.figure .figure-box2 .figure-form{
    padding-top:1.0417vw ;
    display: grid;
    grid-template-columns: repeat(2, 12vw);
    gap: 1vw;
}
.figure .figure-box2 .figure-form input {
    padding: 0 1vw;
    width:10vw ;
    height: 2.6042vw;
    border:none;
    font-size: 0.7291vw;
}
.figure .figure-box2 .figure-form button {

   width:12vw; 
   /* margin-left: .5vw; */
   height: 2.6042vw;
   color: #fff;
   background: #b81c22;
   font-weight: 600;
   font-size: 0.8333vw;
}

.figure .figure-box3 {
    height: 15vw;
    width: 15.4vw;
}
.figure .figure-box3 img {
    width: 100%;
    height: 100%;
}


/*案例样式*/
.mainTitle {
    text-align: center;
    padding: 2.7vw 0; 
    background-image: url(../images/index/title_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 38.3854vw 5.8333vw;
}
.mainTitle h3 {
    font-size: 1.88vw;
    color: #222222;
    font-weight: normal;
    line-height: 2.5vw;
}
.mainTitle .subtitle {
    font-size: 0.7291vw;
    color: #333333;
    letter-spacing:.85vw; 
    line-height: 2vw; 
     
}


.casesNav {
    text-align: center;
    margin-bottom: 1.7vw;
}
.casesNav li {

    margin-right: .5vw;
    width: 6vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    background-color: #eaeceb;
    color: #000;
    font-size: .83vw;
    cursor: pointer;
    display: inline-block;
    

}
.casesNav .active {
    background-color: #b81b22;
    color: #fff;
}
.casesList{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: center;
}

.casesList li{
    width: 23.75vw;
    height: 23.0208vw;
    text-align: left;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 1vw;
    position: relative;
}
.casesList a .case-item-cover {
    width: 23.75vw;
    height: 17.8125vw;
    overflow: hidden;
}
.casesList a .case-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
}
.casesList a:hover .case-item-cover img{
    transform: scale(1.2);
}
.casesList li .likes {
    height: 1.6667vw;
    line-height:1.6667vw ;
    background-image: url(../images/index/cases_ico1.png);
    background-color: #ba2d32;
    background-repeat: no-repeat;
    background-size:0.8854vw 0.8854vw ;
    background-position: .5vw center;
    padding:0 .5vw 0 1.6vw;
    color: #fff;
    font-size: .8333vw;
    position: absolute;
    top: 0;
    right: 1vw;
    border-radius: 0px 0 2px 2px;
}
.casesList li p {
    padding-left: 1vw;
}
.casesList li .name{
    padding-top: .83vw;
    font-size: .9375vw;
    line-height: 1.5625vw;
  
}
.casesList li .other  {
    font-size:.7292vw;
    color: #666666;
    line-height: 1.4583vw;
}

.findMoreBox {
    text-align: center;
    padding: 2vw;
}
.findMore {
    display: inline-block;
    border: 3px solid #b81c22;
    width: 14.0625vw;
    text-align: center;
    height: 2.3958vw;
    line-height: 2.3958vw;
    color: #b81c22;
    font-size: 0.8333vw;
}
.findMore:hover {
    background-color: #b81c22;
    color: #fff;
}

/*
*  设计师
*/
.designer{
    background:rgb(246, 246, 246) ;
    width: 100%;
    overflow: hidden;
}
.currentDesigner{
    width: 23.75vw;
    height: 36.9791vw;
    position: relative;
}
.currentDesigner .designer-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.currentDesigner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
}
.currentDesigner a:hover .mask,.currentDesigner a:hover .maskText{
    display: block;
}
.currentDesigner a:hover img{
    transform: scale(1.2); 
}
.currentDesigner .maskText {
    text-align: right;
    padding-right:2.5vw;
    padding-top: 23.5417vw;
    
}
.currentDesigner  .maskText p {
    line-height: 1.2vw;
}
.currentDesigner .maskText .name {
    font-size: 1.1458vw;
    line-height: 2vw;
}

.currentDesigner .maskText .workIn{
    padding-bottom: 3.3854vw;
}
.otherDesignerBox{
    width: 48.3333vw;
    height: 36.875vw;
    position: relative;
}
.otherDesignerList{
    text-align: center; 
    width: 100%;
    height: 100%;

 
}
.otherDesignerList li{
    float: left;
    margin-right: .5vw;
    margin-bottom: .5vw;
    width: 11.5625vw; 
    height: 11.9792vw;
    position: relative;
}

.otherDesignerList .padli{margin-right: 12.6042vw;}
.otherDesignerList li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-in-out;
    
}
.otherDesignerList li a:hover img{
    transform: scale(1.2);
}
.otherDesignerList li .designer-item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.otherDesignerList .maskText{
    padding-top: 10.2vw;
}

.mask,.maskText{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    font-size: .7292vw;
}
.designer .maskText{
    color: #fff;
}
.otherDesignerList a:hover .mask,.otherDesignerList a:hover .maskText{
    display: block;
}
.mask{
    background-color: rgba(0, 0, 0, 0.2);
}
.publicize{
    background: #fff;
    width:11.5625vw; 
    height:3.6458vw;
    line-height: 30px;
    padding: 4.1667vw 0;
    position: absolute;
    text-align: center;
    font-size: .8333vw;
}
.publicize1{
    left: 24.125vw;
    top: 0;
}

.publicize2{
    left: 12.0625vw;
    top: 12.5vw;
}


/* 品牌魅力 */
.brand {
    padding: 7.1354vw 0 9.2709vw 0;
    background-image: url(../images/index/brand_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.brand .w1400{
    display: flex;
}
.brand-logo{
    padding-right:5.2083vw;
    width: 2.9688vw;
}
.brand-logo img {
    width: 100%;
}
.barnd-year{
    width: 27.2vw;
}
.barnd-year h5
{
    font-size: 1.875vw;
    color: #b81c22;
}
.barnd-year .p1{
    font-size: 1.5625vw;
    color: #fff;
}
.barnd-year .p1 strong{
    font-size:6.25vw;
    color: #b81c22;
}
.barnd-year .p2{
    font-size:0.9375vw;
    padding-top: 5.2083vw;
    padding-bottom: 2.6042vw;
    line-height: 1.8vw;
}

.barnd-year .p3{font-size:0.7291vw; text-indent: 2em; line-height: 1.5vw; padding-bottom: 3.9583vw;}
.barnd-more{
    height: 2.6042vw;
    line-height: 2.6042vw;
    color: #fff;
    background: #b81c22;
    display: block;
    width: 10.1041vw;
    text-align: center;
    font-size: 0.8333vw;
}

.barnd-advantage {
    width: 32.6042vw;
    text-align: center;
    padding-left: 4.2vw;
}
.barnd-advantage ul {
    display: flex;
    flex-wrap: wrap;
}
.barnd-advantage li {
    width: 12vw;
    /* float: left; */
    padding:2vw;
}
.barnd-advantage li img {
    width: 6.25vw;
}
.barnd-advantage h6{
    font-size: 0.9375vw;
    font-weight: normal;
    line-height: 3vw;
    padding-top: 1vw;
}
.barnd-advantage p{
    font-size: 0.7291vw;
    line-height: 1.5vw;
}



/* 工程管控 */
.projectManage{
    padding-bottom: 8.5417vw;
    background-image: url(../images/index/pm_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pm-swiperbox{
    position: relative;
}
.pm-swiper{
    width: 100%;
    height: 31.1458vw;
    position: relative;
    overflow: hidden;
}

.pm-swiper .swiper-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pm-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1, 1);
    object-fit: cover;
  }
  .pm-swiper .swiper-slide-active img,
  .pm-swiper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1.1, 1.1);
  }

.swiper-control
{
    position: absolute;
    left: 50%;
    margin-left: -30.10405vw;
    top: 27.10935vw;
    z-index: 2;
}
.swiper-control li {
    background: #56585d;
    color: #fff;
    float: left;
    width: 12.6041vw;
    border-right: 1px solid #494b50;
    height: 6.7188vw;
    cursor: pointer;
    padding-top:1.3541vw ;
    padding-left: 1.5625vw;
    position: relative;
    /* transition: background-color 0.5s ease-in-out; */
}
.swiper-control li.active {
    background: #b81c22;
}

.swiper-control li p {
    padding-top: 1.5625vw;
    font-size: 0.7291vw; 
    line-height: 1.3vw;
}
.swiper-control li img {
    width: 1.3541vw;
}
.swiper-control li .arrow {
    position: absolute;
    right: 1.5625vw;
    bottom:.9vw ;
    font-size: 0.8333vw;

}
.proMore {
    height: 8.0729vw;
    line-height: 8.0729vw;
    text-align: center;
    color: #fff;
    background: #b81c22;
    width: 3.5417vw;
    font-size: 1.2vw;
}


/* 官网预约 */
.reservation{
    padding-bottom: 3.125vw;
    background-image: url(../images/index/reservation_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.reservation .mainTitle h3,.reservation .mainTitle .subtitle {
    color: #fff;
}
.reservation .mainTitle {
    background-image: url(../images/index/title_bg2.png);
}
.rtform{
    width: 26.8229vw;
}
.rtform .p1 {
    padding-top: 2vw;
}
.rtform .p1,.rtform .p2 {
    font-size: 1.3542vw;
   
}
.rtform .p2 {
    line-height: 3vw;
    padding-bottom:1vw ;
}
.rtform .p2 strong {
    color: #b81c22;
}
.rtform input {
    box-sizing: border-box;
    width: 100%;
    height: 2.7604vw;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 1.8571vw;
    color: #fff;
    padding: 0 .5vw;
    font-size: 0.7291vw;
}
.rtform button {
    width: 100%;
    height: 2.7604vw;
    background: #b81c22; 
    color: #fff;
    font-weight: 600;
    font-size: 0.8333vw;
}

.rtimg ul{
    margin-bottom:0.78125vw ;
}
.rtimg li{
    float: left;
    position: relative;
    width: 13.5417vw;
    margin-right: 0.78125vw;
}
.rtimg  img {
    display: block;
    width: 100%;
    height: 100%;
}
.rtimg .rtText{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    display: flex;
    justify-content: center; 
    align-items: center;     
    flex-direction: column;
    text-align: center;
}
.rtimg .rtText h5 {
    font-size: 1vw;
    line-height: 2vw;
}
.rtimg .rtText p{
    font-size: 0.7291vw;
}

.rtBottomimg{
    width: 42.1876vw;
    position: relative;
}


/* 你身边的瑞祥 */
.divisionBox{
    width: 64.4vw;
    margin: 0 auto;
}
.divisionName{
    border-bottom:1px solid #ededed;
    margin-bottom: 1vw;
    display: flex;
    gap: 1vw;
}

.divisionName li {
    /* float: left; */
    /* margin-right: 1vw; */
    cursor: pointer;
    font-size: 0.7291vw;
    line-height: 2.6vw;
    white-space: nowrap;
}
.divisionName li.active {
    border-bottom: 2px solid #b81c22;
    color: #b81c22;
       
}

.divisionContent{
    height: 24.4vw;
    position: relative;
}

.divisionList li {
height: 24.4vw;
display: none; 
overflow: hidden;
}
.divisionList li.active {
    display: block;
}
.divisionList li .divisionImg {
    width: 41.6667vw;
    float: left;
    height: 100%;
}
.divisionList img { 
    width:100%;display: block;
    height: 100%;
    object-fit:cover;
}


.divisionText {
    width: 21.5625vw;
    float: right;
    padding-top: 3.6458vw;
    padding-bottom: .5vw;
    /* padding: 1.8vw 1.5vw; */
    border-bottom:1px solid #cdcdcd;

}
.divisionText h5 {
    font-size: 1.0417vw;
    font-weight: normal;
    line-height: 2.2vw;
}
.divisionText h5 span {
    color: #b81c22;
}

.divisionText p {
    font-size: 0.7291vw;
    line-height: 2vw;
    color: #333333;
}
.divisionText p span {
    color: #666666;
}
.divisionReservation{
    width: 21.5625vw;
    position: absolute;
    right: 0;
    bottom: 0;
}
.divisionReservation h5 {
    font-size: 1.0417vw;
    font-weight: normal;
    line-height: 3vw;
}
.divisionReservation h5 span {
    color: #b81c22; 
}
.divisionReservation input {
    height:2.2vw ;
    padding: 0 1vw;
    line-height: 2.2vw;
    border-radius: 0;
    background: #f5f6f7;
    font-size: 0.7291vw;
}
.divisionReservation .p1,.divisionReservation .p2 {
    padding-bottom: 1vw;
    overflow: hidden;
}
.divisionReservation .p1 input {
    width: 8.4167vw;
    float: left;
    font-size: 0.7291vw;
}
.divisionReservation .p1 .userName{
    margin-right: .6vw;
}


.divisionReservation  .p2 input
{
    width:19.4334vw ;
}
.divisionReservation button {
    width: 21.4334vw;
    height: 2.2vw;
    line-height: 2.2vw;
    background: #b81c22;
    color: #fff;
    font-size: 0.8333vw;

}

.divisionControl {
    overflow: hidden;
    padding: 1vw 0 3vw 0;
    
}
.divisionControl span {
    width: 2.5vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    text-align: center;
    float: left;
    border: 1px solid #b5b5b5;
    color:#b5b5b5;
    cursor: pointer;
    font-size: 1vw;
    margin-right: 1vw;
}
.divisionControl span:hover {
    background: #b81c22;
    color: #fff;
    border: 1px solid #b81c22;
}
.divisionControl span.prev
{
    margin-left: 30vw;
}

/* 装修攻略 */
.news {
    background: #f6f6f6;
    padding-bottom: 2vw;
}

.news .news_title{
    width:22.3958vw ;
    height:7.34375vw ;
    position: relative;
}
.news .news_title img {
    width: 100%;
    height: 100%;
}
.news .news_title .news_title_txt {
    width: 100%;
    height: 100%;
    line-height: 7.34375vw;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.3541vw;
}
.news1,.news2 {
   margin-right: 2.8vw;
}
.news_list_box{
    background: #fff;
    width: 22.3958vw;
    padding-bottom: 2.1875vw;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.news_list_box ul {
    padding: 1.5vw;
}
.news_list_box ul li p{
    white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
  font-size: 0.7291vw;
  line-height: 3vw;
  padding-left: 1.2vw;
  position: relative;
}
.news_list_box ul li p::before {
    width: 0.4vw; /* 伪元素的宽度 */;
    height: 0.4vw; /* 伪元素的高度 */;
    background: #b81b22;
    content: ""; /* 添加伪元素 */
    display: inline-block; /* 使伪元素成为行内块元素 */
    rotate: 45deg; /* 旋转伪元素 */;
    position: absolute; /* 绝对定位 */;
    left: 0.1vw;
    top:50%;
    margin-top: -0.2vw;
}
.news_list_box ul a {
    color: #000;
}
.news_list_box ul a:hover {
    color: #b81c22;
}


.newsMore{
    width:7.9167vw;
    height: 2.1875vw;
    line-height: 2.1875vw;
    font-size: 0.8333vw;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #b8b8b8;
    text-align: center;
}
.newsMore:hover{
    background: #b81c22;
    border: 1px solid #b81c22; 
    color: #fff;
}


/* 底部立即咨询 */
.footer_top{
    background-image: url(../images/index/footertop_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 8vw;
    color: #fff;
    padding-top: 2vw;

    
}
.footer_top .w1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top .footer_logo img
{
    height: 2.2917vw;
}
.footer_advantage {
    display: flex;
}
.footer_advantage li{
   padding-right: 2vw;
}
.footer_top .service-button{
    width: 9.9vw;
    height: 2.76vw;
    line-height: 2.76vw;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 0.94vw;
}
.footer_top .footer_txt {
    font-size: 1vw;
    line-height: 2vw;
}
.footer_top .footer_txt strong {
    padding-left: 1vw;
}
.footer_advantage{
    font-size: 0.9vw;
}
.footer_advantage p {
    line-height: 1.5vw;
}
.footer_advantage strong {
    font-size: 1vw;
}

/* 底部 */
/* .footer {
    color: #ffffff;
    background-color: #1c1c1c;
  }
  .footer .footer-copyright {
    font-size: 0.73vw;
    color: #b0b0b0;
    background-color: #141414;
    padding: 2vw 10vw;
  }
  .footer .footer-list {
    display: flex;
    padding: 2vw 10vw;
    justify-content: space-between;
  }
  .footer .footer-list dl {
    position: relative;
    padding-top: 1.46vw;
  }
  .footer .footer-list dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.56vw;
    height: 0.1vw;
    background-color: #ffffff;
  }
  .footer .footer-list dt {
    font-size: 0.84vw;
  }
  .footer .footer-list dd {
    padding-top: 1.04vw;
  }
  .footer .footer-list dd a {
    font-size: 0.73vw;
    color: #bbbbbb;
  }
  .footer .footer-list dd a:hover {
    text-decoration: underline;
  }
  .footer .footer-list .column {
    display: flex;
    flex-direction: column;
    width: 5.21vw;
    line-height: 2;
  }
  .footer .footer-list .telinfo {
    font-size: 0.73vw;
    color: #bbbbbb;
    width: 10.42vw;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-list .telnumber {
    font-size: 1.46vw;
    color: #cc1821;
    font-weight: bold;
    padding: 0.52vw 0px;
  } */


 