/* 首页 */
.main {
  width: 100%;
  background-color: #333;
  color: #fff;
}
.main .indexCon2Wrap .indexCon2 .title {
  text-align: center;
  padding-bottom: 108px;
  margin-top:-3px;
}
.main .indexCon2Wrap .indexCon2 .caseList  a{
  color:#fff;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem {
  padding-bottom: 166px;
  overflow: hidden;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon {
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px dashed #707070;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .ImgL {
  width: 58.83%;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText {
  width: 41.17%;
  padding-left: 4.1%;
  box-sizing: border-box;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText .textTitle {
  padding-bottom: 26px;
  border-bottom: 1px dashed #707070;
}
.main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText .textCon {
  font-size: 14px;
  line-height: 24px;
  padding-top: 34px;
}
.main .indexCon3Wrap img {
  width: 100%;
}
.main .indexCon4Wrap {
  width: 100%;
  padding-bottom: 96px;
}
.main .indexCon4Wrap .indexCon4 .title {
  text-align: center;
  padding-bottom: 90px;
  border-bottom: 1px dashed #707070;
}
.main .indexCon6Wrap {
  width: 100%;
}
.main .indexCon6Wrap .indexCon6 .title {
  font-size: 40px;
  padding-top: 46px;
  padding-bottom: 56px;
  border-bottom: 1px solid #3f4043;
  margin-bottom: 20px;
}
.main .indexCon6Wrap .indexCon6 span {
  margin-bottom: 30px;
  display: inline-block;
}

/* 成功案例 */
.c-main {
  margin-top:84px;
  background-color: #333;
}
.c-main .conWrap .con .caseList {
  padding-bottom: 100px;
}

.c-main .conWrap .con .caseList .caseItem {
  overflow: hidden;
}
.c-main .conWrap .con .caseList .caseItem:nth-of-type(2n){
  background-color:#363636;
}
.c-main .conWrap .con .caseList .caseItem:nth-of-type(2n+1){
  background-color:#2a2a2a;
}
.c-main .conWrap .con .caseList .caseItem .caseCon {
  overflow: hidden;
}
.c-main .conWrap .con .caseList .caseItem .caseCon .ImgL {
  width: 50%;
  overflow: hidden;
}
.c-main .conWrap .con .caseList .caseItem .caseCon .ImgL img {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  opacity: 0.5;
}
.c-main .conWrap .con .caseList .caseItem .caseCon .ImgL img:hover{
  opacity: 1;
  transform:  scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform:  scale(1.1);
  -webkit-transform:  scale(1.1);
  -o-transform:  scale(1.1);
}
.c-main .conWrap .con .caseList .caseItem .caseCon .caseText {
  width: 50%;
  padding-left: 3.67%;
  padding-right: 11%;
  box-sizing: border-box;
}
.c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textTitle {
  padding-top: 70px;
  padding-bottom: 50px;
}
.c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textCon {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
/* 轮播分页 */
.c-main .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:40px;
}

/* 成功案例内页 */
.cd-main {
  margin-top:84px;
  padding-bottom: 80px;
  background-color: #333;
}
.cd-main .sub-nav {
  height: 60px;
  line-height: 70px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 50px;
  color: #fff;
}
.cd-main .sub-nav a {
  font-size: 12px;
  color: #fff;
}
.cd-main .conWrap .caseImg{
  overflow: hidden;
}
.cd-main .conWrap .conText {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  margin-top:50px;
}
.cd-main .conWrap .conText .textCon {
  font-size: 14px;
  line-height: 24px;
  padding:25px 0;
}
.cd-main .conWrap .conText .textInfo {
  width: 100%;
  box-sizing: border-box;
  padding: 16px  0 ;
  font-size: 12px;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}
.cd-main .conWrap .conText .textInfo span {
  display: inline-block;
  width: auto;
  margin-right:90px;
  line-height: 18px;
}
.cd-main .conWrap .flexslider {
  margin: 0;
}
.cd-main .Imgcontrols {
  width: 100%;
  text-align: center;
  margin: 30px 0 20px 0;
}
.cd-main .Imgcontrols .fullPage {
  width: 24px;
  height: 15px;
  background: url("../img/fullpageIcon.png");
  display: inline-block;
  margin: 0 30px;
  opacity: 0.6;
}
.cd-main .Imgcontrols .fullPageAct {
  background: url("../img/close.png") no-repeat center center;
  opacity: 1;
}


/* 合作伙伴 ,招聘*/
.p-main ,.r-main{
  width: 100%;
  background-color: #333;
  margin-top:84px;
}
.p-main .partnerWrap{
  padding-top: 100px;
  padding-bottom: 80px;
}
.p-main .partnerWrap .partnerList {
  position: relative;
  width: 100%;
  padding: 115px 0 140px 0;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}
.p-main .partnerWrap .partnerList h2{
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 40px;
  background-color: #333;
  text-align: center;
}
.p-main .partnerWrap .partnerList span {
  margin-bottom: 90px;
  width: 12.2%;
  display: inline-block;
  text-align: center;
}

.r-main .recruitWrap h2{
  width: 100%;
  text-align: center;
}
.r-main .recruitWrap .subT{
  margin:50px 0;
}
.r-main .recruitList{
  margin-bottom: 20px;
  overflow: hidden;
}
.r-main .recruitList .vacancy{
  width: 47.7%;
  padding:40px 2.9% 80px 2.9%;
  margin-right: 60px;
  margin-bottom: 60px;
  background-color:#2a2a2a; 
  font-size: 14px;
  color:#fff;
  float: left;
  box-sizing: border-box;
}
.r-main .recruitList .vacancy .recruitName{
  font-size: 24px;
  margin-bottom: 10px;
}
.r-main .recruitList .vacancy  .salary{
  font-size: 16px;
  color: rgba(255,255,255,0.54);
}
.r-main .recruitList .vacancy ul li{
  position: relative;
  cursor: pointer;
}
.r-main .recruitList .vacancy ul li .arrow{
  position: absolute;
  top:44px;
  right: 20px;
  width: 20px;
  height: 10px;
  background: url("../img/up.png") no-repeat center center;
  transform: rotate(0deg);
  transition:all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: block;
}
.r-main .recruitList .vacancy ul li .arrow-up{
  transform: rotate(180deg);
}
.r-main .recruitList .vacancy ul h4{
  font-size: 16px;
  padding:38px 0 18px 0;
  border-bottom: 1px solid #555;
}
.r-main .recruitList .vacancy ul p{
  padding:14px 2.9% 24px 0;
  line-height: 24px;
  color: rgba(255,255,255,0.54);
  display: none;

}

/* 关于VTA */
.a-main {
  width: 100%;
  background-color: #333;
  margin-top:84px;
  padding-bottom: 80px;
}
.a-main .typeName {
  font-size: 36px;
  padding-bottom: 50px;
  color: #ca3732;
  text-align: center;
}
.a-main .aboutCon1Wrap .aboutCon1 {
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background: url("../img/aboutImgbg0.jpg") no-repeat center center;
  background-size: cover;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.a-main .aboutCon1Wrap .aboutCon1 .introList {
  width: 100%;
  height: 100%;
}
.a-main .aboutCon1Wrap .aboutCon1 .introList .introItem {
  height: 100%;
  width: 25%;
  padding: 9.55% 0 0 3.66%;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #666;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .title {
  font-size: 16px;
  color: #fff;
  padding-bottom: 56px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .titleAct {
  font-size: 28px;
}
.a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .summary dl dd {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.a-main .aboutCon1Wrap .aboutCon1 .introItemAct {
  width: 50% !important;
}
.a-main .aboutCon2 {
  width: 100%;
  background-color: #2a2a2a;
  overflow: hidden;
}
.a-main .aboutCon2 .aboutCon2Img {
  width: 62.5%;
}
.a-main .aboutCon2 .aboutCon2Text {
  width: 37.5%;
  color: #fff;
  padding: 10.59% 3.68% 0 3.68%;
  box-sizing: border-box;
}
.a-main .aboutCon2 .aboutCon2Text h2 {
  font-size: 28px;
  padding-bottom: 55px;
}
.a-main .aboutCon2 .aboutCon2Text p {
  font-size: 16px;
  line-height: 30px;
}
.a-main .aboutCon3 {
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 120px;
  border-bottom: 1px dashed #707070;
}
.a-main .aboutCon3 .typeName {
  padding-bottom: 80px;
}
.a-main .aboutCon3 .aboutCon3Img {
  width: 50%;
  padding: 0 11% 0 4.4%;
  box-sizing: border-box;
}
.a-main .aboutCon3 .aboutCon3Text {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}
.a-main .aboutCon3 .aboutCon3Text dl {
  margin-bottom: 80px;
}
.a-main .aboutCon3 .aboutCon3Text dl dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  padding-left: 36px;
  color:#fff !important;
}

.a-main .aboutCon3 .aboutCon3Text p {
  font-size: 14px;
  line-height: 30px;
}
.a-main .aboutCon4{
  position: relative;
}
.a-main .aboutCon4 .btnWrap{
  position: absolute;
  left:50%;
  width: 90px;
  height: 30px;
  margin-left: -45px;
  margin-top:-30px;
}
.a-main .aboutCon4 .swiper-button-prev{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/con4Prev.png") no-repeat center center;
  top:0;
  left: 0;
  margin-top:0;
}
.a-main .aboutCon4 .swiper-button-next{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/con4Next.png") no-repeat center center;
  top:0;
  right: 0;
  margin-top:0;
}
.a-main .aboutCon4 .aboutCon4T{
  text-align: center;
  padding:50px 0 60px 0;
}
.a-main .aboutCon4 .detailBtn{
  width: 30px;
  height: 30px;
  background: url("../img/detailBtn.png") no-repeat center center;
  display: inline-block;
}
/* 新闻模块 */
.n-main{
  width: 100%;
  background-color:#333;
  margin-top:84px; 
  padding-bottom: 60px;
} 
.n-main .sub-nav{
  margin-bottom: 0;
}
.n-main #page{
  text-align: center;
  margin-top:30px;
}
.n-main #page span , .n-main #page a{
  border: 1px solid rgba(255,255,255,0.6);
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  margin-right:4px;
  cursor: pointer;
  color: rgba(255,255,255,0.6);
}
.n-main #page .PageTotals{
  display: none;
}
.n-main #page .firstPage{
  border-radius: 5px 0 0 5px;
}
.n-main #page .lastPage{
  border-radius: 0 5px 5px 0;
}
.n-main #page .active{
  border: 1px solid rgba(255,255,255,1);
  color:rgba(255,255,255,1)
}



