@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

a:hover {
  color: #FF5722;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.prevnext {
  margin: 30px 0;
}

.prevnext_left:hover a,
.prevnext_right:hover a {
  color: #c40000;
}

.prevnext_left a,
.prevnext_right a {
  color: #000;
  text-decoration: none;
}

.info img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info2 dd {
  height: 105px;
  overflow: hidden;
}

.a-banner img {
  width: 100%;
}

#contact {
  display: none;
}

.main {
  padding: 3em 0;
  background: rgba(82, 82, 82, 0.05);
}

.info {
  background: #FFFFFF;
  padding: 10px;
}

.info p {
  line-height: 32px;
  margin: 0;
}

.info .zz {
  margin: 10px 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FF5722 !important;
}

.add {
  background: #FF5722;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
}

.add a {
  color: #FFFFFF;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

#contact-p {
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #FF5722;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.ditu {
  background: #f5f5f5;
  line-height: 34px;
  font-size: 14px;
}

.head {
  margin: 15px 0 20px 0;
}

.head .col-md-5 {
  margin-top: 21px;
}

.head .col-md-5 img {
  max-width: 100%;
  float: left;
  margin-right: 10px;
}

.head .col-md-5 span {
  float: left;
  border-left: 0px #000 solid;
  margin-top: 15px;
  line-height: 24px;
}

.head .col-md-5 span p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #525252;
}

.head .col-md-4 {
  margin-top: 28px;
  text-align: center;
}

.head .col-md-4 span {
  margin-left: 15px;
  margin-right: 20px;
  color: #525252;
  font-size: 16px;
}

.head .iphone {
  padding-left: 50px;
}

.head .iphone .iphone1 {
  margin-top: 21px;
}

.head .iphone .iphone1 img {
  float: left;
  margin-right: 10px;
}

.head .iphone .iphone1 p:nth-child(2) {
  font-size: 14px;
  margin: 0;
}

.head .iphone .iphone1 p:nth-child(3) {
  font-size: 20px;
}

.head .iphone i {
  font-size: 3em;
  color: #525252;
  float: left;
  padding-left: 50px;
  font-weight: bold;
}

.head .iphone span {
  width: 140px !important;
  float: right;
  color: #525252;
  display: block;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
}

.head .iphone b {
  color: #FF5722;
  font-size: 26px;
}

.nav-box {
  width: 100%;
  height: 50px;
  background: #FF5722;
}

