body {
    background-color: #fafafa;
}
#top-nav {
    justify-content: flex-start;
}
.news-item a {
    flex: auto;
}
footer {
    background: url(../images/lxbg.jpg) center;
    background-size: cover;
    padding-top: 100px;
}
footer nav div {
    text-align: center;
}
footer nav a {
    font-size: 16px;
    line-height: 36px;
    margin: 0;
}
footer nav h3 {
    margin-bottom: 0;
}
footer nav h3 a {
    font-size: 24px;
}
footer .foot {
    margin-top: 80px;
}
.solution-list div {
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    width: 100%;
    flex: auto;
}
.solution-list div + div {
    margin-left: 20px;
}
.solution-list div .img {
    display: block;
    width: 100% !important;
    height: 200px;
    margin: 0 !important;
    background: url(../images/solution_10.jpg) center;
    background-size: cover;
}
.solution-list div:nth-of-type(2) .img {
    background: url(../images/solution_11.jpg) center;
}
.solution-list div:nth-of-type(3) .img {
    background: url(../images/solution_12.jpg) center;
}
.solution-list div:nth-of-type(4) .img {
    background: url(../images/solution_13.jpg) center;
}
.solution-list div p a {
    float: right;
    display: inline-block;
    font-size: 14px;
    width: auto;
    padding: 5px 15px;
    margin: 0 !important;
    background-color: red;
    color: white;
    border-radius: 20px;
}
.location {
    border-color: #aaaaaa;
}
.content {
    background-color: white;
    padding: 1em;
}
.content table {
    width: 100%;
}
#fixd-box {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 9999;
}
#fixd-box a {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    background: url(../images/picon3.png) center #FFF;
}
#fixd-box a:first-child:hover {
    background: url(../images/picon33.png) center #333;
}
#fixd-box a:last-child {
    background: url(../images/top.png) center #333;
    margin-top: 1px;
}
#fixd-box a span {
    display: none;
    position: absolute;
    width: 200px;
    height: 55px;
    left: -201px;
    top: 0;
    line-height: 55px;
    background-color: #333;
    color: white;
    text-align: center;
}
#fixd-box a:hover span {
    display: block;
}
.content p {
    text-indent: 0;
}
.m-head {
    overflow:hidden;
}
.m-head img {
    padding:0;
}
.m-head span {
    float:right;
    font-size:20px;
    line-height:61px;
}
.m-nav {
  background: #1a7c64;
  line-height: 40px;
  color: white;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.m-nav a {
  color: white;
}

.m-nav div {
  flex: auto;
  width: 30%;
  text-align: center;
}

.m-nav div ul {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 1px;
  background: #FFFFFF;
  text-align: center;
  padding: 10px 2em;
  list-style: none;
  margin: 0;
}

.m-nav div ul li {
  border-bottom: 1px dashed #DDDDDD;
}

.m-nav div ul li:last-of-type {
  border: 0;
}

.m-nav div ul a {
  color: #393D49;
}

@media (max-width:639px){
    body{
        padding-top: 61px;
    }
    .cp-lm-item {
        padding: 10px;
        margin: 20px auto;
    }
    .cp-lm-item p {
        line-height: 20px;
        height: 60px;
        margin-top: -5px;
    }
.solution-list {
    flex-wrap: wrap;
}
.solution-list div .img {
    width: 50% !important;
    float: left;
    margin-right: 10px !important;
}
.solution-list div + div {
    margin-left: 0;
    margin-top: 20px;
}
footer {
    padding-top: 0;
}
footer .foot {
    margin-top: 0;
}
.m-nav {
    display: flex;
  }
  .news-list .news-item img{
      width: 60px;
  }
  .news-list .news-item a:first-child {
      margin-right: 10px;
  }
  .news-list .news-item h4 {
      font-size: 16px;
      margin-top: 10px;
  }
  .content {
      margin-left: -15px;
      margin-right: -15px;
  }
  .content h1 {
      font-size: 24px;
  }
  .cp-lm-item img {
      margin-right: 15px;
  }
  .cp-list a {
      width: 100%;
  }
}