/* 原创家居 */
.mr20 {
  margin-right: 20px;
}
.pro-main {
  width: 100%;
  background-color: #333;
  margin-top:84px;
  padding-bottom: 80px;
  color: #fff;
}
.pro-main .productWrap .totalIntro {
  width: 100%;
  padding-top: 90px;
  text-align: center;
  color: #fff;
}
.pro-main .productWrap .totalIntro .title {
  font-size: 28px;
  line-height: 88px;
  text-align: center
}
.pro-main .productWrap .totalIntro .title img{
  width: auto;
  margin:0 auto;
}
.pro-main .productWrap .totalIntro .subTitle {
  margin-bottom: 70px;
}
.pro-main .productWrap .productList {
  width: 100%;
  padding-left: 1.5%;
  padding-bottom: 80px;
  border-bottom: 1px dashed #707070;
  box-sizing: border-box;
}
.pro-main .productWrap .productList .productItem {
  text-align: center;
  /* margin-left: 1.5%; */
  position: relative;
  padding-bottom: 50px;
}
.pro-main .productWrap .productList .productItem img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.pro-main .productWrap .productList .productItem .ImgWrap{
  margin-bottom: 20px;
  width: 100%;
  float: left;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.pro-main .productWrap .productList .productItem .ImgWrapR{
  width: 47.7%;
}
.pro-main .productWrap .productList .productItem .ImgWrapB{
  width: 23.54%;
}
.pro-main .productWrap .productList .productItem .ImgWrap .ImgText{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  vertical-align: middle;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 24px;
  line-height: 30px;
  opacity: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition:1s;
  padding:0 10px;
  
}

.pro-main .productWrap .productList .productItem .productType {
  padding: 80px 0 30px 0;
  font-size: 36px;
  color: #ca3732;
  text-align: center;
}
.pro-main .productWrap .productList .productItem .productType img{
  width: auto;
  margin:0 auto;
}
.pro-main .productWrap .productList .productItem .productFeature {
  font-size: 16px;
  padding-bottom: 40px;
}
.pro-main .productWrap .productList .productItem .ImgTop {
  overflow: hidden;
}
.pro-main .productWrap .productList .productItem .ImgTop .ImgTopl {
  width: 48.5%;
  margin-right: 20px;
}
.pro-main .productWrap .productList .productItem .ImgTop .ImgTopr {
  width: 49.3%;
}
.pro-main .productWrap .productList .productItem .ImgTop .ImgTopr span:nth-of-type(2){
  margin-right: 0;
}
.pro-main .productWrap .productList .productItem .ImgTop .ImgTopr span:nth-of-type(4){
  margin-right: 0;
}
.pro-main .productWrap .productList .productItem .ImgTop .ImgTopr img {
  /* width: 47.7%; */
}
.pro-main .productWrap .productList .productItem .ImgBottom {
  width: 100%;
}
.pro-main .productWrap .productList .productItem .ImgBottom span:nth-of-type(4){
  margin-right: 0;
}
.pro-main .productWrap .productList .productItem .ImgBottom img {
  /* width: 23.54%; */
}
/* 分页 */
.pro-main .swiper-pagination{
  width: 99%;
  bottom: 0;
  z-index: 2;
}
.pro-main .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:-60px;
}

