/*招商加盟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: 48px;
    color: #fff;
    line-height: 2;
    font-family: 'Montserrat';
    transition: all 2s;
}
.twobanner-item h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'ChaoPai';
    font-weight: bold;
    margin: 0% 0 1% 0;
    transition: all 2s;
}
.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../images/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 h3 {
    font-size: 36px;
    color:#333;
    font-family: 'ChaoPai';
}
.join-title i {
    display:block;
    width:60px;
    height:6px;
    background:#eee;
    margin:1.2% auto;
}
.join-title h4 {
    font-size: 18px;
    color: #999;
    font-family: 'Futura';
}
@media screen and (max-width:1024px) {
.join-title {
    margin:3% auto;
}
.join-title h3 {
    font-size: 24px;
}
.join-title i {
    width:60px;
    height:6px;
    margin:5% auto;
}
.join-title h4 {
    font-size: 16px;
}
}

/*关于品牌*/
.join-about {
    padding: 5% 0 5% 0;
}
.join-about .title {
    margin:3% auto;
    text-align: center;
}
.join-about .title h3 {
    font-size: 36px;
    color:#333;
    font-family: 'ChaoPai';
}
.join-about .title i {
    display:block;
    width:60px;
    height:6px;
    background:#eee;
    margin:1.2% auto;
}
.join-about .title h4 {
    font-size: 18px;
    color: #999;
    font-family: 'Futura';
}

.about-item {
    margin-top: 3%;
}
.about-item .word {
    max-width: 900px;
    margin:0 auto;
    overflow:hidden;
}
.about-item .word p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    text-align: center;
}


.join-about .tag {
    margin:6% 0 0 0;
}
.join-about .tag ul {
    max-width: 1200px;
    margin:0 auto;
    overflow:hidden;
}
.join-about .tag ul li {
    float:left;
    width:25%;
    text-align: center;
    margin: 0% 0 0% 0;
}
.join-about .tag .top {}
.join-about .tag .top .number {
    font-size: 48px;
    color:#339850;
    letter-spacing:0;
    font-family: 'Montserrat';
}
.join-about .tag .top .item {
    display:inline-block;
}
.join-about .tag .top .item i {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color:#000;
    font-style: normal;
}
.join-about .tag .bottom {
    font-size: 16px;
    color:#666;
    padding-top: 5%;
}
@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 .tag {
    margin:6% 0 0 0;
}
.join-about .tag ul {
    max-width: 1200px;
    margin:0 auto;
    overflow:hidden;
}
.join-about .tag ul li {
    width:33.3%;
    margin: 2% 0 2% 0;
}
.join-about .tag .top {}
.join-about .tag .top .number {
    font-size: 32px;
}
.join-about .tag .top .item i {
    font-size: 12px;
}
.join-about .tag .bottom {
    font-size: 14px;
    padding-top: 5%;
}
}


/*产品优势*/
.proadvantage {
    padding:5% 0;
    background:#f6f6f6;
}
.proadvantage-title {}
.proadvantage-title p {
    font-size: 20px;
    color:#b1b1b1;
}
.proadvantage-title h3 {
    font-size: 42px;
    color:#333;
    font-family: 'ChaoPai';
    font-weight: bold;
    margin: 20px 0 0 0;
}

.proadvantage .number {
    margin-top: 30px;
    overflow:hidden;
}
.proadvantage .number ul {
    padding:50px 0;
}
.proadvantage .number ul li {
    float:left;
    margin-right: 60px;
    font-size: 22px;
    color:#3a3a3a;
}
.proadvantage .number ul li span {
     font-size: 80px;
     color:#339850;
     font-weight: bold;
     font-family: 'Montserrat';
     padding:0 5px;
}

.slab-advantage {
    padding:80px 0 0 0;
}
.slab-advantage h4 {
    font-size: 18px;
    color:#a3a3a3;
    font-weight: bold;
}
.slab-advantage ul {
    padding:60px 0;
    overflow:hidden;
}
.slab-advantage ul li {
    float:left;
    width:25%;
    padding:0 0 0 120px;
    position:relative;
}
.slab-advantage ul li img {
    position:absolute;
    top:30px;
    left:10px;
}
.slab-advantage ul li h5 {
    font-size: 30px;
    color: #339850;
    font-family: 'ChaoPai';
    padding:0 0 10px 0;
}
.slab-advantage ul li p {
    font-size: 14px;
    color:#666;
}

.slab-spot {
    padding:80px 0 0 0;
}
.slab-spot h4 {
    font-size: 18px;
    color:#a3a3a3;
    font-weight: bold;
}
.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: 'ChaoPai';
    padding:0 0 10% 0;
}
.slab-spot ul li .txt p {
    font-size: 12px;
    color:#fff;
    line-height: 1.3;
}

