

/*
*存放网站公共样式
*更新此文件需要通报整个小组，并在此写下说明
*————by liudaofu 20161102
*/
body {
  font-family: Microsoft YaHei;
}
/* 超出隐藏 */
.text-hidden {
  word-break: break-all;

  text-overflow: ellipsis;

  display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/

  -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/

  -webkit-line-clamp: 6; /** 显示的行数 **/

  overflow: hidden;
}
/*页面最上部顶部条样式*/

.shop-top-bar {
  height: 30px;
  line-height: 30px;
  color: #626262;
  background: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
  zoom: 1;
}

.shop-top-bar .top-bar-left {
  float: left;
  color: #a1a1a1;
}

.shop-top-bar .top-bar-left a {
  color: #626262;
}

.shop-top-bar .top-bar-left .login,
.shop-top-bar .top-bar-left .reg {
  color: #bc0000;
}

.shop-top-bar .top-bar-left .login:hover,
.shop-top-bar .top-bar-left .reg:hover {
  text-decoration: underline;
}

.shop-top-bar .top-bar-right {
  float: right;
}

.shop-top-bar .top-bar-right a {
  color: #626262;
}

.shop-top-bar .login-info li,
.shop-top-bar .more-info li {
  position: relative;
  float: left;
  text-align: center;
}

.shop-top-bar .login-info li {
  margin-right: 13px;
}

/*页面顶部条 BEG*/

.shop-top-bar .login-info li:after {
  content: '';
  position: absolute;
  right: -7px;
  left: auto;
  top: 9px;
  display: block;
  width: 3px;
  height: 12px;
  background: #b3a1b3;
  border-left: 1px solid #f5f5cd;
  border-right: 1px solid #cdf5f5;
}

.shop-top-bar .login-info li:last-child:after {
  display: none;
}

.shop-top-bar .more-info li {
  margin-right: 15px;
  cursor: pointer;
}

.shop-top-bar .more-info .iconfont {
  vertical-align: baseline;
  color: #b91318;
  margin-right: 2px;
  font-size: 14px;
}

.shop-top-bar .arrow .iconfont {
  font-size: 12px;
  position: relative;
  right: -2px;
  color: #626262;
  display: inline-block;
  transition: transform 0.2s ease;
}

.shop-top-bar .more-info .pull-menu {
  position: relative;
  margin: 0;
}

.shop-top-bar .pull-menu .arrow {
  width: 100px;
  text-align: center;
}

.shop-top-bar .more-list {
  background: #fff;
  width: 160px;
  padding: 10px 0 15px 15px;
  border: 1px solid #e2e2e2;
  position: absolute;
  right: 0;
  left: auto;
  top: 29px;
  z-index: 100;
  overflow: hidden;
  display: none;
}

.shop-top-bar .more-list dd {
  margin: 0;
  margin-right: 15px;
  float: left;
  line-height: 24px;
}

.shop-top-bar .pull-menu:hover .arrow,
.shop-top-bar .pull-menu.hover .arrow {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
  border-bottom: none;
  position: relative;
  z-index: 110;
}

.shop-top-bar .pull-menu:hover .arrow .iconfont,
.shop-top-bar .pull-menu.hover .arrow .iconfont {
  transform: rotate3d(0, 0, 1, 180deg);
}

.shop-top-bar .pull-menu:hover .more-list,
.shop-top-bar .pull-menu.hover .more-list {
  display: block;
}

.shop-top-bar .top-bar-right a:hover {
  color: #db0d17;
}

/*页面顶部条 END*/

/*页面头部搜索区域 BEG*/