/* 新闻内页 */
.n-main{
  color:#fff;
}
.n-main .articleCon{
  padding-top:80px;
}
.n-main .from{
  line-height: 60px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #707070;
}
.n-main article{
  border-bottom: 1px dashed #707070; 
  padding-bottom: 16px;
}
.n-main article h3{
  font-size: 24px;
  line-height: 40px;
}
.n-main article p{
  font-size: 16px;
  line-height:30px; 
}
.n-main article span{
  white-space: normal !important;
}

.n-main .news-footer{
  margin-top:50px;
}
.n-main .news-footer a{
  color:#fff
}
@media only screen and (max-width: 1360px) {
  /* 首页 */
  /* .main .indexCon4Wrap .indexCon4 .newList .listItem {
    margin-right: 50px;
  } */


  /* 成功案例 */
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textTitle {
    padding: 40px 0 20px 0;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText {
    padding: 0 3% 0 3%;
  }
  .cd-main .gallery-thumbs .swiper-slide img{
    max-height: 100px;
    width: auto
  }
  /* 成功案例内页 */
  /* .cd-main .conWrap .conText .textInfo {
    margin-top: 27.7%;
  } */
  /* 合作伙伴*/
  .p-main .partnerWrap .partnerList span {
    width: 19%;
  }

  /* 关于VTA */
  .a-main .aboutCon3 .aboutCon3Img {
    padding: 0 5% 0 1%;
  }
  .a-main .aboutCon3 .aboutCon3Text {
    padding-right: 0;
  }
  .a-main .sub-nav{
    margin-bottom:80px;
  }
  /* 招聘页面 */
  .r-main .recruitList .vacancy{
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopl {
    width: 48%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapR{
    width: 46.9%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapB{
    width: 23.16%;
  }
  .cd-main .gallery-thumbs .swiper-slide img{
    max-height: 94px;
    width: auto
  }
  /* 成功案例内页 */
  .cd-main .conWrap .conText .textInfo {
    /* margin-top: 21%; */
    padding: 11px 0;
  }
  .cd-main .conWrap .conText .textCon {
    padding-top: 20px;
  } 
}
@media only screen and (max-width: 1024px) {
  /* 首页 */
  /* .main .indexCon4Wrap .indexCon4 .newList .listItem{
      width: 31%;
      margin-right: 30px;
  } */
/* 成功案例内页 */

  .cd-main .conWrap .conText {
    width: 100%;
    padding-left: 0;
  }
  /* .cd-main .conWrap .conText .textTitle img {
    width: 30%;
  } */
  .cd-main .sub-nav {
    margin-bottom: 30px;
  }


  /* 原创家居 */
  .pro-main .productWrap .productList .productItem .ImgWrap .ImgText{
    font-size: 18px;
    line-height: 24px;
  }
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopl {
      width: 48.4%;
  }
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopr{
      width: 48%;
  }
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopr{
    width: 48.55%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapB{
    width: 23%;
  }

}
@media only screen and (max-width: 768px) {
  /* 首页 */
  /* .main .indexCon4Wrap .indexCon4 .newList .listItem {
    width: 100%;
    padding: 0 14px;
  } */
  .main .indexCon4 .text {
    padding-right: 10px;
  }
  .headerWrap .header .nav .contactWays {
    display: none;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .ImgL {
    width: 100%;
    text-align: center;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  /* 成功案例 */
  .c-main .conWrap .con .caseList .caseItem .caseCon .ImgL {
    width: 100%;
    text-align: center;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText {
    width: 100%;
    padding: 0 3% 40px;
  }
  .cd-main .gallery-thumbs .swiper-slide img{
    max-height: 67px;
    width: auto
  }
  .cd-main .conWrap .conText .textInfo span{
    margin-right:40px;
  }
  /* 招聘页面 */
  .r-main .recruitList .vacancy{
    width: 100%;
    margin-right:0;
  }
}
@media only screen and (max-width: 576px) {

  /* 首页 */
  .indexCon1{
    margin-top:84px;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText .textTitle img {
    height: 20px;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText {
    padding-top: 12px;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText .textTitle {
    padding-bottom: 10px;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon .caseText .textCon {
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem .caseCon {
    padding-bottom: 10px;
  }
  .subscript {
    margin-top: 5px;
  }
  .main .indexCon2Wrap .indexCon2 .title {
    padding-bottom: 30px;
  }
  .main .indexCon2Wrap .indexCon2 .title img {
    width: 31%;
  }
  .main .indexCon2Wrap .indexCon2 .caseList .caseItem {
    padding-bottom: 33px !important;
  }
  .main .indexCon3Wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .main .indexCon3Wrap img {
    max-width: none;
    height: 240px;
  }
  /* .main .indexCon4Wrap .indexCon4 .newList .listItem {
    height: auto;
    padding-bottom: 60px;
  } */
  .main .indexCon4Wrap .indexCon4 .title {
    padding-bottom: 30px;
  }
  .main .indexCon4Wrap .indexCon4 .title img {
    width: 31%;
  }

  /* 成功案例 */
  /* .c-main {
    margin-top: 80px;
  } */
  .c-main .sub-nav {
    margin-bottom: 30px;
  }
  .c-main .conWrap .con .caseList {
    padding-bottom: 50px;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textTitle{
    padding:20px 0 10px 0;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textTitle img{
    height: 20px;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText .textCon{
    font-size: 12px;
    line-height: 20px;
  }
  .c-main .conWrap .con .caseList .caseItem .caseCon .caseText{
    padding-bottom:30px;
  }
  .cd-main .gallery-thumbs .swiper-slide img{
    max-height: 68px;
    width: auto
  }
  .cd-main .gallery-top .swiper-slide img{
    height:253px;
    width: auto;
  }
  /* 成功案例内页 */
  .cd-main .Imgcontrols{
    margin:15px 0 10px 0;
  }
  .cd-main .conWrap .conText .textTitle img{
    height: 20px;
  }
  .cd-main .conWrap .conText{
    margin-top:20px;
  }

  .cd-main .conWrap .conText .textCon{
    padding:15px 0;
  }
  .cd-main{
    padding-bottom: 50px;
  }
  .cd-main .conWrap .conText .textInfo{
    padding-bottom: 0;
  }
  .cd-main .conWrap .conText .textInfo span{
    width: 42%;
    margin-bottom: 6px;
    margin-right: 20px;
  }
   /*合作伙伴 */
   /* .p-main {
    margin-top: 80px;
  } */
  .p-main .partnerWrap .partnerList h2 {
    font-size: 30px;
    width:140px;
    margin-left:-70px;
  }
  .p-main .partnerWrap {
    padding-top: 50px;
  }
  .p-main .partnerWrap .partnerList {
    padding: 50px 0 60px 0;
  }
  .p-main .partnerWrap .partnerList span {
    width: 49%;
    margin-bottom: 20px;
  }
  /* 关于VTA */
  /* .a-main {
    margin-top: 80px;
  } */
  .a-main .sub-nav {
    margin-bottom: 30px;
  }
  .a-main .typeName {
    font-size: 30px;
    padding-bottom: 24px;
  }
  .a-main .aboutCon1Wrap .aboutCon1 {
    background: none;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem {
    width: 100% !important;
    height: 375px;
    margin-bottom: 15px;
    background: url("../img/aboutImgbg0.jpg") no-repeat center center;
    background-size: cover;
    border-right:none;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem:nth-of-type(2){
    background: url("../img/aboutImgbg1.jpg") no-repeat center center;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem:nth-of-type(3){
    background: url("../img/aboutImgbg2.jpg") no-repeat center center;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .summary {
    display: block !important;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .title {
    font-size: 22px;
    padding-bottom: 36px;
  }
  .a-main .aboutCon1Wrap .aboutCon1 .introList .introItem .summary dl dd{
    font-size: 12px;
  }
  .a-main .aboutCon2 .aboutCon2Img {
    width: 100%;
  }
  .a-main .aboutCon2 .aboutCon2Text {
    width: 100%;
    padding-bottom: 20px;
  }
  .a-main .aboutCon3 .aboutCon3Img {
    width: 100%;
    padding: 0 1% 7% 1%;
  }
  .a-main .aboutCon3 .aboutCon3Text {
    width: 100%;
  }
  .a-main .aboutCon2 .aboutCon2Text h2{
    font-size: 22px;
    padding-bottom: 36px;
  }
  .a-main .aboutCon2 .aboutCon2Text p{
    font-size: 14px;
  }
  .a-main .aboutCon3{
    padding-top:30px;
    padding-bottom: 50px;
  }
  .a-main .aboutCon3 .typeName{
    padding-bottom: 20px;
  }
  .a-main .aboutCon3 .aboutCon3Text dl{
    margin-bottom: 30px;
  }
  .a-main .aboutCon3 .aboutCon3Text dl dd{
    font-size: 14px;
    margin-bottom: 14px;
  }
  .a-main .aboutCon3 .aboutCon3Text p{
    font-size: 12px;
    line-height: 24px;
  }
  /* 新闻模块 */
  /* .n-main{
    margin-top:80px;
  } */
  /* 新闻内页 */
  .n-main .articleCon{
    padding-top:30px;
  }
  .n-main article img{
    max-width: 100%;
    height: auto !important;
  }
  /* 原创家居 */
  /* .pro-main{
    margin-top:80px;
  } */
  .pro-main .productWrap .totalIntro{
    padding-top:30px;
  }
  .pro-main .productWrap .productList{
    padding-left: 0;
  }
  .pro-main .productWrap .productList .productItem .ImgWrap .ImgText{
    font-size: 14px;
    line-height: 20px;
  }
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopl{
    width: 100%;
    margin:0;
  }
  .pro-main .productWrap .productList .productItem .ImgTop .ImgTopr{
    width: 100%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapR{
    width: 47%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapB{
    width: 47%;
  }
  .pro-main .productWrap .productList .productItem .ImgWrapB:nth-of-type(2){
    margin-right: 0;
  }
  .pro-main .productWrap .totalIntro .title{
    font-size: 24px;
  }
  .pro-main .productWrap .totalIntro .subTitle{
    margin-bottom: 40px;
    max-width: 60%;
  }
  .pro-main .productWrap .productList .productItem .productType{
    padding:50px 0 20px 0;
    font-size: 28px;
  }
  .pro-main .productWrap .productList .productItem{
    padding-bottom: 20px;
  }
  /* 招聘页面 */
  .r-main .recruitList .vacancy .recruitName{
    line-height: 36px;
  }
  .r-main .sub-nav {
    margin-bottom: 30px;
  }
  .r-main .recruitWrap .subT{
    margin:20px 0;
  }
  .r-main .recruitWrap .subT img{
    max-width: 60%;
  }
  .r-main .recruitList .vacancy {
    padding: 20px 2.9% 40px 2.9%;
    margin-bottom: 30px;
  }
}
