/* css 重置 */
body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  font: normal 16px/200% "微软雅黑", helvetica, arial;
  text-align: left;
}
header,
section,
footer {
  display: block;
  margin: 0;
  padding: 0;
}
a,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #666;
  text-decoration: none;
}
input {
  border: 0;
}
#clear,
.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
}
.pa {
  padding: 10px 0;
}
.h10 {
  height: 10px;
}
.disno {
  display: none;
}
.dis {
  display: block;
}
/* 效果导航 */
.effectNav {
  margin-top: 10px;
  padding: 20px;
  background: #e60012;
  color: #fff;
  text-align: center;
}
.effectNav h3 {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.effectNav p {
  margin: 10px 0 0 10px;
  height: 22px;
  color: #fff;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
}
.effectNav a {
  color: #fff;
}
.effectNav span {
  padding: 0 12px;
}
/* 本例子css ----------------------- */
/* 头部 */
header {
  background: #333333;
  padding: 10px 0;
}
nav {
  color: #e60012;
  font-size: 0;
}
nav a {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  vertical-align: top;
}
nav a:hover,
nav a:visited {
  background: #444444;
  color: #fff;
}
.content_top {
  position: relative;
  padding-bottom: 0;
  background: #ffffff;
}
.logo_m {
  position: absolute;
  left: 10px;
  top: 3px;
  cursor: pointer;
}
.arrowl {
  position: absolute;
  left: 10px;
  top: 12px;
  cursor: pointer;
}
.arrowr {
  position: absolute;
  right: 10px;
  top: 12px;
  background: url(../images/lanmu.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.morex {
  position: absolute;
  right: 10px;
  top: 12px;
  background: url(../images/lanmux.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.arrowr a {
  width: 24px;
  height: 24px;
  display: block;
}
.context {
  padding-top: 2px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-family: microsoft yahei;
  line-height: 45px;
  height: 45px;
}
.context a {
  color: #fff;
}
.cnsnav {
  padding: 0px;
}
#navlayer {
  padding: 10px 0;
}
.cnsnav li {
  font-size: 1rem;
}
/*nav*/
.cnsnav {
  padding: 0 0;
  position: relative;
  z-index: 2;
}
.cnsnav ul {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.cnsnav li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
.cnsnav li a {
  color: #000;
}
.cnsnav li.selimg a {
  background-color: #e60012;
  border-radius: 3px;
  color: #fff;
}
.cnsnav li.more {
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  right: 3px;
  display: block;
}
.cnsnav li.close {
  background: #f6f6f6;
}
.cnsnav .navlayer {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: #f8f8f8;
  display: none;
}
.navlayer .cnsnav ul {
  height: auto;
}
.nav2 {
  margin: 10px 8%;
  position: relative;
}
.nav2 a {
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
  float: left;
  margin: 4px 10px 4px 0;
  border: #cccccc 1px solid;
  display: block;
}
.nav2 a:hover {
  background: #e60012;
  color: #FFF;
}
.nav2 a.bghover {
  background: #e60012;
  border: #e60012 1px solid;
  color: #FFF;
}
/* 头条 */
.headNew {
  padding: 8px 2%;
  text-align: left;
}
.headNew,
.subNew {
  text-align: left;
}
.headNew a {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}
.subNew a {
  color: #e60012;
  font-size: 14px;
  margin: 0 5px;
}
.subNew {
  line-height: 22px;
  color: #666;
  padding-bottom: 15px;
  margin: 0 10px;
  border-bottom: #ddd 1px dotted;
}
.headlist {
  padding: 0 2%;
  text-align: left;
}
.headlist li {
  line-height: 36px;
  border-bottom: #ddd 1px dotted;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headlist li span {
  float: right;
  font-size: 12px;
  color: #999999;
}
/* 焦点图 */
.imgSwipeMain {
  position: relative;
}
.swipe {
  height: 240px;
  overflow:hidden;
}
.sliderTxt {
  overflow: hidden;
  position: relative;
}
.swipe-wrap .image {

  height: 240px;
}
.sliderTxt .tabTxtSwipe {
  float: left;
  width: 100%;
  position: relative;
}
.swipe-wrap .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.swipe-wrap .image .title {
  position: absolute;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  padding: 0 110px 0 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.swipe-wrap .image .title p {
  font-size: 16px;
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#position {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index:5;
}
#position .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #a8a8a8;
  margin: 0 2px;
  cursor: pointer;
}
#position .swiper-active-switch {
  background-color: #e60012;
}
.imgSwipeMain .swipe-rap .image {
  display: block;
  height: 300px;
  background-size: cover;
}
/* Tab切换 */
.tabBox {
  margin: 10px auto;
}
.tabBox .hd {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  overflow: hidden;
  background: #eee;
  border-top: 1px solid #ccc;
  padding: 0 10px;
}
.tabBox .hd h3 {
  float: left;
  font-size: 24px;
}
.tabBox .hd h2 {
  float: left;
  font-size: 16px;
}
.tabBox .hd span {
  color: #ccc;
  font-family: Georgia;
  font-size: 16px;
  margin-left: 10px;
}
.tabBox .hd ul {
  float: right;
}
.tabBox .hd ul li {
  float: left;
  padding: 0 5px;
  vertical-align: top;
  font-size: 14px;
}
.tabBox .hd ul li.on a {
  color: #e60012;
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #e60012;
}
.tabBox .bd ul {
  padding: 10px;
}
.tabBox .bd ul li {
  border-bottom: 1px dotted #ddd;
  padding: 4px 0;
}
.tabBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 去掉链接触摸高亮 */
.tabBox .bd li dt span {
  font-size: 12px;
  color: #aaaaaa;
  margin-right: 8px;
  line-height: 12px;
}
.readMore {
  width: 96%;
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 10px auto 20px auto;
  text-align: center;
  text-decoration: none;
  background: #f3f3f3;
  border: #eeeeee 1px solid;
  -moz-border-radius: 5px;
  /* Gecko browsers */
  -webkit-border-radius: 5px;
  /* Webkit browsers */
  border-radius: 5px;
  /* W3C syntax */
}
.readMore:hover {
  width: 96%;
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 10px auto 20px auto;
  text-align: center;
  text-decoration: none;
  background: #f3f3f3;
  border: #eeeeee 1px solid;
  -moz-border-radius: 5px;
  /* Gecko browsers */
  -webkit-border-radius: 5px;
  /* Webkit browsers */
  border-radius: 5px;
  /* W3C syntax */
}
/* 多图滚动 */
.scrollBox {
  margin: 10px auto;
  text-align: center;
}
.scrollBox .bd li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-bottom: 10px;
}
.scrollBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 去掉链接触摸高亮 */
.scrollBox .bd li img {
  max-width: 155px;
  height: 95px;
  background: url(../images/loading.gif) #fff center center no-repeat;
}
.scrollBox .bd li p {
  text-align: center;
  line-height: 22px;
  overflow: hidden;
}
.scrollBox .hd {
  height: 20px;
  overflow: hidden;
  font-size: 0;
}
.scrollBox .hd ul {
  display: inline-block;
  padding-top: 5px;
}
.scrollBox .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollBox .hd .on {
  background: #e60012;
}
.scrollBox .prev,
.scrollBox .next {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../images/wyicons.png) no-repeat;
  overflow: hidden;
  margin: 0 5px;
  vertical-align: top;
}
.scrollBox .next {
  background-position: -105px 0;
}
/*图集*/
.tabimg {
  padding: 10px 0;
}
.tabimg a {
  text-align: center;
  width: 45%;
  display: inline-block;
  margin: 0 2%;
  overflow: hidden;
}
.tabimg img {
  width: 100%;
  height: 110px;
}
.tabimg p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.pblimg {
  padding: 10px 0;
}
.pblimg a {
  text-align: center;
  width: 98%;
  display: inline-block;
  padding: 2% 1%;
  margin: 0 auto;
  overflow: hidden;
}
.pblimg img {
  width: 95%;
}
.pblimg p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.tabimgg {
  padding: 10px 0;
}
.tabimgg a {
  text-align: center;
  width: 46%;
  display: inline-block;
  margin: 0 2%;
  overflow: hidden;
}
.tabimgg img {
  width: 100%;
  height: 140px;
}
.tabimgg p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
/*图文*/
.news_list {
  clear: both;
  padding: 0 3%;
}
.news_list .news_item {
  position: relative;
  border-bottom: #dedede 1px dotted;
  height: 63px;
  overflow: hidden;
  padding: 15px 0;
}
.news_list .news_item img.avator75 {
  width: 75px;
  height: 60px;
  position: absolute;
  top: 24px;
  left: 0px;
}
.news_list .news_item img.avator0 {
  display: none;
}
.news_list .news_detail {
  min-height: 63px;
  position: relative;
}
.news_list .pl82 {
  padding-left: 82px;
}
.news_list .pl0 {
  padding-left: 0px;
}
.news_list .news_detail span {
  color: #121212;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
  padding-right: 5px;
}
.news_list .news_detail p {
  margin-top: 2px;
  color: #9d9d9d;
  line-height: 20px;
  font-size: 12px;
  padding-right: 5px;
}
/* 文章页 */
article .content {
  color: #555555;
  background: #fefefe;
}
article .info {
  border-bottom: 1px dotted #cccccc;
  color: #666666;
  background: #f6f6f6;
  font-size: 0.8em;
  text-align: center;
  padding: 0.2em;
}
article .content {
  padding: 5% 2%;
  text-indent: 0.5em;
}
article .content p {
  padding-top: 5px;
}
article .content img {
  margin: 0 auto;
  max-width: 90%;
  display: block;
  height: auto !important;
}
article .content video {
  width: 95%;
  height: 250px;
}
article .content table {
  width: 95%;
  overflow: hidden;
}
.share {
  width: 96%;
  padding: 0 2%;
  float: right;
  clear: both;
  height: 42px;
  margin: 18px 0;
  text-align: left;
  font-size: 12px;
}
.pages {
  width: 90%;
  height: 30px;
  text-align: center;
  margin: 2% auto;
}
.pages ul {
  float: right;
}
.pages .firstPage {
  width: 30px;
}
.pages ul li {
  float: left;
  line-height: 25px;
  height: 25px;
  margin-left: 5px;
  font-size: 12px;
  border: 1px solid #E9E9E9;
  padding: 0px 10px;
  width: auto;
}
.pages ul li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.pages ul li.thisclass,
.pages ul li.thisclass a,
.pages ul li.thisclass a:hover {
  background-color: #333333;
  color: #FFF;
}
.pages .pageinfo {
  line-height: 25px;
  padding: 12px 5px 10px 5px;
  color: #999;
}
.pages select {
  line-height: 25px;
  margin-top: 4px;
}
.pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
/*图集详细*/
.picbox {
  width: 95%;
  margin: 10px auto;
  text-align: center;
}
.picbox img {
  max-width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto;
}
.picbox p {
  font-size: 12px;
  line-height: 1.8;
  margin: 5px 0;
  word-break: break-all;
  overflow: hidden;
}
.picbox ul.center {
  text-align: center;
}
.picbox a.c1 {
  font-size: 13px;
  padding: 3px 8px;
  text-align: center;
  color: #666;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid #D4D4D4;
  background: #EEE none repeat scroll 0% 0%;
}
/************返回顶部*************/
#goTopBtn {
  position: fixed;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  bottom: 10px;
  cursor: pointer;
  right: 10px;
  _position: absolute;
  _right: auto;
}
/************广告位*************/
.ad_wap {
  width: 100%;
  height: auto !important;
}
.ad_wap img {
  width: 100%;
  height: auto !important;
}
/************置顶导航*************/
.fixhead {
  top: 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.mtnav {
  margin-top: 47px;
}
.main-loyout {
  padding-top: 48px;
}
.hdnav_bar {
  width: 100%;
  background: #eeeeee;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
}
.hdnav {
  width: 94%;
  margin-right: 8px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.hdnav::-webkit-scrollbar {
  display: none;
}
.hdnav_list {
  white-space: nowrap;
}
.hdnav_list .btn {
  white-space: nowrap;
  display: inline-block;
  padding: 0 14px;
  color: #666666;
  text-decoration: none;
  font-size: 18px;
}
.hdnav_list .btn.cur {
  white-space: nowrap;
  display: inline-block;
  padding: 0 14px;
  color: #e60012;
  text-decoration: none;
  font-size: 18px;
}
.hdnav_list .btn.position {
  white-space: nowrap;
  display: inline-block;
  padding: 0 14px;
  border-radius: 10px;
  margin-left: 3%;
  color: #ffffff;
  background: #aaaaaa;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.hdnav_bar .more_r {
  right: 0;
  height: 36px;
  width: 46px;
  position: absolute;
  z-index: 1;
  background: url(../images/hdnav_more.png) no-repeat right;
}
.hdnav_bar .more_r a {
  height: 36px;
  width: 45px;
  display: block;
}
.hdnav_bar .more_l {
  left: 0;
  height: 36px;
  width: 3%;
  position: absolute;
  z-index: 1;
  background: #eeeeee;
}
.cpic {
  width: 100%;
}
.cpic img {
  width: 100%;
  height: auto !important;
  max-height: 200px;
  overflow: hidden;
}
.cpic dt {
  line-height: 36px;
  font-weight: bold;
  border-bottom: #eee 1px dashed;
  font-size: 18px;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #e60012;
  border: 1px solid #e60012;
}
.pagination a.page-num-current {
  color: #fff;
  background:#e60012;
  border: 1px solid #e60012;
}








































/* PB模板网：www.PBmo.cn */
/* QQ：43171398 */
/* PBOOTCMS模板交流群号：183945698*/
/* 八戒站长 http://www.BaJieZhan.Com  */
/* Pboot模板网 www.PbootMoBan.com/ */
/* pbootcms模板网代理：www.PBqi.cn  */
/* 易趣趣站长源码网：www.eququ.com  */
/* CMS模板库：www.cmsmbk.com  */
/* 建站CMS模板网：Www.jianzhanCMS.Com  */
/* PB模板库（pbku.cn）做最好的pbootcms整站模板下载网站 */

/* 商龙PBootCMS模板下载  http://www.EcLong.com */
/* 八戒站长 http://www.BaJieZhan.Com  */
/* 站长源码城 整站模板下载网站 Www.CnYmc.Com */
/* 淘搜：Www.TaoSou.Net */
/* 素材海：Www.SuCaiHai.Com */
/* 模板齐：Www.MoBanQi.Com */
/* 开发堂模板网：Www.KaiFaTang.Com */
/*=== 作者：Acmein - 时间：2018年08月 - 版本：1.0 - www.kaifatang.com ===*/