.banner-inner .text{
    top: 35%;
}
.banner-inner .text p{
    background: url('../img/quality/linxi.png') no-repeat center center;
    width: 168px;
    line-height: 2;
    display: flex;
    align-items: flex-start;
    letter-spacing: 4px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
  .banner-inner .text p span{
      font-size: 12px;
      margin-top: 4px;
      letter-spacing: 2px;
  }
  .banner-inner .text > *{

    text-align: center;
  }
  .banner-inner .text h2:after{
    left:50%;
    transform: translateX(-50%);
  }
  @media screen and (max-width:1600px){
      .banner-inner .text p{
          font-size: 16px;
      }
  }
  @media screen and (max-width:768px){
      .banner-inner .text p{
          background: url(../img/quality/linxi.png) no-repeat;
          background-size: 100% 100%;
          width: 128px;
          font-size: 14px;
      }
    .banner-inner .text p span{
       margin-top: 0px; 
    }
  }
  .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn1{
    background:url('../img/quality/bj4.jpg') no-repeat center center/cover;
    padding-top: 3.07vw;
    padding-bottom: 3.229vw;
    overflow: hidden;
}
.ctn1 .list1{
    display: flex;
    flex-wrap: wrap;
}
.ctn1 .list1 .item1{
    flex:0 0 20%;
    padding-left: 2vw;
    position: relative;
}
.ctn1 .list1 .item1:last-child:after,
.ctn1 .list1 .item1::before{
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(149,123,84,.5);
    width: 1px;
    height: 60px;
    position: absolute;
}
.ctn1 .list1 .item1:last-child:after{
    right: 0;
    left: auto;
}
.ctn1 .list1 .item1-tit{
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}
.ctn1 .list1 .item1-line{
    width: 20px;
    height:2px;
    background-color: #957b54;
    margin-top: 9px;
    margin-bottom: 1.1458vw;
}
.ctn1 .list1 .item1-des{
    opacity: .7;
    color: #fff;
    line-height: 30px;

}
@media screen and (max-width:768px){
  .ctn1{
    padding: 30px 0 15px;
  }
  .ctn1 .list1 .item1{
    flex:0 0 calc(100% / 3);
    margin-bottom: 15px;
   }
   .ctn1 .list1 .item1-tit{
    font-size: 16px;
    line-height: 1.5;
   }
   .ctn1 .list1 .item1:nth-child(3n):after{
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(149,123,84,.5);
    width: 1px;
    height: 60px;
    position: absolute;
}
}
.ctn2{
    position: relative;
    padding-top: 3.59375vw;
    padding-bottom: 6.25vw;
    overflow: hidden;
}
.ctn2 .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ctn2 .di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn2  .process{
    position: relative;
    margin-top: 3.125vw;
} 
.ctn2 .process_swp{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.ctn2  .process-txt{
    display: flex;
    background-color: #fff;
    padding-top: 1.354vw;
    padding-bottom: 1.25vw;
   
}
.ctn2  .process-txt>div{
    flex:1;
    padding: 0 1.5625vw;
    position: relative;
}
.ctn2  .process-txt>div:not(:first-child)::after{
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   background-color: rgba(149,123,84,.5);
   transform: translateY(-50%);
   width: 1px;
   height: 40px;
}
.ctn2  .process-txt .process-tit{
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 2px;
    color: #44372d;
    margin-bottom: 10px;
}
.ctn2  .process-txt .process-des{
    letter-spacing: 2px;
    color: #44372d;
}
.ctn2 .processimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
@media screen and (max-width:1600px){
    .ctn2 .process_swp{
        width: 78%;
    }
}
@media screen and (max-width:768px){
    .ctn2{
        padding: 40px 0;
    }
    .ctn2 .process{
        margin-top:30px;
    }
    .ctn2 .process_swp{
        width: 100%;
    }
    .ctn2 .process-txt{
        padding:20px;
        flex-wrap: wrap;
    }
    .ctn2 .process-txt>div{
        flex:0 0 100%;
        padding:0;
    }
    .ctn2 .process-txt>div:not(:first-child){
        margin-top:20px;
    }
    .ctn2 .process-txt .process-tit,
    .ctn2 .process-txt .process-des{
        letter-spacing: 0;
    }
    .ctn2 .process-txt>div:not(:first-child)::after{
        display: none;
    }
}
.ctn3{
    position: relative;
    padding-top: 4.6875vw;
    padding-bottom: 9.58vw;
    overflow: hidden;
}
.ctn3 .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ctn3 .di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn3 .j-title h2{
    color: #fff;
}
.ctn3 .mute{
    margin-top: 3.125vw;
    height: 600px;
    display: flex;
}
.ctn3 .mute-item{
    flex:1;
    height: 100%;
    transition: all .5s;
    position: relative;
}
.ctn3 .mute-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn3 .mute-item.active{
    flex: 2;
}
.ctn3 .mute-item::after{
     content: '';
      background-color: #2e2019;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2;
      opacity: .75;
      transition: all .5s;
}
.ctn3 .mute-item.active::after{
    opacity: 0;
}
.ctn3 .mute-item .box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:1.1458vw 1.5vw;
    transition: all .5s;
    background-image: linear-gradient(to right,rgba(48,34,26,.9),rgba(48,34,26,0));
}
.ctn3 .mute-item.active .box{
    padding:1.1458vw 2vw;
}
.ctn3 .mute-item .box .mute-tit {
    font-weight: 600;
    color: #fff;
    display: -webkit-box; /* 将元素设置为弹性容器 */
    -webkit-line-clamp: 1; /* 指定显示的最大行数 */
    -webkit-box-orient: vertical; /* 设置垂直布局 */
    overflow: hidden; /* 隐藏超过范围的内容 */
    margin-bottom: 10px;
}
.ctn3 .mute-item .box .mute-des {
    display: -webkit-box; /* 将元素设置为弹性容器 */
    -webkit-line-clamp: 2; /* 指定显示的最大行数 */
    -webkit-box-orient: vertical; /* 设置垂直布局 */
    overflow: hidden; /* 隐藏超过范围的内容 */
    line-height: 30px;
    color: #fff;
    height: 60px;
}
@media screen and (max-width:1600px){
.ctn3 .mute{
    height: 33.4vw;
}
}
@media screen and (max-width:768px){

.ctn3 .mute{
   flex-wrap: wrap;
   height: auto;

}
.ctn3 .mute-item,
.ctn3 .mute-item.active{
  flex:0 0 100%;
}
.ctn3 .mute-item::after{
    opacity: 0;
}

.ctn3 .mute-item .box{
    padding:14px 20px!important;
}
.ctn3{
    padding: 40px 0 20px;
}
    .ctn3 .mute{
        margin-top:30px;
    }
.ctn3 .mute-item{
    height: 240px;
    margin-bottom: 20px;
}
.ctn3 .mute-item .box .mute-des{
    height: auto;
    display: block;
    line-height: 1.5;
}
    .ctn3 .mute-item .box .mute-tit{
        margin-bottom:6px;
    }
}  

.ctn4{
    padding-top: 4.6875vw;
    padding-bottom: 5vw;
    overflow: hidden;
}
.ctn4 .toilet {
    position: relative;
    margin-top: 3.125vw;
}
.ctn4 .toilet .swiper{
    padding: 0px 10px 9px;
    overflow: hidden;
}
.ctn4 .toilet-txt{
    background-color: #fff;
    padding: 1.41vw  1.5625vw 1.77vw;
} 
.ctn4 .toilet-img{
    overflow: hidden;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
}
.ctn4 .toilet-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}
.ctn4 .toilet-img:hover img{
   transform: scale(1.05);
}
.ctn4 .toilet-tit{
    color: #44372d;
    font-weight: 600;
    margin-bottom: 8px;
}
.ctn4 .toilet-des{
    color: #44372d;
    line-height: 30px;
}
.ctn4 .toilet .swiper-slide{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ctn4 .prev{
    right: 100%;
    left:auto;
}
.ctn4 .next{
    left: 100%;
    right:auto;
}
@media screen and (max-width:1600px) {
    .next,.prev{
      width: 54px;
      height: 54px;
    }
  }
  @media screen and (max-width:1280px) {
    .next,.prev{
      width: 40px;
      height: 40px;
    }
  }
@media screen and (max-width:768px) {
    .ctn4{
        padding: 40px 0;
    }
    .ctn4 .toilet-txt{
        padding: 20px;
    }
    .ctn4 .toilet-des{
        line-height: 1.5;
    }
    .ctn4 .next{
        right: 0;
        left: auto;

    }
    .ctn4 .prev{
        left:0;
    }
    .ctn4 .toilet{
        margin-top:30px;
    }
}
.ctn5{
    position: relative;
    padding-top: 3.54vw;
    padding-bottom: 5.2vw;
    overflow: hidden;
}
.ctn5 .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ctn5 .di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn5 .tiling-list{
    display: flex;
    justify-content: space-between;
    margin-top: 3.125vw;
}
.ctn5 .tiling-item{
    flex:0 0 30.56%;
    background-color: #fff;
}
.ctn5 .tiling-top{
    padding: 10px;
    background-color: #fdfdfd;
    position: relative;
}
.ctn5 .tiling-top .lix{
    position: absolute;
    background: url('../img/quality/juxi1.png') no-repeat center center/100% 100%;
    width: 240px;
    height: 50px;
    left:50%;
    bottom: 0;
    transform: translate(-50%,50%);
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    color: #44372e;
    line-height: 50px;
}
.ctn5 .tiling-img {
    height: 0;
    padding-bottom: 85.71%;
    position: relative;
}
.ctn5 .tiling-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
}
.ctn5 .tiling-btm{
  padding-top: 44px;
  padding-bottom: 1.1458vw;
  background-color: #fff;
}
.ctn5 .tiling-des{
    color: #44372e;
    line-height: 30px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width:1280px){
    .ctn5 .tiling-top .lix {
        width: 80%;
        line-height: 40px;
        height: auto;
    } 
    .ctn5 .tiling-des{
        line-height: 24px;
    }
    
}
@media screen and (max-width:768px){
    .ctn5 .tiling-list{
        flex-wrap: wrap;
        margin-top:30px;
    }
    .ctn5 .tiling-item{
        flex:0 0 100%;
        margin-bottom: 20px;
    }
    .ctn5 .tiling-top .lix{
        width: 200px;
        line-height: 44px;
        letter-spacing: 0;
    }
    .ctn5{
        padding: 40px 0 20px;
    }
    .ctn5 .tiling-btm{
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.ctn6{
    padding-top: 3.6458vw;
    padding-bottom: 5.729vw;
    overflow: hidden;
}
.ctn6 .swiper-slide{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.ctn6  .wall{
    position: relative;
    margin-top: 3.125vw;
} 
.ctn6 .wall_swp{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.ctn6  .wall-txt{
    background-color: #fff;
    padding-top: 1.354vw;
    padding-bottom: 1.25vw;
   
}
.ctn6  .wall-txt>div{
    padding: 0 1.5625vw;

}

.ctn6  .wall-txt .wall-tit{
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 2px;
    color: #44372d;
    margin-bottom: 10px;
    text-align: center;
}
.ctn6  .wall-txt .wall-des{
    letter-spacing: 2px;
    color: #44372d;
    text-align: center;
}
.ctn6 .wallimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width:1600px){
    .ctn6 .wall_swp{
        width: 78%;
    }
}
@media screen and (max-width:768px){
    .ctn6{
        padding: 40px 0;
    }
    .ctn6 .wall_swp{
        width: 100%;
    }
    .ctn6 .wall{
        margin-top:30px;
    }
    .ctn6 .wall-txt{
        padding:20px;
    }
    .ctn6 .wall-txt>div{
        padding:0;
    }
    .ctn6 .wall-txt .wall-tit{
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom:6px;
    }
    .ctn6 .wall-txt .wall-des{
        letter-spacing: 0;
    }
    .ctn6 .swiper-pagination{
        margin-top:10px;
    }

}
.ctn7{
    position: relative;
    padding-top: 5.2vw;
    padding-bottom: 9.115vw;
    overflow: hidden;
}
.ctn7 .di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ctn7 .di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn7 h2{
    color: #fff;
}


.ctn7 .light{
    margin-top: 3.125vw;
    height: 600px;
    display: flex;
}
.ctn7 .light-item{
    flex:1;
    height: 100%;
    transition: all .5s;
    position: relative;
}
.ctn7 .light-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn7 .light-item.active{
    flex: 2;
}
.ctn7 .light-item::after{
     content: '';
      background-color: #2e2019;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2;
      opacity: .7;
      transition: all .5s;
}
.ctn7 .light-item.active::after{
    opacity: 0;
}
.ctn7 .light-item .box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:1.1458vw 0.5vw;
    transition: all .5s;
    
}
.ctn7 .light-item.active .box{
    padding:1.1458vw 1.96vw;
    background-image: linear-gradient(to right,rgba(153,128,93,.9),rgba(153,128,93,0));
}
.ctn7 .light-item .box .light-tit {
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: -webkit-box; /* 将元素设置为弹性容器 */
    -webkit-line-clamp: 1; /* 指定显示的最大行数 */
    -webkit-box-orient: vertical; /* 设置垂直布局 */
    overflow: hidden; /* 隐藏超过范围的内容 */
    margin-bottom: 10px;
}
.ctn7 .light-item.active .light-tit{
    text-align: left;
}
.ctn7 .light-item .box .light-des {
    display: -webkit-box; /* 将元素设置为弹性容器 */
    -webkit-line-clamp: 1; /* 指定显示的最大行数 */
    -webkit-box-orient: vertical; /* 设置垂直布局 */
    overflow: hidden; /* 隐藏超过范围的内容 */
    line-height: 30px;
    color: #fff;
    height: 30px;
    opacity: 0;
    transition: all .5s;
}
.ctn7 .light-item.active .box .light-des {
    opacity: 1;
}
@media screen and (max-width:1600px){
    .ctn7 .light{
        height: 33.4vw;
    }
}
@media screen and (max-width:768px){
    .ctn7{
        padding: 40px 0 20px;
    }
    .ctn7 .light{
        height: auto;
        flex-wrap: wrap;
        margin-top:30px;
    }
    .ctn7 .light-item.active,
    .ctn7 .light-item{
        flex:0  0 100%;
        margin-bottom: 20px;
        height: 240px;
    }
    .ctn7 .light-item::after{
        opacity: 0;
    }
    .ctn7 .light-item.active .box,
    .ctn7 .light-item .box{
        padding:20px;
        background-image: linear-gradient(to right,rgba(153,128,93,.9),rgba(153,128,93,0));
    }
    .ctn7 .light-item .box .light-tit{
        text-align: left;
        display: block;
        height: auto;
        margin-bottom:6px;
    }
    .ctn7 .light-item .box .light-des {
        opacity: 1;
        display: block;
        height: auto;
        line-height: 1.5;
    }
}
.ctn8 {
    padding-top: 3.6458vw;
    padding-bottom: 5.2vw;
    overflow: hidden;
}
.ctn8 .real{
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-around;
}
.ctn8 .real-item{
    flex:0 0 calc(50% - 20px);
    position: relative;

}
.ctn8 .real-img{
    position: relative;
    height: 0;
    padding-bottom: 77.14%;
    overflow: hidden;
}
.ctn8 .real-img img{
    position: absolute;
    width: 100% ;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.ctn8 .real-item:hover img{
    transform: scale(1.05);
}
.ctn8 .real-tit{
    position: absolute;
    background: url(../img/quality/juxi1.png) no-repeat center center/100% 100%;
    width: 240px;
    height: 50px;
    left: 10px;
    bottom: 10px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    color: #44372e;
    line-height: 50px;
}
@media screen and (max-width:768px){
    .ctn8 .real-item{
        flex:0 0 100%;
        margin-bottom: 20px;
    }
    .ctn8 .real{
        flex-wrap: wrap;
        margin-top:30px;
    }
    .ctn8{
        padding: 40px 0 20px;
    }
    .ctn8 .real-tit{
        width: 180px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0;
        left:14px;
        bottom:14px;
    }
}

.ctn9{
    position: relative;
    padding-top: 5.2vw;
    padding-bottom: 9.115vw;
    overflow: hidden;
}
.ctn9 .j-title h2{
    display: flex;
    color: #fff;
    align-items: flex-start;
    justify-content: center;
}
.ctn9 .j-title p{
    color: #fff;

}
.ctn9 .j-title h2 span{
    font-size: 20px;
    margin-top: 10px;
}
.ctn9 .mores{
    margin: 3.125vw auto 0;
    width: 240px;

}
.ctn9 .mores a {
    margin: 0;
    background-size: cover;
    background: url(../img/quality/juxi1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: #44372e;
}
.mores a h3 {
    position: relative;
    text-align: center;
    line-height: 50px;
    letter-spacing: 4px;
}
.mores a h3 span {
    margin-left: 28px;
}
.mores a:before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/quality/juxi2.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.ctn9 .mores a:hover{
    color: #fff;
}
.mores a:hover:before {
    width: 100%;
    opacity: 1;
}
@media screen and (max-width:1600px){
    .ctn9{
        padding:40px 0;
    }
    .ctn9 .mores{
        width: 210px;
    }
    .mores a{
        height: 44px;
    }
    .mores a h3 {
        /*width: 210px;*/
        line-height: 44px;
    }
    .ctn9 .j-title h2 span{
        margin-top: 0;
    }
}
@media screen and (max-width:768px) {
    .mores a h3,
    .ctn9 .mores{
        width: 190px;
        line-height: 40px;
        height: 40px;
    }
    .ctn9 .mores{
        margin:30px auto 0;
    }
    .ctn9 .j-title h2 span{
        font-size: 14px;
    }

}
.ctn10 .j-title h2{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ctn10 .j-title h2 span{
    font-size: 20px;
    margin-top: 10px;
}

.ctn10{
    position: relative;
    padding-top: 6.66vw;
    padding-bottom: 7.1875vw;
    overflow: hidden;
}

/*.ctn10 .consult_form{*/
    /*padding: 0 20px;*/
    /*margin-top: 3.125vw;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
/*.ctn10 .consult-lf{*/
    /*flex:1;*/
    /*margin-right: 10px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #917b59;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: calc(100% - 320px);*/
/*}*/
/*.ctn10 .consult-lf .inp{*/
    /*padding-left: 21px;*/
    /*flex: 0 0 358px;*/
    /*display: flex;*/
/*}*/
/*.ctn10 .consult-lf .inp:nth-child(2){*/
    /*border-left: rgba(149,123,84,0.3) 1px solid;*/
/*}*/
/*.ctn10 .consult-lf img{*/
    /*margin-top: 4px;*/
    /*margin-right: 14px;*/
    /*flex:none;*/
    /*object-fit: contain;*/
/*}*/
/*.ctn10 .consult-lf input{*/
    /*border: none;*/
    /*outline: none;*/
    /*height: 100%;   */
     /*font-size: 18px;*/
    /*height: 30px;*/
    /*flex:1;*/
/*}*/
/*.ctn10 .consult-lf input::placeholder{*/
    /*color: rgba(0,0,0,.5);*/
/*}*/
/*.ctn10 .tjbtn{*/
   /*background: url('../img/quality/juxi.png') no-repeat center center/100% 100%; */
   /*width: 310px;*/
   /*text-align: center;*/
   /*letter-spacing: 10px;*/
   /*font-weight: bold;*/
   /*line-height: 60px;*/
   /*cursor: pointer;*/
/*}*/

/*@media screen and (max-width:1600px){*/
    /*.ctn10 .consult-lf .inp{*/
        /*flex:0 0 calc(100% /3);*/
        /*width: calc(100% /3);*/
    /*}*/

/*}*/
/*@media screen and (max-width:1280px){*/
    /*.ctn10 .consult-lf .inp{*/
        /*flex:0 0 calc(50% - 21px);*/
        /*width: calc(50% - 21px);*/
    /*}*/
    /*.ctn10 .tjbtn{*/
        /*width: 240px;*/
        /*line-height: 48px;*/
    /*}*/
    /*.ctn10 .consult-lf input{*/
        /*font-size: 16px;*/
    /*}*/
/*}*/
/*@media screen and (max-width:768px){*/
    /*.ctn10 .consult-lf .inp{*/
        /*flex:0 0 100%;*/
        /*width: 100%;*/
        /*margin:5px 0;*/
    /*}*/
    /*.ctn10 .consult-lf{*/
        /*flex:0 0 100%;*/
        /*width: 100%;*/
        /*margin-right: 0;*/

    /*}*/
    /*.ctn10 .consult-lf img{*/
        /*margin-top: 2px;*/
    /*}*/
    /*.ctn10 .consult-lf .inp:nth-child(2){*/
        /*border-left: none;*/
    /*}*/
    /*.ctn10 .consult_form{*/
        /*flex-wrap: wrap;*/
    /*}*/
    /*.ctn10 .consult-lf{*/
        /*flex-wrap: wrap;*/
    /*}*/
    /*.ctn10 .tjbtn{*/
        /*margin-top: 15px;*/
        /*letter-spacing: 8px;*/
    /*}*/
    /*.ctn10{*/
        /*padding: 30px 0;*/
    /*}*/
/*}*/

.ctn10 .bottom {
    margin-top: 3vw;
    padding:0 20px;
}
.ctn10 .bottom .center {
    display: flex;
    justify-content: space-between;
}
.ctn10 .bottom .center .box {
    display: flex;
    width: calc(100% - 320px);
    height: 60px;
    border: 1px solid #917b59;
    background: #fff;
}
.ctn10 .bottom .center .box .inp {
    width: 43%;
    position: relative;
}
.ctn10 .bottom .center .box .inp img {
    position: absolute;
    left: 24px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.ctn10 .bottom .center .box .inp input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 56px;
}
.ctn10 .bottom .center .box .inp:nth-child(2) {
    width: 57%;
}
.ctn10 .bottom .center .box .inp:nth-child(2):before {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.ctn10 .bottom .center .btn {
    width: 310px;
    height: 60px;
    background: url(../img/product/btn1.png) no-repeat;
    background-size: 100% 100%;
}
.ctn10 .bottom .center .btn button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    letter-spacing: 2px;
    color: #332a24;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .ctn10 .j-title h2 span{
        margin-top:4px;
    }
    .ctn10 .bottom .center .box {
        width: calc(100% - 290px);
    }
    .ctn10 .bottom .center .btn {
        width: 280px;
    }
}

@media screen and (max-width: 1200px) {
    .ctn10 .j-title h2 span{
        font-size: 16px;
    }
    .ctn10 .bottom .center .box {
        width: calc(100% - 250px);
        height: 54px;
    }

    .ctn10 .bottom .center .btn {
        width: 240px;
        height: 54px;
    }
}

@media screen and (max-width: 768px) {
    .ctn10 .j-title h2 span{
        font-size: 14px;
        margin-top:0;
    }
    .ctn10{
        padding:40px 0;
    }
    .ctn10 .bottom {
        margin-top: 20px;
        padding:0;
    }
    .ctn10 .bottom .center {
        display: block;
        width: 100%;
    }
    .ctn10 .bottom .center .box {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        background: none;
    }
    .ctn10 .bottom .center .box .inp {
        margin-top: 14px;
        width: 100%!important;
    }
    .ctn10 .bottom .center .box .inp img {
        left: 18px;
    }
    .ctn10 .bottom .center .box .inp input {
        height: 50px;
        border: 1px solid #917b59;
        background: #fff;
        padding-left: 50px;
    }
    .ctn10 .bottom .center .box .inp:nth-child(2) img {
        left: 19px;
    }
    .ctn10 .bottom .center .btn {
        width: 100%;
        height: 50px;
        margin-top: 14px;
    }
    .ctn10 .bottom .center .btn button {
        letter-spacing: 1px;
    }
}
