.banner {
  width: 100%;
  height: 649px;
  background: #000 url(../images/service/banner.png) no-repeat center;
}

.banner a {
  margin-top: 514px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

.banner a:hover {
  color: #da1a45;
}

.h2-title {
  font-size: 32px;
  line-height: 32px;
  color: #383838;
}

.bgfafafa {
  background-color: #fafafa;
}

.s-icon {
  background: url(../images/serviceProgress/icon.png) no-repeat;
}

.foreword {
  padding: 82px 0 48px;
}

.foreword .left {
  width: 446px;
  padding-top: 48px;
}

.foreword .left .intro {
  font-family: PingFang-SC-Bold;
  font-size: 28px;
  line-height: 40px;
  color: #040000;
  margin-bottom: 42px;
  font-weight: 600;
}

.foreword .left p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #212121;
}

.foreword .left p span {
  color: #da1a45;
}

.foreword .left .button {
  margin-top: 25px;
}

.foreword .right {
  width: 774px;
  height: 460px;
}

.foreword .right img {
  display: block;
  width: 100%;
  height: 100%;
}

.progress .left {
  width: 308px;
}

.progress .left .intro {
  font-family: PingFang-SC-Bold;
  font-size: 26px;
  line-height: 35px;
  color: #040000;
  margin-bottom: 35px;
  font-weight: 600;
}

.progress .left .p-sub {
  font-size: 16px;
  margin-bottom: 5px;
  color: #212121;
}

.progress .left .p-sub span {
  color: #da1a45;
}

.progress .right {
  width: 912px;
}

.service-progress {
  background: #424242 url(../images/serviceProgress/bg1.png) no-repeat center;
  padding: 100px 0 82px;
}

.service-progress .left .h2-title {
  color: #fff;
}

.service-progress .left ul {
  margin-top: 45px;
  position: relative;
}

.service-progress .left ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 185px;
  height: 1px;
  overflow: hidden;
  background-color: #909091;
}

.service-progress .left ul li {
  position: relative;
  text-indent: -9999px;
  padding: 18px 0;
}

.service-progress .left ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  overflow: hidden;
  background-color: #909091;
  z-index: 10;
}

.service-progress .left ul li span {
  display: block;
  height: 36px;
}

.service-progress .left ul .li1 span {
  background-position: 0 -418px;
  width: 125px;
}

.service-progress .left ul .li1::before {
  width: 92px;
}

.service-progress .left ul .li2 span {
  background-position: 0 -462px;
  width: 226px;
}

.service-progress .left ul .li2::before {
  width: 240px;
}

.service-progress .right {
  background: url(../images/serviceProgress/bg2.png) no-repeat;
  height: 570px;
  overflow: hidden;
  padding: 60px 0 0 90px;
}

.service-progress .right ul li {
  float: left;
  width: 182px;
  margin-right: 92px;
  margin-bottom: 60px;
}

.service-progress .right ul li .li-title {
  text-indent: -9999px;
  width: 166px;
  height: 62px;
  margin-bottom: 20px;
}

.service-progress .right ul li .li-title1 {
  background-position: 0 0;
}

.service-progress .right ul li .li-title2 {
  background-position: 0 -66px;
}

.service-progress .right ul li .li-title3 {
  background-position: 0 -132px;
}

.service-progress .right ul li .li-title4 {
  background-position: 0 -198px;
}

.service-progress .right ul li .li-title5 {
  background-position: 0 -264px;
}

.service-progress .right ul li .li-title6 {
  background-position: 0 -330px;
  height: 78px;
  margin-bottom: 4px;
}

.service-progress .right ul li .li-content {
  font-family: MicrosoftYaHeiUI;
  line-height: 24px;
  color: #eeebec;
  margin-bottom: 20px;
}

.service-progress .right ul li .li-button a {
  display: block;
  width: 88px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #eeebec;
  text-align: center;
  border-radius: 14px;
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 14px;
  color: #ffffff;
  z-index: 5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-progress .right ul li .li-button a::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 14px;
}

.service-progress .right ul li .li-button a:hover {
  font-weight: bold;
}

.service-progress .right ul li .li-button a:hover::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border: 1px solid #da1a45;
  background-color: #da1a45;
}

.design-progress {
  padding: 66px 0 80px;
}

.design-progress .left {
  padding-top: 48px;
}

.design-progress .right {
  background-color: #fafafa;
}

.design-progress .right ul {
  padding: 40px 15px;
}

.design-progress .right ul li {
  float: left;
  width: 294px;
  padding: 0 30px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.design-progress .right ul li .image {
  width: 235px;
  height: 156px;
  overflow: hidden;
  margin-bottom: 20px;
}

.design-progress .right ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.design-progress .right ul li h4 {
  font-family: MicrosoftYaHei-Bold;
  color: #212121;
  font-weight: bold;
}

.design-progress .right ul li p {
  color: #868686;
}

.design-progress .right ul li .p-last {
  color: #000000;
}

.design-progress .right ul li .li-title {
  margin-bottom: 25px;
}

.design-progress .right ul li .li-title h4 {
  margin-bottom: 5px;
}

.design-progress .right ul li .li-title h4 span {
  color: #da1a45;
  font-weight: bold;
}

.design-progress .right ul li .li-deliver {
  margin-bottom: 40px;
}

.design-progress .right ul li .li-deliver h4 {
  margin-bottom: 5px;
}

.design-progress .right ul li .li-button a {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #212121;
  text-align: center;
  border-radius: 20px;
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 14px;
  color: #000000;
  z-index: 5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.design-progress .right ul li .li-button a::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 14px;
}

.design-progress .right ul li .li-button a:hover {
  color: #fff;
}

.design-progress .right ul li .li-button a:hover::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border: 1px solid #da1a45;
  background-color: #da1a45;
}

