
.swiper-container {
  margin-top:15px;
  width: 100%;
  /*border:1px solid #dcdcdc;*/
  /*box-sizing: border-box;*/
}
.swiper-pagination{
  left:auto!important;
  right:15px!important;
  text-align:right;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 270px;
}

.swiper-pagination-bullet{
  margin:0 4px!important;
  /*display:none;*/
}
.swiper-pagination-bullet-active{
  background:#fff;
}

@media screen and (min-width: 1500px){
  .swiper-wrap{
    margin-left:11px;
  }
}

@media screen and (max-width: 1499px){
  .swiper-wrap{
    margin-left:30px;
  }
}

.searchbar:after {
    content: ' ';
    display: block;
    clear: both;
}
.searchbar{
      /*width: 750px;*/
      /*overflow: hidden;*/
    /*float: left;*/
    /*margin-left: 52px;*/
    padding: 8px 20px;   /* + */
    background:#fefefe;  /* + */
    border: 1px solid #dcdcdc;  /* + */
    }
    .searchbar .submenu:last-child{
      border-bottom: 0;
    }


    .searchbar .tit
    {
      cursor:default;
      display: inline-block;
      width: 100px;
      /*height: 32px;*/
      /*line-height: 32px;*/
        height:57px;             /* + */
        line-height:57px;        /* + */
      /*padding-left: 16px;*/
      /*padding-right: 32px;*/
      /*border: 1px solid #C6C6C6;*/
      position: relative;
      /*font-size: 12px;*/
      float: left;
      /*margin-right: 50px;*/
        font-size: 14px;   /* + */
        font-weight: bold; /* + */
        font-family:"Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB,
        WenQuanYi Micro Hei, sans-serif;          /* + */
    }
     .searchbar .tit[data-index='4']{
         margin-right:0;
        }

    /*
    .searchbar .tit:after{
      font-size: 20px;
      color: #C6C6C6;
      content: '';
  background: url("/Product/images/newImage/after-down.png") no-repeat center center;
      text-align: center;
      position: absolute;
      right: 0;
      width: 32px;
      height: 32px;
      border-left: 1px solid #C6C6C6;
      cursor: pointer;
    }
    */

    .submenu{        
        float:none!important;  /* + */
       width:auto!important;   /* + */
      /*visibility: hidden;*/
        visibility: visible!important;  /* + */
        /*position: absolute;*/
      top: 34px!important;
      z-index: 999;
      /*background: #fff;*/
        opacity:1!important;   /* + */
        padding-left:100px;    /* + */
        padding-bottom:10px;   /* + */
        padding-top:10px;    /* + */
        
        border-bottom:1px solid #e6e6e6;  /* + */
    }

    .submenu.a1{
      left:0!important;
      padding-right:120px;
    }
    .submenu.a2{
      left:200px!important;
    }
    .submenu.a3{
      left: 400px!important;
    }
    .submenu.a4{
      left:600px!important;
    }
    .submenu.a5{
      left:800px!important;
    }
    .submenu a.active{
        color:#fff!important;   /* + */
        background: #666; /* + */
    }
    .submenu a{
      /*font-size: 12px;*/
        font-size:14px;  /* + */
        /*border-radius:5px;  /!* + *!/*/
        display: inline-block;
      /*width: 148px;*/
      /*height: 32px;*/
        padding:11px 22px;  /* + */
      /*line-height: 32px;*/
        line-height:1;    /* + */
      text-align: center;
      /*border: 1px solid #C6C6C6;*/
      border-top: 0;
      border-bottom:0;.
    }
    .submenu a:last-child{
        /*border-bottom:1px solid #c6c6c6;*/
    }
    .submenu a:hover{
      color: #CD0008;
      /*background:#f2f2f2;*/
        /*color:#fff;   /* + */*/
        /*background: #666; /* + */*/
    }

     
  
