/*招商加盟banner图*/
.twobanner {
    position:relative;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:35%;
    left:10%;
    width:82%;
    color:#fff;
    text-align: center;
}
.twobanner-item h1 {
    font-size:60px;
    color: #fff;
    font-weight:bold;
    font-family: "MiSans-Medium";
    padding:5% 0 2%;
    transition:all 2s;
}
.twobanner-item h2 {
    padding:0 10px;
    font-size:36px;
    color:#fff;
    letter-spacing:0px;
    font-family: "MiSans-Medium";
    position: relative;
    transition:all 2s;
}
.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../fonts/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:40%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}
.twobanner-item h1 {
    font-size:24px;
    font-weight:bold;
    padding:5% 0;
}
.twobanner-item h2 {
    font-size:20px;
    letter-spacing:0px;
}
}
/*自适应样式 end*/





/*招商加盟板块标题*/
.join-title {
    margin:3% auto;
    text-align: center;
}
.join-title p {
    font-size: 0.48rem;
    color: #9f7851;
    font-weight: bold;
    text-transform: uppercase;
}
.join-title h3 {
    font-size: 0.30rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding: 0.2rem 0;
}

.join-title h4 {
    font-size: 0.18rem;
    color: #777;
}
@media screen and (max-width:1024px) {
.join-title {
    margin:0.3rem auto;
}
.join-title p {
    font-size: 0.24rem;
}
.join-title h3 {
    font-size: 0.24rem;
}
.join-title h4 {
    font-size: 0.16rem;
}
}

/*关于品牌*/
.join-about {
    padding: 2% 0 5% 0;
}


.about-item {}
.about-item .word {
    max-width: 900px;
    margin:0 auto;
    overflow:hidden;
}
.about-item .word p {
    font-size: 0.16rem;
    color:#777;
    line-height: 1.8;
    text-align: center;
}


/*数字*/
.join-about .about-item .number {
    margin:1.3rem 0 0 0;
}
.join-about .about-item .number ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.join-about .about-item .number ul li {
    padding:0 0rem;
}
.join-about .about-item .number ul li h3 {
}
.join-about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.58rem;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.join-about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: "BasisGrotesque-Regular";
}
.join-about .about-item .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.join-about .about-item .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}
@media screen and (max-width:1024px){
.join-about {
    padding: 10% 0 5% 0;
}
.join-about .title {
    margin:3% auto;
    text-align: center;
}
.join-about .title h3 {
    font-size: 20px;
}
.join-about .title i {
    width:30px;
    height:3px;
    margin:5% auto;
}
.join-about .title h4 {
    font-size: 12px;
}

.about-item {}
.about-item .word {
    margin:10% 0 5% 0;
    max-width: 900px;
}
.about-item .word p {
    font-size: 14px;
    line-height: 1.8;
}


/*数字*/
.join-about .about-item .number {
    margin:0 0 0 0;
}
.join-about .about-item .number ul {
    overflow: hidden;
    gap: 2%;
    padding: 0 0%;
}
.join-about .about-item .number ul li {
    width: 49%;
    padding: 0.2rem 0;
}
.join-about .about-item .number ul li h3 {
}
.join-about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.28rem;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.join-about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: "BasisGrotesque-Regular";
}
.join-about .about-item .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.join-about .about-item .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}
}


/*产品优势*/
.proadvantage {
    padding:1.2rem 0;
    background:#f7f3ef;
}
.proadvantage-title {}
.proadvantage-title p {
    font-size: 0.48rem;
    color: #9f7851;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
}
.proadvantage-title h3 {
    font-size: 0.42rem;
    color:#000;
    font-family: "MiSans-Medium";
    margin: 0.2rem 0 0 0;
}

.proadvantage .number {
    margin-top: 0.3rem;
    overflow:hidden;
}
.proadvantage .number ul {
    padding:0.5rem 0;
}
.proadvantage .number ul li {
    float:left;
    margin-right: 60px;
    font-size: 0.22rem;
    color:#3a3a3a;
}
.proadvantage .number ul li span {
     font-size: 0.8rem;
     color:#a47953;
     font-weight: bold;
     padding:0 5px;
}

