﻿
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
/*大闸蟹*/
.newlayout-category {
  width: 100%;
  height: 820px;
  background: url(404.png) #f2ebe5;
}
.newlayout-category .layout-wrap {
  width: 1300px;
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.newlayout-category .layout-wrap .category-content {
  position: relative;
  height: 400px;
}
.newlayout-category .layout-wrap .category-content .content {
  position: absolute;
  width: 1300px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item {
  float: left;
  width: 30.6%;
  height: auto;
  margin: 57px 0 0;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  padding: 30px 0 0;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img {
  position: relative;
  height: auto;
  text-align: center;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img img:first-child {
  width: 90%;
  height: 100%;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .pro-img .decorate {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt {
  font-size: 22px;
  color:#666;
  text-align: center;
  background: #f5efea;
  padding: 20px 0;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt.red {
  color: #bc0000;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .subtt .hot {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  background: url(404.png) 0 -18px no-repeat;
  margin-right: 10px;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item .showmore {
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}

.newlayout-category .layout-wrap .category-content .content .category-list .item:first-child {
  margin-right: 50px;
}
.newlayout-category .layout-wrap .category-content .content .category-list .item:last-child {
  margin-left: 50px;
}
.newlayout-category .layout-wrap .category-text {
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #000000;
}
.newlayout-category .layout-wrap .category-text span {
  padding-right: 10px;
}




.category-tab {
  margin: 0 auto;
  width: 562px;
}
.category-tab li {
  margin-right: 50px;
  cursor: pointer;
  float: left;
  color: #e4002b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 154px;
  height: 36px;
  line-height: 36px;
  background: url(404.png) no-repeat;
  background-position: 0 -36px;
  font-family: cursive;
}
.category-tab li.current {
  background-position: 0 0;
  color: #fff;
}
.category-tab li:last-child {
  margin-right: 0;
}




/*首页*/
.newlayout-category .ind_tt {
  text-align: center;
  padding-top: 93px;
  margin-bottom: -30px;
}
.newlayout-category .ind_tt_banner_tips{
  text-align: center;
  margin-top: 60px;
  font-size:24px;
  line-height: 35px;
}
.ind_ys .ind_tt {
  text-align: center;
}
.linkaImg{
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition:  all ease 0.3s;
  cursor: pointer;
}
.linkaImg:hover{
   transform: translateY(-10px);
   -webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
}

.xie_x{
  font-size: 14px;
}