/*顶部、nav*/
.nav {
  position: relative;
  width: 100% !important;
  padding: 1rem 0;
  background: #fff;
}
.hengx {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.nav,
.logo {
  height: 4rem;
  overflow: hidden;
}
.logo {
  display: block;
  width: 15.5rem;
  overflow: hidden;
  background: url(/wap_static/img/logo.png) no-repeat 0 center;
  background-size: 15rem;
}
.search {
  margin: 0 1rem 0 18rem;
  padding: 0.1rem 0;
}
.search,
.search span {
  height: 3.8rem;
  line-height: 3.8rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.search span {
  float: right;
  width: 100%;
  color: #444;
  background: #f5f5f5 url(/wap_static/img/zywicon_search1.png) no-repeat 1.4rem center;
  background-size: 1.6rem auto;
  border-radius: 1.9rem;
  text-indent: 3.6rem;
}
.search input {
  border: 0;
  font-size: 1.4rem;
  background-color: #f5f5f5;
}
/* 滑动导航 */
.huanav {
  box-sizing: border-box;
}
.huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  width: 100%;
}
.huanav_scr .cur a {
  color: #4679bd;
}

.huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.8rem;
  margin-right: 1.8rem;
}
/* 广告 */
.guangin {
  margin-bottom: 2rem;
}
.guangin .info {
  position: relative;
  width: 100%;
  height: 80px;
}
.guangin .info i {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: rgb(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2rem;
}
.guangin .info span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
/* 轮播图 */
.fouce {
  margin: 0 0 4rem 0;
}
.fouce img {
  width: 100%;
  height: 100%;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce p {
  display: block;
  width: 100%;
  height: 5rem;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 2rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 5rem;
  z-index: 999;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fouce .swiper-slide {
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.fouce .swiper-pagination {
  left: 50%;
  margin-left: -30px;
}
.fouce .swiper-pagination-bullet {
  border-radius: 0;
  margin-right: 5px;
  height: 2px;
}
.fouce .swiper-pagination-bullet-active {
  width: 15px;
}
/* 热门产品 */

.hot a {
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: block;
  color: #4679bd;
}
.hot a::after {
  content: '';
  width: 2rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  background-position: -2.5rem 0.98rem;
}
.hot a::after {
  background-image: url(/wap_static/img/icons.png);
  background-size: 12rem 12rem;
}

.huiscr .swiper-slide {
  width: 60% !important;
  margin-right: 2rem;
  background-color: #f8f8f8;
}
.huiscr .swiper-slide a {
  display: block;
  padding: 1rem;
  height: 9rem;
}
.huiscr .swiper-slide a p {
  margin-top: 1rem;

  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.huiscr .swiper-slide a span {
  float: right;
  margin-top: 1rem;
  margin-right: 1rem;

  font-size: 1rem;
  color: #666;
}

/* 推荐信息 */
/* 中间内容页*/

.conlis a {
  display: block;
  padding: 1.4rem 0 1.8rem 0;
  margin: 0 1.3rem;
  border-top: 1px solid #f2f2f2;
  min-height: 9.9rem;
  position: relative;
}
.conlis h2 {
  font-size: 1.74rem;
  line-height: 2.5rem;
  overflow: hidden;
}

.conlis .dir {
  color: #aaa;
  font-size: 1.3rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-top: 2.6rem;
}
.conlis .dir em,
.conlis .dir b {
  display: inline-block;
  float: left;
  font-weight: normal;
}
.conlis .dir em,
.conlis .dir b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.conlis .dir b {
  max-width: 8rem;
}
.conlis .dir em {
  max-width: 7.9rem;
  float: right;
  margin-right: 1rem;
}
.no_img .list_tit {
  margin-right: 0 !important;
}
.no_img h2 {
  margin: 0 !important;
}
.conlis h2,
.conlis .dir {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 13rem;
}
.conlis .pic,
.conlis .pic img {
  height: 9.5rem;
}
.conlis .pic {
  width: 11.5rem;
  overflow: hidden;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 1.8rem;
  border-radius: 5px;
}
.conlis .pic img {
  width: auto;
}
/* 底部 */
.dibu {
  background: #353739;
  color: #fff;

  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.dibu a {
  color: #fff;
}
/* 回到顶部 */
.backtop {
  position: fixed;
  bottom: 5rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  background: url(/wap_static/img/back-top.png) no-repeat;
  background-size: contain;
  display: none;
  z-index: 66666;
}

/* 列表页分页模块 */

.paging {
  text-align: center;
  padding: 2rem 0;
}
.paging a {
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
  color: #666;
}
.paging a:hover,
.paging a.hover {
  border: 1px solid #407cea;
  color: #fff;
  background-color: #407cea;
}
/* 详情页文字 */

.cont_data h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #407cea;
}
.cont_tit {
  font-size: 1.4rem;
  color: #aaa;
  width: 100%;
  overflow: hidden;
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 2rem 0;
}
.cont_tit a {
  color: #aaa;
}
.cont_tit em {
  display: inline-block;
}
.cont_tit em:nth-of-type(1) {
  margin-right: 20px;
}

.cont_text {
  margin-top: 2rem;
  font-size: 1.9rem;
  line-height: 3.3rem;
}
.cont_text p {
  margin: 2rem 0 0 0;
  text-indent: 4rem;
}
.cont_text img {
  margin: 2rem 0;
  display: block;
  max-width: 100%;
}
.cont_text p:nth-of-type(1) {
  margin: 0;
}
/* 上下篇 */
.pian {
  margin: 2rem 0;
}
.pian a {
  display: block;
  padding-left: 20px;
  margin-bottom: 1rem;
  color: rgb(131, 124, 124);
}
/* 内容页 */
.tit h2 {
  display: block;
  border-left: 3px solid #407cea;
  padding-left: 1rem;
  margin: 2rem;
  color: #4679bd;
  font-weight: 700;
}
