.banner {
  background: url(../images/special/banner1.png) no-repeat center top;
  width: 100%;
  height: 649px;
  overflow: hidden;
}

.h2-title {
  font-size: 28px;
  line-height: 28px;
  color: #1f2020;
  text-align: center;
  margin: 70px 0 48px;
}

.specialUl {
  width: 1260px;
  padding-bottom: 50px;
}

.specialUl li {
  float: left;
  width: 590px;
  height: 247px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.specialUl li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.specialUl li a::before {
  position: absolute;
  content: '';
  z-index: 10;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #ffffff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
}

.specialUl li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.specialUl li a .word {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 510px;
  z-index: 10;
}

.specialUl li a .word h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}

.specialUl li a .word p {
  font-size: 20px;
}

.specialUl li a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.contacts {
  background-color: #fafafa;
  padding: 60px 0;
}

.contacts .phone {
  width: 590px;
  height: 123px;
  background-color: #f4f5f7;
  padding: 35px 0 0 228px;
  position: relative;
}

.contacts .phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.contacts .phone i {
  position: absolute;
  top: 0;
  height: 123px;
}

.contacts .phone .phone-icon {
  left: 15px;
  width: 162px;
  background: url(../images/constructionAftersale/icon2.png) no-repeat;
}

.contacts .phone .mobile-icon {
  left: 42px;
  width: 126px;
  background: url(../images/constructionAftersale/icon3.png) no-repeat;
}

.contacts .phone h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contacts .phone p {
  font-family: Montserrat-Light;
  font-size: 31px;
  line-height: 36px;
  letter-spacing: 1px;
}

/* 手机端样式  */
.mobile {
  display: none;
}
.mobile .mobile-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: .32rem;
}
.mobile .mobile-header .mobile-topbar {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: .4667rem;*/
}
.mobile .mobile-header .mobile-topbar .mobile-logo {
  width: 1.92rem;
  height: .4667rem;
}
.mobile .mobile-header .mobile-topbar .mobile-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile .mobile-header .mobile-topbar .mobile-tag {
  display: flex;
  align-items: center;
}
.mobile .mobile-header .mobile-topbar .mobile-tag i {
  display: block;
}
.mobile .mobile-header .mobile-topbar .mobile-tag a {
  display: flex;
  align-items: center;
  color: #da1a45;
}
.mobile .mobile-header .mobile-topbar .mobile-tag .mobile-tag-1 {
  width: .3333rem;
  height: .28rem;
  background: url(../images/common/mobile_tag1.png) no-repeat;
  background-size: 100%;
  margin-right: .2667rem;
}
.mobile .mobile-header .mobile-topbar .mobile-tag .mobile-tag-2 {
  width: .3067rem;
  height: .3067rem;
  background: url(../images/common/mobile_tag2.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 640px){
  body,
  .w1200 {
    width: 100%;
    min-width: 100%;
  }

  body {
    padding-top: 1.2rem;
  }

  .header,
  .footer {
    display: none;
  }

  .mobile {
    display: block;
  }

  .banner {
    width: 100%;
    height: auto;
    padding-top: 33.8%;
    background-size: cover;
  }

  .h2-title {
    font-size: 0.5rem;
    margin: 0.8rem 0;
  }

  .specialUl {
    width: 100%;
    padding: 0 0.4rem;
  }

  .specialUl li {
    width: 100%;
    height: 4rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }

  .specialUl li a .word {
    width: 70%;
  }

  .contacts {
    padding: 20px 0;
  }

  .contacts .phone {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 1rem;
  }
}