.slab-advantage {
    padding:0.8rem 0 0 0;
}
.slab-advantage h4 {
    font-size: 0.18rem;
    color:#a3a3a3;
    font-weight: bold;
}
.slab-advantage ul {
    padding:0.6rem 0;
    overflow:hidden;
}
.slab-advantage ul li {
    float:left;
    width:25%;
    padding:0 0 0 1.2rem;
    position:relative;
}
.slab-advantage ul li img {
    position:absolute;
    top:30px;
    left:10px;
}
.slab-advantage ul li h5 {
    font-size: 0.3rem;
    color: #a47953;
    font-family: "MiSans-Medium";
    padding:0 0 10px 0;
}
.slab-advantage ul li p {
    font-size: 0.14rem;
    color:#666;
}

.slab-spot {
    padding:80px 0 0 0;
}
.slab-spot h4 {
    font-size: 18px;
    color:#777;
}
.slab-spot ul {
    padding:60px 0;
    overflow:hidden;
}
.slab-spot ul li {
    float:left;
    width:23%;
    margin:1%;
    overflow:hidden;
    position:relative;
}
.slab-spot ul li img {
    width:100%;
    transition: all 0.3s;
}
.slab-spot ul li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    padding: 10%;
    transition: all 0.3s;
    background-image: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,.01) 100%);
}
.slab-spot ul li .txt h5 {
    font-size:20px;
    color:#fff;
    font-family: "MiSans-Medium";
    padding:0 0 10% 0;
}
.slab-spot ul li .txt p {
    font-size: 12px;
    color:#fff;
    line-height: 1.3;
}

.slab-spot ul li:hover .txt {
    height: 35%;
}
.slab-spot ul li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:1024px){
.proadvantage-title {}
.proadvantage-title p {
    font-size: 0.16rem;
}
.proadvantage-title h3 {
    font-size: 0.24rem;
    margin: 0.2rem 0 0 0;
}

.proadvantage .number {
    margin-top: 0.1rem;
    overflow:hidden;
}
.proadvantage .number ul {
    padding:0.2rem 0;
}
.proadvantage .number ul li {
    display:inline-block;
    margin-right: 5%;
    font-size: 0.14rem;
}
.proadvantage .number ul li span {
     font-size: 0.38rem;
     padding:0 5px;
}

.slab-advantage {
    padding:30px 0 0 0;
}
.slab-advantage h4 {
    font-size: 0.18rem;
}
.slab-advantage ul {
    padding:20px 0;
}
.slab-advantage ul li {
    width:50%;
    margin:2% 0;
    padding:5% 0 5% 80px;
}
.slab-advantage ul li img {
    position:absolute;
    top:30px;
    left:10px;
    max-width: 50px;
}
.slab-advantage ul li h5 {
    font-size: 0.24rem;
    padding:0 0 5px 0;
}
.slab-advantage ul li p {
    font-size: 0.14rem;
}

.slab-spot {
    padding:30px 0 0 0;
}
.slab-spot h4 {
    font-size: 0.18rem;
}
.slab-spot ul {
    padding:0.2rem 0;
}
.slab-spot ul li {
    width:48%;
}
.slab-spot ul li .txt {
    height: 50%;
    padding: 10%;
}
.slab-spot ul li .txt h5 {
    font-size: 0.16rem;
    padding:0 0 0.1rem 0;
}
.slab-spot ul li .txt p {
    font-size: 0.14rem;

}
}
/*产品优势*/

