html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Microsoft YaHei";
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
:hover,
a:visited,
a:link {
  list-style: none;
  text-decoration: none;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearflaot {
  content: " ";
  display: table;
  clear: both;
}
/*box-sizing*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background: #EDF0F0;
}
.loginBtn {
  background: #95c22d;
}
.loginBtn:hover {
  background: #acd64c;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/*头部样式*/
header {
  background: #fff;
}
header .logo {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
header img {
  width: 362px;
  height: 32px;
}
header .control-box {
  margin-top: 17px;
}
header .search-box {
  position: relative;
}
header .search-box input {
  width: 360px;
  height: 34px;
  border: 1px solid #cfcfcf;
  outline: none;
  padding: 5px 42px 5px 10px;
}
header .search-box .icon-search {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_search.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px 10px 0 0;
}
header .search-box input:focus + .icon-search {
  background: url(../images/icon_search_focus.png) no-repeat;
}
.icon-login {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/icon_login.png) no-repeat;
  cursor: pointer;
  margin-left: 33px;
}
.icon-login:hover {
  background: url(../images/icon_login_hover.png) no-repeat;
}
/*广告轮播样式*/
.slick {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.slick img {
  width: 100%;
  height: auto;
}
.slick u{
  text-decoration:none;
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.slick i{
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 90px;
  background: url(../images/bg-border.png) no-repeat;
  opacity: .4;
}
.slick span{
  font-size: 36px;
  color: #fefeff;
  font-weight: 100;
  opacity: 1;
}
/*主体样式*/
.arrow-down {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_arrow_down.png) no-repeat;
  margin: 0 auto;
  opacity: 0;
  margin-top: -16px;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
  cursor: pointer;
}
.line-v {
  display: block;
  width: 1px;
  height: 80px;
  background: #e5e5e5;
  margin-top: 60px;
}
main .container {
  position: relative;
}
main .nav-bar {
  position: absolute;
  top: -64px;
  z-index: 1002;
}
main .nav-bar label {
  float: left;
  height: 200px;
  text-align: center;
  background: #fff;
  position: relative;
  outline: none;
  border: none;
  padding: 0;
}
main .nav-bar label input[type='radio'] {
  display: none;
}
main .nav-bar label a {
  width: 238px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: -webkit-transform linear .5s;
  transition: -webkit-transform linear .5s;
  transition: transform linear .5s;
  transition: transform linear .5s, -webkit-transform linear .5s;
}
main .nav-bar label img {
  display: block;
  margin: 0 auto;
  margin-top: 43px;
}
main .nav-bar label span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #1f1f1f;
}
main .nav-bar label:hover > .arrow-down {
  animation: arrow-down 1s ease-in infinite;
  -webkit-animation: arrow-down 1s ease-in infinite;
}
main .nav-bar label:hover > a {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
main .nav-bar label.cur > .arrow-down {
  animation: arrow-down 1s ease-in infinite;
  -webkit-animation: arrow-down 1s ease-in infinite;
}
main .nav-bar label.cur > a {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
main .select-box {
  margin-top: 200px;
  position: relative;
  z-index: 99;
}
main .select-box .production-count {
  font-size: 16px;
  color: #7f7f7f;
}
main .select-box .select-item {
  float: left;
  margin-right: 54px;
  position: relative;
}
main .select-box .select-item .select-menu {
  width: 120px;
  font-size: 16px;
  padding: 16px;
  color: #1f1f1f;
  cursor: pointer;
  background: url(../images/icon_more.png) no-repeat 90px center;
}
main .select-box .select-item .select-menu.bg-w {
  background: url(../images/icon_more.png) no-repeat 90px center #fff;
}
main .select-box .select-item .menu-list {
  background: #EDF0F0;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
main .select-box .select-item .menu-list span {
  display: block;
  padding: 5px;
  cursor: pointer;
}
main .select-box .select-item .menu-list span:hover {
  background: #d1d9d9;
}
main .select-box .select-item .menu-list label {
  display: block;
  padding: 5px 16px 16px;
  background: #fff;
  cursor: pointer;
}
main .select-box .select-item .menu-list label b {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #D5D5D5;
  margin-top: 2px;
}
main .select-box .select-item .menu-list label .blue {
  background: #007EFF;
  border-color: #007EFF;
}
main .select-box .select-item .menu-list label .red {
  background: #FE2121;
  border-color: #FE2121;
}
main .select-box .select-item .menu-list label .yellow {
  background: #FFBE10;
  border-color: #FFBE10;
}
main .select-box .select-item .menu-list label .green {
  background: #59DE1E;
  border-color: #59DE1E;
}
main .select-box .select-item .menu-list label:hover {
  color: #15499b;
}
main .select-box .select-item .menu-list input[type="radio"] {
  display: none;
}
#sortable {
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
}
#sortable .production-item {
  float: left;
  width: 285px;
  height: 370px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  margin: 10px;
}
#sortable .production-item > a {
  display: block;
  width: 285px;
  height: 210px;
  overflow: hidden;
}
#sortable .production-item img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sortable .production-item .cover-info,
#sortable .production-item .cover-star,
#sortable .production-item .cover-fields {
  padding: 0 17px;
  overflow: hidden;
}
#sortable .production-item .cover-info h4 {
  font-size: 14px;
  font-weight: bold;
  color: #1f1f1f;
  margin: 22px 0;
}
#sortable .production-item .cover-star {
  padding-bottom: 19px;
  border-bottom: 1px solid #f2f5f5;
}
#sortable .production-item .cover-star span,
#sortable .production-item .cover-star em {
  font-size: 14px;
  color: #a2a2a2;
}
#sortable .production-item .cover-star span {
  margin-right: 55px;
}
#sortable .production-item .cover-fields {
  padding-top: 10px;
}
#sortable .production-item .cover-fields a {
  float: right;
  margin-top: 13px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #909090;
  text-align: center;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
}
#sortable .production-item .cover-fields a:hover {
  color: #fff;
  background: #818181;
  border-color: #818181;
}
#sortable .production-item .cover-fields p {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 25px;
}
#sortable .production-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#sortable .production-item:nth-child(4n+1) {
  margin-left: 0;
}
#sortable .production-item:nth-child(4n+4) {
  margin-right: 0;
}
.icon-eye {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../images/icon_eye.png) no-repeat;
  margin-right: 9px;
}
/*尾部样式*/
footer {
  background: #282828;
  height: 170px;
  margin-top: 20px;
  font-size: 14px;
  color: #b0b0b0;
  overflow: hidden;
}
footer .container {
  padding-top: 23px;
}
footer ul {
  display: inline-block;
  margin-bottom: 18px;
}
footer ul li {
  float: left;
  padding: 13px 0;
}
footer ul li a {
  color: #b0b0b0;
}
footer ul li a:hover {
  color: #8fc31f;
}
footer ul li:nth-child(even) {
  margin: 0 22px 0 27px;
}
footer p {
  margin: 18px 0;
}
footer p span {
  margin-left: 30px;
}
/*回到顶部*/
.toTop {
  position: fixed;
  bottom: 20%;
  right: 25px;
}
.toTop a {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../images/icon_toTop.png) no-repeat center center #8E9090;
}
.toTop:hover a {
  background: url(../images/icon_toTop.png) no-repeat center center #5F6060;
}
/*遮罩层*/
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 8888;
}
#login-box {
  width: 400px;
  height: 420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 350px;
}
#login-box .title-box {
  border-bottom: 1px solid #DCDCDC;
  margin: 33px 30px;
}
#login-box .title-box h2 {
  font-size: 26px;
  color: #2e2e2e;
  display: inline-block;
  padding: 15px 0;
  border-bottom: 3px solid #2E2E2E;
  margin-bottom: -3px;
}
#login-box input {
  font-size: 16px;
  color: #1f1f1f;
  border: 1px solid #E5E5E5;
  background: #F4F4F4;
  outline: none;
  padding: 0 17px;
}
#login-box input::-webkit-input-placeholder {
  color: #b6b6b6;
}
#login-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b6b6b6;
}
#login-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b6b6b6;
}
#login-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
}
#login-box input:focus {
  background: #fff;
}
#login-box a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #95c22d;
}
#login-box a:hover {
  background: #acd64c;
}
#login-box a:active {
  background: #759923;
}
#login-box input,
#login-box a {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin: 15px 40px;
}
@-webkit-keyframes arrow-down {
  0% {
    opacity: 0;
    margin-top: -16px;
  }
  80% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes arrow-down {
  0% {
    opacity: 0;
    margin-top: -16px;
  }
  80% {
    opacity: 1;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/*查看详情弹出页面样式*/
.wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  display: none;
  z-index: 8888;
}
.wrap .footer {
  position: fixed;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #282828;
}
div[name=secondary] {
  padding: 20px 0;
  overflow: auto;
  border-bottom: 1px solid #373737;
}
div[name=secondary] .detail-info {
  float: left;
  margin-left: 40px;
}
div[name=secondary] .detail-info .cover-info h4 {
  font-size: 20px;
  color: #b4b4b4;
}
div[name=secondary] .detail-info .cover-star {
  font-size: 14px;
  color: #656464;
  margin-top: 16px;
}
div[name=secondary] .detail-info .cover-star span {
  margin-right: 35px;
}
div[name=secondary] .detail-close {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}
div[name=secondary] .detail-close .icon-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_detail-close.png) no-repeat;
  cursor: pointer;
}
div[name=viewer] {
  overflow: auto;
  height: calc(100% - 91px);
  position: relative;
  padding-bottom: 100px;
}
div[name=viewer-img] {
  padding: 20px 70px 0;
}
div[name=viewer-img] img {
  max-width: 100%;
}
div[name=viewer-img] .min {
  max-width: 100%;
}
div[name=viewer-img] img.max {
  max-width: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
div[name=attachments] {
  position: absolute;
  top: 0;
  right: 120px;
}
div[name=attachments] li {
  float: left;
  margin: 5px;
}
div[name=attachments] li a {
  display: block;
  border: 2px solid transparent;
}
div[name=attachments] li a img {
  display: block;
}
div[name=attachments] li.active a {
  display: block;
  border: 2px solid #F04D64;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\2190";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 88px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 7px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

/*2019-01-30 update*/
.scroll-load-more,
.scroll-no-more {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  color: #929292;
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  margin-top: 5px;
}
.scroll-load-more span,
.scroll-no-more span {
  position: relative;
  display: inline-block;
  padding-right: 17px;
}
.scroll-load-more .icon-more,
.scroll-no-more .icon-more {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon_arrow_down2.png) no-repeat;
  margin-top: -5.5px;
}
.scroll-no-more {
  background: #FFF url(../images/bg-no-more.png) no-repeat center center;
}
.scroll-no-more span {
  padding-right: 0;
}