@charset "UTF-8";

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  font: 0/0 a;
}

.clearfix:after {
  clear: both;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box.full_width {
  width: 100%;
}

.box.orient_vertical {
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.box.pack_start {
  -webkit-box-pack: start;
  box-pack: start;
}

.box.pack_end {
  -webkit-box-pack: end;
  box-pack: end;
}

.box.pack_center {
  -webkit-box-pack: center;
  box-pack: center;
}

.box.pack_justify {
  -webkit-box-pack: justify;
  box-pack: justify;
}

.box.align_start {
  -webkit-box-align: start;
  box-align: start;
}

.box.align_center {
  -webkit-box-align: center;
  box-align: center;
}

.box.align_end {
  -webkit-box-align: end;
  box-align: end;
}

.box.vertical {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans","Arial","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","STHeiti","WenQuanYi Micro Hei","SimSun",sans-serif;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  background: #f1f1f1;
  position: relative;
  min-height: 100%;
}

.container {
  width: 1193px;
  height: auto;
  margin: 0 auto;
}

.nav {
  width: 100%;
  height: 107px;
  background: #ffffff;
}

.nav .logo,
.nav .title,
.nav .links {
  float: left;
}

.nav .search-form {
  float: right;
}

.nav .container {
  background: #ffffff;
  height: 107px;
}

.nav .logo {
  margin-right: 20px;
}

.nav .logo a {
  display: block;
  height: 51px;
  margin-top: 28px;
}

.nav .logo img {
  height: 51px;
  width: auto;
}

.nav .title {
  line-height: 107px;
}

.nav .title span {
  font-size: 32px;
  color: #bdbdbd;
}

.nav .links {
  line-height: 107px;
  text-align: center;
  margin-left: 90px;
}

.nav .links a {
  font-size: 16px;
  color: #717171;
  margin-right: 60px;
}

.nav .links a:hover {
  text-decoration: underline;
}

.nav .search-form {
  position: relative;
  margin-right: 8px;
  width: 300px;
  padding-right: 32px;
  border: 1px solid #777777;
  margin-top: 36px;
}

.nav .search-form .form {
  display: block;
  height: auto;
}

.nav .search-form .keyword {
  border-radius: 0;
  height: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 32px;
  display: block;
  width: 100%;
  padding: 0px 6px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-color: #fff;
  border-right: none;
  outline: none;
}

.nav .search-form .search-icon {
  background: url(/images/icon.png?8edc2b16b612d733d7cbba71abfb4fa4) -130px -85px no-repeat #eeeef0;
  position: absolute;
  width: 32px;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-left: none;
  cursor: pointer;
}

.banner {
  width: 100%;
  height: 410px;
  background: url(/images/banner.jpg?38a2ab90ef227ff21a00694d370b0d6d);
  background-size: auto 410px;
  background-position: center center;
  background-repeat: no-repeat;
}

.padder {
  height: 100px;
}

.footer {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #282828;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer a,
.footer span {
  font-size: 16px;
  color: #636363;
}

.footer a {
  margin-right: 15px;
}

.footer a:hover {
  text-decoration: underline;
}

.guide-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.guide-title .container {
  height: 38px;
  background: #282828;
  line-height: 38px;
}

.guide-title .container .title,
.guide-title .container .more {
  font-size: 17px;
  color: #ffffff;
}

.guide-title .container .title {
  margin-left: 30px;
  float: left;
}

.guide-title .container .more {
  margin-right: 30px;
  float: right;
}

.guide-title .container .more:hover {
  text-decoration: underline;
}

.guide-title .container .types {
  float: right;
  margin-right: 30px;
  font-size: 17px;
  color: #ffffff;
}

.guide-title .container .types label {
  margin-left: 10px;
}

.guide-title .container .types input {
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.brand-list .container {
  overflow: hidden;
  border: 1px solid #efefef;
}

.brand-list .inner {
  width: 1195px;
  height: auto;
  background: #fff;
}

.brand-list .inner:before,
.brand-list .inner:after {
  content: "";
  display: table;
  font: 0/0 a;
}

.brand-list .inner:after {
  clear: both;
}

.brand-list .inner .item {
  width: 198px;
  height: 238px;
  float: left;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.brand-list .inner .item .logo-container {
  display: block;
  width: 100%;
  height: 163px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 163px;
  overflow: hidden;
}

.brand-list .inner .item .logo-container i {
  display: inline-block;
  height: 163px;
  vertical-align: middle;
  width: 1px;
}

.brand-list .inner .item .logo-container img {
  display: inline-block;
  max-width: 163px;
  vertical-align: middle;
}

.brand-list .inner .item .brand-name {
  width: 163px;
  margin: 0 auto;
}

.brand-list .inner .item .brand-name a {
  text-align: center;
  display: block;
  width: 163px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0f0e0f;
  font-size: 13px;
}

.brand-list .inner .item .brand-name a:hover {
  text-decoration: underline;
}

.galleries-list .container {
  width: 1195px;
  overflow: hidden;
}

.galleries-list .inner {
  width: 1225px;
}

.galleries-list .inner .item {
  width: 213px;
  height: 286px;
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
}

.galleries-list .inner .item .qrcode {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.galleries-list .inner .item .qrcode .mask {
  position: absolute;
  width: 213px;
  height: 286px;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.galleries-list .inner .item .qrcode .label {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/qrcode.png?77d4faaba0829828e1d44d2891af5542) no-repeat;
  background-position: top right;
  width: 41px;
  height: 41px;
  z-index: 999;
}

.galleries-list .inner .item .qrcode .qrcode-show {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 47px;
  top: 84px;
  z-index: 2;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.galleries-list .inner .item .qrcode:hover .mask {
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 4;
}

.galleries-list .inner .item .qrcode:hover .mask,
.galleries-list .inner .item .qrcode:hover .qrcode-show {
  display: block;
  z-index: 5;
}

.galleries-list .inner .item .main {
  padding: 2px;
  border: 1px solid #dcdcdc;
  width: 209px;
  height: 282px;
  position: relative;
  z-index: 3;
}

.galleries-list .inner .item .main .image {
  display: block;
  width: 209px;
  height: 227px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.galleries-list .inner .item .main .title {
  width: 199px;
  height: 45px;
  background: #302f30;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #efefef;
}

.galleries-list .inner .item .main .title a {
  color: #efefef;
}

.galleries-list .inner .item .main .title a:hover {
  text-decoration: underline;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.paginator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paginator .pagination {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.tongji {
  opacity: 0;
  filter: alpha(opacity=0);
}

