@charset "UTF-8";
body {
  font-family: "微软雅黑";
  background: url(../img/dm3.jpg);
}

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

a:hover {
  color: #01AAED;
}

p {
  margin-bottom: 0;
}

.hot, .nav-box nav, footer nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dm-duct .dm-img a, .dm-news dl:hover, .dm-tj .dm-lm a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.info1 img {width:100%}
.top-box {
  background: #f6f6f6;
}

.dm-about {
  padding: 4em 0 6em 0;
  background: url(../img/dm.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.dm-about .dm-wm p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 2;
}

.dm-about .dm-wm h6 {
  margin-top: 3em;
  text-align: center;
}

.dm-about .dm-wm h6 a {
  color: #FF5722;
  padding: 15px 25px;
  border: 1px solid #FF5722;
  box-shadow: 0px 0px 20px #FF5722;
  border-radius: 5px;
}

.dm-about .dm-wm h6 a:hover {
  background: #FF5722;
  color: #FFFFFF;
}

.dm-duct {
  padding-bottom: 4em;
  background: #f6f6f6;
}

.dm-duct .dm-img {
  padding-top: 1em;
}

.dm-duct .dm-img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.dm-duct .dm-img a:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 87, 34, 0.7);
  content: '';
  display: block;
  z-index: 2;
}

.dm-duct .dm-img img {
  width: 100%;
}

.dm-duct .dm-img p {
  text-align: center;
  line-height: 3;
}

.dm-duct .dm-img:hover a img {
  transform: scale(1.1);
  -webkit-box-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.5s;
}

.dm-news {
  margin-top: 2em;
}

.dm-news dl {
  display: table;
  margin-bottom: 15px;
  cursor: pointer;
}

.dm-news dl dt {
  padding: 1.5em 0;
  vertical-align: middle;
  display: table-cell;
  width: 90px;
  text-align: center;
  background: #FF5722;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 14px;
}

.dm-news dl dt b {
  display: block;
  font-size: 30px;
}

.dm-news dl dd {
  vertical-align: top;
  display: table-cell;
  position: relative;
  overflow: hidden;
  padding: 0 1em;
  background: #FFFFFF;
}

.dm-news dl dd a {
  color: #2F4056;
}

.dm-news dl dd p {
  font-size: 14px;
  color: #666;
}

.dm-news dl dd h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.dm-news dl:hover dt {
  background: #ff8b00;
  transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: 0.5s;
}

.dm-news dl:hover dd {
  transition: 0.5s;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
}

.dm-news img {
  width: 100%;
}

.list-group-item.active {
  background: #FF5722;
  border-color: #FF5722;
}

.list-group-item.active:hover {
  background: #FF5722;
  border-color: #FF5722;
}

.dm-tj {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-bottom: 4em;
  margin-top: 4em;
  background: #f6f6f6;
}

.dm-tj .dm-lm {
  margin-top: 3em;
}

.dm-tj .dm-lm a {
  display: block;
  position: relative;
  overflow: hidden;
}

.dm-tj .dm-lm a p {
  text-align: center;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  line-height: 160px;
  background: rgba(255, 87, 34, 0.7);
  opacity: 0;
}

.dm-tj .dm-lm a:hover p {
  width: 100%;
  transition: 0.7s;
  color: #FFFFFF;
  opacity: 1;
}

.title {
  margin: 4em 0 1em 0;
  text-align: center;
}

.title strong {
  font-size: 30px;
  color: #FF5722;
}

.title .tit {
  margin-top: 0.5em;
  background: url(../img/dd.png) no-repeat;
  background-position: 50% 100%;
  height: 50px;
}

.title .tit span {
  font-size: 18px;
  color: #7b7b7b;
}

.title .tit span:first-child {
  color: #1E9FFF;
  margin-right: 5px;
}

.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

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

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

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

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

#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 {
  display: none;
  position: absolute;
  left: -184px;
  bottom: 44px;
}

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

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

.about p {
  line-height: 25px;
}

.about p a {
  padding: 6px;
  font-size: 14px;
  border: 1px solid #999;
}

.about p a:hover {
  background: #ff8b00;
  color: #FFFFFF;
}

.title-min {
  font-size: 24px;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
}

.title-min small {
  color: #999;
}

.title-min small:before {
  content: '/';
  margin: 0 5px;
}

.us img {
  width: 50%;
  float: left;
  margin: 0 1em 0 0;
}