.shop-search-wrap {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-search-wrap .logo {
  margin-right: 100px;
  float: left;
  height: 80px;
  width: 295px;
  overflow: hidden;
}

.shop-search-wrap .logo img {
  display: block;
  height: 80px;
  max-width: 100%;
  width: auto;
}

.search-box {
  float: left;
  margin-top: 10px;
  width: 600px;
  overflow: hidden;
}

.search-box .search {
  position: relative;
  border: 3px solid #b91318;
  height: 38px;
}

.search-box .search-txt {
  float: left;
  border: none;
  height: 32px;
  width: 100%;
  padding: 5px 90px 5px 10px;
  line-height: 22px;
  font-size: 14px;
  color: #b2b2b2;
  outline: none;
}

.search-box .search-sub {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  border: none;
  background: #b91318;
  height: 32px;
  width: 85px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 4px;
  outline: none;
  font-family: 'Microsoft YaHei';
  z-index: 10;
}

.hot-query {
  padding: 4px 0 0;
  margin-left: -13px;
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.hot-query li {
  display: inline-block;
  border-left: 1px solid #ccc;
  line-height: 1.1;
  padding: 0 12px;
}

.hot-query li a {
  color: #999;
}

.hot-query li.hot-highlight a {
  color: #c40000;
}

/*页面头部搜索区域 END*/

/*导航菜单BEG*/

.shop-menu-wrap {
  height: 40px;
  background-color: #db0d17;
}

.shop-menu-wrap .main-nav {
  margin-left: 210px;
}

.main-nav li {
  float: left;
  float: left;
  color: #fff;
  word-spacing: normal;
  position: relative;
}

.main-nav li > a {
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  word-spacing: normal;
  cursor: pointer;
}

.main-nav li > a:hover {
  text-decoration: underline;
}

/*导航菜单END*/

/*banner 分类菜单*/

.category-con {
  position: relative;
  height: 465px;
  width: 100%;
}

.category-con .category-inner-con {
  width: 1200px;
  position: relative;
  height: 0;
  z-index: 100;
  margin: 0 auto;
}

.category-con .category-tab-nav {
  position: absolute;
  z-index: 100;
  top: -40px;
  height: 40px;
  width: 200px;
  line-height: 40px;
}

.category-con .category-tab-nav li {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #bc0000;
  cursor: pointer;
}

.category-con .nav-con {
  font-family: 'Microsoft YaHei';
  width: 200px;
  height: 0;
}

.category-con .nav-con .normal-nav {
  background-color: #eee;
  filter: 'alpha(opacity=95)';
  background-color: rgba(238, 238, 238, 0.95);
  width: 200px;
  height: 465px;
  position: relative;
  z-index: 11;
}

.category-con .nav-con .normal-nav .nav-item {
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 14px;
}

.category-con .nav-con .normal-nav .nav-item:hover {
  background-color: #fff;
}

.category-con .nav-con .normal-nav .nav-item .cat-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin-left: 14px;
  margin-right: 4px;
  vertical-align: middle;
  line-height: 32px;
}

.category-con .nav-con .normal-nav .nav-item i {
  display: inline-block;
  margin-left: 14px;
  margin-right: 4px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}

.category-con .nav-con .normal-nav .nav-item .iconfont {
  display: inline-block;
  opacity: 0.5;
}

.category-con .nav-con .normal-nav .nav-item a {
  height: 31px;
  font-size: 14px;
  color: #333;
}

.category-con .content-con {
  font-family: 'Microsoft YaHei';
  height: 465px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.category-con .content-con .pannel-con {
  display: none;
  height: 465px;
  width: 740px;
  left: 200px;
  position: absolute;
  background-color: #fff;
}

.category-con .content-con .pannel-con .hot-word-con {
  float: left;
  width: 680px;
  height: 427px;
  margin: 19px 30px;
  overflow: hidden;
  background-color: #fff;
}

.category-con .content-con .pannel-con .hot-word-con .line-title {
  width: 60px;
  color: #333;
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  height: 22px;
  float: left;
}

.category-con .content-con .pannel-con .hot-word-con .line-title .title-text {
  display: inline-block;
  width: 60px;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}

.category-con
  .content-con
  .pannel-con
  .hot-word-con
  .line-title
  .title-text:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.category-con .content-con .pannel-con .hot-word-con .line-title i {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
}

.category-con .content-con .pannel-con .hot-word-con .line-con {
  width: 590px;
  float: left;
}

.category-con .content-con .pannel-con .hot-word-con .line-con .hot-word {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  float: left;
  margin-left: 13px;
}

.category-con .content-con .pannel-con .hot-word-con .line-con .seprate {
  margin-bottom: 10.5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  height: 10.5px;
}

.category-con .content-con .pannel-con .sub-logo-con {
  float: left;
  background-color: #fafafa;
  width: 189px;
  padding: 10px;
  height: 480px;
}

.category-con
  .content-con
  .pannel-con
  .hot-word-con
  .line-con
  .hot-word.highlight,
.category-con .content-con .pannel-con .hot-word-con .line-con .hot-word:hover,
.category-con .nav-con .normal-nav .nav-item a:hover {
  color: #db0d17;
}

/* 公共底部BEG */

.shop-footer {
  font-family: 'Microsoft YaHei';
}

.sfooter-top {
  height: 100px;
  overflow: hidden;
}

.sfooter-top dl {
  overflow: hidden;
  width: 240px;
  float: left;
  padding-top: 27px;
}

.sfooter-top dl dt {
  background: #e83e3e;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  float: left;
}

.sfooter-top dl dt i {
  color: #fff;
}

.sfooter-top dl dt i.iconfont {
  font-size: 28px;
}

.sfooter-top dl dd {
  width: 178px;
  margin-left: 58px;
}

.sfooter-top dl dd h2 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.sfooter-top dl dd p {
  color: #7d7d7d;
  line-height: 24px;
}

.sfooter-menu {
  overflow: hidden;
  height: 180px;
  border-bottom: 1px solid #d4d4d4;
}

.sfooter-menu ul {
  width: 155px;
  height: 180px;
  float: left;
}

.sfooter-menu ul li {
  line-height: 24px;
  color: #6b6b6b;
}

.sfooter-menu ul li a {
  color: #6b6b6b;
}

.sfooter-menu ul li a:hover {
  color: #e83e3e;
}

.sfooter-menu ul li h2 {
  font-size: 16px;
  color: #363636;
  padding: 15px 0 10px 0;
  font-weight: 400;
  margin: 0;
}

.sfooter-menu .sfooter-code {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}

.sfooter-menu .sfooter-code .qr-code {
  border: 1px solid #d5d5d5;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}

.sfooter-menu .sfooter-code .qr-code p {
  text-align: center;
  padding-top: 10px;
  color: #6b6b6b;
}

.sfooter-copyright {
  overflow: hidden;
}

.sfooter-copyright img {
  width: 148px;
  height: 80px;
  border: 0 none;
}

.sfooter-copyright .copyright {
  width: 100%;
  padding-top: 10px;
}

.sfooter-copyright .copyright p {
  line-height: 28px;
  color: #6b6b6b;
  text-align: center;
}

.sfooter-copyright .copyright p a {
  color: #6b6b6b;
  padding: 0 5px;
}

.sfooter-copyright .copyright p a:hover {
  text-decoration: underline;
}

/* 公共底部END*/

/*顶部广告*/

.top-guanggao {
  width: 100%;
  height: 70px;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.top-guanggao.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.top-guanggao .img-box {
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center top;
}

.top-guanggao .off-btn {
  position: absolute;
  top: 10px;
  right: 45px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  color: #292737;
  border-radius: 50%;
  border: 1px solid #292737;
}
.box-ft{
  width: 326px;
}
.ft-title:after{
  width: 0;
}
.ft-spa{
  font-size: 15px;
  color: #fff;
}
.line-com{
  line-height: 32px;
}
.maps{
  margin-left: 58px;
  margin-top: 46px;
}
.linkst{
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.link-list-tit{
  font-size: 20px;
  margin-bottom: 15px;
  color: #178cdc;
}
.link-list{
  margin-bottom: 15px;
  
}
.linksa{
  color: #333;
}
.fb2{
  margin-top: 20px;
}
.topSwiper-box .zui-banner1{
  z-index: 50;
  width: 100%;
  max-width: 1200px;
  height: 130px;
  position: absolute;
  top: 0;
  padding: 0;
}
.swp1 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
}
.topSwiper-box .zui-banner1 .swiper-container{
  
  height: 130px;
}
.topSwiper-box{
  position: relative;
  height: 130px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.xs-banner{
  height: auto !important;
}
.comp-list{

  justify-content: space-between;
}
.re-list{
  line-height: 34px;
}
.swp1{
  bottom: 10px !important;
}
.content .swiper{
  position: relative;
}
.content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  text-align: right;
  left: -30px;
  bottom: 14px;
}
.topSwiper-box .zui-banner1 .swiper1  .swiper-wrapper .swiper-slide img{
  min-width: 1200px;
  min-height: 10px;
}