/*é¼ æ ‡hoverç‰¹æ•ˆ*/
.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){}
@media screen and (max-width:520px){
.proadvantage-title {}
.proadvantage-title p {
    font-size: 16px;
    color:#b1b1b1;
}
.proadvantage-title h3 {
    font-size: 24px;
    color:#333;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.proadvantage .number {
    margin-top: 10px;
    overflow:hidden;
}
.proadvantage .number ul {
    padding:20px 0;
}
.proadvantage .number ul li {
    display:inline-block;
    margin-right: 5%;
    font-size: 12px;
}
.proadvantage .number ul li span {
     font-size: 38px;
     color:#339850;
     font-weight: bold;
     padding:0 5px;
}

.slab-advantage {
    padding:30px 0 0 0;
}
.slab-advantage h4 {
    font-size: 18px;
}
.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: 24px;
    padding:0 0 5px 0;
}
.slab-advantage ul li p {
    font-size: 14px;
}

.slab-spot {
    padding:30px 0 0 0;
}
.slab-spot h4 {
    font-size: 18px;
}
.slab-spot ul {
    padding:20px 0;
}
.slab-spot ul li {
    width:48%;
}
.slab-spot ul li .txt {
    height: 50%;
    padding: 10%;
}
.slab-spot ul li .txt h5 {
    font-size: 16px;
    color:#fff;
    padding:0 0 10px 0;
}
.slab-spot ul li .txt p {
    font-size: 12px;
    color:#fff;

}
}

/*引进岩板设备*/
.base {
    padding:20px 0 50px 0;
    background:#f6f6f6 url(../images/join/base-bg.jpg) no-repeat center top;
}
.base .base-title {
    padding:120px 0 80px 0;
}
.base .base-title h3 {
    font-size: 46px;
    color:#fff;
    font-family: 'ChaoPai';
    line-height: 1.4;
    padding:0 0 30px 0;
}
.base .base-title h3 span {
    font-weight: bold;
}
.base .base-title h4 {
    font-size: 28px;
    color:#fff;
    line-height: 1.4;
}
.base-box {
    padding:20px 5% 50px 5%;
    background:#fff;
}
.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 {
    transition: all 0.3s;

}
.base-box .item-box ul li h5 {
    font-size: 16px;
    color:#3a3a3a;
    padding:20px 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:#339850;
}
@media screen and (max-width:1024px){}
@media screen and (max-width:520px){
.base {
    padding:10px 0 30px 0;
    background:#f6f6f6 url(../images/join/base-bg.jpg) no-repeat center top;
}
.base .base-title {
    padding:40px 0 30px 0;
}
.base .base-title h3 {
    font-size: 26px;
    padding:0 0 5px 0;
}
.base .base-title h4 {
    font-size: 18px;
}
.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: 12px;
}
}



/*资质荣誉*/
.honor {
    padding:5% 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(../images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.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{
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/**/
.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:#339850;
    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:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
}

}


/*共铸时代新大商*/
.support {
    padding:8% 0;
    background: url(../images/join/supp-bg.jpg) no-repeat center top;
    overflow: hidden;
}
.support .words {
    width:50%;
    margin: 8% 0 0 0%;
}
.support .words .p1 {
    font-size: 42px;
    color: #fff;
    font-family: 'ChaoPai';
}
.support .words .p2 {
    font-size: 40px;
    color:#fff;
    font-weight: bold;
    margin:10% 0 5% 0;
}
.support .words .p3 {
    font-size: 16px;
    color:#fff;
}
.support .words .p4 {
    font-size: 20px;
    color:#fff;
    margin:10% 0 0 0;
}
.support .words .p4 a {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Montserrat';
    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:after{
    content: "+";
    position: absolute;
    right: -12px;
    top:30%;
    z-index: 1;
    font-size: 20px;
    color:#fff;
}
.support .item-word ul li h6 {
    width:90px;
    height:90px;
    margin:0 auto;
    padding: 26px 0 0 0;
    border-radius: 50%;
    background:#fff;
    text-align: center;
    font-size: 16px;
    color:#000;
    font-weight: bold;
    line-height: 1.2;

}
.support .item-word ul li p {
    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 1.4;
    padding:10px 0;
}

@media screen and (max-width:1024px){
.support {
    margin:2% auto;
}

.support .words {
    width:100%;
    margin: 8% 0 0 0%;
}
.support .words .p1 {
    font-size: 24px;
}
.support .words .p2 {
    font-size: 18px;
    margin:10% 0 5% 0;
}
.support .words .p3 {
    font-size: 18px;
}
.support .words .p4 {
    font-size: 16px;
    margin:10% 0 0 0;
}
.support .words .p4 a {
    font-size: 24px;
    padding-left: 10px;
}

.support .item-word {
    width:100%;

}
.support .item-word ul {}
.support .item-word ul li {
    width:50%;
    padding:20px 0 0 0;
}
.support .item-word ul li h6 {
    width:80px;
    height:80px;
    padding: 26px 0 0 0;
    font-size: 14px;


}
.support .item-word ul li p {
    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 1.4;
    padding:10px 0;
}
}

/*家居定制合作*/
.brand-customer {
    padding:5% 0;
    background:#252525;
}
.brand-customer .item {
    padding:30px 0;
}
.brand-customer .item h5 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    font-family: 'ChaoPai';
    line-height: 1.4;
}
.brand-customer .item p {
    font-size: 18px;
    color:#898989;
    font-family: 'Montserrat';
    padding:10px 0;
}
@media screen and (max-width:1024px){
.brand-customer .item {
    padding:20px 0;
}
.brand-customer .item h5 {
    font-size: 18px;
}
.brand-customer .item p {
    font-size: 14px;
}
}

.experience {
    padding:5% 0;
    background: #f6f6f6;
}
.experience-box { 
}
.experience-box ul {
    padding:2% 0;
    overflow:hidden;
}
.experience-box ul li {
    float:left;
    width:25%;
    padding:2%;
    text-align: center;
    transition: all 1s;
    cursor:pointer;
}
.experience-box ul li i {
    
}
.experience-box ul li i img {
    max-width: 80px;
}
.experience-box ul li:hover{
    transform: translate(0px,-15px);
}

.experience-box ul li h5 {
    font-size: 20px;
    color:#000;
    padding:5% 0;
}
.experience-box ul li p {
    font-size:14px;
    color:#666;
}
@media only screen and (max-width:1024px){
.experience {
    padding: 5% 0 0 0;
}
.experience-box {
    padding:5% 0 0 0;
}
.experience-box ul {
    overflow:hidden;
}
.experience-box ul li {
    float:left;
    width:50%;
    min-height:140px;
    text-align: center;
}
.experience-box ul li i {}
.experience-box ul li i img {
    max-width: 30px;
}

.experience-box ul li h5 {
    font-size: 18px;
    color:#000;
    padding:5% 0;
}
.experience-box ul li p {
    font-size:12px;
    line-height: 1.8;
}
}


/*面向全国，诚邀加盟*/
.join-apply {
    padding:5% 0;
    width:100%;
    overflow:hidden;
}

.join-apply .title {}
.join-apply .title h3 {
    font-size: 40px;
    color: #0e3b6f;
    font-weight: bold;
    text-align: center;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
}
.join-apply .title p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin: 22px 0 48px 0;
}