/*.nav_search {
  float: right;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #C6C6C6;
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 232px;
}
.nav_search > input {
  font-size: 14px;
  max-width: 130px;
}
.nav_search > i {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 25px;
  height: 25px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -54px -278px;
  cursor: pointer;
}
.nav_search > hr {
  border-left: 1px solid #DADADA;
  height: 25px;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 36px;
}*/
.crumbs_fun_box {
  width: 100%;
    height: 34px;
  border-bottom: 1px solid #c8c8c8;
}
.crumbs_fun_box.fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
.crumbs_fun {
  margin: 0 auto;
}
.crumbs_fun > .fun_position {
  float: left;
  line-height: 34px;
  position: relative;
}
.crumbs_fun > .fun_position > a:hover {
  color: #CD0008;
}
.crumbs_fun > .fun_nav {
  float: left;
}
.crumbs_fun > .fun_nav > .fun-nav-ctrl {
  position: relative;
  float: left;
  width: 56px;
  height: 34px;
  vertical-align: middle;
  background: url("/Product/images/newImage/index-images.png") no-repeat -127px -218px;
}
.crumbs_fun > .fun_nav > .fun-nav-ctrl .fun-nav-btnbox {
  cursor: pointer;

}
@media screen and (min-width: 1500px) {
  .crumbs_fun {
    width: 1500px;
  }
  .crumbs_fun > .fun_position {
    margin-left: 194px;
  }
}
@media screen and (max-width: 1499px) {
  .crumbs_fun {
    width: 1200px;
  }
  .crumbs_fun > .fun_position {
    margin-left: 170px;
  }
}
@media screen and (min-width: 1500px) {
  .main {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1499px) {
  .main {
    width: 1200px;
    margin: 0 auto;
  }
}
.left_menu.fixed {
  position: fixed;
  top: 35px;
}
.left_menu.abso {
  position: absolute;
}
.left_menu {
  float: left;
  width: 218px;
  border-top:0;
  
  padding:0 2px 0 2px;
}
.left_menu > h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
}
.left_menu > h1 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
  padding-bottom: 20px;
  font-weight: bold;
}
.left_menu > .search-btn{
    width: 220px;
    height: 36px;
    padding-bottom: 20px;

}
.left_menu > .search-btn button{
    width: 220px;
    height: 36px;
    border: 1px solid #999999;
    display: block;
    padding-left: 10px;
    background: #fff;
    cursor: text;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}
