@charset "utf-8";

h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

html,body{
  overflow-x: hidden;
}
:focus {outline: none;}

img {max-width: 100%;display: block;}
input::placeholder,input::-webkit-input-placeholder {color:#999999 ;font-size: 12px;}
.container12 {width: 1200px;margin: 0 auto;}
.con1168 {width: 1168px;margin: 0 auto;}
.fl {
    float: left;
}
.fr {
    float: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.col-no-l-padding {
  padding-left: 0px;
}
.f60 {
  font-size: 60px;
}
.f48 {
  font-size: 48px;
}
.f36 {
  font-size: 36px;
}


@media (max-width:800px) {
  .f48 {font-size: 42px;}
}
@media (max-width:670px) {
  .f60,.f48 {font-size: 40px;}
  .f36 {font-size: 30px;}
}
@media (max-width:320px) {
  .f60,.f48 {font-size: 30px;}
  .f36 {font-size: 24px;}
}






  /* 特殊字体 */
  @font-face
  {
  font-family: FuturaHeavy;
  src: url('../fonts/Futura-Heavy.otf'),
      url('../fonts/Futura-Heavy.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: SourceSan;
  src: url('../fonts/SourceHanSansCN-Normal.otf'),
      url('../fonts/SourceHanSansCN-Normal.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: SourceHanBold;
  src: url('../fonts/SourceHanSerifSC-Bold.otf'),
      url('../fonts/SourceHanSerifSC-Bold.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: SourceHan;
  src: url('../fonts/SourceHanSerifSC-Regular.otf'),
      url('../fonts/SourceHanSerifSC-Regular.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf'),
      url('../fonts/Oswald-Medium.ttf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: DinBold;
  src: url('../fonts/din-bold_.otf'),
      url('../fonts/din-bold_.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: DinMedium;
  src: url('../fonts/DIN-Medium.otf'),
      url('../fonts/DIN-Medium.otf'); /* IE9+,可以是具体的实际链接 */
  }
  @font-face
  {
  font-family: TnrBoldMT;
  src: url('../fonts/TimesNewRomanPS-BoldMT.otf'),
      url('../fonts/TimesNewRomanPS-BoldMT.otf'); /* IE9+,可以是具体的实际链接 */
  }

  /* wave video Animations  */
@keyframes waves {
  0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}


/* banner */
.banner {
  width: 100%;
}
/* 私属全屋整配    细节彰显品质 */
.whole {
  width: 100%;
  padding: 115px 0px 90px;
}
.wholeitem {
  width: 1168px;
  margin: 0 auto;
}
.wholename {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.wholename_line {
  width: 38px;
	height: 5px;
	background-color: #bb0611;
  margin-bottom: 10px;
}
.wholenamel h2 strong {
  font-size: 28px;
	color: #3e3a39;
  font-family: 'SourceHanBold';
}
.wholenamel h2 strong.wholename_span {
  padding-right: 20px;
}
.wholenamer a {
  font-family: 'SourceSan';
	font-size: 16px;
	color: #bb0611;
}
.wholelist {
  margin-top: 47px;
}
.wholelist ul li {
  width: 292px;
  height: 585px;
  float: left;
  position: relative;
  text-align: center;
}
.wholelist_info {
  position: absolute;
  height: 292px;
  left: 0px;
  text-align: center;
  width: 100%;
  bottom: 0px;
}
.wholelist_info h3 {
  font-size: 28px;
  font-family: 'SourceHanBold';
	line-height: 48px;
	color: #bb0611;
  margin-top: 78px;
}
.wholelist_info .wholelist_line {
  width: 37px;
	height: 2px;
	background-color: #9a0811;
  margin: 27px auto;
  transition: all .5s;
}
.wholelist_info:hover .wholelist_line {
  margin: 30px auto;
}
.wholelist_info p {
  font-size: 18px;
  font-family: 'SourceSan';
	line-height: 30px;
	color: #3e3a39;
  letter-spacing: -1px;
}
.wholelist_img {
  position: absolute;
  height: 292px;
  left: 0px;
  top: 0px;
}
.wholelist_img {
  width: 300px;
}
.wholelist ul li:nth-child(2n) .wholelist_img {
  top: unset;
  bottom: 0px;
  left: unset;
  right: -2px;
}
.wholelist ul li:nth-child(2n) .wholelist_info {
  top: 0px;
  bottom: unset;
}
.wholelist ul li:nth-child(2n) .wholelist_info h3 {
  margin-top: 65px;
}
/* 1800+设计案例  发现新家灵感 */
.cases {
	background-color: #f5f5f5;
  padding: 80px 90px;
}
/* 本例子css */
.notice { width: 100%;  margin-top: 50px;position: relative;}
.notice .tab-hd { height: 29px; color: #404040; position: absolute;right: 65px;top: -75px;}
.notice .tab-hd ul { padding-top: 2px; }
.notice .tab-hd li { float: left; height: 24px; padding:0 10px; }
.notice .tab-hd li a{ display:block;  color: #777777;font-size: 16px; }
.notice .tab-hd li a:hover{  border-bottom: 1px solid #bb0611; }
.notice .tab-hd li.on{  position: relative; }
.notice .tab-hd li.on a {border-bottom: 1px solid #bb0611; }
.notice .tab-bd {     }
.notice .tab-bd ul{ overflow:hidden; zoom:1; }
.notice .tab-bd li { float: left;width: 378px;
	height: 378px; 
  margin-right: 16px;
  position: relative;
  margin-bottom: 19px;
}
.notice .tab-bd li:nth-child(3n) {
  margin-right: 0px;
}
.notice .tab-bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.notice .tab-bd li a .caseslist_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.notice .tab-bd li a .caseslist_img img {
  width: 100%;
  height: 100%;
}
.notice .tab-bd li:hover .caseslist_img img {
  transform: scale(1.05);
}
.caseslist_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .5s;
}
.caseslist_hoveritem {
  width: 301px;
  height: 252px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.caseslist_hoveritem h3 ,.caseslist_hoveritem h4{
  font-size: 25px;
  font-family: 'SourceHan';
	letter-spacing: 1px;
	color: #ffffff;
}
.caseslist_hoveritem h3 {
  padding-bottom: 20px;
}
.notice .tab-bd li:hover .caseslist_hover {
  opacity: 1;
}
.caseslist_more {
  width: 300px;
	height: 50px;
	background-color: #bb0611;
	border-radius: 25px;
  margin: 80px auto 0px;
}
.caseslist_more a {
  display: block;
  font-size: 25px;
  font-family: 'SourceSan';
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
  text-align: center;
}
.desginer {
  padding: 120px 0px 70px;
}
.dteam {
  width: 100%;
  margin-top: 120px;
  height: 570px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dteamleft {
  width: 340px;
  padding-top: 55px;
}
.dteamleft p {
  font-size: 13px;
  font-family: 'DinBold';
	letter-spacing: 0px;
	color: #cecdcd;
}
.dteaml_line {
  width: 63px;
	height: 1px;
	background-color: #d2d2d2;
  margin: 3px 0px 40px;
}
.dteamleft h2 {
  font-family: 'TnrBoldMT';
	font-size: 50px;
	color: #424242;
}
.dteamleft h3 {
  font-size: 28px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #424242;
  margin: 140px 0px 8px ;
}
.dteamleft h3 span {
	color: #bb0611;
}
.dteaml_line2 {
  width: 205px;
	height: 1px;
	background-color: #bb0611;
}
.dteamright {
  width: 780px;
}
.dteamright ul li {
  float: left;
  width: 185px;
  height: 280px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.dteamright ul li:nth-child(4n) {
  margin-right: 0px;
}
.dteamright ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.dteamright ul li .teamimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dteamright ul li .teamimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaminfo {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: #bb0611;
  opacity: 0;
  transition: all .5s;
}
.teaminfo h3 {
  font-size: 12px;
  font-family: 'SourceSan';
	line-height: 40px;
	letter-spacing: 1px;
	color: #fffefe;
  text-align: center;
}
.teaminfo h3 span {
  font-size: 14px;
  font-family: 'SourceSan';
  border-right: 1px solid #ffffff;
	color: #fffefe;
  padding-right: 5px;
}
.dteamright ul li:hover .teamimg img {
  transform: scale(1.03);
}
.dteamright ul li:hover .teaminfo {
  opacity: 1;
}
.yuyue {
  width: 100%;
  height: 350px;
  background: url(../images/yuyuebg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.yuyue p {
  font-size: 45px;
  font-family: 'SourceSan';
	letter-spacing: 2px;
	color: #ffffff;
  padding: 105px 0px 40px;
}
.yuyue a {
  display: block;
  width: 300px;
	height: 50px;
  margin: 0 auto;
	background-color: #bb0611;
	border-radius: 25px;
  font-size: 28px;
  font-family: 'SourceSan';
	line-height: 50px;
  text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
}
/* 大牌定制    更多选择、更高性价比 */
.bigcustom .cases {
  background-color: #ffffff;
}
.custom_list {
  width: 100%;
  height: auto;
}
.custom_top {
  height: 512px;
  width: 100%;
  background: url(../images/custom-img1.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-left: 150px;
  padding-top: 20px;
  transition: all .5s;
}
.custom_top h4 {
  font-family: 'DinMedium';
	font-size: 25px;
	color: #3e3a39;
  line-height: 30px;
}
.custom_top h3 {
  font-family: 'SourceHanBold';
	font-size: 25px;
	color: #bb0611;
  padding: 14px 0px 30px;
}
.custom_top p {
  font-family: 'SourceSan';
	font-size: 16px;
	color: #9f9f9f;
  line-height: 30px;
}
.custom_bot {
  border-top:1px solid #bb0611 ;
  border-bottom:1px solid #bb0611 ;
  height: 80px;
  margin-top: 25px;
}
.custom_bot ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.notice .custom_bot ul li {
  height: 35px;
  width: 65px;
  float: unset;
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.custom_bot ul li img {
  max-height: 35px;
}
.notice .custom_bot ul li:hover img {
  transform: scale(1.03);
}
.custom_top2 {
  background-image: url(../images/custom-img2.jpg);
}
.notice .custom_bot2 ul li {
  width: 160px;
}
.custom_top3 {
  background-image: url(../images/custom-img3.jpg);
}
.custom_top:hover {
  padding-left: 140px;
}
/* 全托管服务 */
.deposit {
  height: 650px;
  width: 100%;
  background: url(../images/deposit-bg.jpg) no-repeat center;
  background-size: cover;
}
.deposit_name {
  padding-top: 150px;
}
.wholenamer p {
  font-size: 16px;
  font-family: 'SourceSan';
	color: #777777;
}
.depositlist {
  width: 100%;
  height: 220px;
  background: url(../images/depositlist-line.jpg) no-repeat top;
  margin-top: 150px;
  background-position-y: 45px;
}
.depositlist ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.depositlist ul li {
  width: 25px;
  height: auto;
  text-align: center;
}
.depositlist ul li h3 {
  font-size: 28px;
  font-family: 'DinMedium';
	color: #777777;
  letter-spacing: -1px;
}
.depositlist ul li .depositlist_icon {
  width: 6px;
	height: 6px;
	background-color: #bb0611;
  border-radius: 50%;
  margin: 13px auto 20px;
  transition: all .5s;
}
.depositlist ul li p {
  font-size: 20px;
  font-family: 'SourceSan';
	color: #777777;
}
.depositlist ul li:first-child h3,.depositlist ul li:first-child p,.depositlist ul li:last-child h3,.depositlist ul li:last-child p {
  color: #bb0611;
}
.depositlist ul li:first-child .depositlist_icon,.depositlist ul li:last-child .depositlist_icon {
  width: 12px;
	height: 12px;
  margin-top: 10px;
}
.depositlist ul li:hover .depositlist_icon {
  margin: 13px auto 25px;
}
.depositlist ul li:first-child:hover .depositlist_icon,.depositlist ul li:last-child:hover .depositlist_icon {
  margin:10px auto 25px ;
}
/* 选择紅螞蟻整装的5大理由 */
.fivewhy {
  padding: 120px 0px ;
}
.fivewhy_list {
  margin-top: 70px;
}
.fivewhy_list ul li {
  float: left;
  width: 20%;
  text-align: center;
  transition: all .5s;
}
.fwlist_top {
  height: 75px;
  width: 100%;
  background: url(../images/reasnbg.png) no-repeat center;
  text-align: center;
}
.fwlist_top p {
  font-size: 20px;
  font-family: 'DinBold';
	color: #bb0611;
  font-weight: bold;
  line-height: 71px;
}
.fwlist_bot {
  text-align: center;
}
.fwlist_bot h3 {
  font-size: 20px;
  font-family: 'SourceSan';
	color: #3e3a39;
  padding: 25px 0px 15px;
}
.fwlist_bot p {
  font-family: 'DinMedium';
	font-size: 18px;
	color: #b3b3b3;
}
.fivewhy_list ul li:first-child .fwlist_top p {
  font-size: 25px;
  font-weight: normal;
}
.fivewhy_list ul li:hover {
  margin-top: -10px;
}
/* 客户口碑 */
.mouth {
  background-color: #f5f5f5;
  padding: 115px 0px 155px;
}
.mouth_swiper .swiper-slide {
  display: block;
}
.mouthlist {
  width: 100%;
  height: auto;
}
.mouthli_left {
  width: 682px;
  height: auto;
}
.mouthli_left img {
  width: 100%;
}
.mouthli_right {
  width: 427px;
  text-align: left;
  padding-top: 35px;
  transition: all .5s;
}
.mouthli_right:hover {
  padding-left: 10px;
}
.mouthli_right p {
  font-family: 'DinBold';
	font-size: 15px;
	line-height: 20px;
	color: #bcb7af;
}
.mouthli_right h2 {
  font-family: 'SourceHanBold';
	font-size: 25px;
	color: #bb0611;
  padding: 15px 0px 60px;
}
.mouthli_right h2 span {
  font-family: 'SourceHanBold';
	color: #bb0611;
}
.mouthli_right h3 {
  font-family:'SourceSan';
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #3e3a39;
}
.mouthli_rline {
  width: 333px;
	height: 1px;
	background-color: #989797;
  margin: 70px 0px;
}
.mouthli_right h4 {
  font-family:'SourceSan';
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #bb0611;
}
.mouth_swiper .swiper-button-next, .mouth_swiper .swiper-button-prev {
  width: 38px;
	height: 38px;
  border-radius: 50%;
	background: #d4d4d4;
}
.mouth_swiper .swiper-button-next:after, .mouth_swiper .swiper-button-prev:after {
  font-size: 20px;
  color: #ffffff;
}
.mouth_swiper .swiper-button-next {
  right: 42%;
}
.mouth_swiper .swiper-button-prev {
  left: 22%;
}
.botbanner {
  background-image: url(../images/botbanbg.jpg);
  height: 440px;
}
.botbanner p {
  padding-top: 170px;
}