/*引进岩板设备*/
.base {
    padding:0.2rem 0 0.5rem 0;
    background:#f7f3ef url(../img/base-bg.jpg) no-repeat center top;
}
.base .base-title {
    padding:1.2rem 0 0.8rem 0;
}
.base .base-title h3 {
    font-size: 0.48rem;
    color:#fff;
    font-family: "MiSans-Medium";
    line-height: 1.4;
    padding:0 0 0.3rem 0;
}
.base .base-title h3 span {
    font-weight: bold;
}
.base .base-title h4 {
    font-size: 0.28rem;
    color:#fff;
    line-height: 1.4;
}
.base-box {
    padding:0.2rem 5% 0.5rem 5%;
    background:#fff;
}
.base-box .photo {}
.base-box .photo img {
    width: 100%;
}
.base-box .item-box ul {
    overflow:hidden;
}
.base-box .item-box ul li {
    float: left;
    width:31%;
    margin:2% 1%;
}
.base-box .item-box ul li .pic {
    overflow:hidden;
    position: relative;
}
.base-box .item-box ul li .pic img {
    max-width: 100%;
    transition: all 0.3s;

}
.base-box .item-box ul li h5 {
    font-size: 0.18rem;
    color:#777;
    padding:0.2rem 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*HOVER事件*/
.base-box .item-box ul li:hover .pic img{
    -webkit-transform: scale(1.1);transform: scale(1.1);
}
.base-box .item-box ul li:hover h5 {
    color:#a47953;
}
@media screen and (max-width:1024px){}
@media screen and (max-width:520px){
.base {
    padding:10px 0 30px 0;
    background:#f7f3ef url(../img/base-bg.jpg) no-repeat center top;
}
.base .base-title {
    padding:40px 0 30px 0;
}
.base .base-title h3 {
    font-size: 0.24rem;
    padding:0 0 5px 0;
}
.base .base-title h4 {
    font-size: 0.18rem;
}
.base-box {
    padding:20px 1% 20px 1%;
    background:#fff;
}
.base-box .item-box ul li {
    float: left;
    width:48%;
    margin:1% 1%;
}
.base-box .item-box ul li h5 {
    font-size: 0.14rem;
}
}
/*生产设备*/


/*资质荣誉*/
.honor {
    padding:1.2rem 0;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:5% 2%;
    text-align: center;
    background: url(../img/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 70%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    max-width: 100%;
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 0.16rem;
    color:#777;
    margin:0.2rem 0 0 0;
}



/**/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#a47953;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #c1996a;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 0.14rem;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
}

}

/*共铸时代新大商*/
.support {
    padding:1.2rem 0;
    background: url(../img/supp-bg.jpg) no-repeat center top;
    overflow: hidden;
}
.support .words {
    width:50%;
    margin: 8% 0 0 0%;
}
.support .words .p1 {
    font-size: 0.42rem;
    color: #fff;
    font-family: "MiSans-Medium";
}
.support .words .p2 {
    font-size: 0.4rem;
    color:#fff;
    font-weight: bold;
    margin:10% 0 5% 0;
}
.support .words .p3 {
    font-size: 0.16rem;
    color:#fff;
}
.support .words .p4 {
    font-size: 0.2rem;
    color:#fff;
    margin:10% 0 0 0;
}
.support .words .p4 a {
    font-size: 0.32rem;
    color: #fff;
    letter-spacing: 0;
    padding-left: 10px;
}


.support .item-word {
    width:50%;
    margin: 4% 0 0 0%;
}
.support .item-word ul {}
.support .item-word ul li {
    float:left;
    width:33.3%;
    padding:20px 0 0 0;
    position: relative;
}

.support .item-word ul li h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width:1.2rem;
    height:1.2rem;
    margin:0 auto;
    border-radius: 50%;
    background:#fff;
    text-align: center;
    font-size: 0.18rem;
    color:#000;
    font-family: "MiSans-Medium";
    line-height: 1.2;

}
.support .item-word ul li p {
    font-size: 0.14rem;
    color:#fff;
    text-align: center;
    line-height: 1.4;
    padding:0.1rem 0;
}

@media screen and (max-width:1024px){
.support {
    padding:0.6rem 0;
}

.support .words {
    width:100%;
    margin:0.1rem 0%;
    text-align:center;
}
.support .words .p1 {
    font-size: 0.24rem;
}
.support .words .p2 {
    font-size: 0.18rem;
    margin:0.1rem 0 0.1rem 0;
}
.support .words .p3 {
    font-size: 0.18rem;
}
.support .words .p4 {
    font-size: 0.16rem;
    margin:0.1rem 0 0 0;
}
.support .words .p4 a {
    font-size: 0.24rem;
    padding-left: 10px;
}

.support .item-word {
    width:100%;

}
.support .item-word ul {}
.support .item-word ul li {
    width:50%;
    padding:0.2rem 0 0 0;
}
.support .item-word ul li h6 {
    width:1rem;
    height:1rem;
    font-size: 0.16rem;
}
.support .item-word ul li p {
    font-size: 0.14rem;
    line-height: 1.4;
}
}
/*共铸时代新大商*/