.nav-box nav {
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex > li {
  width: 14.28%;
  height: 50px;
  position: relative;
}

.nav-box .flex > li:hover ul {
  display: block;
}

.nav-box .flex > li > a {
  text-decoration: none;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 16px;
  position: relative;
  display: block;
}

.nav-box .flex > li > a:hover {
  background: #525252;
}

.nav-box .flex > li ul {
  display: none;
  z-index: 999;
  padding: 0;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px;
}

.nav-box .flex > li ul a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-box .flex > li ul li:hover {
  background: #000;
}

.banner img {
  width: 100%;
}

.bb {
  display: none !important;
}

.banner1 [class^="b"] {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 450px;
}

.banner1 [class^="b"] p {
  width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
  letter-spacing: 5px;
  text-align: center;
  padding: 180px 0;
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner1 .b2 {
  background: url(../img/banner1.jpg) no-repeat;
}

/**************************head***************************/
.title {
  text-align: center;
}

.title h3 {
  font-size: 30px;
  color: #FF5722;
  margin: 0;
  margin-bottom: 10px !important;
}

.title h3:after, .title h3:before {
  border-bottom: 1px solid #FF5722;
  content: "";
  display: inline-block;
  width: 13%;
  margin: auto 50px;
  text-align: center;
  margin-bottom: 9px;
}

.title p {
  margin-bottom: 2em;
  font-size: 16px;
  color: #525252;
}

.bjfw {
  padding-bottom: 4em;
  padding-top: 4em;
}

.bjfw .col-md-4 .bj-all {
  box-shadow: 0px 3px 6px 0px #ddd;
  border-radius: 3px;
}

.bjfw .col-md-4 .bj-all > div {
  overflow: hidden;
}

.bjfw .col-md-4 .bj-all > div img {
  border-radius: 3px 3px 0 0;
  width: 100%;
}

.bjfw .col-md-4 .bj-all > div img:hover {
  transform: scale(1.1);
  transition: 0.25s;
}

.bjfw .col-md-4 .bj-all .fw-title {
  padding: 20px;
}

.bjfw .col-md-4 .bj-all .fw-title h3 {
  margin-top: 0;
  font-size: 18px;
}

.bjfw .col-md-4 .bj-all .fw-title p {
  font-size: 14px;
  color: #525252;
}

/**************************搬家服务***************************/
.about {
  padding-bottom: 4em;
  padding-top: 4em;
  background: url(../img/4.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.about .title h3, .about .title p {
  color: #FFFFFF;
}

.about .title h3:before, .about .title h3:after, .about .title p:before, .about .title p:after {
  border-bottom: 1px solid #FFFFFF;
}

.about .about-title {
  padding: 30px;
}

.about .about-title h4 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}

.about .more {
  text-align: center;
}

.about .more a {
  display: inline-block;
  margin: auto;
  color: #FFFFFF;
  padding: 10px 50px;
  background: #FF5722;
  border-radius: 3px;
}

.about .more a:hover {
  background: #525252;
}

/**************************关于沛邦***************************/
.why {
  padding-bottom: 4em;
  padding-top: 4em;
  background: #FFFFFF;
}

.why .col-md-3 {
  padding-right: 7px;
  padding-left: 7px;
  transition: 0.5s;
}

.why .col-md-3:hover {
  margin-top: -10px;
}

.why .col-md-3 span {
  background: #eee;
  text-align: center;
  height: 60px;
  width: 100%;
  padding: 20px 0 30px 0;
  display: block;
  border-radius: 5px 5px 0 0;
  text-shadow: 0 0px 1px #FFFFFF;
}

.why .col-md-3 span i {
  font-size: 50px;
  line-height: 60px;
  color: #FF5722;
}

.why .col-md-3 h3 {
  background: #eee;
  padding-top: 50px;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0px;
}

.why .col-md-3 h3:after {
  content: '';
  width: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: block;
  text-align: center;
  margin: auto;
  padding-top: 15px;
}

.why .col-md-3 p {
  background: #eee;
  text-indent: 2em;
  font-size: 14px;
  height: 150px;
  line-height: 28px;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 10px  10px;
}

/**************************我们的优势***************************/
.fwlc {
  background: rgba(82, 82, 82, 0.05);
  padding-bottom: 4em;
  padding-top: 4em;
}

.fwlc .fwlc-btm .btm1 {
  margin-right: 10.6%;
  float: left;
}

.fwlc .fwlc-btm .btm1:first-child {
  margin-left: 5%;
}

.fwlc .fwlc-btm .btm1:last-child {
  margin: 0;
}

.fwlc .fwlc-btm .btm1 .btm1-4:before {
  display: none !important;
}

.fwlc .fwlc-btm .btm1 div {
  position: relative;
  border-radius: 100%;
  border: 2px #FF5722 solid;
  width: 164px;
  height: 164px;
  text-align: center;
  line-height: 150px;
}

.fwlc .fwlc-btm .btm1 div:before {
  position: absolute;
  right: -110px;
  width: 110px;
  height: 2px;
  background-color: #ff6600;
  content: "";
  top: 80px;
  display: block;
}

.fwlc .fwlc-btm .btm1 div img {
  margin-left: -50px;
}

.fwlc .fwlc-btm .btm1 div span {
  position: relative;
  left: -60px;
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #FF5722;
  line-height: 56px;
  top: 0%;
  color: #FFFFFF;
  border-radius: 100%;
  font-size: 18px;
  font-weight: bold;
}

.fwlc .fwlc-btm .btm1 p {
  margin-top: 30px;
  text-align: center;
  line-height: 24px;
  clear: both;
}

/**************************服务流程***************************/
.zs {
  margin-bottom: 4em;
  padding-top: 4em;
}

.zs .more {
  text-align: center;
}

.zs .more a {
  display: inline-block;
  margin: auto;
  background: #FF5722;
  color: #FFFFFF;
  padding: 8px 60px;
  margin-top: 2em;
  font-size: 16px;
  border-radius: 3px;
}

.zs .more a:hover {
  background: #525252;
  transition: 0.25s;
}

.zs .xxk .bjxw1 li {
  border-bottom: 1px solid rgba(57, 61, 73, 0.1);
  width: 49%;
  float: left;
  margin-right: 0.5%;
  padding: 10px;
}

.zs .xxk .bjxw1 li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #eee;
}

.zs .xxk .bjxw1 li:hover h4, .zs .xxk .bjxw1 li:hover b, .zs .xxk .bjxw1 li:hover i {
  color: #FF5722;
}

.zs .xxk .bjxw1 li a {
  display: block;
  line-height: 34px;
}

.zs .xxk .bjxw1 li a i {
  font-size: 17px;
}

.zs .xxk .bjxw1 li h4 {
  margin: 0;
  width: 75%;
  padding-left: 10px;
  font-size: 16px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zs .xxk .bjxw1 li b {
  float: right;
  font-weight: normal;
  margin: 0;
  text-align: right;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 1px;
  color: rgba(57, 61, 73, 0.7);
}

/**************************知识管理***************************/
.foot {
  font-size: 14px;
  padding: 20px 0 30px 0;
  background: #525252;
  color: rgba(255, 255, 255, 0.5);
}

.foot .link {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
}

.foot .link:hover {
  color: #FF5722;
}

.foot .jszc {
  text-align: center;
  padding-top: 20px;
}

.foot .jszc a:hover {
  color: #FF5722 !important;
}

.foot .foot_left a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.foot .foot_left a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.foot .foot_left p {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.foot .foot_left p:last-child {
  margin-top: 10px;
}

.foot .foot_left .foot_nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}

.foot .foot_left .foot_nav li {
  list-style: none;
}

.foot .foot_left .foot_nav ul {
  display: none !important;
}

.foot-ft {
  text-align: center;
}

.foot-ft p {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  text-align: none;
  color: rgba(255, 255, 255, 0.8);
}

/**************************foot***************************/
.left ul {
  padding: 0;
}

.left ul .active {
  background: #525252;
}

.left ul .active a {
  color: #FFFFFF;
}

.left ul li {
  background: #FF5722;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #FFFFFF;
}

.left ul li:hover {
  background: #525252;
}

.left ul li a {
  display: block;
  color: #FFFFFF;
}

.left ul li:first-child {
  border-radius: 5px 5px 0 0;
}

.left ul li:last-child {
  border-bottom: 1px solid #525252;
  border-radius: 0 0 5px 5px;
}

.item {
  position: relative;
}

.item .img {
  overflow: hidden;
  padding: 0;
  width: 29%;
  margin: 20px 2%;
  border-radius: 3px;
}

.item .img:hover .it-cont {
  background: rgba(57, 61, 73, 0.5);
}

.item .img:hover .it-cont p {
  opacity: 1;
  transform: translate3d(0, -230px, 0) scale(1);
}

.item .img:hover .it-cont h3 {
  background: none;
}

.item .img img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.item .img h3 {
  background: rgba(57, 61, 73, 0.7);
  color: #FFFFFF;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin-top: 150px;
  transition: 0.35s;
}

.item .it-cont {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

.item .it-cont a {
  text-decoration: none;
  display: block;
  z-index: 99999;
}

.item .it-cont p {
  margin: 0 20px;
  margin-top: 50px;
  box-shadow: 0px 0px 15px #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  opacity: 0;
  font-size: 14px;
  padding: 0.5em;
  transform: translate3d(0, -250px, 0);
  transition: 0.35s;
}

/**************************left内页***************************/
.news_content dl {
  box-shadow: 1px 2px 5px #FF5722;
  background: #FFFFFF;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background-color: rgba(255, 87, 34, 0.6) !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #666;
}

.news_content dl dt b {
  display: block;
  font-size: 30px;
  color: #FFFFFF;
}

.news_content dl dt span {
  color: #FFFFFF;
}

.news_content dl dd {
  background: rgba(255, 87, 34, 0.7);
  padding: 10px;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd h4 {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 20px;
}

.news_content dl dd h4 a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 33px;
  overflow: hidden;
  font-size: 14px;
  text-indent: 2em;
  color: #FFFFFF;
  padding-bottom: 10px;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.news_content dl:hover dd {
  background-color: rgba(255, 87, 34, 0.8) !important;
}

.news_content dl:hover dt {
  background-color: rgba(255, 87, 34, 0.7) !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd h4 {
  color: #FFFFFF;
}

.news_content dl:hover dd p {
  color: #FFFFFF;
}

.news_content dl:hover dd p a {
  color: #FFFFFF;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  .title h3,
  .title h3 span {
    font-size: 16px !important;
  }
  .title h3:before,
  .title h3:after {
    margin-bottom: 5px;
  }
  .title p {
    margin-bottom: 2em;
  }
  .container {
    padding: 0 10px;
  }
  .zs .xxk .bjxw1 li {
    width: 100%;
  }
  .zs .xxk .bjxw1 li h4 {
    width: 65%;
  }
  strong {
    font-size: 12px !important;
  }
  font {
    font-size: 12px !important;
  }
  .info img {
    width: 100%;
  }
  /**************************公共***************************/
  .page a,
  .page span {
    font-size: 16px !important;
  }
  .banner img {
    width: 100%;
  }
  .head .col-md-5 {
    margin: 0;
  }
  .head .col-md-5 img {
    display: block;
    margin: auto;
    float: none;
  }
  .bb {
    display: block !important;
  }
  .banner1 {
    display: none !important;
  }
  .bjfw .col-md-4 {
    margin-bottom: 20px;
  }
  .zs .col-md-6 {
    margin-bottom: 10px;
  }
  .zs .col-md-6 img {
    display: none !important;
  }
  .title h3:before, .title h3:after {
    width: 20%;
    margin: auto 20px;
  }
  .why .col-md-3:hover {
    margin-top: 0 !important;
  }
  .why .col-md-3:hover span, .why .col-md-3:hover h3, .why .col-md-3:hover p {
    margin-top: 0 !important;
  }
  .fwlc .fwlc-btm .btm1:first-child {
    margin-left: 8%;
  }
  .fwlc .fwlc-btm .btm1 {
    margin-right: 0;
    margin-left: 8%;
  }
  .fwlc .fwlc-btm .btm1:last-child {
    margin-left: 8%;
  }
  .fwlc .fwlc-btm .btm1 div:before {
    display: none;
  }
  .foot {
    margin-bottom: 20px;
  }
  #contact-p {
    display: none !important;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #FF5722;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
