.DesignTeam{
  padding-top: 78px;
}
* {
    padding: 0;
  }
  .swiper1 {
    width: 100%;
    height: 634px;
    background: url("../img/designTeam/page-desinTeam.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  .swiper1 .shodow-bg {
    background: rgba(0, 0, 0, 0.3);
    padding: 35px 54px 83px 54px;
  }
  .swiper1 .shodow-bg .bigTitle {
    font-size: 66px;
    text-align: center;
    color: #fff;
  }
  .swiper1 .shodow-bg .tinyTitle {
    font-size: 44px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
  }
  .content-box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
  }
  .content-box .list {
    width: 900px;
    margin-right: 10px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .content-box .list .box {
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .content-box .list .box .pic {
    width: 100%;
    height: 300px;
    background: url("../img/designTeam/designer.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .content-box .list .box .pic:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .content-box .list .box .text-box {
    width:100%;
    padding: 10px;
    background-color: #f8fffd;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    height: 140px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content-box .list .box .text-box .name {
    font-size: 26px;
    font-weight: bold;
  }
  .content-box .list .box .text-box .info {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
  }
  .content-box .list .box .text-box .info span {
    display: block;
  }
  .content-box .list .box .style {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

  }

  .pagebtn {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
  }
  .pagebtn .btn {
    width: 130px;
    height: 45px;
    font-size: 23px;
    line-height: 45px;
    color: #ffffff;
    background-color: #999999;
    margin: auto 35px;
  }
  .pagebtn .pagesList {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 23px;
  }
  .pagebtn .page1 {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: #08543f;
    box-sizing: border-box;
    margin: auto 10px;
  }
  .pagebtn .page {
    width: 45px;
    height: 45px;
    color: #1e1e1e;
    text-align: center;
    line-height: 45px;
    background-color: #ffffff;
    border: 1px solid #999999;
    box-sizing: border-box;
    margin: auto 10px;
  }
  /* .content-box .list .pagebtn {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
  }
  .content-box .list .pagebtn .btn {
    width: 130px;
    height: 45px;
    font-size: 23px;
    line-height: 45px;
    color: #ffffff;
    background-color: #999999;
    margin: auto 35px;
  }
  .content-box .list .pagebtn .pagesList {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 23px;
  }
  .content-box .list .pagebtn .page1 {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: #08543f;
    box-sizing: border-box;
    margin: auto 10px;
  }
  .content-box .list .pagebtn .page {
    width: 45px;
    height: 45px;
    color: #1e1e1e;
    text-align: center;
    line-height: 45px;
    background-color: #ffffff;
    border: 1px solid #999999;
    box-sizing: border-box;
    margin: auto 10px;
  } */
  .content-box .side {
    width: 290px;
    margin-top: 50px;
  }
  .content-box .side .apply {
    width: 100%;
  }
  .content-box .side .apply .apply-t {
    width: 100%;
    height: 74px;
    background: #f7f7f7;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-box .side .apply .apply-c {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-top: none;
  }
  .content-box .side .apply .apply-c .tit {
    color: #999999;
    font-size: 23px;
    text-align: center;
    padding-top: 27px;
    margin-bottom: 18px;
  }
  .content-box .side .apply .apply-c .int-box .box {
    width: 250px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #999999;
    margin-bottom: 15px;
  }
  .content-box .side .apply .apply-c .int-box .box img {
    margin-left: 20px;
    margin-right: 10px;
  }
  .content-box .side .apply .apply-c .int-box .box input {
    flex: 1;
    height: 54px;
    border-radius: 10px;
    border: none;
  }
  .content-box .side .apply .apply-c .int-box .btn {
    width: 250px;
    height: 63px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 63px;
    background-color: #ff7907;
    color: #fff;
  }
  .content-box .side .apply .apply-c .mes {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 21px;
  }
  .content-box .side .apply .apply-c .phone {
    width: 100%;
    height: 87px;
    background-color: #ffd4b6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-box .side .design {
    margin-top: 20px;
    width: 100%;
  }
  .content-box .side .design .desin-t {
    width: 100%;
    height: 74px;
    color: #ff7600;
    text-align: center;
    line-height: 74px;
    font-size: 22px;
    background-color: #f7f7f7;
  }
  .content-box .side .design .desin-c .pic-box {
    width: 260px;
    padding: 15px;
    border: 1px solid #dcdcdc;
  }
  .content-box .side .design .desin-c .pic-box .pic1 {
    width: 260px;
    height: 160px;
    background: url("../img/designTeam/desgin1.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .content-box .side .design .desin-c .pic-box .pic1:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .content-box .side .design .desin-c .pic-box .pic2 {
    width: 260px;
    height: 160px;
    background: url("../img/designTeam/desgin2.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .content-box .side .design .desin-c .pic-box .pic2:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .content-box .side .design .desin-c .pic-box .pic3 {
    width: 260px;
    height: 160px;
    background: url("../img/designTeam/desgin3.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .content-box .side .design .desin-c .pic-box .pic3:hover {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .content-box .side .design .desin-c .pic-box .title {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #666666;
  }
  .content-box .side .design .desin-c .btn-box {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-box .side .design .desin-c .btn-box .btn {
    width: 215px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: #ff7906;
    color: #fff;
    border-radius: 11px;
  }
  .brand-introduce {
    flex-direction: column;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .brand-introduce .title {
    color: #1e1e1e;
    font-size: 48px;
    text-align: center;
  }
  .brand-introduce .logo {
    width: 100%;
    height: 25px;
    margin: 10px auto;
  }
  .brand-introduce .logo img {
    width: 25px;
    height: 25px;
  }
  .brand-introduce .cont .text {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .brand-introduce .cont .text .text1 {
    color: #ffffff;
    font-size: 42px;
    text-align: center;
  }
  .brand-introduce .cont .cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.35);
  }
  .brand-introduce .cont .cont-l .bg1 {
    position: relative;
    flex-direction: column;
    width: 360px;
    height: 364px;
    background-image: url("../img/designTeam/1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .cont-l .bg2 {
    position: relative;
    flex-direction: column;
    width: 360px;
    height: 364px;
    background-image: url("../img/designTeam/2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .bg1:hover,
  .brand-introduce .cont .bg2:hover {
    transform: scale(1.03);
    transition: all 0.4s;
  }
  .brand-introduce .cont .bg1:hover .cover,
  .brand-introduce .cont .bg2:hover .cover {
    display: block;
  }
  .brand-introduce .cont .cont-r {
    width: 830px;
  }
  .brand-introduce .cont .cont-r .cont-r-t {
    width: 100%;
  }
  .brand-introduce .cont .cont-r .cont-r-t .cont-r-t-l .bg3 {
    position: relative;
    flex-direction: column;
    width: 350px;
    height: 500px;
    background-image: url("../img/designTeam/3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .cont-r .cont-r-t .cont-r-t-r .bg4 {
    position: relative;
    flex-direction: column;
    width: 467px;
    height: 240px;
    background-image: url("../img/designTeam/4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .cont-r .cont-r-t .cont-r-t-r .bg5 {
    position: relative;
    flex-direction: column;
    width: 467px;
    height: 250px;
    background-image: url("../img/designTeam/5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .cont-r .cont-r-b .bg6 {
    position: relative;
    flex-direction: column;
    width: 830px;
    height: 230px;
    background-image: url("../img/designTeam/6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .brand-introduce .cont .cont-r .bg3:hover,
  .brand-introduce .cont .cont-r .bg4:hover,
  .brand-introduce .cont .cont-r .bg5:hover,
  .brand-introduce .cont .cont-r .bg6:hover {
    transform: scale(1.03);
    transition: all 0.4s;
  }
  .brand-introduce .cont .cont-r .bg3:hover .cover,
  .brand-introduce .cont .cont-r .bg4:hover .cover,
  .brand-introduce .cont .cont-r .bg5:hover .cover,
  .brand-introduce .cont .cont-r .bg6:hover .cover {
    display: block;
  }
  .bottom-contact {
    width: 1200px;
    height: 112px;
    color: #ffffff;
    background: #1e1e1e;
    box-sizing: border-box;
    margin: 30px auto;
  }
  .bottom-contact .contact-img {
    width: 138px;
    height: 112px;
    margin: 0 5px;
  }
  .bottom-contact .contact-img img {
    width: 100%;
    height: 100%;
  }
  .bottom-contact .text li {
    width: 96px;
    height: 38px;
    font-size: 24px;
    line-height: 38px;
    margin-left: 20px;
  }
  .bottom-contact .cont img {
    width: 22px;
    height: 19px;
    margin: 0 20px;
  }
  .bottom-contact .cont .btns ::v-deep .el-radio-group {
    margin: 0 40px;
  }
  .bottom-contact .cont .btns ::v-deep .el-radio-button__inner {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 19px;
    background: #1e1e1e;
    border: none;
    padding: 0px 0px;
  }
  .bottom-contact .cont .btns ::v-deep .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: -1px 0 0 0 #ffffff;
  }

  .bottom-contact .cont .btns .hometype {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .hometypeActive{
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .bottom-contact .cont .btns .input-infor {
    width: 140px;
    height: 56px;
    line-height: 56px;
    border: none;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #1e1e1e;
    box-sizing: border-box;
    margin: 0px 8px;
    color: #ffffff;
  }
  .bottom-contact .cont .btns input::-webkit-input-placeholder {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }
  .bottom-contact .cont .btns .bg-green {
    width: 140px;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin: 0px 8px;
    font-size: 22px;
    background-color: #0c624f;
    color: #ffffff;
  }
  /* 尾部开始 */
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  align-items: center;
  height: 264px;
  display: flex;
  justify-content: center;
  background: #0B3B30;
}
.footer .introduce-footer .option-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #4C4C4A;
}
.footer .introduce-footer .option-footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #EEEEEE;
  font-size: 22px;
}
.footer .introduce-footer .option-footer .center  li {
  margin-bottom: 15px;
}
.footer .introduce-footer .option-footer .center  .pointer a {
  color: #ffffff ;
}
.footer .introduce-footer .option-footer .center  .pointer a:hover {
  color: #ffffff !important;
}
.footer .introduce-footer .option-footer .center .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .introduce-footer .consult-footer {
  width: 600px;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.footer .introduce-footer .consult-footer .apply-footer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.footer .introduce-footer .consult-footer .apply-footer .title {
  position: relative;
  width: 300px;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.footer .introduce-footer .consult-footer .apply-footer .title .bgwhite {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 144px;
  height: 33px;
  color: #4C4C4A;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  background: #ffffff;
  border-radius: 11px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.footer .introduce-footer .consult-footer .apply-footer ul li .fon42 {
  font-size: 42px;
  color: #ffffff;
}
.footer .introduce-footer .consult-footer .qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .introduce-footer .consult-footer .qr .qr-img {
  width: 157px;
  height: 188px;
}
.footer .introduce-footer .consult-footer .qr span {
  display: block;
  color: #DEDBDB;
  font-size: 20px;
  margin-top: 15px;
}
.footer .copyright {
  height: 80px;
  width: 100%;
  font-size: 24px;
  color: #EEEEEE;
  background: #042019;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.footer .copyright .img {
  width: 37px;
  height: 40px;
  margin: 10px;
}

/* 尾部结束 */
