.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: 0;
  
    }
  }
  .ctn1{
    position: relative;
    padding: 7.24vw 0;
    display: flex;
    align-items: center;
}
  .ctn1 .left{
      width: 66.66%;
      position: relative;
  }
.ctn1 .di {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.ctn1 .di img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctn1-lf{
    /*flex:0 0 calc(200% / 3);*/
    margin-right: 4.166%;
    position: relative;
}
.ctn1-lf img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ctn1 .box{
    background-color: rgba(71,54,44,.9);
    position: absolute;
    right: 0;
    bottom: 0;
    max-width:100%;
    padding: 1.77vw 3.07vw 2.6vw;
}
.ctn1 .pms_tit{
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
.ctn1 .pms_des{
    margin-top:1.2vw;
}
.ctn1 .pms_des p{
    color: #fff;
    position: relative;
    padding-left:20px;
    margin-top:0.8vw;
}
.ctn1 .pms_des p::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.ctn1 .promises{
    margin-top: 3.9vw;
}
.ctn1 .promises p{
   line-height: 1.6;
   margin-bottom: 2vw;
   transition: all .5s;  
}
.ctn1 .promises p a{
    height: 100%;
    position: relative;
    color: #44372d;
    font-weight: 600;
    display: inline-block;
}
.ctn1 .promises p a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ecc858;
    width: 0;
    height: 2px;
    transition: all .5s;
}
.ctn1 .promises p a:hover{
    color: #ecc858;
}
.ctn1 .promises p a:hover:after{
    width: 100%;
}
.ctn1 .promises p a.active{
    color: #ecc858;
}
.ctn1 .promises p a.active:after{
    width: 100%;
}
@media screen and (max-width:1600px){
    .ctn1 .pms_des p{
        padding-left:18px;
    }
    .ctn1 .pms_des p::before{
        top:9px;
    }
}
@media screen and (max-width:1024px){
    .ctn1 .promises{
        margin-top:30px;
    }
    .ctn1 .promises p{
        margin-bottom:14px;
    }
}
@media screen and (max-width:768px){
    .ctn1-lf,
    .ctn1-rg{
        flex:0 0 90%;
        width: 90%;
        margin-left:5%;
    }
    .ctn1 .box{
        position: static;
        margin-bottom: 0;
        padding:20px;
        width: 100%;
    }
    .ctn1{
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .ctn1 .di{
        width: 100%;
    }
    .ctn1 .left{
        width: 100%;
        order:2;
        margin-top:6px;
    }
    .ctn1 .promises{
        display: flex;
        flex-wrap: wrap;
    }
    .ctn1 .promises p{
        width: 50%;
    }
    .ctn1 .pms_des{
        margin-top:14px;
    }
    .ctn1 .pms_des p{
        margin-top:10px;
    }
}

.ctn2{
    position: relative;
    padding-top: 6.66vw;
    padding-bottom: 7.1875vw;
}
.ctn2 .di {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.ctn2 .di img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.ctn2 .consult_form{*/
    /*padding: 0 20px;*/
    /*margin-top: 3.125vw;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
/*.ctn2 .consult-lf{*/
    /*flex:1;*/
    /*margin-right: 10px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #917b59;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: calc(100% - 320px);*/
/*}*/
/*.ctn2 .consult-lf .inp{*/
    /*padding-left: 21px;*/
    /*flex: 0 0 358px;*/
    /*display: flex;*/
/*}*/
/*.ctn2 .consult-lf .inp:nth-child(2){*/
    /*border-left: rgba(149,123,84,0.3) 1px solid;*/
/*}*/
/*.ctn2 .consult-lf img{*/
    /*margin-top: 4px;*/
    /*margin-right: 14px;*/

    /*flex:none;*/
    /*object-fit: contain;*/
/*}*/
/*.ctn2 .consult-lf input{*/
    /*border: none;*/
    /*outline: none;*/
    /*height: 100%;    */
    /*font-size: 18px;*/
    /*height: 30px;*/
/*}*/
/*.ctn2 .consult-lf input::placeholder{*/
    /*color: rgba(0,0,0,.5);*/
/*}*/
/*.ctn2 .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){*/
    /*.ctn2 .consult-lf .inp{*/
        /*flex:0 0 calc(100% /3);*/
        /*width: calc(100% /3);*/
    /*}*/

/*}*/
/*@media screen and (max-width:1280px){*/
    /*.ctn2 .consult-lf .inp{*/
        /*flex:0 0 calc(50% - 21px);*/
        /*width: calc(50% - 21px);*/
    /*}*/
    /*.ctn2 .tjbtn{*/
        /*width: 240px;*/
        /*line-height: 48px;*/
    /*}*/
    /*.ctn2 .consult-lf input{*/
        /*font-size: 16px;*/
    /*}*/
/*}*/
.ctn2 .bottom {
    margin-top: 3vw;
    padding:0 20px;
}
.ctn2 .bottom .center {
    display: flex;
    justify-content: space-between;
}
.ctn2 .bottom .center .box {
    display: flex;
    width: calc(100% - 320px);
    height: 60px;
    border: 1px solid #917b59;
    background: #fff;
}
.ctn2 .bottom .center .box .inp {
    width: 43%;
    position: relative;
}
.ctn2 .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%);
}
.ctn2 .bottom .center .box .inp input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 56px;
}
.ctn2 .bottom .center .box .inp:nth-child(2) {
    width: 57%;
}
.ctn2 .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%);
}
.ctn2 .bottom .center .btn {
    width: 310px;
    height: 60px;
    background: url(../img/product/btn1.png) no-repeat;
    background-size: 100% 100%;
}
.ctn2 .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) {
    .ctn2 .j-title h2 span{
        margin-top:4px;
    }
    .ctn2 .bottom .center .box {
        width: calc(100% - 290px);
    }
    .ctn2 .bottom .center .btn {
        width: 280px;
    }
}

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

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

@media screen and (max-width: 768px) {
    .ctn2{
        padding:40px 0;
    }
    .ctn2 .bottom {
        margin-top: 20px;
        padding:0;
    }
    .ctn2 .bottom .center {
        display: block;
        width: 100%;
    }
    .ctn2 .bottom .center .box {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        background: none;
    }
    .ctn2 .bottom .center .box .inp {
        margin-top: 14px;
        width: 100%!important;
    }
    .ctn2 .bottom .center .box .inp img {
        left: 18px;
    }
    .ctn2 .bottom .center .box .inp input {
        height: 50px;
        border: 1px solid #917b59;
        background: #fff;
        padding-left: 50px;
    }
    .ctn2 .bottom .center .box .inp:nth-child(2) img {
        left: 19px;
    }
    .ctn2 .bottom .center .btn {
        width: 100%;
        height: 50px;
        margin-top: 14px;
    }
    .ctn2 .bottom .center .btn button {
        letter-spacing: 1px;
    }
}
/*@media screen and (max-width:768px){*/
    /*.ctn2 .consult-lf .inp{*/
        /*flex:0 0 100%;*/
        /*width: 100%;*/
        /*margin:5px 0;*/
    /*}*/
    /*.ctn2 .consult-lf{*/
        /*flex:0 0 100%;*/
        /*width: 100%;*/
        /*margin-right: 0;*/

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