.left_menu > .search-btn button.red-color{
    color: #c30000;
}
.left_menu > .search-btn button:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    background: url(/Product/images/newImage/index-images.png) no-repeat -54px -278px;
}
.left_menu > .left-accordion {
  margin-bottom: 90px;
  border-top: 2px solid #656565;
  border-bottom: 1px solid #eee;
}
.left_menu > .left-accordion > .title {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding-left: 12px;
  border-top: 1px solid #eee;
  position: relative;
}
.left_menu > .left-accordion > .title:hover {
    cursor: pointer;
  background: #f6f6f6;
}
.left_menu > .left-accordion > .title > i {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 7px;
  width: 10px;
  height: 10px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -197px -254px;
}
.left_menu .left-accordion > .title:first-child {
  border-top: 0;
}
.left_menu > .left-accordion > .title.hover {
  font-size: 16px;
}
.left_menu > .left-accordion > .title.hover > i {
  background-position: -197px -273px;
}
.left_menu > .left-accordion > .content-box {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.left_menu > .left-accordion > .content-box.hover {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.left_menu > .left-accordion > .last-content-box {
  border-bottom: 1px solid #eee;
}
.left_menu > .left-accordion > .content-box > .content_new {
  max-height: 224px;
  overflow: auto;
  padding-left: 40px;
}
.left_menu > .left-accordion > .content-box > .content_new > li {
  height: 32px;
  line-height: 32px;
}
.left_menu > .left-accordion > .content-box > .content_new > li > a:hover {
  color: #CE0018;
}
.left_menu > .left-accordion > .content-box > .content_new >li> .hover {
  font-size: 13px;
}
.left_menu > .left-accordion > .content-box > .content_new >li> .hover {
  color: #CE0018;
}
.left_menu > .left-accordion > .content-box > .content_new li> .hover {
  display: block;
}
.fun-nav-cont {
  display: none;
  z-index: 20;
  position: absolute;
  top: 34px;
  left: 0;
  width: 800px;
  height: 498px;
  background: #fff;
  border: 1px solid #C8C8C8 ;
  border-bottom: 3px solid #CE0018;
  overflow: hidden;
}
.fun-nav-cont h1 {
  margin-top: 56px;
  position: relative;
}
.fun-nav-cont h1 hr {
  height: 28px;
  border-bottom: 1px dotted #000;
}
.fun-nav-cont h1 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -58px;
}
.fun-nav-cont > ul {
  float: left;
  margin-right: 50px;
  letter-spacing: 1px;
  font-size: 16px;
    height: 480px;
}
.fun-nav-cont > div {
  float: left;
  margin-right: 20px;
  margin-top: 60px;
}
.fun-nav-cont > div > div {
  float: left;
  margin-bottom: 40px;
  margin-right: 25px;
}
.fun-nav-cont > div > div > div {
  margin-bottom: 40px;
}
.fun-nav-cont > div > div > div a {
  font-size: 14px;
  color: #CD0008;
}
.fun-nav-cont > div > div > ul > li {
  margin-bottom: 22px;
}
.fun-nav-cont > div > div > ul > li > a > i {
  vertical-align: middle;
}
.fun-nav-cont > div .nav-tag3-box {
  margin-right: 0 ;
}
.nav-tag1 > li a:hover {
  color: #CD0008;
}
.nav-tag1 > li:nth-child(1) > a > i {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("/Product/images/newImage/title-tag1.png") no-repeat;
}
.nav-tag1 > li:nth-child(2) > a > i {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("/Product/images/newImage/title-tag2.png") no-repeat;
}
.nav-tag1 > li:nth-child(3) > a > i {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url("/Product/images/newImage/title-tag3.png") no-repeat;
}
.nav-tag2 > li a:hover {
  color: #CD0008;
}
.nav-tag3 {
  width: 210px;
  height: 218px;
  overflow: hidden;
}
.nav-tag3 > li {
  float: left;
  margin-right: 20px;
}
.nav-tag3 > li a:hover {
  color: #CD0008;
}
.nav-contents {
  background: #F8F8F8;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav-contents li {
  position: relative;
  height: 37px;
  line-height: 37px;
  width: 166px;
  margin-left: 37px;
}

.nav-contents li a {
  font-size: 15px;
  color: #333;
}
.nav-contents li i {
  position: absolute;
  top: 14px;
  right: 22px;
  width: 6px;
  height: 6px;
  border: 2px solid #bbb;
  border-radius: 50%;
}
.nav-contents li.nav-contents-sy {
  font-size: 14px;
}
.nav-contents li.hover a {
  color: #CD0008;
}
.nav-contents li.hover i {
  background: #CD0008;
  border-color: #CD0008;
}
.main_right {
  float: right;
}
@media screen and (min-width: 1500px) {
  .main_right {
    width: 1250px;
  }
}
@media screen and (max-width: 1499px) {
  .main_right {
    width: 976px;
  }
}
@media screen and (min-width: 1500px) {
  .slider {
    width: 1250px;
  }
}
@media screen and (max-width: 1499px) {
  .slider {
    width: 976px;
  }
}
.slider {
  height: 360px;
  background: #000;
  margin-top: 20px;
}
.main{
    min-height:1500px;
    }
.main_card {
  width: 100%;
  margin-top: 15px;
}
.card_header {
  padding-bottom: 10px;
  margin-left:11px;
  position:relative;  /* + */
}

@media screen and (max-width:1499px) {
   .card_header {
      margin-bottom: 10px;
      margin-left:30px;
    }
}
.card_header:after {
    content: ' ';
    display: block;
    clear: both;
}

.card_header .display-ctrl {
  float: left;
}

.card_header .filter-reset{
    position:absolute;
    top:12px;
    right:23px;
    z-index: 9;
    padding:11px 18px;
    border:1px solid #999;
    /*border-radius:4px;*/
    cursor: pointer;
    background: #fff;
    font-size:13px;
}
.card_header .filter-reset:hover{
    background: #e6e6e6;
}

.card_header .filter-reset i{
    display:inline-block;
    margin-right:15px;
    width: 13px;
    height:12px;
    vertical-align: -1px;
    background: url("/Product/images/newImage/index-images.png") no-repeat -221px -220px;
}


.card_header .display-ctrl > a {
  display: inline-block;
  width: 62px;
  height: 34px;
  position: relative;
  background: #eee;
}
.card_header .display-ctrl > a > i {
  position: absolute;
  top: 8px;
  right: 21px;
  width: 22px;
  height: 16px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -186px -319px;
}
.card_header .display-ctrl > a.display-hua i {
  background-position: -186px -294px;
}
.card_header .display-ctrl > a.hover {
  width: 60px;
  height: 32px;
  border: 1px solid #C6C6C6;
  background: #fff;
}
.card_header .xiala-tyys {
  float: left;
  width: 122px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #C6C6C6;
  margin-left: 20px;
}
.card_header .xiala-tyys > a {
  float: right;
  width: 32px;
  height: 32px;
  border-left: 1px solid #C6C6C6;
  position: relative;
}
.card_header .xiala-tyys > a i {
  position: absolute;
  top: 14px;
  right: 11px;
  width: 9px;
  height: 5px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -196px -223px;
}
.card_header .xiala-tyys > span {
  margin-left: 15px;
}
.card_header .display-page {
  height: 34px;
  line-height: 34px;
  float: right;
  overflow: hidden;
}
.card_header .display-page > a {
  width: 20px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #DADADA;
  margin-left: 10px;
}
.card_header .display-page > a:hover {
  background: #F2F2F2;
}
.card_header .display-page > span {
  margin-left: 10px;
}
.card_header .display-page > span > b {
  color: #CD0008;
}
.card_header .display-page > p {
  margin-left: 10px;
}
.slick-slider {
  overflow: hidden;
}
.slick-slider img {
  margin: 0 auto;
}
.slick-dots {
  bottom: 10px;
}



.item-list {
  display: block;
}
.item-list:after {
  content: ' ';
  display: block;
  clear: both;
}
.item-list .item {
  float: left;
  width: 290px;
  height: 397px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  transition:all .3s ease;
}
.item-list .item:hover {
  box-shadow: 0 0 15px #ccc;
}
.item-list .item:hover .zezhao {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.item-list .item:hover .zezhao-wz {
  color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.item-list .item:hover .zezhao-wz h2 {
  font-size: 20px;
  text-align: center;
  margin: 25px auto 5px auto;
}
.item-list .item:hover .zezhao-wz h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.item-list .item:hover .zezhao-wz p {
  margin: 0 10px;
}
.item-list .item .img-box {
  display: inline-block;
  width: 290px;
  height: 290px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
.item-list .item .img-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 290px;
    z-index: 1;
}

.item-list .item .img-box img {
  width: 100%;
  height: auto;
}
.item-list .item .name-box {
  font-size: 15px;
  text-overflow:ellipsis;
  overflow:hidden;
  /*white-space:nowrap;*/
  margin-top:14px;
  margin-bottom:5px;
  height:41px;
  color: #333;
  display: -webkit-box;
  /*display: block;*/
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height:1.4;
}
.item-list .item .name-box:hover {
    color:#DE0005;
    }
.item-list .item .tag-list {
  font-size: 12px;
  color: #999;
}
.item-list .item .tag-list span {
  display: inline-block;
  border-right: none;
}
.item-list .item .tag-list span + span {
  padding-left: 5px;
  border-left: 1px solid #999;
}
.item-list .item .item-info {
  font-size: 12px;
  color: #999;
  line-height: 2;
  display: block;
}
.item-list .item .item-info .time {
  float: left;
  display: inline-block;
}
.item-list .item .item-info .view {
  float: right;
  display: inline-block;
}
@media screen and (min-width: 1500px) {
  .item-list {
    width: 1250px;
  }
  .item-list.item-pic {
    display: none;
  }
  .item-list.item-pic .item {
    margin: 0 12px;
    padding-top: 12px;
  }
  .item-list.item-pic .item:hover {
    margin: 0;
    padding: 12px 12px 0 12px;
  }
  .item-list.item-hua .item {
    padding-left:11px;
    padding-right:11px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 1499px) {
  .item-list {
    width: 960px;
    margin-left:16px;
  }
  .item-list.item-hua .item {
    padding-left:14px;
    padding-right:14px;
    padding-top: 12px;
  }
  .item-list.item-pic {
      display: none;
  }

  .item-list.item-pic .item {
    margin: 0 7px;
    padding-top: 10px;
  }
  .item-list.item-pic .item:hover {
    margin: 0;
    padding: 10px 7px 0 7px;
  }
}
.item-pic .item {
  width: 226px;
  height: 385px;
}
.item-pic .item:hover img {
  transform: scale(1.3);
}
.item-pic .item img {
  transition: transform .5s ease;
}
.item-pic .item .img-box {
  width: 226px;
  height: 226px;
}
.item-pic .item .item-info .time {
  line-height: 2;
}
.pagination {
    width: 980px;
  text-align: center;
    float: left;
    margin: 60px 0 100px 0;
}
.pagination a.page {
  margin: 0 4px;
}
.pagination .btn {
  cursor: pointer;
  display: inline-block;
  line-height: 33px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #999;
  padding: 0 9px;
  background-color: #ffffff;
  margin-right: 5px;
}
.pagination .btn:last-child{
  border-color: #969696;
  color: #333;
}
.pagination .btn.active {
  border-color: #969696;
  color: #333;
}
.pagination .prev,
.pagination .next {
  border-color: #969696;
  color: #333;
}
.pagination .word {
  color: #666666;
}
.pagination .box input {
  border: 1px solid #969696;
  background-color: #fff;
  line-height: 33px;
  height: 33px;
  padding: 0 5px;
  font-size: 16px;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
.pagination .box button {
  border: 1px solid #969696;
  background-color: #fff;
  line-height: 33px;
  vertical-align: top;
}
.select-box ul {
  display: none;
  font-size: 0;
  background-color: #fff;
  position: absolute;
  z-index: 16;
  width: 122px;
  border-color: #c6c6c6;
  border-width: 1px;
  border-style: solid;
  margin-left: -1px;
}
.select-box ul li {
  text-align: center;
}
.select-box ul li:hover {
  background: #f2f2f2;
}
.select-box ul li:hover a {
  color: #CD0008;
}
.select-box ul a {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.fun-nav-btnbox {
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 10;
}
.fun-nav-btnbox.click:after{
  content: '';
  width: 54px;
  height: 1px;
  margin-left: 1px;
  position: absolute;
  background: #fff;
  bottom: 0;
}
.fun-nav-btnbox ul li {
  position: absolute;
  width: 18px;
  height: 3px;
  background: #ffffff;
  left: 12px;
}
.fun-nav-btnbox ul .btnbox-li01 {
  top: 8px;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fun-nav-btnbox ul .btnbox-li02 {
  top: 15px;
}
.fun-nav-btnbox ul .btnbox-li03 {
  top: 22px;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webki-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.fun-nav-btnbox ul.select li {
  background: #c30000;
}
.fun-nav-btnbox ul.select .btnbox-li01 {
  top: 16px;
  left: 11px;
  width: 22px;
  height: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fun-nav-btnbox ul.select .btnbox-li02 {
  display: none;
}
.fun-nav-btnbox ul.select .btnbox-li03 {
  top: 16px;
  left: 11px;
  width: 22px;
  height: 4px;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*----------------------------------------------------*/
.nav-tag1-box{
  width: 316px;
  float: left;
}
.nav-tag2-box{
  float: left;
  width: 158px;
  height: 100px;
}
.nav-tab .tag-box-cont{
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #c20201;
  margin-bottom: 0;
}
.nav-tab .tag-box-cont div{
  float: left;
  font-size: 13px;
  line-height: 50px;
}
.nav-tab .tag-box-cont div.box-cont-all{
  width: 110px;
}
.nav-tab .tag-box-max ul{
  float: left;
}
.nav-tab .tag-box-max .tag-ul-two{
  width: 110px;
}
.nav-tab .tag-box-max ul li{
  height: 30px;
  line-height: 36px;
  padding: 3px 0;
}
.nav-tab .tag-box-max .tag-box-Three li{
  width: 90px;
  float: left;
}
.nav-tab .tag-box-max ul li a{
  color:#333333;
  width: 80%;
  font-size: 13px;
  height: 30px;
  display: block;
}
.nav-tab .tag-box-max ul li.select a{
  color:#c30000;
}
.nav-tab .tag-box-max ul li a:hover{
  color:#c30000;
}
.tag-box-max{
  border-bottom: 0;
  width: 100%;
}
.tag-box-Three{
  float: left;
  width: 196px;
}
.tag-box-Three ul{
  display: none;
}
.tag-box-Three ul.select{
  display: block;
}
.nav-tag2-box .tag2-box-label {
  padding-top: 14px;
}
.nav-tag2-box .tag2-box-label div{
  height: 52px;
  width: 100%;
  margin-bottom: 24px;
}
.nav-tag2-box .tag2-box-label div p{
  width: 52px;
  height: 52px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.nav-tag2-box .tag2-box-label div p img{
  width: 100%;
  height: 100%;
}
.nav-tag2-box .tag2-box-label div span{
  float: left;
  padding-left: 10px;
  position: relative;
  top: 14px;
  color:#474747;
}
.tag-box-max>div{
  display: none;
}
.tag-box-max>div.select{
  display: block;
}

/* ----------------------------------品牌搜索 style--------------------- */

::-webkit-scrollbar-track-piece {
    background: #f2f2f2 !important;
}
.hide{
  display: none;
}
.brand-search{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
 .brand-search .brand-box{
    width: 830px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -400px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 99999;
}
 .brand-search .brand-box h3 {
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #000;
    background: #f2f2f2;
}
 .brand-search .brand-box h3 span{
    float: left;
}
 .brand-search .brand-box h3 span.brand-bar-search{
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    width: 248px;
    height: 24px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
}
 .brand-search .brand-box h3 span.brand-bar-search input{
    width: 200px;
    height: 24px;
    line-height: 20px;
    padding-left: 12px;
    float: left;
    font-size: 13px;
}
.brand-search .brand-box h3 span.brand-bar-search #brand_bar_search_btn{
    width: 36px;
    height: 24px;
    float: left;
    position: relative;
    cursor: pointer;
    background: url(/Product/images/newImage/index-images.png) no-repeat -46px -279px;

}
.brand-bar-search-cha{
    position: absolute;
    top: 3px;
    left: 190px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: rgba(0,0,0,.1) url(/Product/images/newImage/index-images.png) no-repeat -193px -250px;
    opacity: 0.8;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    cursor: pointer;
    display: none;
}
.brand-search .brand-box h3 span.brand-bar-search #brand_bar_search_btn:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    width: 20px;
    background-color: #ededed;
}
.brand-search .brand-box h3 a{
    float: right;
    width: 52px;
    height: 46px;
    position: relative;
    
}
 .brand-search .brand-box h3 a:hover{
    background: #ddd;
}
.brand-search .brand-box h3 a:before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 17px;
    top: 14px;
    background: url(/Product/images/newImage/index-images.png) no-repeat -8px -252px;
}
.brand-search .brand-cont{
    padding: 10px 20px 0 20px;   
    height: 424px;
    overflow: hidden; 
}
.brand-search .brand-cont .brand-top{
    height: auto;    
    overflow: hidden;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 5px;
}
.brand-search .brand-cont .brand-top ul{
    float: left;
}
.brand-search .brand-cont .brand-top >span{
    float: left;
    padding: 0 8px;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 0px;
    background: #000000;
    color: #fff;
    display: none;
}
.brand-search .brand-cont .brand-top ul li{ 
    float: left;  
    padding: 0 8px; 
    line-height: 20px;  
    cursor: pointer;  
    margin-bottom: 0px;
}
.brand-search .brand-cont .brand-top ul li:hover{ 
    background: #000000;
    color: #fff;
}
.brand-search .brand-cont .brand-top ul li+li{ 
    margin-left: 1px;   
}
.brand-search .brand-cont .brand-top ul li.select{ 
    background: #000000;
    color: #fff;
}
.brand-search .brand-cont .brand-btm{ 
    overflow: hidden;
    height: 414px;
    /*width: 836px;*/
    overflow-y: auto;
}
.brand-search .brand-cont .brand-btm:after{ 
    content:'';
    display: block;
    height: 254px;
}
.brand-search .brand-cont .brand-btm div{ 
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 60px;
    overflow: hidden;
    width: 790px;
}
.brand-search .brand-cont .brand-btm div.dbShow{ 
    display: block;
}
.brand-search .brand-cont .brand-btm div:nth-last-child(2) p{
    font-size: 30px;
}
.brand-search .brand-cont .brand-btm div:nth-last-child(1) p{
    font-size: 26px;
}
.brand-search .brand-cont .brand-btm div p{ 
    float: left;
    width: 66px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    color : #999;
}
.brand-search .brand-cont .brand-btm div ul{ 
    float: left;
    width: 724px;
    overflow: hidden;
}
.brand-search .brand-cont .brand-btm div ul span{
    float: left;
    width: 70px;
    padding-right: 20px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
.brand-search .brand-cont .brand-btm div ul span:hover{
    color: #c30000;
}
.brand-search .brand-cont .brand-btm div ul li{ 
    float: left;
    width: 220px;
    padding-right: 20px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.brand-search .brand-cont .brand-btm div ul li.show_li{ 
    display: block;
}
.brand-search .brand-cont .brand-btm div ul li a:hover{ 
    color: #c30000;
}
.brand-search .brand-cont .brand-btm div ul li a.red-color{ 
    color: #c30000;
}
.loading{
    width: 66px;
    height: 66px;
    background: #c30000 url(../../Images/new-loading.gif) no-repeat ;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}