.main {
  width: 100%;
}
.main .main_top {
  width: 100%;
  margin: 0 auto;
}
.main .main_top img {
  width: 100%;
  display: block;
}
/* 报名框 */
.enroll {
  width: 100%;
  background-color: #f8f7f3;
}
.enroll_box {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.enroll_offer,
.enroll_privilege,
.enroll_offer_title p,
.enroll_offer_title img {
  float: left;
}
.enroll_offer {
  width: 500px;
}
.enroll_privilege {
  width: 520px;
  margin-left: 120px;
}
.enroll_offer_title p {
  font-size: 40px;
  color: #44210e;
  margin-right: 52px;
  font-weight: 600;
}
.enroll_offer_title p span {
  color: #b12911;
}
.tabright input {
  width: 500px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-top: 18px;
  text-indent: 20px;
  font-size: 22px;
}
.layui-btn1 input {
  width: 504px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-top: 28px;
  text-indent: 20px;
  font-size: 22px;
  background-color: #c2272d;
  color: #fff;
}
.phoneNumber {
  font-size: 16px;
  color: #363636;
  text-align: center;
  margin-top: 20px;
}
.integrity_title img {
  width: 100%;
  display: block;
}
/* .integrity_main img {
  width: 100%;
  display: block;
} */
.integrity_main {
  position: relative;
  height: 787px;
}
.integrity_main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.integrity_main_bg img {
  display: block;
  width: 100%;
  height: 787px;
}
.ntegrity_main_cont {
  position: absolute;
  width: 990px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ntegrity_main_cont ul {
  margin-top: 44px;
}
.ntegrity_main_cont ul li {
  position: relative;
  float: left;
  width: 314px;
  height: 314px;
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
}
.ntegrity_main_cont ul li:nth-child(2) {
  margin: 0 23px;
}
.ntegrity_main_cont p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
.ntegrity_main_cont > img {
  width: 100%;
  margin-top: 22px;
}

.ntegrityMask {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 200px;
  width: 314px;
  height: 314px;
  background-color: rgba(31, 31, 31, 0.8);
  transition: all 0.3s;
}
.ntegrityMask p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
}
.ntegrityMask img {
  width: 30px;
  display: block;
  margin: 20px auto 0;
}
.ntegrityMask.active {
  margin-top: 0;
  padding-top: 110px;
}

/* 专属定制 */
.custom {
  width: 100%;
}
.custom_title img {
  width: 100%;
}
.customBanner {
  width: 100%;
  height: 910px;
  background: url(../images/custom_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.customBanner_box {
  width: 1184px;
  margin: 0 auto;
}

.hiSlider img {
  width: 1184px;
  display: block;
}
.hiSlider-item {
  float: left;
}

.hiSlider-pages,
.hiSlider-title {
  position: absolute;
  z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
  position: absolute;
  z-index: 5;
  top: 58%;
  width: 20px;
  height: 38px;
  background: url(../images/hislider-arrow.png) no-repeat;
  margin-top: -15px;
  text-indent: -200px;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity：60);
}
.hiSlider-btn-prev {
  left: 0;
}
.hiSlider-btn-next {
  right: 25px;
  background-position: -20px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
  opacity: 1;
  filter: alpha(opacity：100);
}
.hiSlider-title {
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  color: #fff;
  text-indent: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
}
.hiSlider-pages {
  position: absolute;
  bottom: 6px;
  right: 147px;
  text-align: center;
}
.hiSlider-pages a {
  height: 0.15rem;
  width: 0.15rem;
  margin: 0 0.06rem;
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  font-size: 0;
  border-radius: 50%;
  background: #dedde3;
}
.hiSlider-pages a.active {
  background: #c69e6b;
}

.customExplain {
  width: 100%;
  height: 516px;
  background: url(../images/custom_bg_a.jpg) no-repeat;
  background-size: 100% 100%;
}
.customExplain_box {
  width: 1200px;
  height: 516px;
  margin: 0 auto;
}
.customExplain_box ul li {
  width: 178px;
  float: left;
}
.customExplain_box ul li:nth-child(even) {
  margin: 0 20px;
}
.customExplain_box_pic {
  border: solid 1px transparent;
  background-color: #f8f4f1;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.customExplain_box ul li img {
  width: 100%;
  border-radius: 50%;
  background-color: #f8f4f1;
}
.customExplain_box ul li h4 {
  font-size: 16px;
  color: #313234;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 24px;
  background-color: #f8f4f1;
}
.customExplain_box_effect {
  font-size: 15px;
  background-color: #f8f4f1;
}
.customExplain_box_effect h6 {
  float: left;
  position: relative;
  background-color: #c2272b;
  padding: 4px;
  border-radius: 3px;
  margin-bottom: 46px;
  color: #fff;
  margin-left: 12px;
}
.customExplain_box_effect h6::after {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c2272b;
}
.customExplain_box_effect i {
  font-style: normal;
  width: 104px;
  float: left;
  margin-left: 10px;
}

.customExplain_box ul li p {
  background-color: #c2272d;
  color: #fff;
  padding-left: 12px;
  padding-top: 14px;
  padding-bottom: 22px;
  padding-right: 22px;
  line-height: 28px;
  font-size: 15px;
}
.customExplain_box ul li span {
  position: relative;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 3px;
  margin-bottom: 46px;
  color: #c2272d;
  margin-right: 10px;
}
.customExplain_box ul li span::after {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
/* 报名框2  */
.baoming {
  width: 100%;
  height: 202px;
  background: url(../images/baoming_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.baoming .baoming_box {
  width: 1180px;
  margin: 0 auto;
}
.baoming .baoming_l {
  float: left;
  margin-right: 45px;
}
.baoming .baoming_l p {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  text-align: right;
  margin: 30px 0;
}

.baoming .baoming_l ul {
  font-size: 16px;
  color: #808080;
  border-radius: 50px;
  padding: 16px 0;
  background-image: linear-gradient(to right, #f9f8f4, #f0e9df);
}

.baoming .baoming_l ul li {
  float: left;
  text-align: center;
  margin: 0 30px;
}

.baoming .baoming_r {
  float: left;
  width: 660px;
  margin-top: 30px;
}
.baoming .baoming_r tr {
  float: left;
}
.baoming .baoming_r .tabright input {
  width: 260px;
  margin-left: 20px;
}

.baoming .baoming_r .layui-btn1 input {
  width: 330px;
  margin-top: 18px;
  height: 54px;
  margin-left: 22px;
}

/* 金牌施工 */
.construction {
  width: 100%;
  padding-bottom: 110px;
  background-image: linear-gradient(to right, #ebe0d1, #fdfcfa, #ebe0d1);
}
.construction_cont {
  margin: 0 auto;
}
.construction_top > img {
  width: 450px;
  margin: 0 auto;
  padding-top: 100px;
  display: block;
}
.construction_top p {
  padding-top: 80px;
  text-align: center;
  font-size: 24px;
}
.construction_pm {
  width: 1256px;
  margin: 40px auto 0;
  height: 600px;
  padding: 22px;
  background-color: #fff;
  border-radius: 10px;
}
.construction_pm_l {
  width: 896px;
  float: left;
  position: relative;
}
.construction_pm_l img {
  width: 100%;
  display: block;
}
.construction_pm_l span {
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 70px;
  left: 0;
  bottom: 0;
  font-weight: 200;
  letter-spacing: 4px;
  background: rgba(0, 0, 0, 0.6);
}
.construction_pm_r {
  float: left;
  width: 360px;
}
.construction_pm_r h4 {
  text-align: center;
  color: #c0272c;
  font-size: 36px;
  margin: 16px 0 7px;
}
.construction_pm_r span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  margin-bottom: 34px;
  background-color: #b3b3b3;
}
.construction_pm_r li {
  width: 360px;
  height: 98px;
  line-height: 98px;
  font-size: 26px;
  color: #333;
  text-align: center;
}
.construction_pm_r li:nth-child(1) {
  background-color: #f7f7f7;
}
.construction_pm_r li:nth-child(2) {
  background-color: #ebe7e6;
}
.construction_pm_r li:nth-child(3) {
  background-color: #e3dad3;
}

.construction_pm_r li:nth-child(4) {
  background-color: #dcd2c8;
}

.construction_pm_r li:nth-child(5) {
  background-color: #cfc3b7;
}

.construction_bottom h2 {
  text-align: center;
  font-size: 24px;
  margin: 40px 0;
}

.construction_standard {
  width: 1256px;
  margin: 40px auto 0;
  height: 668px;
  padding: 22px;
  background-color: #fff;
  border-radius: 10px;
}
.construction_start,
.construction_hydropower,
.construction_metaphase,
.construction_after {
  background-color: #f9f9f9;
  float: left;
  cursor: pointer;
}
.construction_hydropower {
  margin-left: 22px;
}
.construction_standard > div.active {
  background: #f1ede4;
}
.construction_after {
  margin-left: 22px;
}
.construction_start {
  margin-bottom: 22px;
}
.construction_start_l {
  float: left;
  padding-top: 15px;
  padding-right: 35px;
  padding-left: 50px;
  padding-bottom: 20px;
}
.construction_start_l img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.construction_start_l h3 {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}
.construction_start_l ul li {
  width: 156px;
  background-color: #f1ede4;
  border-radius: 4px;
  margin-top: 10px;
}
.construction_start_l ul li span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  border-radius: 4px;
  background: url(../images/construction_bottom.jpg) no-repeat;
  background-size: 100% 100%;
}
.construction_start_l ul li p {
  display: block;
  margin-left: 4px;
  float: left;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #a79787;
}
.construction_start_r {
  float: left;
  width: 332px;
  margin-top: 30px;
  margin-right: 42px;
}
.construction_start_r ul > li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.construction_start_r ul li img {
  width: 145px;
  padding: 6px;
  border: 1px solid #e3e3e3;
}
.construction_start_r ul > li h6 {
  float: left;
  font-size: 10px;
  padding: 23px 5px;
  background-color: #c6b6a9;
  color: #fff;
  font-weight: 200;
  line-height: 13px;
}
.construction_start_r ul > li ol {
  float: left;
  font-size: 12px;
  width: 138px;
}
.construction_start_r ul > li ol li {
  margin-top: 4px;
}
.construction_start_r ul > li ol span {
  width: 8px;
  height: 9px;
  margin: 4px 3px 0;
  display: block;
  float: left;
  border-radius: 4px;
  background: url(../images/construction_standard.png) no-repeat;
  background-size: 100% 100%;
}
.construction_start_r ul > li ol p {
  font-size: 10px;
}

/* 工艺 */
.craft {
  width: 100%;
  background-color: #fff;
}
.craft_box {
  width: 1300px;
  margin: 0 auto;
}
.craft_box .craft_title img {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding-top: 92px;
}
.craft_box .craft_title p {
  padding-top: 45px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 18px;
}
.craft_cont ul {
  width: 1254px;
  margin-top: 28px;
  border: 1px solid #c32b37;
}
.craft_cont ul li {
  float: left;
  width: 190px;
}
.craft_cont ul:nth-child(even) {
  margin-left: 50px;
}

.craft_cont ul li {
  height: 194px;
  border-left: 1px dashed #c32b37;
}
.craft_cont ul li img {
  display: block;
  border-radius: 50%;
  width: 97px;
  margin: 0 auto;
  padding: 22px 0;
}

.craft_cont ul li p {
  text-align: center;
  font-size: 16px;
}
.craft_cont ul .safeguard {
  color: #fff;
  width: 299px;
  background-color: #c32b37;
}
.craft_cont ul .safeguard h3 {
  margin-left: 24px;
  padding-top: 42px;
  padding-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}
.craft_cont ul .safeguard span {
  display: block;
  margin-left: 24px;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 36px;
}
.craft_cont ul .safeguard1 {
  color: #fff;
  width: 299px;
  background-color: #c32b37;
}
.craft_cont ul .safeguard1 h3 {
  text-align: right;
  margin-right: 24px;
  padding-top: 42px;
  padding-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}
.craft_cont ul .safeguard1 span {
  display: block;
  text-align: right;
  margin-right: 24px;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 36px;
}
.craft_cn {
  width: 630px;
  height: 77px;
  margin: 30px auto 0;
  border-radius: 100px;
  background-color: #c52d2c;
}
.craft_cn p {
  display: block;
  text-align: center;
  line-height: 77px;
  font-size: 28px;
  color: #fff;
  background: url(../images/craft_cn.png) no-repeat;
  background-position: 36px 15px;
}

/* 打牌建材 */
.materials {
  width: 100%;
  margin-top: 86px;
  height: 1084px;
  background: url(../images/materials_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.materials_box {
  width: 1280px;
  margin: 0 auto;
}
.materials_box .materials_title img {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding-top: 92px;
}
.materials_box .materials_title p {
  padding-top: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 45px;
}
.materials_cont {
  position: relative;
}
.materials_cont .materials_cont_itme li {
  position: absolute;
  width: 230px;
  height: 124px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.materials_cont ul li.pipe {
  top: 0;
  left: 0;
}
.materials_cont ul li.wire {
  top: 130px;
  left: 0;
}
.materials_cont ul li.wood {
  top: 260px;
  left: 0;
}
.materials_cont ul li.paint {
  top: 390px;
  left: 0;
}

.materials_cont ul li.kitchen {
  top: 0;
  right: 0;
}
.materials_cont ul li.bathroom {
  top: 130px;
  right: 0;
}
.materials_cont ul li.woodDoor {
  top: 260px;
  right: 0;
}
.materials_cont ul li.floor {
  top: 390px;
  right: 0;
}
.materials_itme {
  position: absolute;
  top: 0;
  left: 241px;
  width: 798px;
  height: 514px;
  background-color: #fff;
  border-radius: 10px;
}
.materials_cont .materials_cont_itme li h3 {
  display: inline-block;
  width: 62px;
  height: 62px;
  border: 2px solid #666666;
  color: #666666;
  font-size: 38px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  margin-left: 18px;
  margin-right: 12px;
  font-weight: 200;
  margin-top: 28px;
}
.materials_cont .materials_cont_itme li p {
  display: inline-block;
  font-size: 20px;
  color: #666666;
  vertical-align: -10px;
}
.materials_cont ul li.wood p,
.materials_cont ul li.kitchen p,
.materials_cont ul li.bathroom p,
.materials_cont ul li.woodDoor p,
.materials_cont ul li.floor p {
  vertical-align: 4px;
}
.materials_cont .materials_cont_itme li.active {
  background-color: #c32b37;
}
.materials_cont .materials_cont_itme li.active p {
  color: #fff;
}

.materials_cont .materials_cont_itme li.active h3 {
  color: #fff;
  border-color: #fff;
}

.materials_itme ul li {
  width: 668px;
  height: 400px;
  position: absolute;
  top: 62px;
  left: 58px;
  display: none;
  cursor: pointer;
}
.materials_list {
  float: left;
  width: 350px;
}
.materials_pic {
  float: left;
}
.materials_list h2 {
  color: #c32c37;
  font-size: 32px;
  font-weight: 400;
}
.materials_list i {
  display: block;
  width: 72px;
  height: 2px;
  margin: 18px 0 30px;
  background-color: #c32c37;
}
.materials_cont .materials_list p {
  display: block;
  width: 350px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 12px;
}
.materials_cont .materials_list p img {
  margin-right: 6px;
}
.materials_pic img {
  display: block;
  width: 270px;
  border: 4px solid #f4ede5;
  margin-top: 28px;
  margin-left: 28px;
}
.materials_itme ul li.active {
  display: block;
}

/* 终身售后 */
.afterSale {
  width: 100%;
  height: 1520px;
  background-image: linear-gradient(to top right, #941415, #ce474d, #931216);
}
.afterSale_box {
  width: 1280px;
  margin: 0 auto;
}
.afterSale_box .afterSale_title img {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding-top: 92px;
}
.afterSale_box .afterSale_title p {
  padding-top: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 45px;
}
.afterSale_cont {
  width: 1228px;
  margin: 0 auto;
}
.afterSale_cont ul{
  float: left;
  margin-left: 46px;
}
.afterSale_cont ul:nth-child(1){
  margin-left: 0;
}
.afterSale_cont ul:nth-child(even){
  margin-top:46px;
}
.afterSale_cont ul li {
  position: relative;
  width: 270px;
  height: 360px;
  background: url(../images/afterSale_cont_bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 46px;
  padding-top: 28px;
  cursor: pointer;
}

.afterSale_cont ul li i {
  position: absolute;
  left: 34px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  background-color: #f1ede4;
  color: #6d6155;
  border-radius: 50%;
  font-style: normal;
}
.afterSale_cont ul li img {
  display: block;
  width: 211px;
  border-radius: 50%;
  margin:0 auto;
  border: 2px solid #FFF;
}
.afterSale_cont ul li h3 {
  font-size: 32px;
  color: #661c03;
  text-align: center;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 12px;
}
.afterSale_cont ul li p {
  font-size: 14px;
  color: #6f6156;
  text-align: center;
  font-weight: 600;
}
.afterSale_cont ul li:hover{
  box-shadow: 0 0 25px rgba(3, 3, 3, 0.5);
}