@charset "utf-8";
/* CSS Document */
.footerMobi, .topMobi {
  display: none;
  width: auto
}
.lodingCover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: block
}
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -30px;
}
.spinner > div {
  background-color: #67CF22;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/********新闻********/ .singlePageMod {
  overflow: hidden
}
.singlePageMod .asideNav {
  width: 160px;
  margin-bottom: -99000px;
  padding-bottom: 99000px;
  border-right: 1px solid #e3e3e3;
  margin-right: 50px
}
.singlePageMod .asideNav ul {
  padding-right: 20px
}
.singlePageMod .asideNav ul li {
  position: relative;
  margin-bottom: 10px
}
.singlePageMod .asideNav ul li a {
  display: block;
  text-align: right
}
.singlePageMod .asideNav ul li i {
  display: none;
  width: 11px;
  height: 11px;
  background: #fff url("https://pigmcsdotcom.pigcms.com/statics/newPig/images/sprite.png") no-repeat -128px 0;
  position: absolute;
  right: -15px;
  top: 8px
}
.singlePageMod .asideNav ul li.on a {
  color: #ff7200;
  font-size: 18px;
}
.singlePageMod .asideNav ul li.on i {
  right: -26px;
  display: block
}
.news {
  margin-top: 40px
}
.news .newsLsit {
  overflow: hidden
}
.news .newsLsit li {
  margin-bottom: 40px
}
.news .newsLsit li h2 a {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: normal
}
.news .newsLsit li:hover h2 a {
  color: #ff7200
}
.news .newsLsit li p {
  font-size: 12px;
  color: #9d9d9d;
  line-height: 22px
}
.news .newsLsit li p span {
  margin-right: 10px
}
.news .newsLsit li .gist {
  padding: 10px 0
}
.news .newsLsit li .figure {
  overflow: hidden
}
.news .newsLsit li .figure a {
  margin-left: 15px;
  display: block;
  width: 220px;
  height: 150px;
  float: left;
  overflow: hidden;
}
.news .newsLsit li .figure a:first-child {
  margin-left: 0px;
}
.news .newsLsit li .figure a img {
  width: 220px;
  height: 150px
}
.news .newsLsit li .figure a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.news .newsMain {
  border: 1px solid #e3e3e3
}
.news .newsMain h2 {
  font-size: 25px;
  color: #3d3d3d;
  text-align: center;
  font-weight: normal
}
.news .newsMain .newsInfo {
  color: #9d9d9d;
  font-size: 12px;
  text-align: center
}
.news .newsMain .newsInfo span {
  margin-right: 15px
}
.news .newsMain .textHd {
  background: #f8f8f8;
  padding: 40px 0
}
.news .newsMain .text {
  color: #9d9d9d;
  padding: 0 25px;
}
.news .newsMain .text p {
  padding-top: 20px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 24px
}
.news .newsMain .text img {
  max-width: 90%
}
.news .newsMain .text p a {
  border-bottom: 1px dotted #f60;
}
.news .newsMain .text p a:hover {
  border: 0;
  text-decoration: underline
}
.news .nextAndPrev {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
  background: #f5f5f5
}
.news .nextAndPrev a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  color: #9d9d9d
}
.news .nextAndPrev a:hover {
  border-color: #f60;
  color: #fff;
  background: #f60
}
.news .nextAndPrev a.next {
  border-color: #f60;
  color: #fff;
  background: #f50
}
.news .nextAndPrev a.next:hover {
  background: #f40;
  border-color: #f40
}
.newRight {
  margin-left: 28px;
  width: 260px;
}
.update {
  width: 258px;
  border: 1px solid #e5e5e5
}
.update .hd {
  padding: 15px 0 15px 17px;
  background: #e5e5e5
}
.update .hd h2 {
  line-height: 100%;
  padding-left: 15px;
  border-left: 4px solid #ff7200;
  font-size: 14px;
  color: #3d3d3d
}
.update .bd ul {
  padding: 20px 0
}
.update .bd ul li {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: url("https://pigmcsdotcom.pigcms.com/statics/newPig/images/dot.png") no-repeat left center;
  margin-bottom: 10px;
}
.update .bd ul li a {
  color: #9d9d9d;
  font-size: 12px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.update .bd ul li:hover {
  background: url("https://pigmcsdotcom.pigcms.com/statics/newPig/images/dot_hover.png") no-repeat left center;
}
.update .bd ul li:hover a {
  color: #f60
}
.newsMore .hd {
  background: #303030;
  color: #fff;
  text-align: center;
  font-size: 16px;
  ;
  padding: 10px 0;
  position: relative
}
.newsMore .hd i {
  width: 14px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  width: 14px;
  left: 50%;
  margin-left: -7px;
  background: url("../images/minArrow_dark.png") no-repeat
}
.newsMore .bd img {
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.newsMore .bd li {
  margin-top: 20px;
  overflow: hidden
}
.newsMore .bd li:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  display: block !important;
}
body {
  background: #fff;
}
.news .newsMain .upgradeTip {
  line-height: 24px;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  background: #fbf8e4;
  border: 1px solid #f1eab6;
  margin-bottom: 15px;
}
.news .newsMain .upgradeTip p {
  padding: 0 10px;
  margin: 0;
  color: #866037
}
.news .newsMain .upgradeTip p em {
  color: #f60
}
.fixedStyle {
  z-index: 999
}
.bannerBtn a {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 99;
  display: none;
}
.flashBox ol li {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  display: inline-block;
  border: 2px solid #fff;
  background: none;
  color: #dd1827;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  text-indent: -99999px;
}
.menuList {
  position: static;
}
.headerMenu ul {
  float: right;
  line-height: 55px;
}
.menuList > ul > li {
  width: auto;
}
.menuList > ul > li {
  margin-left: 20px !important;
}
.w1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.dropDownList {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100% !important;
  background: #fff;
}
.dropDownList ul.menuSystemList {
  border: none;
  box-shadow: 0 0 5px #eee;
}
.dropDownList {
  top: 68px !important;
  left: 0 !important;
}
.headerMenu {
  padding: 25px 0 20px;
  background: #fff;
}
.bannerBtn a.next {
  background: url(https://pigmcsdotcom.pigcms.com/xcxgw/images/next.png) center no-repeat;
  right: 100px;
}
.bannerBtn a.prev {
  background: url(https://pigmcsdotcom.pigcms.com/xcxgw/images/prov.png) center no-repeat;
  left: 100px;
}
.flashBox ol .active {
  background: #fff;
}
.flashBox > ul > li a, .flashBox ul li > div.banner1_3 {
  width: 1107px;
  height: 470px;
  left: 50%;
  bottom: -30px;
  margin-left: -553px;
  position: absolute;
  animation: fadeIn 1s 1s ease 1 0.8s both;
  -webkit-animation: fadeIn 1s ease 1 0.8s both;
}
.newsList {
  padding-bottom: 30px;
}
.flashBox ul li {
  width: 100%;
  height: 574px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.flashBox > ul > li a.banner1_2 {
  top: 236px;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  height: 42px;
  position: absolute;
  z-index: 99;
  animation: bounceInUp 1s ease 1 0s both;
  -webkit-animation: bounceInUp 1s ease 1 0s both;
}
.flashBox > ul > li a, .flashBox ul li > div.banner1_1 {
  width: 1100px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 78px;
  margin-left: -550px;
  animation: bounceInLeft 1s 1s ease 1 0.8s both;
  -webkit-animation: bounceInLeft 1s ease 1 0.8s both;
}
body {
  background: #fff
}
.newRight > .hd h2 {
  font-size: 14px;
  color: #333;
}
.newRight > .hd a {
  right: 0;
  bottom: 0;
  color: #999;
  font-size: 14px;
}
.newsList .hd li {
  width: 80px;
  float: left;
  padding: 5px 0;
  color: #3d3d3d;
  font-size: 12px;
  text-align: center;
  border-bottom: 2px solid #fff;
  cursor: pointer
}
.newsList .hd li.on {
  border-bottom-color: #ff7200;
  color: #ff7200
}
.newsList .bd {}
.newsList .bd .n {
  overflow: hidden;
  margin-top: 20px;
}
.newsList .bd .n .i-pic {
  line-height: 60px;
  width: 108px;
  text-align: center;
  height: 60px;
  margin-right: 10px;
  overflow: hidden
}
.newsList .bd .n .i-pic img {
  display: block;
  width: 100%;
  height: 100%
}
.newsList .bd .n .desc h3 {
  line-height: 15px;
}
.newsList .bd .n .desc h3 a {
  font-size: 12px;
  color: rgb(34, 34, 34);
}
.newsList .bd .n .desc .time {
  margin-top: 12px;
  font-size: 12px;
  color: #6d6d6d;
  background: url('https://pigmcsdotcom.pigcms.com/xcxgw/images/time_icon.png') no-repeat left center;
  background-size: 12px 12px;
  padding-left: 20px;
}
.newsList .bd .n .desc p {
  color: #9d9d9d;
  font-size: 12px;
  padding: 5px 0
}
.newsList .bd .n:hover .desc h3 a {
  color: rgb(34, 34, 34);
}
.newsList .bd .n:hover .i-pic img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.findNews {
  margin-top: -16px;
}
.findNews .bd .n .i-pic {
  width: 100px;
  height: 100px;
}
.article-lwrap {
  border: 1px solid rgb(235, 235, 235);
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
}
.article-lwrap:hover {
  box-shadow: 0 0 13px rgba(0, 188, 102, 0.23);
}
.article-lwrap .turn-line {
  word-wrap: break-word;
  word-break: break-all;
}
.article-lwrap .item-img, .article-lwrap .item-img img {
  width: 210px;
  height: 130px;
  overflow: hidden;
  margin: 0 16px 0 0;
}
.article-lwrap .item-bd {
  font-size: 14px;
  line-height: 20px;
  color: #787d82;
  margin-top: -5px;
  word-wrap: break-word;
  word-break: break-all;
}
.article-lwrap .item-txt {
  margin-right: 0;
  overflow: hidden;
}
.article-lwrap .item-txt .item-bd {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
  color: rgb(128, 128, 128);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-lwrap .item-title {
  padding: 15px 0 6px;
  word-wrap: break-word;
  word-break: break-all;
}
.article-lwrap .original {
  font-size: 12px;
  color: #71777d;
  border: 1px solid #71777d;
  padding: 0 5px;
  margin-left: 4px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: 3px;
}
.article-lwrap .title-detail {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #14191e;
}
.article-lwrap .title-detail:hover {
  color: rgb(34, 34, 34);
}
.article-lwrap .item-btm {
  font-size: 14px;
  color: rgb(102, 102, 102);
  padding: 20px 0 0px;
}
.article-lwrap .item-btm .right-info {
  background: url('https://pigmcsdotcom.pigcms.com/xcxgw/images/time_icon.png') no-repeat left 1px;
  background-size: 14px 14px;
  padding-left: 20px;
}
.article-lwrap .hd-pic {
  margin-right: 10px;
}
.article-lwrap .left-info li {
  float: left;
}
.article-lwrap .left-info .publisher-name {
  color: #93999f;
  font-size: 14px;
  padding: 0;
}
.article-lwrap .pass-time {
  margin-right: 20px;
}
.article-lwrap .right-info span {
  padding-left: 30px;
}
.article-lwrap .item-txt:hover .item-img img {
  display: block;
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg)
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
.tool-left {
  font-size: 24px;
  position: relative;
  margin-top: 12px;
  width: 100%;
  border-bottom: 1px solid #333;
}
.tool-left a.active {
  color: #f01414;
  border-bottom: 2px solid #f01400;
  font-size: 24px;
}
.tool-left a {
  font-size: 24px;
  color: #4d555d;
  margin: 0 49px -1px 0;
  line-height: 48px;
  display: inline-block;
}
.page .pageList a {
  font-size: 12px;
  color: #a3a3a3;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  height: 18px;
  display: inline-block;
  margin: 0 5px
}
.page .pageList a {
  *display: inline
}
.page .pageList span {
  width: auto;
  height: 18px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  padding: 8px 15px;
  margin: 0 5px;
}
.page .pageList span {
  *display: inline
}
.page .pageList span.prev {
  margin-right: 5px
}
.page .pageList span.next {
  margin-left: 5px
}
.page .pageList a.current {
  background: #4c575c;
  color: #fff;
  border-color: #e3e3e3
}
.tc {
  text-align: center
}
.mt30 {
  margin-top: 30px
}
.mb30 {
  margin-bottom: 30px
}
.suojin {
  text-indent: 2em
}
.newTitle {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.newText {
  color: rgb(51, 51, 51);
}
.newLeft {
  float: left;
}
.newTip {
  font-family: 'SimSun-ExtB';
  padding: 0 6px;
}
.newWrap {
  padding-top: 30px;
}
.newRight {
  /*border:1px solid rgb(235,235,235);*/
  width: 315px;
  padding: 0 15px;
  box-sizing: border-box;
}
.newRightTop {
  padding: 20px 0 0;
  border-bottom: 1px solid rgb(0, 188, 102);
  font-size: 14px;
}
.newRightTop .newsMore {
  padding-bottom: 10px;
  border-bottom: 4px solid rgb(0, 188, 102);
  width: 66px;
  font-weight: bold;
}
.newsCenter {
  color: #999;
  padding-bottom: 10px;
}
.newsListLeft {
  width: 885px;
  padding-right: 15px;
  box-sizing: border-box;
}
.article_text {
  float: left;
  width: 590px;
}
embed {
  max-width: 100%;
}