/*全媒体投放*/
.advertisement {
    padding:1.2rem 0;
}
.advertisement .advertisement-box {}
.advertisement .advertisement-box img {
     width: 100%;
}
@media only screen and (max-width:1024px){
.advertisement {
    padding:0.6rem 0;
}
}
/*全媒体投放 end*/




/*家居定制合作*/
.brand-customer {
    padding:1.2rem 0;
    background:#252525;
}
.brand-customer .item {
    padding:0.3rem 0;
}
.brand-customer .item .title h5 {
    font-size: 0.3rem;
    color:#fff;
    font-family: "MiSans-Medium";
    line-height: 1.4;
}
.brand-customer .item .title p {
    font-size: 0.18rem;
    color:#777;
    padding:0.1rem 0;
}
.brand-customer .item .photo {}
.brand-customer .item .photo img {
    max-width: 100%;
}
@media screen and (max-width:1024px){
.brand-customer {
    padding:0.6rem 0;
    background:#252525;
}
.brand-customer .item {
    padding:0.2rem 0;
}
.brand-customer .item .title h5 {
    font-size: 0.18rem;
}
.brand-customer .item .title p {
    font-size: 0.14rem;
}
}
/*家居定制合作*/

/*工程战略合作*/
.experience {
    padding:1.2rem 0;
    background: #f7f3ef;
}
.experience-box { 
}
.experience-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1%;
    padding:0.2rem 0;
    overflow:hidden;
}
.experience-box ul li {
    width: 23%;
    margin: 0 0 2% 0;
    padding:2%;
    text-align: center;
    transition: all 1s;
    cursor:pointer;
    background: #fff;
}
.experience-box ul li i {
    
}
.experience-box ul li i img {
    max-width: 0.8rem;
}
.experience-box ul li:hover{
    transform: translate(0px,-15px);
}

.experience-box ul li h5 {
    font-size: 0.2rem;
    color:#000;
    font-family: "MiSans-Medium";
    padding:5% 0;
}
.experience-box ul li p {
    font-size:0.14rem;
    color:#777;
}
@media only screen and (max-width:1024px){
.experience {
    padding:0.6rem 0;
}
.experience-box {
    padding:0rem 0;
}
.experience-box ul {
    gap: 1%;
    overflow:hidden;
}
.experience-box ul li {
    width:49%;
    padding: 0.2rem;
    min-height:150px;
    text-align: center;
}
.experience-box ul li i {}
.experience-box ul li i img {
    max-width: 0.5rem;
}

.experience-box ul li h5 {
    font-size: 0.18rem;
    padding:0.2rem 0;
}
.experience-box ul li p {
    font-size:0.14rem;
    line-height: 1.8;
}
}
/*工程战略合作*/


/*留言-START*/

