.banners {
  height: 3rem;
  width: 100%;
  background-size: cover;
}
h3 {
  color: #4c4c4c;
  font-size: 0.26rem;
  text-align: center;
  margin: 0.4rem 0;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto 0;
}
.pages .num-group {
  display: flex;
}
.pages .num {
  width: 0.8rem;
  height: 0.6rem;
  border: 1px solid #7a7a7a;
  font-size: 0.2rem;
  color: #7b7b7b;
  border-radius: 0.08rem;
  margin-right: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pages .num.on {
  border: 1px solid #00479d;
  color: #00479d;
}
.pages .num:last-child {
  margin-right: 0;
}
.pages .page-btn {
  width: 0.2rem;
  height: 0.31rem;
  background-size: cover;
  cursor: pointer;
}
.pages .prov {
  background-image: url("../img/page-l.png");
  margin-right: 0.6rem;
}
.pages .next {
  background-image: url("../img/page-r.png");
  margin-left: 0.6rem;
}
.contactUs {
  background: #fff;
}
.contactUs .ul-lxfs {
  border-top: 1px solid #e6e6e6;
}
.contactUs .ul-lxfs li {
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  float: left;
  height: 1.57rem;
  color: #666;
  font-size: 0.2rem;
}
.contactUs .ul-lxfs .left {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 0.9rem;
  margin-left: 0.4rem;
}
.contactUs .ul-lxfs .left.ewm {
  position: relative;
}
.contactUs .ul-lxfs .right {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1.9rem;
  margin-left: 0.2rem;
}
.contactUs .ul-lxfs .ewmbg {
  display: none;
  position: absolute;
  top: 1.23rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.44rem;
  height: 1.56rem;
  background-image: url("../img/ewmbg.png");
  background-size: cover;
}
.contactUs .ul-lxfs .ewmbg .div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.22rem;
}
.contactUs .ul-lxfs .ewmbg .div img {
  width: 1.24rem;
  height: 1.24rem;
}
.contactUs .icon {
  width: 0.9rem;
  height: 0.9rem;
  background-size: cover;
}
.contactUs .icon.ej {
  background-image: url("../img/contact-1.png");
}
.contactUs .icon.wx {
  background-image: url("../img/contact-2.png");
}
.contactUs .icon.qq {
  background-image: url("../img/contact-3.png");
}
.contactUs .icon.dx {
  background-image: url("../img/contact-4.png");
}
.contactUs li.on .ej {
  background-image: url("../img/contact-1-on.png");
}
.contactUs li.on .wx {
  background-image: url("../img/contact-2-on.png");
}
.contactUs li.on .qq {
  background-image: url("../img/contact-3-on.png");
}
.contactUs li.on .dx {
  background-image: url("../img/contact-4-on.png");
}
.contactUs li:nth-child(2n+1) {
  background: url("../img/contact-line.png") no-repeat right center/0.03rem 0.86rem;
}
.form p {
  color: #666;
  font-size: 0.2rem;
}
.form .row {
  margin: 0.3rem 0;
  text-align: center;
}
.form .row input {
  height: 0.64rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 0.2rem;
  padding-left: 0.1rem;
}
.form .row textarea {
  height: 1.6rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 0.2rem;
  padding-left: 0.1rem;
  padding-top: 0.1rem;
}
.form .row button {
  background: #00479d;
  color: #fff;
  font-size: 0.2rem;
  width: 2rem;
  height: 0.65rem;
  border: 1px solid #00479d;
}
.application .ul-btn li {
  float: left;
  color: #666;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.68rem;
  min-width: 2rem;
  border: 1px solid #e6e6e6;
  margin-right: 0.28rem;
  margin-bottom: 0.3rem;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
}
.application .ul-btn li a {
  display: block;
}
.application .ul-btn li.on {
  color: #fff;
  background: #00479d;
  border: 1px solid #00479d;
}
.application .ul-btn li.on a {
  color: #fff;
}
.application .ul-btn li.on a:active {
  color: #fff;
}
.application .ul-list li {
  width: 3.3rem;
  height: 4.2rem;
  border: 1px solid #b3b3b3;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.application .ul-list li:nth-child(2n) {
  margin-right: 0;
}
.application .ul-list li:hover {
  border: 1px solid #00479d;
}
.application .ul-list .img {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.4rem auto 0.2rem;
  display: block;
}
.application .ul-list .img.product-img {
  margin: 0.4rem auto;
}
.application .ul-list p {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.list-icon {
  width: 1.24rem;
  height: 0.5rem;
  background-size: cover;
  background-image: url("../img/list-icon.png");
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
}
.hot-products .ul-list li {
  width: 100%;
  height: 3.14rem;
  border: 1px solid #b3b3b3;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hot-products .ul-list li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hot-products .ul-list li:nth-child(2n) {
  margin-right: 0;
}
.hot-products .ul-list li:hover {
  border: 1px solid #00479d;
}
.hot-products .ul-list li:last-child {
  margin-bottom: 0;
}
.hot-products .ul-list .img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
.hot-products .ul-list .text {
  width: 3.7rem;
  padding-top: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hot-products .ul-list p {
  font-size: 0.2rem;
  color: #666;
}
.search input {
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  color: #333;
  padding-left: 0.2rem;
}
.more {
  width: 100%;
  text-align: right;
  line-height: 0.6rem;
  margin: 0.2rem 0;
}
.more a {
  color: #999;
  font-size: 0.2rem;
}
.newlist {
  margin-bottom: 0.7rem;
}
.newlist-ul {
  border-left: 1px dashed #e6e6e6;
  margin-top: 0.4rem;
}
.newlist-ul a {
  margin-bottom: 0.7rem;
  display: flex;
  position: relative;
}
.newlist-ul a:before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: -0.06rem;
  top: 50%;
  margin-top: -0.06rem;
  border-radius: 0.12rem;
  background: #fff;
}
.newlist-ul a .image {
  width: 2.04rem;
  height: 1.22rem;
  border: 1px solid #e6e6e6;
  padding: 0.1rem;
  background-color: #fff;
  margin: 0 0.2rem;
}
.newlist-ul a .image img {
  width: 100%;
  height: 100%;
}
.newlist-ul a .times {
  color: #999;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.newlist-ul a .title {
  color: #666;
  font-size: 0.2rem;
  flex: 1;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.newlist-ul a .title p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.newlist-ul a:hover .title {
  color: #00479d;
}
.banner-cpxq {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.banner-cpxq .swiperBox {
  height: 7.5rem;
}
.banner-cpxq .swiperBox .slidebox {
  background-size: cover;
}
.cpxq-jieshao {
  overflow: hidden;
}
.cpxq-jieshao .title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.2rem 0.3rem 0;
}
.cpxq-jieshao .title h2 {
  font-size: 0.24rem;
  color: #666;
  font-weight: normal;
}
.cpxq-jieshao .share {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  justify-content: flex-end;
  padding: 0 0.3rem 0.2rem;
}
.cpxq-jieshao .share p {
  color: #666;
  font-size: 0.22rem;
  margin-left: 0.1rem;
}
.cpxq-jieshao .share .icon {
  width: 0.44rem;
  height: 0.4rem;
  background-size: cover;
  background-image: url("../img/share.png");
}
.cpxq-jieshao .cont {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}
.cpxq-jieshao .cont .row {
  margin: 0.1rem 0;
  display: flex;
}
.cpxq-jieshao .cont .label {
  color: #999;
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
.cpxq-jieshao .cont .vals {
  color: #666;
  font-size: 0.22rem;
  flex: 1;
}
.cpxq-caozuo {
  height: 1.02rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
  font-size: 0.22rem;
}
.cpxq-caozuo .item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpxq-caozuo .icon {
  width: 0.68rem;
  height: 0.6rem;
  background-size: cover;
  margin-right: 0.2rem;
}
.cpxq-caozuo .cpxq-dx {
  background-image: url("../img/cpxq-dx.png");
}
.cpxq-caozuo .cpxq-xz {
  background-image: url("../img/cpxq-xz.png");
}
.cpxq-content {
  padding: 0.2rem 0.3rem 0;
  overflow: hidden;
}
.cpxq-content video {
  width: 100%;
  height: auto;
}
.cpxq-content p {
  margin: 0.4rem 0;
}
.cpxq-content img {
  width: 100%;
}
.share-box-back {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 300;
  background: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
}
.share-box {
  width: 80%;
  background: #fff;
  height: 3rem;
  position: fixed;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 999;
  border: 1px solid #ddd;
  border-radius: 0.12rem;
}
.share-box-h {
  margin: 0.64rem 0 0.5rem;
  text-align: center;
  font-size: 0.36rem;
  color: #00479d;
}
.share-box-x {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.05rem 0.15rem;
  color: #333;
  font-size: 0.5rem;
  line-height: 1em;
}
.new-detail-title h1 {
  color: #333;
  font-size: 0.26rem;
  text-align: center;
  line-height: 2em;
}
.new-detail-title .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0 0.2rem;
}
.new-detail-title .icon {
  width: 0.26rem;
  height: 0.26rem;
  background-size: cover;
  margin-right: 0.1rem;
}
.new-detail-title .text {
  font-size: 0.2rem;
  color: #999;
  margin-right: 0.3rem;
}
.new-detail-title .text:last-child {
  margin-right: 0;
}
.new-detail-title .times {
  background-image: url("../img/new-detail-time.png");
}
.new-detail-title .reading {
  background-image: url("../img/new-detail-reading.png");
}
.new-detail-cc p {
  font-size: 0.2rem;
  color: #999;
  margin: 0.36rem 0;
}
.at-share-btn-elements {
  text-align: center;
}
.product-title {
  font-size: 0.32rem;
  color: #00479d;
  font-weight: bold;
  margin-bottom: 0.15rem;
  line-height: 0.5rem;
}
.product-p {
  font-size: 0.26rem;
  color: #666;
  line-height: 0.42rem;
  margin-bottom: 0.26rem;
}
.product-tag {
  margin-bottom: 0.34rem;
}
.table-img {
  margin-bottom: 0.2rem;
}
.tag-item {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.42rem;
  font-weight: bold;
  padding-left: 0.6rem;
  background: url("../img/gou.png") left center/0.36rem auto no-repeat;
}
.product-box {
  border-bottom: 1PX dashed #e7e7e7;
  margin-bottom: 0.3rem;
}
.product-box:last-child {
  border-bottom: none;
}
.product-table {
  margin-bottom: 0.3rem;
}