.join-apply  .tit {
    width:100%;
    margin-bottom:30px;
}
.join-apply  .tit .p1 {
    font-size:16px;
    color:#666;
    margin:20px 0;
}
.join-apply  .tit .p1 span {
    color:#339850;
    font-weight:bold;
    padding:0 5px;
}
.join-apply  .tit .p2 {
    font-size:14px;
    color:#666;
}
.join-apply  .con {
    float:left;
    width:60%;
    overflow:hidden;
}
.join-apply  .con input,.con select {
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:40px;
    line-height:18px;
    padding:11px 10px 11px 10px;
    float:left;
}
.join-apply  .con .name,.join-apply  .con .telephone,.join-apply  .con .xzfw {
    width:30.5%;
    margin:5px 1% 5px 1%;
    background:#fff;
}
.join-apply  .con .address {
    width:30.5%;
    margin:5px 2.5% 5px 0;
    background:#fff;
}
.join-apply  .con .content {
    width:96.5%;
    height:100px;
    margin:5px 2.5% 5px 0;
    line-height:18px;
    background:#fff;
}
.join-apply  .con .button {
    float:left;
    color: #666;
    background-image: none;
    border: 1px solid #339850;
    margin-top:20px;
}
.join-apply  .con .button {
    color:#fff;
    background:#339850;
    cursor: pointer;

}

.join-apply  .customer {
    float:right;
    width:35%;
}
.join-apply  .customer h2 {
    font-size:18px;
    color:#000;
}
.join-apply  .customer h2 span {
    color:#339850;
    padding:0 5px;
}
.join-apply  .customer #marquee {
    width:100%;
    height:160px;
    margin:20px 0 0 0;
    overflow:hidden;
}
.join-apply  .customer #marquee ul {
    width:100% !important;
}
.join-apply  .customer #marquee ul li {
    float:left;
    width:100%;
    padding:15px 0;
    line-height:10px;
    border-bottom:1px dotted #ccc;
}
.join-apply  .customer #marquee ul li span {
    font-size:14px;
    color:#666;
    padding:0 6px;
}
@media only screen and (max-width:1024px) and (min-width:0) {
    .join-apply  .con {
    width:100%;
}
.join-apply  .con .name,.join-apply  .con .telephone,.join-apply  .con .xzfw {
    width:95%;
    margin:5px 2.5% 5px 2.5;
    background:#fff;
}
.join-apply  .customer {
    width:100%;
    margin:5% 0 0 0;
}
.join-apply .button {
    width: 100%;
    color: #fff !important;
    background: #339850;
}
}

/*TOP留言板*/
.join-apply.top-apply {
    padding: 5% 0 0 0;
    background: none;
}
.join-apply.top-apply .con {
    width: 100%;
    padding:2% 0;
    border-radius: 10px;
    background: #fff;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 31.3%;
}
@media only screen and (max-width:1024px) {
.join-apply.top-apply .con {
    padding:5% 5%;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 100%;
}
}