.design-progress .right ul li:nth-last-child(1) {
  border-right: none;
}

.design-progress .right ul li:hover .image img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.construction-progress {
  background-color: #131313;
  padding: 72px 0;
}

.construction-progress .left .h2-title, .construction-progress .left .intro, .construction-progress .left .p-sub {
  color: #fff;
}

.construction-progress .right ul {
  width: 951px;
}

.construction-progress .right ul li {
  float: left;
  width: 272px;
  margin-right: 45px;
}

.construction-progress .right ul li .li-title {
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
  position: relative;
  padding-left: 68px;
}

.construction-progress .right ul li .li-title i {
  position: absolute;
  left: 10px;
  top: -23px;
  width: 43px;
  height: 42px;
}

.construction-progress .right ul li .li-title .construction-icon1 {
  width: 35px;
  background-position: -205px -186px;
}

.construction-progress .right ul li .li-title .construction-icon2 {
  background-position: -198px -238px;
}

.construction-progress .right ul li .li-title .construction-icon3 {
  background-position: -198px -288px;
}

.construction-progress .right ul li .li-deliver {
  line-height: 22px;
  color: #aaaaaa;
  position: relative;
  padding-top: 25px;
  margin-bottom: 20px;
}

.construction-progress .right ul li .li-deliver::before {
  position: absolute;
  left: 10px;
  top: 0;
  width: 100%;
  height: 19px;
  overflow: hidden;
  content: '';
  background: url(../images/serviceProgress/icon.png) no-repeat;
}

.construction-progress .right ul li .li-button a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #aaaaaa;
  text-align: center;
  border-radius: 14px;
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 14px;
  color: #868686;
  z-index: 5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.construction-progress .right ul li .li-button a::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 14px;
}

.construction-progress .right ul li .li-button a:hover {
  color: #fff;
}

.construction-progress .right ul li .li-button a:hover::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border: 1px solid #da1a45;
  background-color: #da1a45;
}

.construction-progress .right ul .li1 .li-deliver::before {
  background-position: 0 -508px;
}

.construction-progress .right ul .li2 .li-deliver::before {
  background-position: 0 -540px;
}

.construction-progress .right ul .li3 .li-deliver::before {
  background-position: 0 -570px;
}

.aftersale-progress {
  padding: 80px 0 90px;
}

.aftersale-progress .right .aftersale-title {
  width: 132px;
  height: 248px;
  padding: 15px 18px 0;
  border: solid 3px #131313;
  margin-right: 31px;
}

.aftersale-progress .right .aftersale-title .p1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 21px;
  color: #da1a45;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.aftersale-progress .right .aftersale-title .p2 {
  color: #000000;
  margin-bottom: 60px;
  font-weight: bold;
}

.aftersale-progress .right .aftersale-title .p2 strong {
  font-size: 26px;
}

.aftersale-progress .right .aftersale-title .p3 {
  font-family: MicrosoftYaHei-Bold;
  color: #000000;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.aftersale-progress .right .aftersale-title .p4 {
  font-size: 12px;
  font-family: MicrosoftYaHeiLight;
  color: #131313;
}

.aftersale-progress .right ul li {
  float: left;
  width: 186px;
  height: 248px;
  border: solid 3px #e7e7e7;
  margin-left: -3px;
  text-align: center;
  padding-top: 24px;
}

.aftersale-progress .right ul li em {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.aftersale-progress .right ul li .aftersale-icon1 {
  background-position: -215px 0;
}

.aftersale-progress .right ul li .aftersale-icon2 {
  background-position: -215px -30px;
}

.aftersale-progress .right ul li .aftersale-icon3 {
  background-position: -215px -60px;
}

.aftersale-progress .right ul li .aftersale-icon4 {
  background-position: -215px -89px;
}

.aftersale-progress .right ul li .li-title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 50px;
}

.aftersale-progress .right ul li .li-content {
  color: #131313;
  margin-bottom: 14px;
}

.aftersale-progress .right ul li .li-step i {
  width: 34px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

.aftersale-progress .right ul li .li-step .aftersale-step1 {
  background-position: 0 -595px;
}

.aftersale-progress .right ul li .li-step .aftersale-step2 {
  background-position: -37px -595px;
}

.aftersale-progress .right ul li .li-step .aftersale-step3 {
  background-position: -76px -595px;
}

.aftersale-progress .right ul li .li-step .aftersale-step4 {
  background-position: -116px -595px;
}

.aftersale-progress .right ul li:hover em {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.special {
  background: #fafafa;
  padding: 90px 0 50px;
}

.special .item {
  width: 590px;
  height: 246px;
  margin-bottom: 20px;
}

.special .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 130px 35px 0;
}

.special .item a .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.special .item a h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.special .item a p {
  font-size: 20px;
  position: relative;
  z-index: 3;
}

.special .item a:hover .img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.special .link-show {
  padding-top: 35px;
  padding-bottom: 20px;
}

.special .link-show .link1:hover {
  color: #da1a45;
}

.special .link-show .link2:hover {
  color: #000000;
}