/*留言-顶部+底部公共样式*/
.item-message {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
}
.item-message .name,
.item-message .telephone,
.item-message .purpose,
.item-message .address{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.5%;
    height: 0.46rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size: 0.14rem;
    color: #666;  
}
.item-message .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    line-height: 0.46rem;
    margin: 6px 0;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    background: #fff;
    font-size: 0.14rem;
    color: #666;  
}
.item-message input:focus {
    border: 1px solid #9f7851;
}
.apply-message {
    position: relative;
    z-index: 0;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-stretch: normal;
    letter-spacing: 0;
    
    width: 2.4rem;
    line-height: 0.44rem;
    margin:0.3rem 0 0 0;
    border-radius: 0rem;
    border: 1px solid #333;
    background: #333;
    font-size: 0.16rem;
    color: #fff;
    *background: linear-gradient(270deg,#9f7851,#9f7851);
    *background: linear-gradient(225deg, #6580FF 0%, #39AEFF 54%, #45C2FF 100%);
    *box-shadow: 0px 6px 14px 0px rgba(57,174,255,0.4);
    *box-shadow: 0px 6px 40px 0px rgba(34,87,179,0.12);
    *box-shadow: 0 2px 4px rgba(0,0,0,.06);
}
.apply-message:hover{
    color: #fff;
    border: 1px solid #9f7851;
    background: linear-gradient(270deg,#9f7851,#9f7851);
    box-shadow: 0 10px 6px 0 rgb(188 157 95 / 10%);
}
.apply-message span {
    font-size: 0.16rem;
    transition: padding 1s;
}
.apply-message:hover span {
    padding-left:8px;
}

/*留言-顶部*/
.TOP-message {
    position: relative;
    padding:0.8rem 0;
    *background:#fff;
}
.TOP-message::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/about.jpg) no-repeat bottom center / cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.TOP-message .TOP-item {
    margin:0.3rem 0 0 0;
}
.TOP-message .apply-message {
    margin:0.3rem 0 auto;
}

/*留言-底部*/
.BOTTOM-message {
    position: relative;
    padding:0.8rem 0 0.8rem 0;
    *background:#f9f9f9;
}
.BOTTOM-message::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/about.jpg) no-repeat bottom center / cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.BOTTOM-message .shuoming {
    width:100%;
    margin-bottom:0.3rem;
}
.BOTTOM-message .shuoming p {
    font-size:0.16rem;
    color:#666;
    margin:0.2rem 0;
}
.BOTTOM-message .shuoming p span {
    color:#9f7851;
    font-weight:bold;
    padding:0 5px;
}
.BOTTOM-message .shuoming h6 {
    font-size:0.14rem;
    color:#666;
    line-height:1.6;
}

.BOTTOM-message .TOP-item,.BOTTOM-item {
    float:left;
    width:58%;
}
.BOTTOM-message .item-message .name,
.BOTTOM-message .item-message .telephone,
.BOTTOM-message .item-message .purpose,
.BOTTOM-message .item-message .address{
    width:49%;
}


@media screen and (max-width:1024px){
.BOTTOM-message .TOP-item,.BOTTOM-item {
    width:100%;
}
.item-message .name,
.item-message .telephone,
.item-message .purpose,
.item-message .address{
    width: 100%;
}
.apply-message {
    width: 100%;
    margin:0.1rem 0 0 0;
}   
.apply-message{
} 

/*留言-顶部部*/
.BOTTOM-message .TOP-item {
     width:100%;
}
/*留言-底部*/
.BOTTOM-message .item-message .name,
.BOTTOM-message .item-message .telephone,
.BOTTOM-message .item-message .purpose,
.BOTTOM-message .item-message .address{
    width:100%;
}
}


/*名单滚动*/
.BOTTOM-message .customer {
    float:right;
    width:35%;
}
.BOTTOM-message .customer h2 {
    font-size:0.18rem;
    color:#000;
}
.BOTTOM-message .customer h2 span {
    color:#9f7851;
    padding:0 5px;
}
.BOTTOM-message .customer #marquee {
    width:100%;
    height:160px;
    margin:0.2rem 0 0 0;
    overflow:hidden;
}
.BOTTOM-message .customer #marquee ul {
    width:100% !important;
}
.BOTTOM-message .customer #marquee ul li {
    float:left;
    width:100%;
    padding:0.15rem 0;
    line-height:0.1rem;
    border-bottom:1px dotted #ccc;
}
.BOTTOM-message .customer #marquee ul li span {
    font-size:0.14rem;
    color:#666;
    padding:0 6px;
}
@media screen and (max-width:1024px){
.BOTTOM-message .customer {
    width:100%;
    margin: 50px 0 0 0;
}
.BOTTOM-message .customer h2 {
    font-size:0.16rem;
}
.BOTTOM-message .customer h2 span {
    padding:0 5px;
}
.BOTTOM-message .customer #marquee {
    width:100%;
    height:200px;
    margin:0.3rem 0 0 0;
    overflow:hidden;
}
.BOTTOM-message .customer #marquee ul {
    width:100% !important;
}
.BOTTOM-message .customer #marquee ul li {
    float:left;
    width:100%;
    padding:0.15rem 0;
    line-height:0.1rem;
    border-bottom:1px dotted #ccc;
}
.BOTTOM-message .customer #marquee ul li span {
    display: inline-block;
    width: 30%;
    font-size:0.14rem;
    color:#666;
    padding:0 6px;
}
}
/*名单滚动*/

/*留言-END*/