.dm-content {
  display: flex;
}
.dm-content .box {
  overflow: hidden;
  flex: 1;
  border-top: 2px solid #936f54;
}
.dm-content .box .title {
  text-align: center;
  margin-top: 31px;
}
.dm-content .box .title h1 {
  font-size: 24px;
  color: #1b1b1b;
}
.dm-content .box .title p {
  margin-top: 10px;
  font-size: 18px;
  color: #676767;
}

.pc-left {
  width: 255px;
  margin-right: 32px;
}
.pc-left .s-tit {
  height: 66px;
  text-indent: 28px;
  font-size: 24px;
  color: #ffffff;
  line-height: 66px;
  background: url('../images/left-bg.jpg') no-repeat center center;
  background-size: 255px 66px;
}
.pc-left .nav ul li a {
  display: block;
  width: 195px;
  height: 58px;
  border-bottom: 1px solid #ede2d5;
  line-height: 58px;
  padding-left: 60px;
  background: #187462 url('../images/left-arrow.png') no-repeat 39px center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
.pc-left .nav ul li a.active {
  background: #f1e9df url('../images/left-arrow-active.png') no-repeat 39px center;
  color: #1a1a1a;
}
.pc-left .pic {
  margin-top: 28px;
  width: 255px;
  height: 201px;
}


.pc-right {
  width: 301px;
  margin-left: 32px;
}
.pc-right .news {
  margin-top: 20px;
}
.pc-right .news .s-tit {
  display: block;
  height: 66px;
  background: url('../images/zx-bg.jpg') no-repeat center center;
  background-size: 301px 66px;
}
.pc-right .news .s-tit a {
  display: block;
  text-indent: 28px;
  font-size: 24px;
  color: #ffffff;
  line-height: 66px;
}
.pc-right .news .s-tit a:hover {
  color: #fe0000;
}
.pc-right .news ul {
  background: #f4f4f4;
  padding: 20px 10px ;
  
}
.pc-right .news ul li a {
  display: block;
  text-indent: 10px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #3b3b3b;
}
.pc-right .news ul li a:hover {
  color: #fe0000;
}
.dm-content .box {
  transition: all 0.8s; 
  -webkit-transform:translateY(200px);
  -moz-transform:translateY(200px);
  -ms-transform:translateY(200px);
  -o-transform:translateY(200px);
  transform:translateY(200px); 
  opacity:0;
}
.content .active {
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
  opacity: 1;
}


/* 02.list */
.list .content .dl li {
  display: flex;
  margin-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cacaca;
}
.list .content .dl li .pic {
  margin-right: 18px;
  width: 176px;
  height: 117px;
}
.list .content .dl li .txt {
  position: relative;
  flex: 1;
}
.list .content .dl li .txt h3 {
  display: flex;
}
.list .content .dl li .txt h3 a {
  display: block;
  flex: 1;
  color: #191919;
  font-size: 20px;
}
.list .content .dl li .txt h3 a:hover {
  color: #fe0000;
}
.list .content .dl li .txt h3 span {
  display: block;
  font-weight: normal;
  color: #8b8b8b;
  font-size: 16px;
}
.list .content .dl li .txt p {
  line-height: 24px;
  color: #626262;
  margin-top: 10px;
  font-size: 15px;
}
.list .content .dl li .txt .detail {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 26px;
  line-height: 26px;
  background: #936f54;
  text-align: center;
  color: #ffffff;
  margin-top: 9px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  opacity: .8;
}
.list .content .dl li .txt .detail:hover {
  opacity: 1;
}

/* 03.article */
.article .content .info h1 {
  text-align: center;
  margin-top: 14px;
  line-height: 44px;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}
.article .content .info p {
  color: #727272;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.article .content .info p span {
  display: inline-block;
  padding: 0 17px;
}
.article .content .nr {
  margin: 16px 0;
}
.article .content .nr p {
  text-indent: 2em;
  font-size: 15px;
  color: #333;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-word;
}
.article .content .nr img {
  display: block;
  margin: 0 auto;
}
.article .content .piece {
  display: flex;
}
.article .content .piece a {
  flex: 1;  
  color: #5f5f5f;
  font-size: 14px;
}
.article .content .piece a:hover {
  color: #fe0000;
}
.article .content .piece a.next {
  text-align: right;
}
.article .content .piece a span {
  display: inline;
}

/* 04.introduction 公司简介 */
.introduction .box .warper .pic {
  margin-top: 12px;
}
.introduction .box .warper .pic img {
  display: block;
  margin: 0 auto;
}
.introduction .box .warper p {
  line-height: 30px;
  color: #191919;
  font-size: 15px;
  text-indent: 2rem;
  margin-top: 36px;
  padding-bottom: 12px;
  text-align: justify;
  text-justify: inter-word;
}

/* 05.contact 联系我们 */
.contact .box {
  border-top: 0;
}
.contact .box .map {
  padding-bottom: 36px;
  border-bottom: 2px solid #936f54;
}
.contact .box .map .web {
  display: none;
}
.contact .box .address {
  padding: 36px 0;
  border-bottom: 2px dashed #838383;
}
.contact .box .address p {
  line-height: 32px;
  color: #191919;
  font-size: 16px;
}

/* 06.trade */
.trade .box {
 border-top: 0;
}
.trade .list ul {
  display: flex;
  flex-wrap: wrap;
}
.trade .list ul li {
  width: 291px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.trade .list ul li:nth-child(3n) {
  margin-right: 0;
}
.trade .list ul li .pic {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.trade .list ul li .pic img {
  display: block;
  width: 100%;
  height: 230px;
}
.trade .list ul li .pic:hover {
  border: 1px solid #fe0000;
  -webkit-transform: translate3d(0,-4px,0);
  -moz-transform: translate3d(0, -4px, 0);
  -o-transform: translate3d(0, -4px, 0);
  transform: translate3d(0,-4px,0);
  -webkit-box-shadow: 0 0 9px rgba(8, 1, 3, .5);
  -moz-box-shadow:  0 0 9px rgba(8, 1, 3, .5);
  -o-box-shadow:  0 0 9px rgba(8, 1, 3, .5);
  box-shadow: 0 0 9px rgba(8, 1, 3, .5);
}
.trade .list ul li h2 {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-weight: normal;
  color: #111111;
  font-size: 14px;
}
.trade .list ul li h2 a {
  display: block;
  color: #151515;
}
.trade .list ul li h2 a:hover {
  color: #fe0000;
}

/* 07.business */
.business .content {
  overflow: hidden;
}
.business .box .warper .pic {
  margin-top: 12px;
}
.business .box .warper .pic img {
  display: block;
  -webkit-transform: translateX(127px);
  -moz-transform: translateX(127px);
  -o-transform: translateX(127px);
  transform: translateX(127px);
}
.business .box .warper p {
  line-height: 30px;
  color: #191919;
  font-size: 15px;
  text-indent: 2rem;
  margin-top: 36px;
  padding-bottom: 12px;
  text-align: justify;
  text-justify: inter-word;
}

/*尺寸小于640*/
@media screen and (max-width:640px){
  /* 公用 */
  .pc-left,
  .pc-right {
    display: none;
  }
  .dm-content  {
    overflow: hidden;
  }
  .dm-content .box {
    border-top: 1px solid #936f54;
  }
  .dm-content .box .title {
    margin-top: 1.6rem;
  }
  .dm-content .box .title h1 {
    font-size: 1.8rem;
  }
  .dm-content .box .title p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .banner {
    display: none;
  }
  #page {
    display: none;
  }
  .more {
    display: block;
    width: 35%;
    margin: 1.6rem auto 0;
    height: 2.6rem;
    line-height: 2.6rem;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    background: #e80000;
    border-radius: .4rem;    
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    cursor: pointer;
  }

  /* 02.list */
  .list .content .dl li {
    margin-top: 0;
    padding: 1.2rem 0;
  }
  .list .content .dl li .pic {
    margin-right: .8rem;
    width: 11rem;
    height: auto;
  }
  .list .content .dl li .pic img {
    width: 11rem;
  }
  .list .content .dl li .txt h3 {
    display: block;
  }
  .list .content .dl li .txt h3 a {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
  }
  .list .content .dl li .txt h3 span  {
    display: none;
  }
  .list .content .dl li .txt p {
    color: #626262;
    margin-top: .2rem;
    font-size: 1.3px;
    line-height: 1.6rem;
    height: 3.2rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list .content .dl li .txt .detail {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #936f54;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 1rem;
    opacity: 1;
  }

  /* 03.article 文章页 */
  .article .content .info h1 {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .article .content .info p {
    margin-top: .6rem;
    font-size: 1.2rem;
    line-height: 2rem;
    height: 2rem;
  }
  .article .content .nr {
    margin: 1.2rem 0 1.8rem;
  }
  .article .content .nr img {
    display: block;
    width: 80%;
    margin: 1.2rem auto;
  }
  .article .content .nr p {
    text-indent: 2em;
    margin-top: .6rem;
    color: #333;
    font-size: 1.3rem;
  }
  .article .content .info p span {
    margin: 0 .8rem;
  }
  .article .content .piece a span {
    display: block;
  }
  .article .content .piece a {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #333;
  }

  /* 04.introduction 公司简介 */
  .introduction .box .warper .pic {
    margin-top: 1rem;
  }
  .introduction .box .warper .pic img {
    width: 100%;
  }
  .introduction .box .warper p {
    line-height: 2.2rem;
    font-size: 1.3rem;
    margin-top: 1.4rem;
    padding-bottom: .6rem;
  }



  /* 05.contact 联系我们 */
  .contact .box .map {
    margin-top: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #936f54;
  }
  .contact .box .map .web {
    display: block;
    width: 100%;
  }
  .contact .box .map .pc {
    display: none;
  }
  .contact .box .address {
    padding: 1.2rem 0;
    border-bottom: 1px dashed #838383;
  }
  .contact .box .address p {
    line-height: 2.2rem;
    color: #191919;
    font-size: 1.3rem;
  }
  
  /* 06.trade */
  .trade .list {
    margin-top: 1.6rem;
  }
  .trade .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .trade .list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .trade .list ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .trade .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .trade .list ul li .pic {
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
  }
  .trade .list ul li .pic img {
    height: auto;
  }
  .trade .list ul li .pic:hover {
    border: 1px solid #fe0000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 0px rgba(8, 1, 3, .1);
    -moz-box-shadow:  0 0 0px rgba(8, 1, 3, .1);
    -o-box-shadow:  0 0 0px rgba(8, 1, 3, .1);
    box-shadow: 0 0 0px rgba(8, 1, 3, .1);
  }
  .trade .list ul li h2 {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: normal;
    color: #111111;
    font-size: 14px;
  }
  .trade .list ul li h2 a {
    display: block;
    color: #151515;
  }
  .trade .list ul li h2 a:hover {
    color: #151515;
  }
  /* 07.business */
  .business .content {
    overflow: hidden;
  }
  .business .box .warper .pic {
    margin-top: 1rem;
  }
  .business .box .warper .pic img {
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .business .box .warper p {
    line-height: 2.2rem;
    font-size: 1.3rem;
    margin-top: 1.4rem;
    padding-bottom: .6rem;
  }


}