/*顶部、nav*/
.topnav {
  position: relative;
  width: 100% !important;
  padding: 1rem 0;
  background: #fff;
}

.topnav,
.logo {
  height: 4rem;
  overflow: hidden;
}
.logo {
  display: block;
    width: 17.5rem;
    overflow: hidden;
    background: url(/static/img/logo.png) no-repeat 0 center;
    background-size: 14rem 2.8rem;
}
.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(/static/img/search.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;
}
/* 滑动导航 */

.hd_nav {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 4rem;
  width: 100%;
}
.hd_nav_top {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  padding: 0 1.6rem;

  background-color: #fff;
}
.hd_nav ul {
  width: 90%;
}
.hd_nav_add {
  position: fixed;
  background-color: #fff;
  height: 14rem;
  z-index: 999;
  padding-right: 3.2rem;
}
.hd_nav li {
  margin: 10px 0;
  float: left;
  margin-left: 10px;
}
.hd_nav_list {
  width: 100%;
  position: relative;
}
.hd_nav_list .cut {
  color: #8bbe01;
  font-weight: 700;
}
.hd_nav i {
  background: url(/static/img/hd_nav.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;

  width: 4.75rem;
  height: 3.75rem;
  background-size: 60%;
  background-position: 10px 10px;
}

/* 广告 */
.gg_info {
  margin-bottom: 2rem;
}
.gg_info .info {
  position: relative;
  width: 100%;
  height: 8rem;
}
.gg_info .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;
}
.gg_info .info span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
/* 轮播图 */

.fouce img {
  width: 100%;
  height: 100%;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce .swiper-container {
  border-radius: 10px;
}
.fouce p {
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  line-height: 3rem;
  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;
}
/* 热门产品 */

.backtop {
  background: url(/static/img/back-top.png) no-repeat;
  background-size: 100%;
}
.huise_scroll .swiper-slide {
  padding: 3rem;
}
.p .huise_scroll {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 20rem;
}
.p .huise_scroll img {
  margin-top: 1rem;
  height: 8rem;
  width: 11rem;
}
.p .huise_scroll a {
  display: block;
  text-align: center;
}
.p .huise_scroll p {
  margin-top: 2rem;
  width: 10rem;

  font-size: 14px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p .huise_scroll .swiper-slide {
  height: auto;
  margin-right: 0;
}
/* 推荐信息 */
/* 中间内容页*/

.cont_list 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;
}
.cont_list h2 {
  font-size: 1.74rem;
  line-height: 2.5rem;
  overflow: hidden;
}
.cont_list .no {
  margin: 0;
}
.cont_list em {
  color: #aaa;
  font-size: 1.3rem;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-top: 2.6rem;
}

.cont_list em,
.cont_list b {
  display: inline-block;
  float: left;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.cont_list em b {
  max-width: 8rem;
}
.cont_list em {
  max-width: 7.9rem;
  float: left;
}
.no_img .list_tit {
  margin-right: 0 !important;
}
.cont_list .onbig h2 {
  margin-right: 0px;
}
.cont_list .onbig .pic {
  position: inherit;
  height: 20rem;
  position: relative;
  right: inherit;
  top: inherit;
  margin: 0.8rem 0 0 0;
  width: 100%;
}
.cont_list .onbig .pic img {
  width: 100%;
  height: auto;
}
.cont_list h2,
.cont_list em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 12rem;
}
.cont_list .pic,
.cont_list .pic img {
  height: 9.5rem;
}
.cont_list .pic {
  width: 11.5rem;
  overflow: hidden;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 1.8rem;
  border-radius: 5px;
}
.cont_list .pic img {
  width: auto;
}
/* 底部 */
.bottom {
  background: #353739;
  color: #fff;

  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.bottom a {
  color: #fff;
}
/* 回到顶部 */
.backtop {
  position: fixed;
  bottom: 5rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;

  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 #8bbe01;
  color: #fff;
  background-color: #8bbe01;
}
/* 详情页文字 */

.cont_data h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #4a4a4a;
  margin: 3rem 0;
  padding-left: 2rem;
  border-left: 3px solid #8bbe01;
}
.cont_tit {
  font-size: 1.4rem;
  color: #aaa;
  width: 100%;
  overflow: hidden;
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 2rem 0;
}
.cont_tit em {
  display: inline-block;
}
.cont_tit em:nth-of-type(1) {
  margin: 0;
}

.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{
display:block;
max-width:80% !important;
margin: 0 auto;
}
.cont_text p:nth-of-type(1) {
  margin: 0;
}
/* 上下篇 */
.pian {
  margin: 2rem 0;
}
.pian a {
  padding-left: 20px;
  color: rgb(131, 124, 124);
}
/* 内容页 */
.tit h2 {
  display: block;
  margin: 2rem;
  font-weight: 700;
  padding-left: 3rem;
  border-left: 3px solid #8bbe01;
}

.hd_nav_add {
  position: sticky;
  top: 0;
  padding-right: 0;
}
.hd_nav i {
  background: url(../img/hd_nav.png) no-repeat;
  background-size: 60%;
  background-position: 10px 10px;
}
