/*@王旭鑫*/
/*@email:1419350157@qq.com*/
/*@竹鹿科技*/
.banner-box,
.news-show-b {
  background-image: url(../image/news/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.banner-box .w,
.news-show-b .w {
  position: relative;
  height: 100%;
}
.banner-box .w .b-title,
.news-show-b .w .b-title {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 4rem;
  margin: auto;
  width: 100%;
}
.banner-box .w .b-title h1,
.news-show-b .w .b-title h1 {
  font-size: 2.6rem;
}
.banner-box .w .b-title span,
.news-show-b .w .b-title span {
  font-size: .9rem;
  opacity: .7;
}
.banner-box .w .nav,
.news-show-b .w .nav {
  height: 3rem;
  position: absolute;
  bottom: 4rem;
  width: 100%;
}
.banner-box .w .nav li,
.news-show-b .w .nav li {
  float: left;
  width: calc(33.33333333%);
  font-size: .92rem;
}
.banner-box .w .nav li a,
.news-show-b .w .nav li a {
  color: #fff;
  transition: .3s ease;
  display: block;
  margin: 0 5%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
}
.banner-box .w .nav li i,
.news-show-b .w .nav li i {
  transition: .3s ease;
  display: inline-block;
  transform: translateY(-100%);
  opacity: 0;
  color: #e81317;
}
.banner-box .w .nav .li-active a,
.news-show-b .w .nav .li-active a {
  color: #e81317;
  border-color: #e81317;
}
.banner-box .w .nav .li-active i,
.news-show-b .w .nav .li-active i {
  transform: translateY(100%);
  opacity: 1;
}
.banner-box .w .nav li:hover a,
.news-show-b .w .nav li:hover a {
  color: #e81317;
  border-color: #e81317;
}
.banner-box .w .nav li:hover i,
.news-show-b .w .nav li:hover i {
  transform: translateY(100%);
  opacity: 1;
}
.news-list {
  background-color: #f5f5f5;
  padding: 10% 0;
}
.news-list .w .news .item {
  float: left;
  width: calc(32%);
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
}
.news-list .w .news .item a {
  display: block;
  background-color: #fff;
  position: relative;
  height: 100%;
}
.news-list .w .news .item a .img {
  position: relative;
  line-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  z-index: 3;
}
.news-list .w .news .item a .txt {
  padding: 40px 20px;
  position: relative;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.news-list .w .news .item a .txt .date {
  color: #999;
  z-index: 1;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 12px;
  margin-bottom: 15px;
}
.news-list .w .news .item a .txt .t-title {
  color: #252525;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  line-height: 2rem;
  height: 4rem;
}
.news-list .w .news .item a .txt .describe {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin: 20px 0 100px 0;
}
.news-list .w .news .item a .txt button {
  background-color: #e81317;
  color: #fff;
}
.news-list .w .news .item a:hover .img {
  transform: translateY(-101%);
  opacity: 0.3;
}
.news-list .w .news .item:nth-child(3n) {
  margin-right: 0;
}
.news-show-b {
  background-attachment: unset;
  background-image: unset;
  padding-bottom: 10%;
}
.news-show-b .b-title {
  padding: 25% 0;
  position: relative!important;
}
.news-show-b .bottom {
  margin-top: 30px;
  font-size: .925rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.news-show-b .bottom .time {
  display: inline-block;
  margin-right: 50px;
}
.news-show-b .bottom .share-box {
  display: inline-block;
  font-size: .925rem;
}
.news-show-b .bottom .share-box a {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-top: 4px;
  transition: .3s ease;
}
.news-show-b .bottom .share-box a:before {
  display: none;
}
.news-show-b .bottom .share-box a:nth-child(1) {
  background-color: #e95d5c;
}
.news-show-b .bottom .share-box a:nth-child(2) {
  background-color: #00d34b;
}
.news-show-b .bottom .share-box a:hover {
  background-color: #fff;
}
.news-show-b .bottom .share-box a:nth-child(1):hover {
  color: #e95d5c;
}
.news-show-b .bottom .share-box a:nth-child(2):hover {
  color: #00d34b;
}
.news-show-b .bottom .share-box i {
  font-size: 18px;
}
body {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}
.content {
  width: 90%;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.content .pages-left {
  float: left;
  border-right: 1px solid #eee;
  padding: 100px 60px;
  max-width: 400px;
  height: 100%;
}
.content .pages-left a {
  display: block;
  padding: 12px 45px;
  transition: .3s ease;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: .9rem;
}
.content .pages-left .prve,
.content .pages-left .next {
  background-color: #ccc;
  color: #fff;
}
.content .pages-left .back {
  border: 1px solid #ccc;
  color: #666;
}
.content .pages-left .back i {
  color: #999;
  font-size: .625rem;
  margin-right: 10px;
}
.content .pages-left .back:hover {
  border-color: #e81317;
}
.content .pages-left .prve:hover,
.content .pages-left .next:hover {
  background-color: #e81317;
  color: #fff;
}
.content .details {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
  padding: 5% 10% 0 10%;
  color: #333;
  float: left;
  overflow: hidden;
}
.content .details p {
  line-height: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
}
.content .details img {
  margin-bottom: 30px;
  width: 100%!important;
  height: auto;
}
.social-share .icon-wechat .wechat-qrcode {
  transform: translateY(130%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  margin-left: -10px;
  transform: rotate(180deg);
  bottom: auto;
  top: -14px;
}
#footer {
  background-color: #fff;
}
