.qdcx-main {
  padding: 0.2rem;
}


.qdcx-detail{
     padding: 0.4rem 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.qdcx-line {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.qdcx-img {
  position: relative;
  width: 100%;
}

.qdcx-img img {
  width: 100%;
}



.qdcx-text {
  padding: 0.2rem;
  background: #80a533;
}

.qdcx-title {
  padding: 0 0 0.2rem;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: url(../images/white.png) no-repeat 0 bottom/0.4rem 2px;
}

.qdcx-content {
  margin: 0.2rem 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.qdcx-more {
  width: 160px;
  margin: 0.2rem 0 0;
  text-align: center;
}

.qdcx-more a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
}

.qdcx-line:nth-child(2) .qdcx-text{
  order: 1;
}

@media (min-width: 1200px) {
  .qdcx-main {
    width: 72vw;
    margin: 0 auto;
    padding: 2vw 0;
  }
  
  
.qdcx-detail {
    padding: 2vw 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
    text-align: center;
  }


  .qdcx-line {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 2vw 0;
  }

  .qdcx-img {
    position: relative;
    width: 36vw;
    overflow: hidden;
  }

  .qdcx-img img {
    width: 100%;
    transition: 0.3s;
  }
  .qdcx-img:hover img {
    transform: scale(1.1);
  }

  .qdcx-text {
    width: 36vw;
    padding: 3vw;
    background: #80a533;
  }

  .qdcx-title {
    padding: 0 0 1vw;
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 2vw;
    color: #fff;
    background: url(../images/white.png) no-repeat 0 bottom/2vw 2px;
  }

  .qdcx-content {
    margin: 1vw 0;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #fff;
    text-align: justify;
  }

  .qdcx-more {
    width: 7.5vw;
    margin: 2vw 0 0;
    text-align: center;
  }

  .qdcx-more a {
    display: block;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 1vw;
        transition: 0.3s;
  }
  .qdcx-more a:hover {
    color: #fff;
    background: #80a533;
    transform:translate3d(0, -0.5vw,0);
  }

  .qdcx-line:nth-child(2) .qdcx-text{
    order: 0;
  }
}

/* detail */
.qdcx-er-title {
  padding: 0 0 0.2rem;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #80a533;
  text-align: center;
  background: url(../images/green.jpg) no-repeat center bottom/0.4rem 2px;
}
.qdcx-er-detail {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

.qdcx-er-line {
  padding: 0.2rem 0;
}

.qdcx-er-img {
  position: relative;
  padding: 0 0 0.4rem 0.4rem;
}

.qdcx-er-img img {
  position: relative;
  z-index: 10;
  width: 100%;
  transition: 0.3s;
}
.qdcx-er-img:hover img {
  transform: scale(1.05);
}

.qdcx-er-img-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.4rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background: #80a533;
}

.qdcx-er-img2 {
  position: relative;
  padding: 0 0.4rem 0.4rem 0;
}

.qdcx-er-img2 img {
  position: relative;
  z-index: 10;
  width: 100%;
}

.qdcx-er-img-bg2 {
  position: absolute;
  z-index: 1;
  left: 0.4rem;
  top: 0.4rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background: #80a533;
}

.qdcx-er-text {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 1200px) {
  .qdcx-er-title {
    padding: 0 0 1vw;
    font-weight: bold;
    font-size: 2vw;
    line-height: 2.4vw;
    color: #80a533;
    text-align: center;
    background: url(../images/green.jpg) no-repeat center bottom/2vw 2px;
  }
  .qdcx-er-detail {
    padding: 1vw 0 2vw;
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: #000;
    text-align: center;
  }

  .qdcx-er-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 0;
  }

  .qdcx-er-img {
    position: relative;
    width: 36vw;
    padding: 0 0 2.5vw 2.5vw;
    overflow: hidden;
  }

  .qdcx-er-img img {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
  }
  .qdcx-er-img:hover img {
    transform: scale(1.1);
  }

  .qdcx-er-img-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2.5vw;
    width: calc(100% - 2.5vw);
    height: calc(100% - 2.5vw);
    background: #80a533;
  }

  .qdcx-er-img2 {
    position: relative;
    width: 36vw;
    overflow: hidden;
    padding: 0 2.5vw 2.5vw 0;
  }

  .qdcx-er-img2 img {
    position: relative;
    z-index: 10;
    width: 100%;
    transition: 0.3s;
  }
  .qdcx-er-img2:hover img {
    transform: scale(1.1);
  }


  .qdcx-er-img-bg2 {
    position: absolute;
    z-index: 1;
    left: 2.5vw;
    top: 2.5vw;
    width: calc(100% - 2.5vw);
    height: calc(100% - 2.5vw);
    background: #80a533;
  }

  .qdcx-er-text {
    width: 36vw;
    padding: 2.5vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
  }
}



.com-nav {
  background: #80a533;
}

.com-nav ul li {
  border-bottom: 1px solid #fff;
}
.com-nav ul a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}
@media (min-width: 1200px) {
  .com-nav {
    padding: 0;
  }
  .com-nav ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 5vw;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0 0 1vw;
    border: 0;
  }
  .com-nav ul a {
      padding: 0 0.5vw;
    font-size: 0.9vw;
    line-height: 2.4vw;
  }

  .com-nav ul a:hover {
     color: #80a533;
    background: #fff;
  }
}