.us p {
  line-height: 1.6;
  text-align: justify;
  color: #666;
  text-indent: 2em;
}

.us a {
  float: right;
  color: #ff8b00;
}

.news {
  padding-left: 0;
  list-style: none;
}

.news li {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 50px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #e9e9e9;
}

.news li span {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e9e9e9;
  color: #FFFFFF;
  line-height: 24px;
}

.hot {
  flex-wrap: wrap;
  margin: 0 -5px;
}

.hot span {
  text-align: center;
  margin: 5px;
  background: #ff8b00;
  color: #FFFFFF;
  line-height: 2;
  flex: auto;
  padding: 0 1em;
}

.hot span:after {
  content: '搬家公司';
}

.main {
  margin-top: 3em;
}

.left .panel-body p {
  line-height: 2;
  border-bottom: 1px dashed #e9e9e9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info {
  background: #FBFBFB;
  padding: 2em;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.info h3 {
  text-align: center;
  margin-top: 0;
}

.info h3 + p {
  text-align: center;
  text-indent: 0;
}

.info dt {
  position: relative;
  overflow: hidden;
}

.info dt a {
  text-align: center;
}

.info dd {
  line-height: 35px;
}

.news-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #e9e9e9;
}

.news-list li span {
  float: right;
}

.prevnext {
  border-top: 1px dashed #666;
  padding-top: 10px;
  margin-top: 2em;
}

.page {
  text-align: center;
  margin: 20px 0;
}

.page a {
  padding: 3px 6px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  text-decoration: none;
  color: #337ab7;
}

.page a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.page a:first-child {
  border-radius: 5px 0 0 5px;
}

.page a:last-child {
  border-radius: 0 5px 5px 0;
}

.page span.nolink {
  padding: 3px 6px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  color: #999999;
}

.page span:first-child {
  border-radius: 5px 0 0 5px;
}

.page span:last-child {
  border-radius: 0 5px 5px 0;
}

.page span font {
  padding: 3px 6px;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  color: #337ab7;
  background: rgba(0, 0, 0, 0.05);
}

.top-box {
  line-height: 2;
  color: #666;
  height: 28px;
  overflow: hidden;
}

.logo-box {
  padding: 1em 0;
}

.logo-box .logo img {
  max-width: 100%;
}

.logo-box .hidden-sm {
  border-left: 1px solid #393D49;
}

.logo-box .hidden-sm P {
  font-size: 18px;
  margin: 5px 0;
  color: #393D49;
}

.logo-box p {
  font-size: 16px;
  color: #999;
}

.logo-box h2 {
  margin: 10px 0 6px 0;
  font-size: 26px;
  color: #FF5722;
}

.logo-box > div:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
  .logo-box {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .logo-box .logo {
    margin-right: 0;
  }
  .owl-theme .owl-dots {
    bottom: 0;
  }
}

.nav-box {
  background: #231815;
  font-size: 16px;
  border-bottom: 3px solid #FF5722;
}

.nav-box ul, .nav-box li {
  list-style: none;
}

.nav-box nav {
  max-width: 1140px;
  margin: auto;
}

.nav-box nav > li {
  flex: auto;
  position: relative;
}

.nav-box nav > li:first-of-type a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-box nav > li a {
  display: block;
  text-align: center;
  line-height: 3;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-box nav > li ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #231815;
  padding: 0;
  margin: 0;
}

.nav-box nav > li ul li {
  border-top: 1px solid #ffa233;
}

.nav-box nav > li ul li a {
  line-height: 2.5;
}

.nav-box nav > li ul li a:hover {
  background: #ff8b00;
}

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

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

.nav-box nav > li.active > a {
  background: #ff8b00;
}

footer {
  border-top: 4px solid #FF5722;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #393D49;
  margin-top: 3em;
  color: #e9e9e9;
}

footer .title-min {
  font-size: 18px;
}

footer nav {
  flex-wrap: wrap;
}

footer nav a {
  color: #e9e9e9;
  text-align: center;
  padding: 0 5px;
}

.foot {
  margin-top: 1em;
}

.foot a {
  color: #e9e9e9;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 4em;
  }
  .info {
    padding: 0;
    font-size: 14px;
    background: none;
  }
  .news-list li {
    list-style: none;
  }
  .news-list li span {
    display: none;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #ff8b00;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #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 #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}

.info1 img {
  margin: auto;
  display: block;
}

.news-title {
  text-align: center;
}

.news-title + p {
  text-align: center;
}
