img {
  display: block;
  max-width: 100%;
}
input:focus,
select:focus {
  outline: 0;
  border: 0;
}
@-webkit-keyframes cd {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes cd {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@-o-keyframes cd {
  0% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
}
@keyframes cd {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
}
sbody {
  max-width: 640px;
  min-width: 320px;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.warn {
  color: #fd0404;
}
.container {
  width: 7.03rem;
  margin: 0 auto;
}
.dgpx-banner {
  position: relative;
  padding-top: 4.51rem;
}
.dgpx-banner .dgpx-banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.dg-sec {
  padding: 0.46rem 0 0.4rem;
}
.pro-guid {
  text-align: center;
}
.pro-guid h2 {
  font-size: 0.35rem;
  color: #262625;
  line-height: 0.26rem;
  margin-bottom: 0.4rem;
}
.pro-guid p.qy {
  position: relative;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin-bottom: 0.36rem;
  padding: 0 0.2rem;
}
.pro-guid p.qy::after {
  position: absolute;
  left: 50%;
  bottom: -0.14rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 2.14rem;
  height: 1px;
  background: #cc7833;
  content: '';
}
.pro-guid p.warn {
  font-size: 0.26rem;
}
.dg-tit {
  text-align: center;
}
.dg-tit h2 {
  font-size: 0.3542rem;
  color: #cc7833;
  line-height: 0.32rem;
}
.dg-tit p {
  position: relative;
  display: inline-block;
  font-size: 0.25rem;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  line-height: 0.22rem;
  margin-top: 0.18rem;
}
.dg-tit p i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #cfa972;
  border-radius: 50%;
}
.dg-tit p i:first-child {
  left: -0.2rem;
}
.dg-tit p i:first-child::before {
  position: absolute;
  top: 50%;
  left: -1.22rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  content: '';
  width: 1.18rem;
  height: 1px;
  background: #666;
}
.dg-tit p i:last-child {
  right: -0.2rem;
}
.dg-tit p i:last-child::before {
  position: absolute;
  top: 50%;
  right: -1.22rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  content: '';
  width: 1.18rem;
  height: 1px;
  background: #666;
}
.rmtj-container {
  width: 6.22rem;
  height: 4.62rem;
  margin: 0 auto;
  padding-top: 0.9rem;
}
.rmtj-slide-wrap {
  position: relative;
  width: 5.96rem;
  height: 3.58rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #cb7733;
  background: #fefdfc;
  margin: 0 auto;
  border-radius: 0.09rem;
  -webkit-box-shadow: 0.682px 0.731px 0.128rem 0.7px rgba(115, 114, 113, 0.91);
  box-shadow: 0.682px 0.731px 0.128rem 0.7px rgba(115, 114, 113, 0.91);
}
.rmtj-desc {
  width: 3.44rem;
}
.rmtj-desc .rmtj-thumb {
  text-align: center;
}
.rmtj-desc .rmtj-thumb img {
  position: relative;
  top: -0.78rem;
  width: 2.39rem;
  margin: 0 auto;
}
.div_e.rmtjs {
  margin-bottom: 0;
}
.rmtj-tit {
  position: relative;
  top: -0.78rem;
  text-align: center;
}
.rmtj-tit h3 {
  line-height: 0.45rem;
  font-size: 0.28rem;
  color: #792b13;
}
.rmtj-tit h3 span {
  font-size: 0.2rem;
}
.rmtj-tit p {
  font-size: 0.18rem;
}
.rmtj-btn {
  line-height: 0.36rem;
  position: relative;
  top: -0.78rem;
}
.rmtj-btn span {
  display: block;
  width: 1.5rem;
  margin: 0 auto;
  border-radius: 0.09rem;
  background-color: #93522b;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.208rem;
}
.rmtj-wrap {
  position: relative;
}
.rmtj-wrap:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.92rem;
  background: #f1f1f1;
  content: '';
  z-index: 0;
}
.rmtj-time {
  position: absolute;
  right: 0.3rem;
  top: -0.22rem;
  width: 2.24rem;
}
.rmtj-time .rmtj-time-thumb img {
  width: 100%;
}
.rmtj-time .rmtj-time-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.rmtj-time .rmtj-time-wrap h4 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.42rem;
}
.rmtj-time .rmtj-time-wrap p {
  font-size: 0.2rem;
}
.rmtj-list {
  background: #f1f1f1;
  padding: 0.128rem 0 0.288rem;
}
.rmtj-list .rmtj-l-wrap {
  width: 93.75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item {
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid #ca7634;
  margin-right: 0.16rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item .rmtj-l-thumb img {
  width: 100%;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item .rmtj-l-desc {
  text-align: center;
  padding: 0.16rem 0;
  background: #fff;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item .rmtj-l-desc p {
  font-size: 0.26rem;
  color: #000;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item .rmtj-l-desc h3 {
  font-size: 0.27rem;
  color: #792b13;
  line-height: 0.5rem;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item .rmtj-l-desc p.next-icon {
  width: 1.6rem;
  margin: 0.08rem auto 0;
  border-radius: 0.07rem;
  background: #cc7833;
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #fff;
  text-align: center;
}
.rmtj-list .rmtj-l-wrap .rmtj-l-item:last-child {
  margin-right: 0;
}
.rmtj-btn {
  line-height: 0.42rem;
  position: relative;
  top: -1.72rem;
}
.rmtj-btn a {
  display: block;
  width: 1.8rem;
  margin: 0 auto;
  border-radius: 0.08rem;
  background-color: #cc7833;
  color: #fff;
  text-align: center;
  font-size: 0.26rem;
  margin-top: 1.3rem;
}
.zy-btn {
  margin: 0.36rem auto 0;
  width: 5.82rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.28rem;
  display: block;
  background:#d76d00;
  border-radius: 0.32rem;
  color: #fff;
  -webkit-animation: cd 0.9s infinite;
  -moz-animation: cd 0.9s infinite;
    -o-animation: cd 0.9s infinite;
       animation: cd 0.9s infinite;
}
.dg-lesson .lesson-wrap .lesson-item {
  padding: 0.36rem 0 0.28rem;
  border-bottom: 1px dashed #cc7833;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-desc {
  position: relative;
  padding-left: 0.84rem;
  padding-right: 0.3rem;
  margin-bottom: 0.18rem;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-desc::before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 0.61rem;
  height: 0.61rem;
  background: url(/images/hbtp/kcicon01.jpg) no-repeat center;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
  content: '';
}
.dg-lesson .lesson-wrap .lesson-item .lesson-desc p {
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-desc p strong {
  position: relative;
  display: inline-block;
  font-size: 0.28rem;
  color: #cc7833;
  font-weight: 700;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-desc p strong::before {
  position: absolute;
  left: -0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 0.4rem;
  background: #cc7833;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(2) .lesson-desc::before {
  background: url(/images/hbtp/kcicon02.jpg) no-repeat 0 0;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(3) .lesson-desc::before {
  background: url(/images/hbtp/kcicon03.jpg) no-repeat 0 0;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(4) .lesson-desc::before {
  background: url(/images/hbtp/kcicon04.jpg) no-repeat 0 0;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(5) .lesson-desc::before {
  background: url(/images/hbtp/kcicon05.jpg) no-repeat 0 0;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(6) .lesson-desc::before {
  background: url(/images/hbtp/kcicon06.jpg) no-repeat 0 0;
  -o-background-size: 0.61rem 0.61rem;
     background-size: 0.61rem 0.61rem;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-thumb .l-thumg-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-thumb .l-thumg-wrap .l-thumb-item {
  margin-right: 0.12rem;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-thumb .l-thumg-wrap .l-thumb-item:first-child {
  width: 3.9rem;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-thumb .l-thumg-wrap .l-thumb-item:last-child {
  width: 2.98rem;
  margin-right: 0;
}
.dg-lesson .lesson-wrap .lesson-item .lesson-thumb .l-thumg-wrap .l-thumb-item:last-child img:first-child {
  margin-bottom: 0.1rem;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(2n) .l-thumg-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dg-lesson .lesson-wrap .lesson-item:nth-child(2n) .l-thumg-wrap .l-thumb-item:first-child {
  margin-right: 0;
  margin-left: 0.12rem;
}
.xdds-wrap {
  padding: 1.22rem 0.16rem 0;
}
.xdds-wrap .xdds-tit {
  font-size: 0.32rem;
  color: #cb7733;
  text-indent: 0.5rem;
  margin-bottom: 0.24rem;
}
.xdds-tit > div {
  margin-bottom: 0.2rem;
}
.xdds-tit > div span {
  display: inline-block;
  line-height: 0.56rem;
  padding: 0 0.34rem;
  background: #cb7733;
  font-size: 0.3rem;
  border-radius: 0.28rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-indent: 0;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top {
  position: relative;
  padding: 0.26rem 0.42rem 0.26rem;
  font-size: 0.26rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbe0c9), to(rgba(251, 224, 201, 0.2)));
  background-image: -webkit-linear-gradient(right, #fbe0c9 0%, rgba(251, 224, 201, 0.2) 100%);
  background-image: -o-linear-gradient(right, #fbe0c9 0%, rgba(251, 224, 201, 0.2) 100%);
  background-image: -moz-linear-gradient(right, #fbe0c9 0%, rgba(251, 224, 201, 0.2) 100%);
  background-image: linear-gradient(-90deg, #fbe0c9 0%, rgba(251, 224, 201, 0.2) 100%);
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top .kczj-t-wrap h4 {
  margin-bottom: 0.2rem;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top .kczj-t-wrap h4 span {
  display: inline-block;
  line-height: 0.56rem;
  padding: 0 0.34rem;
  background: #cb7733;
  font-size: 0.3rem;
  border-radius: 0.28rem;
  color: #fff;
  text-transform: uppercase;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top .kczj-t-wrap .dstxt {
  line-height: 0.4rem;
  color: #782b14;
  font-size: 0.28rem;
  font-weight: 700;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top .kczj-t-wrap .kczj-thumb {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  width: 3.16rem;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-top .kczj-t-wrap .kczj-thumb img {
  width: 100%;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-bot {
  padding: 0 0.42rem;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-bot .kczj-honor p {
  position: relative;
  line-height: 0.54rem;
  font-size: 0.26rem;
  margin-left: 0.2rem;
}
.xdds-wrap .xdds-kczj .kczj-desc .kczj-desc-bot .kczj-honor p::before {
  position: absolute;
  top: 50%;
  left: -0.18rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 0.11rem;
  height: 0.11rem;
  content: '';
  background: #fe8302;
  border-radius: 50%;
}
.jxtd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.jxtd-list .jxtd-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  background: #f6e2d5;
  margin-right: 0.1rem;
}
.jxtd-list .jxtd-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.15rem;
}
.jxtd-list .jxtd-item:first-child {
  border-top-left-radius: 0.15rem;
}
.jxtd-list .jxtd-item .jxtd-thumb img {
  display: block;
  width: 100%;
}
.jxtd-list .jxtd-item .jxtd-name {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
}
.jxtd-list .jxtd-item .jxtd-name .jxtd-btn {
  display: block;
  width: 1.2rem;
  margin: 0 auto;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background: #cb7733;
  text-align: center;
  color: #fff;
  font-size: 0.25rem;
}
.dgjy-wrap {
  padding-top: 0.48rem;
}
.dgjy-wrap .jy-item .jy-desc {
  padding-left: 2.62rem;
  border-radius: 0.06rem;
  background: #f1f1f1;
  position: relative;
}
.dgjy-wrap .jy-item .jy-desc .jy-desc-tit {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 2.6rem;
  text-align: center;
}
.dgjy-wrap .jy-item .jy-desc .jy-desc-tit h3 {
  font-size: 0.3rem;
  color: #cc7833;
  line-height: 0.3rem;
  margin-bottom: 0.12rem;
}
.dgjy-wrap .jy-item .jy-desc .jy-desc-tit p {
  font-size: 0.22rem;
  color: #0d0d0d;
  text-transform: uppercase;
}
.dgjy-wrap .jy-item .jy-desc .jy-list {
  font-size: 0.23rem;
  padding: 0.16rem 0;
}
.dgjy-wrap .jy-item .jy-desc .jy-list li {
  position: relative;
  line-height: 0.4rem;
  padding-left: 0.18rem;
}
.dgjy-wrap .jy-item .jy-desc .jy-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #cc7833;
}
.dgjy-wrap .jy-item .jy-thumb {
  margin-top: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.dgjy-wrap .jy-item .jy-thumb .jy-thumb-item {
  width: 2.26rem;
  margin-right: 0.12rem;
}
.dgjy-wrap .jy-item .jy-thumb .jy-thumb-item:last-child {
  margin-right: 0;
}
.dgjy-wrap .jy-item .jy-thumb .jy-thumb-item p {
  text-align: center;
  font-size: 0.25rem;
  color: #cc7833;
  line-height: 0.5rem;
  font-weight: 700;
}
.w600 {
  width: 93.75%;
  margin: 0 auto;
}
.hslbox8_1 {
  border-collapse: collapse;
  margin: 0.48rem auto 0.1875rem;
}
.hslbox8_1 tr td {
  width: 33.333333%;
  border: 1px solid #cc7833;
  padding: 0.1875rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.26rem;
}
.hslbox8_1 tr td img {
  display: inline-block;
}
.hslbox8_1 tr td a {
  display: block;
  color: #000;
  width: 100%;
  font-size: 0.28rem;
}
.hslbox8_1 tr td a img {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.hslbox8_2 {
  position: relative;
}
.hslbox8_2 .hslbox8_span1 {
  position: absolute;
  left: 0;
  top: 0.04rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f50100;
  color: #fff;
  text-align: center;
  font-size: 0.225rem;
  line-height: 0.375rem;
  z-index: 10;
}
.hslbox8_2 p {
  border-left: 1px dashed #dadada;
  margin-left: 0.1875rem;
  position: relative;
  padding: 0 0 0 0.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.hslbox8_2 p .span2 {
  display: inline-block;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.3375rem;
}
.hslbox8_2 .hslbox8_span2 {
  position: absolute;
  left: 0;
  top: 0.52rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f50100;
  color: #fff;
  text-align: center;
  font-size: 0.225rem;
  line-height: 0.375rem;
  z-index: 10;
}
.hslbox8_2 .hslbox8_span3 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f50100;
  color: #fff;
  text-align: center;
  font-size: 0.225rem;
  line-height: 0.375rem;
  z-index: 10;
}
.hslbox8_2 p:nth-child(2) {
  padding: 0.1875rem 0 0.1875rem 0.375rem;
}
.hslbox8_2 p .wen {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  color: #fff;
  background-color: #e19d15;
  height: 0.375rem;
  border-radius: 0.1875rem;
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.375rem;
  font-weight: bold;
}
.hsslbox9 {
  width: 100%;
  background: url(/images/hbtp/form-bg.jpg) no-repeat 0 0;
  -o-background-size: 100%;
     background-size: 100%;
  padding-top: 0.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hsslbox9 h1 {
  color: #fff;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 0.375rem;
  text-align: center;
  margin-bottom: 0.1875rem;
}
.hsslbox9 .hsslbox9_1 {
  background-color: #fff;
  border-radius: 0.09rem;
  overflow: hidden;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.hsslbox9 .hsslbox9_2 {
  padding: 0.1875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hsslbox9 .hsslbox9_2 a {
  display: inline-block;
  width: 20%;
}
.hsslbox9 .hsslbox9_2 ul {
  display: inline-block;
  width: 75%;
  padding: 0.1875rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hsslbox9 .hsslbox9_2 ul li {
  float: left;
  width: 31%;
  margin-left: 2%;
}
.hsslbox9 .hsslbox9_2 ul li:first-child,
.hsslbox9 .hsslbox9_2 ul li:nth-child(4) {
  margin-left: 0;
}
.hsslbox9 .hsslbox9_2 ul li img {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}
.hsslbox9 .hsslbox9_2 ul li span {
  font-size: 0.26rem;
  line-height: 0.3375rem;
}
.form_a {
  width: 100%;
  padding: 0 0.1875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_a .form_line {
  color: #000;
  font-size: 0.2625rem;
  line-height: 0.375rem;
}
.form_a .form_line .zhuanye,
.form_a .form_line .name,
.form_a .form_line .phone {
  width: 80%;
  height: 0.5625rem;
  background-color: #f0f0f0;
  border-radius: 0.28rem;
  border: none;
  padding-left: 0.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0.1rem;
}
.form_a .form_line .name {
  margin: 0.1875rem 0.09375rem;
}
.form_a .form_line .phone {
  margin-left: 0.09375rem;
}
.form_a .form_btn {
  display: block;
  width: 80%;
  height: 0.5625rem;
  color: #fff;
  font-size: 0.2625rem;
  line-height: 0.5625rem;
  background-color: #93522b;
  border-radius: 0.375rem;
  text-align: center;
  margin: 0.1875rem auto 0;
  border: none;
  margin-left: 0.9rem;
  -webkit-animation: cd 0.9s infinite;
  -moz-animation: cd 0.9s infinite;
    -o-animation: cd 0.9s infinite;
       animation: cd 0.9s infinite;
}
.hslbox5_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 0.44rem 0.2rem 0.2rem;
}
.hslbox5_1 li {
  font-size: 0.25rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-right: 0.26rem;
}
.hslbox5_1 li:last-child {
  margin-right: 0;
}
.hslbox5_text {
  line-height: 0.3rem;
  margin-top: 0.18rem;
}
.xuezi_slide {
  position: relative;
  overflow: hidden;
  height: 1.96rem;
}
.xuezi_slide ul {
  width: 1000rem;
  height: 1.96rem;
  position: absolute;
  left: 0;
}
.xuezi_slide ul li {
  float: left;
  display: block;
  width: 2.32rem;
  height: 1.96rem;
  margin-right: 0.08rem;
}
.tempWrap {
  width: 100% !important;
}
.lg-xd-bottom {
  display: none!important;
}
.orcl {
  color: #f5ad00;
}
.gray-bg {
  background: #e9ebee;
}
.dg-form .dg-form-tit {
  text-align: center;
  font-size: 0.35rem;
}
.dg-form .xdtyk-form {
  width: 4.94rem;
  margin: 0.28rem auto 0;
}
.dg-form .xdtyk-form .form-tips {
  text-align: center;
  font-size: 0.26rem;
}
.dg-form .xdtyk-form .form-tips span {
  font-weight: 700;
}
.dg-form .xdtyk-form .form-item input {
  width: 100%;
  display: block;
  line-height: 0.56rem;
}
.dg-form .xdtyk-form .form-item input[type="text"],
.dg-form .xdtyk-form .form-item input[type="tel"] {
  color: #4d4d4d;
  font-size: 0.26rem;
  text-indent: 0.2rem;
  margin-bottom: 0.24rem;
  border: 1px solid #262223;
  border-radius: 0.06rem;
}
.dg-form .xdtyk-form .form-item input[type="text"]:focus,
.dg-form .xdtyk-form .form-item input[type="tel"]:focus {
  outline: none;
}
.dg-form .xdtyk-form .form-item.form-sub {
  position: relative;
}
.dg-form .xdtyk-form .form-item.form-sub input {
  background: #cc7833;
  color: #fff;
  font-size: 0.3rem;
  border: 0;
  margin-top: 0.13rem;
  line-height: 0.6rem;
}
.dg-form .xdtyk-form .form-item.form-sub .qxst {
  position: absolute;
  right: -0.4rem;
  top: -0.14rem;
  width: 1.12rem;
  background: #fb3f39;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.05rem 0.05rem 0.05rem 0;
  -webkit-animation: cd 0.9s infinite;
  -moz-animation: cd 0.9s infinite;
    -o-animation: cd 0.9s infinite;
       animation: cd 0.9s infinite;
}

.tit_b{text-align: center;font-size: 0.3542rem;line-height:.4rem;margin: .4rem auto 0.18rem; font-weight: bold; color: #cc7833;}
.tit_s{text-align: center;font-size: .25rem;line-height:.42rem;border-top:1px solid #333; border-bottom:1px solid #333;width: 48%;margin: 0.1rem auto 0.3rem;text-transform: uppercase; font-weight: bold; color: #666;}
.ul2-1{width:93.75%;margin:0.1rem auto 0.2rem auto;}
.ul2-1 li{float: left;width:49%;margin-right:2%;text-align: center;background: #EDEDED;padding-bottom: 0.6rem;}
.ul2-1 li:last-child{margin-right:0;}
.ul2-1 h3{font-size: .28rem;line-height: .54rem;font-weight: inherit;margin-bottom:0.2rem;position: relative;}
.ul2-1 h3:after{position: absolute;content:'';width: 24%;height: 0.03678rem;background: #E7B489;left: 38%;bottom: -0.09rem;}
.ul2-1 p{height: .54rem;font-size: .2rem;line-height: .32rem;/* color: #6C6C6C; */}
.clear_f:before {
    content: "";
    display: table;
}
.clear_f:after {
    content: "";
    display: table;
    clear: both;
}

.btn_box{width: 68%;margin: 0rem auto 0.38rem auto;}
.btn_box a{float: left;width: 45%;text-align: center;font-size: .28rem;line-height: .64rem;background: #D7AF74;color: #fff;border-radius: 0.12rem;}
.btn_box a:last-child{margin-left: 10%;background: #CC7833;}
.imgxfdt {
  margin-bottom: 0.26rem;
}
.imgxfdt img {
  width: 92%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.14rem;
}
.numbers {
  text-align: center;
  height: 0.64rem;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  border: 1px solid #ddd;
  border-radius: 0.52rem;
  background: url(/images/dgpx/xuefei3.png) no-repeat 1rem center;
  position: relative;
  -o-background-size: 6%;
     background-size: 6%;
  color: #000;
  font-size: 0.26rem;
  line-height: 0.64rem;
  margin-bottom: 0.36rem;
  padding: 0 0.2rem;
}
.numbers span {
  color: #fa0d0d;
}
.xfcx-bd {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.xfcx-bd h4 {
  font-size: 0.26rem;
  color: #fa0d0d;
}
.xfcx-bd h4 span {
  color: #a5a4a4;
}
.xfcx-bd .xuanxiang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.xfcx-bd .xuanxiang li {
  width: 50%;
  height: 0.4rem;
  color: #000;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  position: relative;
  margin-bottom: 0.1rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(68, 68, 68, 0.8);
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xuanxiang label {
  position: relative;
  font-size: 0.28rem;
  /* height: 2.6rem;
  line-height: 2.6rem; */
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #fa0d0d;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border-color: #fa0d0d;
  /* background:url(/images/dgpx/aa2.png) no-repeat center center;background-size: 100%; */
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  background: #fff;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: 0.28em;
  margin-right: 0.3em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  /* background:url(/images/dgpx/aa5.png) no-repeat center center;background-size: 100%; */
}
.xfcx-bd .xuanxiang li .iconbg {
  width: 0.2rem;
  height: 0.21rem;
  background: url(/images/dgpx/aa5.png) no-repeat center center;
  -o-background-size: 100%;
     background-size: 100%;
  margin-right: 0.1rem;
}
.xfcx-bd .xuanxiang .on .iconbg {
  background: url(/images/dgpx/aa2.png) no-repeat center center;
  -o-background-size: 100%;
     background-size: 100%;
}
/* .xfcx-bd .xuanxiang li input::before{position: absolute; content: ""; width: 0.2rem; height: 0.21rem; border-radius: 50%; background:url(/images/dgpx/aa5.png) no-repeat center center;background-size: 100%;top: 0.09rem;
    left: 0.16rem;}
.xfcx-bd .xuanxiang .on input:before{background: #fa0d0d; background-size: 80%; background:url(/images/dgpx/aa2.png) no-repeat center center;background-size: 100%;border:none} */
.hqxf-form {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.hqxf-form-text {
  font-size: 0.2625rem;
}
.hqxf-form-item i {
  font-size: 0.2625rem;
  color: #fa0d0d;
}
.hqxf-form-item input {
  width: 5rem;
  border-radius: 0.1rem;
  border: 1px solid #ccc;
  height: 0.5625rem;
  padding-left: 0.14rem;
  margin: 0.01rem auto 0.36rem auto;
}
.hqxf-form-btn {
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #d34531;
  font-size: 0.3rem;
  border-radius: 0;
  padding: 0;
  height: 0.64rem;
  line-height: 0.64rem;
  width: 100%;
  margin-bottom: 0.24rem;
}
.hqxf-form-btn-sub {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -o-background-origin: 0;
     background-origin: 0;
  color: #fff;
  font-size: 0.3rem;
  -webkit-animation-name: zxnum1;
  -moz-animation-name: zxnum1;
    -o-animation-name: zxnum1;
       animation-name: zxnum1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
}
.hqxf-form-btn input {
  background: #d34531;
  color: #fff;
  border: none;
  outline: none;
  z-index: 999999;
  opacity: 0;
}
.dongtai {
  width: 89%;
  margin: 0rem auto;
  height: 0.78rem;
  margin-top: .2rem;
}
.dongtai .swiper-container {
  pointer-events: none;
  height: 0.78rem;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  border: 1px solid #ddd;
  border-radius: 0.52rem;
}
.dongtai .swiper-container .swiper-slide {
  width: 99%;
  margin: 0 auto;
  height: 0.74rem;
}
.dtitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.37rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  position: absolute;
}
.dtitems img {
  width: 60%;
}
.dtitems div {
  width: 25%;
  font-size: 0.25rem;
}
.dtitems div:first-child {
  width: 0.56rem;
  padding-top: 0.1rem;
}
.dtitems div:nth-child(2) {
  width: 0.88rem;
}
.dtitems div:nth-child(3) {
  width: 2.6rem;
}
input {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rmkc-sec {
  padding-top: 0.32rem;
}
.rmkc-sec .rmkc-list .rmkc-item {
  padding: 0.24rem 0.24rem 0.42rem;
  -webkit-box-shadow: 0px 0px 0.17rem 0.04rem rgba(41, 40, 40, 0.2);
  box-shadow: 0px 0px 0.17rem 0.04rem rgba(41, 40, 40, 0.2);
  margin-bottom: 0.2rem;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-i-tit {
  line-height: 0.46rem;
  text-indent: 0.64rem;
  background: url(/images/hbtp/rmkc-icon.png) no-repeat;
  -o-background-size: 0.47rem 0.46rem;
     background-size: 0.47rem 0.46rem;
  background-position: 0 0;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #666;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-i-tit h4 {
  color: #666;
  font-size: 0.26rem;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc {
  padding-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-thumb {
  width: 3.06rem;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-right: 0.31rem;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info {
  width: 3.18rem;
  position: relative;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap h5 {
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.32rem;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap p.info-xz {
  color: #666;
  font-size: 0.24rem;
  margin-bottom: 0.24rem;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap p.info-kbsj {
  color: #fb0000;
  font-size: 0.24rem;
  font-weight: 700;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap .info-btng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap .info-btng .info-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.16rem;
  line-height: 0.52rem;
  border-radius: 0.08rem;
  overflow: hidden;
  text-align: center;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap .info-btng .info-btn:last-child {
  margin-right: 0;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap .info-btng .info-btn:last-child a {
  background: #cc7832;
}
.rmkc-sec .rmkc-list .rmkc-item .rmkc-desc .rmkc-info .r-info-wrap .info-btng .info-btn a {
  display: block;
  background: #f3a800;
  color: #fff;
  font-size: 0.25rem;
}
.rmkc-sec .rmkc-list .rmkc-item:nth-child(2n) .rmkc-desc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rmkc-sec .rmkc-list .rmkc-item:nth-child(2n) .rmkc-desc .rmkc-thumb {
  margin-right: 0;
}
.rmkc-sec .rmkc-list .rmkc-item:nth-child(2n) .rmkc-desc .rmkc-info {
  margin-right: 0.31rem;
}
.hbyyst {
  margin-top: 0.42rem;
}
.hbyyst .hbyyst-wrap {
  position: relative;
  height: 1.3rem;
  background: #ff638b;
  overflow: hidden;
}
.hbyyst .hbyyst-wrap .ybyyst-thumb {
  width: 2.29rem;
  position: absolute;
  left: -0.5rem;
  top: 0.24rem;
}
.hbyyst .hbyyst-wrap .ybyyst-thumb img {
  width: 100%;
}
.hbyyst .hbyyst-wrap .ybyyst-desc {
  width: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  left: 1.8rem;
  text-align: center;
}
.hbyyst .hbyyst-wrap .ybyyst-desc h3 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.04rem;
}
.hbyyst .hbyyst-wrap .ybyyst-desc h3 span {
  display: inline-block;
  color: #ff638b;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.02rem 0.04rem;
}
.hbyyst .hbyyst-wrap .ybyyst-desc p {
  border: 1px dotted #fff;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  text-align: center;
  display: inline-block;
  padding: 0.02rem 0.05rem;
  color: #fff;
}
.hbyyst .hbyyst-wrap .yyst-btn {
  position: absolute;
  top: 50%;
  right: 0.44rem;
  width: 1.64rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  line-height: 0.78rem;
  background: #fff;
  border-radius: 0.08rem;
  text-align: center;
}
.hbyyst .hbyyst-wrap .yyst-btn a {
  display: block;
  color: #323232;
  font-size: 0.26rem;
}
.xhkcnr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .4rem;
  text-align: center;
}
.xhkcnr-wrap .xhkcnr-item {
  width: 48.72159091%;
}
.xhkcnr-wrap .xhkcnr-item:nth-last-child(n+3) {
  margin-bottom: 4%;
}
.xhkcnr-wrap .xhkcnr-item .xhkcnr-tit {
  background-color: #d76d00;
}
.xhkcnr-wrap .xhkcnr-item .xhkcnr-tit h3 {
  color: #fff;
  line-height: 0.666656rem;
  font-size: 0.333328rem;
  font-weight: bold;
}
.xhkcnr-wrap .xhkcnr-item .xhkcnr-txt {
  margin: 0.166664rem 0;
  line-height: 0.41666rem;
  font-size: 0.270829rem;
}
.xdfry-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.xdfry-wrap .xdfry-item:not(:last-child) {
  margin-bottom: 0.31999539rem;
}
.xdfry-wrap .xdfry-item {
  width: 49.10447761%;
}
.xdfry-wrap .xdfry-item:nth-child(1) {
  width: 100%;
}
.dg-mxrq .mxrq-wrap {
    width:93.75%;
  margin:0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .dg-mxrq .mxrq-wrap .mxrq-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-right: 0.2rem;
    border-radius: 0.27rem;
    border: #d9b800 1px solid;
    overflow: hidden;
    text-align: center;
    font-size: 0.2rem;
  }
  .dg-mxrq .mxrq-wrap .mxrq-item:last-child {
    margin-right: 0;
  }
  .dg-mxrq .mxrq-wrap .mxrq-item .mxrq-desc {
    position: relative;
    height: 1.18rem;
    background-color: #e4ecf9;
  }
  .dg-mxrq .mxrq-wrap .mxrq-item .mxrq-desc p {
    position: absolute;
    top: 50%;
    font-size: 0.23rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 0.36rem;
  }