/*需要用到的公用样式*/
.hide {
  display: none!important;
}
.clearboth:after {
  content: 'clear';
  width: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.cuttext {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mask-hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mask-hover:hover:before {
  opacity: 1;
}
.page-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/Product/Images/new-loading.gif) no-repeat center center;
  z-index: 11;
}
/*内容样式 开始*/
.trend-header {
  width: 100%;
  margin: 0 auto;
}
.trend-header .swiper-container {
  width: 100%;
  height: 600px;
}
.trend-header .swiper-container .swiper-wrapper .swiper-slide {
  width: 100px;
  height: 100%;
}
.trend-header .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.trend-header .swiper-container .swiper-button-next,
.trend-header .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  opacity: .9;
  transition: all 1s;
  background: url(/Product/Images/home2/banner_btn_icon.png) no-repeat left top;
  background-size: initial !important;
}
.trend-header .swiper-container .swiper-button-next {
  background-position: -60px 0;
}
.trend-header .swiper-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  opacity: 1;
}
.trend-header .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #c30000;
  background-color: #c30000;
}
.trend-header .trend-video {
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-size: cover;
}
.trend-header .trend-video .trend-video-inner {
  width: 100%;
  margin: 0 auto;
}
.trend-header .trend-count-conent {
  width: 100%;
  height: 325px;
  margin: 0 auto;
}
.trend-header .trend-count-conent .count-center {
  padding-top: 55px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #666;
}
.trend-count-title h3 {
  font-size: 30px;
  line-height: 45px;
  font-family: Arial, Helvetica, sans-serif;
}
.trend-count-title h4 {
  font-size: 18px;
  line-height: 36px;
}
ul.trend-count-belly {
  padding-top: 25px;
}
ul.trend-count-belly li.count-item {
  float: left;
  width: 300px;
}
ul.trend-count-belly li.count-item p {
  font-size: 40px;
  line-height: 75px;
  font-family: Arial, Helvetica, sans-serif;
}
ul.trend-count-belly li.count-item span {
  font-size: 14px;
}
.main-wrap {
  width: 100%;
}
.main-wrap .trend-menu-bg {
  width: 100%;
  height: 75px;
}
.main-wrap .trend-menu-bg .trend-menu {
  width: 100%;
  height: 73px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  background-color: #F4F4F4;
}
.trend-menu {
  position: relative;
}
.trend-menu .menu-after {
  height: 100%;
  float: left;
  overflow: hidden;
}
.trend-menu .menu-after .menu-return {
  float: left;
  height: 100%;
  display: none;
}
.trend-menu .menu-after .menu-return a {
  display: block;
  line-height: 73px;
  padding-left: 66px;
  width: 84px;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  background-color: #141414;
}
.trend-menu .search-box {
  float: left;
  width: 140px;
  padding-left: 80px;
  height: 100%;
  border-right: 1px solid #DCDCDC;
  background: url('/Product/Images/newImage/trend_search_icon.png') 50px -2px no-repeat;
}
.trend-menu .search-box .search-text {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  background-color: #F4F4F4;
}
.trend-menu .search-inner {
  width: 385px;
  height: 100%;
  display: none;
  position: absolute;
  left: 42px;
}
.trend-menu .search-inner .search-clear {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 21.5px;
  left: 0;
  background: url(/Product/images/newImage/index-images.png) no-repeat -1px -246px;
}
.trend-menu .search-inner .search-ipt {
  height: 100%;
  width: 300px;
  position: absolute;
  left: 38px;
  top: 0;
  color: #444;
  font-size: 14px;
  background: #F4F4F4;
}
.trend-menu .search-inner .search-btn {
  position: absolute;
  right: 0;
  top: 21.5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #F2F2F2 url(/Product/images/newImage/index-images.png) no-repeat -50px -275px;
}
.trend-menu ul.nav-list {
  float: left;
  padding-left: 18px;
}
.trend-menu ul.nav-list li {
  float: left;
  height: 100%;
}
.trend-menu ul.nav-list li a {
  display: block;
  padding: 0 25px;
  font-size: 14px;
  color: #222;
  line-height: 73px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.trend-menu ul.nav-list li a:hover {
  background-color: #E0E0E0;
  color: #c30000;
}
.trend-menu ul.nav-list li a.select {
  color: #c30000;
  font-weight: bold;
}
.trend-menu .menu-select {
  float: right;
  width: 300px;
  height: 100%;
  text-align: center;
  line-height: 73px;
}
.trend-menu .menu-select div.select-box {
  width: 50%;
  position: relative;
}
.trend-menu .menu-select a.select-btn {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.trend-menu .menu-select a.select-btn i {
  width: 11px;
  height: 1ex;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: url('/Product/Images/newImage/trend_row_icon.png') center;
}
.trend-menu .menu-select a.js-cur {
  color: #c30000;
  font-weight: bold;
}
.trend-menu .menu-select div.select-box:hover a.select-btn {
  background-color: #141414;
  color: #FFF;
}
.trend-menu .menu-select div.select-box:hover a.select-btn i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.trend-menu .menu-select div.select-box:hover ul {
  display: block;
}
.trend-menu .menu-select ul {
  display: none;
  position: absolute;
  top: 73px;
  width: 100%;
  padding: 12px 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}
.trend-menu .menu-select ul li {
  line-height: 30px;
  margin-bottom: 5px;
}
.trend-menu .menu-select ul li a {
  display: block;
  color: #c6c6c6;
}
.trend-menu .menu-select ul li a:hover {
  color: #C30000;
}
.trend-menu .js-filter .menu-return {
  display: inline-block;
}
.trend-menu .js-filter .search-box {
  padding-left: 60px;
  background-position: 30px -2px;
}
.trend-menu .js-filter .search-inner {
  left: 172px;
}
.all-work-list {
  padding: 44px 30px 60px;
  background: #F2F2F2 url('/Product/images/newImage/market-bg_detail.jpg') repeat-x center bottom;
}
.all-work-list .work-null {
  width: 1130px;
  height: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.all-work-list .work-null p {
  text-align: center;
  color: #444;
  font-size: 16px;
  margin-top: 26px;
}
.all-work-list .work-null span {
  width: 280px;
  height: 165px;
  display: block;
  margin: 0 auto;
  background: url('/Product/images/newImage/null-page-draw.png') no-repeat center;
  background-size: 280px;
}
.work-list-box {
  margin-bottom: 20px;
  min-height: 550px;
}
.work-list-box li {
  float: left;
  width: 33.333333%;
  padding: 0 18px 0;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.work-list-box li .card-box {
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.work-list-box li .card-box .card-cover-box {
  padding-top: 55.666667%;
  position: relative;
  background-size: 100% 100% !important;
}
.work-list-box li .card-box .card-cover-box a {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-list-box li .card-box .card-cover-box a div {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-size: cover!important;
}
.work-list-box li .card-box .card-cover-box a img {
  width: auto;
  min-width: 100%;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.work-list-box li .card-box .card-cover-box a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  z-index: 5;
}
.work-list-box li .card-box .card-cover-box a:hover:before {
  opacity: 1;
}
.work-list-box li .card-box .card-cover-box .new-icon {
  width: 57px;
  height: 37px;
  position: absolute;
  text-indent: -999em;
  top: -10px;
  left: -14px;
  background: url('/Product/images/newImage/trend_new_icon.png') center no-repeat;
}
.work-list-box li .card-box .card-cover-box .lock-icon {
  width: 68px;
  height: 68px;
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5) url('/Product/images/newImage/trend_lock_icon.png') center no-repeat;
}
.work-list-box li .card-box .card-info {
  height: 133px;
  padding: 12px 22px 0;
}
.work-list-box li .card-box .card-info .title {
  overflow: hidden;
  line-height: 48px;
}
.work-list-box li .card-box .card-info .title h3 {
  float: left;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
}
.work-list-box li .card-box .card-info .title h3 a {
  font-size: 20px;
  color: #222;
}
.work-list-box li .card-box .card-info .title .count {
  float: right;
  font-size: 14px;
  color: #AAA;
}
.work-list-box li .card-box .card-info .tags {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.work-list-box li .card-box .card-info .tags span {
  font-size: 12px;
  margin-right: 6px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #AAA;
  color: #666;
  white-space: nowrap;
}
.work-list-box li .card-box .card-info .tags:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  background: -webkit-gradient(linear, left, right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, #ffffff 100%);
}
.work-list-box li .card-box .card-info .describe {
  overflow: hidden;
}
.work-list-box li .card-box .card-info .describe p {
  float: left;
  line-height: 38px;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
}
.work-list-box li .card-box .card-info .describe p a {
  font-size: 12px;
  color: #999;
}
.work-list-box li .card-box .card-info .describe .date {
  color: #AAA;
  float: right;
  padding-top: 25px;
}
.work-list-box li .card-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.recommend-list .title-box {
  height: 50px;
  background-color: #FFF;
  line-height: 50px;
  padding-left: 50px;
}
.recommend-list .title-box span {
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 18px;
  position: relative;
  background-color: #1b1714;
}
.recommend-list .title-box span:after {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: -26px;
  border-top: 25px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 25px solid #1b1714;
  border-left: 13px solid #1b1714;
}
.recommend-list-box {
  padding: 35px 25px 50px;
  background: #F2F2F2 url(/Product/images/newImage/market-bg_detail.jpg) repeat-x center bottom;
}
.recommend-list-box li {
  width: 20%;
  padding: 0 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.recommend-list-box li .recommend-card {
  padding-top: 80%;
  background-color: #FFF;
  position: relative;
}
.recommend-list-box li .recommend-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.recommend-list-box li .recommend-card a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.recommend-list-box li .recommend-card a:before {
  z-index: 5;
}
.recommend-list-box li .recommend-card a:hover img {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
@media screen and (max-width: 1500px) {
  .trend-menu ul.nav-list li a {
    padding: 0 20px;
  }
}
