.clear {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;}
.transi {
  transition: all 0.3s;}
.linear {
  background: #fdad54;
  background: -webkit-gradient(linear, left top, right top, from(#fddb43), to(#fd6e6b));
  background: linear-gradient(to right, #fddb43, #fd6e6b);}
body {
  min-width: 1200px;
  min-height: 100vh;
  padding-bottom: 246px;
  position: relative;}
#header {
  width: 100%;
  height: 50px;
  position: relative;}
#header .header-nav {
  height: 50px;
  background-color: #e6e6e6;}
#header .header-nav.header-nav-flex {
  position: fixed;
  z-index: 99;
  /*       left: 50%; 
      transform: translatex(-50%) translatez(0); */
  width: 100%;
  top: 0;
  left: 0;}
#header .header-nav-list {
  width: 1290px;
  margin: 0 auto;
  overflow: hidden;}
#header .header-nav-list li {
  height: 50px;
  line-height: 50px;
  margin-right: 105px;
  font-size: 0;}
#header .header-nav-list li a i {
  height: 50px;
  display: inline-block;
  color: #79797a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;}
#header .header-nav-list li a i::after {
  width: 0;
  height: 2px;
  background-color: #9e262b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  content: "";
  display: block;}
#header .header-nav-list li a i:hover {
  color: #000;}
#header .header-nav-list li a i:hover::after {
  width: 100%;}
#header .header-nav-list li:last-child {
  margin-right: 0px;}
#header .header-nav-list #show {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;
  margin-right: 90px;}
#header .header-nav-list #show i {
  font-size: 24px;}
#header .header-nav-list .hide {
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;}
#header .header-nav-list .hide i {
  display: none;
  font-size: 24px;}
#header .header-nav-list .hideshow {
  margin-right: 90px;}
#header .header-nav-list .ss {
  width: 220px;
  position: relative;}
#header .header-nav-list .ss input {
  height: 25px;
  border-radius: 14px;
  width: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 12.5px;
  font-size: 13px;
  color: #79797a;}
#header .header-nav-list .ss .icon-sousuo1 {
  height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  border: 0;
  width: 30px;
  background-color: rgba(171, 69, 74, 0);}
#header .header-nav-list .ss .icon-sousuo1:hover {
  color: #808080;
  cursor: pointer;}
#header .header-nav-list .ss:hover input {
  width: 200px;
  padding: 0 35px 0 15px;}
#header .header-nav-list .active i {
  color: #000;}
#header .header-nav-list .active i::after {
  width: 100%;}
#footer {
  height: 264px;
  background-color: #dadada;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;}
#footer .container {
  width: 1290px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 75px;}
#footer .container .logo {
  padding-top: 10px;}
#footer .container .logo .icon-LOGO {
  font-size: 95px;
  color: #000;}
#footer .container .messages-nav {
  padding-bottom: 23px;}
#footer .container .messages-nav span {
  font-size: 20px;
  padding: 0 30px;
  border-right: 1px solid;}
#footer .container .messages-nav span a {
  color: #3e3e3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#footer .container .messages-nav span a:hover {
  color: #9e9e9e;}
#footer .container .messages-nav span a:hover .iconfont {
  color: #9e9e9e;}
#footer .container .messages-nav span a .iconfont {
  font-size: 20px;}
#footer .container .messages-nav span:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3f;
  padding: 0 73px 0 0;
  border: none;}
#footer .container .messages-nav span:last-child {
  border: none;}
#footer .container .messages-ads {
  font-size: 14px;
  color: #3e3e3f;
  padding-bottom: 12px;}
#footer .container .messages-ads span {
  display: inline-block;
  width: 240px;}
#footer .container .messages-tel {
  font-size: 14px;
  color: #3e3e3f;}
#footer .container .messages-tel span {
  display: inline-block;
  width: 240px;}
#sidebar {
  position: fixed;
  right: 0;
  top: 81%;
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s;}
#sidebar .qrcode {
  display: inline-block;
  padding-right: 11px;}
#sidebar .qrcode img {
  width: 0px;
  height: 118px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#sidebar .anniu {
  text-align: right;}
#sidebar .anniu > div {
  height: 50px;}
#sidebar .anniu .icon-xiangshang {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #9e262b;
  font-size: 16px;
  color: #fff;
  padding: 17px;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#sidebar .anniu .icon-xiangshang:hover {
  background-color: #c73036;}
#sidebar .anniu .icon-sort-down {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#sidebar .anniu .icon-weixin {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: #3e3e3f;
  display: inline-block;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #6f6f6f;}
#sidebar .anniu .icon-xinlang {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: #3e3e3f;
  display: inline-block;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #6f6f6f;}
#publishing {
  padding: 40px 0;}
#publishing .booklist {
  overflow: hidden;
  margin-bottom: 60px;}
#publishing .booklist-big {
  width: 306px;
  overflow: hidden;
  position: relative;
  height: 507px;
  margin-right: 22px;
  margin-bottom: 40px;}
#publishing .booklist-big:hover .img-link img {
  -webkit-transform: translate(-50%, -50%) scale(1.1) translateZ(0);
  transform: translate(-50%, -50%) scale(1.1) translateZ(0);}
#publishing .booklist-big:hover .title-link .book-name {
  color: #9e262b;}
#publishing .booklist-big:nth-child(4n) {
  margin-right: 0;}
#publishing .booklist-big .img-link {
  position: relative;
  height: 477px;
  border: 1px solid #d4d4d4;
  width: 100%;
  display: block;
  overflow: hidden;}
#publishing .booklist-big .img-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#publishing .booklist-big .title-link {}
#publishing .booklist-big .title-link .book-name {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;}
#publishing .page {
  text-align: center;}
#publishing .page i {
  padding: 10px;
  cursor: pointer;}
#publishing .page span {
  padding: 5px;
  color: #b1b1b3;
  font-size: 14px;
  padding-top: 40px;
  cursor: pointer;}
#publishing .page span:hover {
  color: #9e262b;}
#publishing .page .active {
  color: #9e262b;}
#education {
  padding: 40px 0;}
#education .messagelist {
  overflow: hidden;
  margin-bottom: 60px;}
#education .messagelist .messagelist-list {
  overflow: hidden;}
#education .messagelist .messagelist-list li {
  width: 306px;
  margin-right: 22px;
  margin-bottom: 62px;
  height: 450px;}
#education .messagelist .messagelist-list li:hover .messagelist-min-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);}
#education .messagelist .messagelist-list li:hover .messagelist-min-txt p {
  color: #9e262b;}
#education .messagelist .messagelist-list li:hover .messagelist-min-txt .other {
  color: #b1b1b1;}
#education .messagelist .messagelist-list li a .messagelist-min-img {
  width: 306px;
  height: 190px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;}
#education .messagelist .messagelist-list li a .messagelist-min-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;}
#education .messagelist .messagelist-list li a .messagelist-min-txt p {
  font-size: 18px;
  color: #999999;}
#education .messagelist .messagelist-list li a .messagelist-min-txt .other {
  font-size: 12px;
  color: #b1b1b1;
  text-align: justify;
  margin-top: 18px;
  letter-spacing: 2px;}
#education .messagelist .messagelist-list li:nth-child(4n) {
  margin-right: 0;}
#education .page {
  text-align: center;}
#education .page i {
  padding: 10px;
  cursor: pointer;}
#education .page span {
  padding: 5px;
  color: #b1b1b3;
  font-size: 14px;
  padding-top: 40px;
  cursor: pointer;}
#education .page span:hover {
  color: #9e262b;}
#education .page .active {
  color: #9e262b;}
.navigation {
  padding: 58px 0 159px 0;}
.navigation-top {
  overflow: hidden;
  margin-bottom: 60px;}
.navigation-top-Introduction {
  width: 670px;
  margin-right: 31px;}
.navigation-top-Introduction-img {
  width: 670px;
  height: 424px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;}
.navigation-top-Introduction-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;}
.navigation-top-Introduction-txt .titie {
  color: #9e262b;
  font-size: 18px;
  margin-bottom: 17px;}
.navigation-top-Introduction-txt .txt {
  font-size: 12px;
  color: #b1b1b1;
  line-height: 20px;
  letter-spacing: 1px;}
.navigation-top-Introduction-txt .txt .link {
  color: #9e262b;}
.navigation-top-Introduction-txt .txt .link:hover {
  text-decoration: underline;}
.navigation-top-logo {
  position: relative;}
.navigation-top-logo-img {
  width: 589px;
  height: 649px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;}
.navigation-top-logo-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;}
.navigation-top-logo .operating {
  padding: 30px;
  position: absolute;
  bottom: 105px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);}
.navigation-top-logo .operating .Notice {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;}
.navigation-top-logo .operating .Opening-hours {
  font-size: 18px;
  color: #4c4949;
  padding-bottom: 10px;}
.navigation-top-logo .operating .time {
  font-size: 28px;
  color: #000;
  padding-bottom: 30px;}
.navigation-top-logo .operating .Holiday {
  font-size: 18px;
  color: #4c4949;
  padding-bottom: 10px;}
.navigation-top-logo .operating .HolidayNotice {
  font-size: 18px;
  color: #757171;
  padding-bottom: 20px;}
.navigation-top-logo .operating .Application:hover button {
  background-color: #6b4e4e;
  color: #dddddd;}
.navigation-top-logo .operating .download:hover button {
  background-color: #6b4e4e;
  color: #dddddd;}
.navigation-top-logo .operating button {
  width: 389px;
  height: 40px;
  border: 1px solid #6b4e4e;
  color: #6b4e4e;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;}
.navigation-top-logo .operating button:hover {
  background-color: #6b4e4e;
  color: #dddddd;}
.navigation-map {
  width: 1290px;
  height: 417px;
  position: relative;
  overflow: hidden;}
.navigation-map .title {
  font-size: 18px;
  color: #3e3e3f;
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 29px;}
.navigation-map img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  min-height: 100%;
  width: 100%;
  z-index: 8;}
.bg {
  width: 100%;
  height: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);
  transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);}
.bg.bgshow {
  height: 100vh;}
.bg .close-pop {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;}
.logoform {
  z-index: 999;
  width: 900px;
  height: 573px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 60px;
  z-index: 1;}
.logoform .icon-guanbi {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.logoform .icon-guanbi:hover {
  color: #9e262b;}
.logoform .logoform-input {
  padding-right: 60px;
  border-right: 1px solid #797979;}
.logoform .logoform-input span {
  font-size: 24px;
  color: #3e3e3f;}
.logoform .logoform-input ul li {
  list-style: none;
  height: 82px;
  border-bottom: 1px solid #b3b3b3;}
.logoform .logoform-input ul li input {
  line-height: 40px;
  width: 386px;
  height: 40px;
  margin-top: 22px;
  /*     border-bottom: 1px solid #b3b3b3; */
  font-size: 16px;
  color: #79797a;}
.logoform .logoform-input ul li .tip {
  font-size: 12px;
  color: #9e262b;
  display: block;}
.logoform .logoform-input ul li button {
  height: 40px;
  width: 386px;
  line-height: 40px;
  color: #fff;
  background-color: #9e262b;
  font-size: 16px;
  margin-top: 40px;
  border: none;}
.logoform .logoform-input ul li:last-child {
  border: none;}
.logoform .ewm-img {
  width: 225px;
  height: 225px;
  position: relative;
  overflow: hidden;
  margin: 89px 0 0 78px;}
.logoform .ewm-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100%;}
.logoform .ewm .txt {
  text-align: center;
  padding: 67px 0 0 78px;
  font-size: 16px;}
.logoform .ewm .txt p {
  line-height: 25px;}
#alter {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 99999999999;
  font-size: 15px;
  padding: 20px 30px;
  border-radius: 5px;}
#collection {
  padding: 40px 0 160px 0;}
#collection .swiper-one,
#collection .swiper-two,
#collection .swiper-three,
#collection .swiper-four {
  height: 214px;
  margin-bottom: 26px;}
#collection .swiper-one .fa,
#collection .swiper-two .fa,
#collection .swiper-three .fa,
#collection .swiper-four .fa {
  width: 100%;
  height: 214px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;}
#collection .swiper-one .fa .swiper-pagination-bullet-active,
#collection .swiper-two .fa .swiper-pagination-bullet-active,
#collection .swiper-three .fa .swiper-pagination-bullet-active,
#collection .swiper-four .fa .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3e3e3f;}
#collection .swiper-one .fa .swiper-button-next,
#collection .swiper-two .fa .swiper-button-next,
#collection .swiper-three .fa .swiper-button-next,
#collection .swiper-four .fa .swiper-button-next,
#collection .swiper-one .fa .swiper-container-rtl .swiper-button-prev,
#collection .swiper-two .fa .swiper-container-rtl .swiper-button-prev,
#collection .swiper-three .fa .swiper-container-rtl .swiper-button-prev,
#collection .swiper-four .fa .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right.png);
  right: 10px;
  left: auto;}
#collection .swiper-one .fa .swiper-button-prev,
#collection .swiper-two .fa .swiper-button-prev,
#collection .swiper-three .fa .swiper-button-prev,
#collection .swiper-four .fa .swiper-button-prev,
#collection .swiper-one .fa .swiper-container-rtl .swiper-button-next,
#collection .swiper-two .fa .swiper-container-rtl .swiper-button-next,
#collection .swiper-three .fa .swiper-container-rtl .swiper-button-next,
#collection .swiper-four .fa .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left.png);
  left: 10px;
  right: auto;}
#collection .swiper-one .fa .swiper-button-next,
#collection .swiper-two .fa .swiper-button-next,
#collection .swiper-three .fa .swiper-button-next,
#collection .swiper-four .fa .swiper-button-next,
#collection .swiper-one .fa .swiper-button-prev,
#collection .swiper-two .fa .swiper-button-prev,
#collection .swiper-three .fa .swiper-button-prev,
#collection .swiper-four .fa .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-size: 42px 44px;}
#collection .swiper-one .fa .swiper-slide,
#collection .swiper-two .fa .swiper-slide,
#collection .swiper-three .fa .swiper-slide,
#collection .swiper-four .fa .swiper-slide {
  z-index: 2;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  position: relative;
  overflow: hidden;}
#collection .swiper-one .fa .swiper-slide:hover img,
#collection .swiper-two .fa .swiper-slide:hover img,
#collection .swiper-three .fa .swiper-slide:hover img,
#collection .swiper-four .fa .swiper-slide:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);}
#collection .swiper-one .fa .swiper-slide img,
#collection .swiper-two .fa .swiper-slide img,
#collection .swiper-three .fa .swiper-slide img,
#collection .swiper-four .fa .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;}
#collection .swiper-one .fa .text,
#collection .swiper-two .fa .text,
#collection .swiper-three .fa .text,
#collection .swiper-four .fa .text {
  position: absolute;
  z-index: 22;
  top: 0;
  width: 214px;
  height: 214px;
  background: rgba(79, 79, 79, 0.8);
  padding: 20px;}
#collection .swiper-one .fa .text .title,
#collection .swiper-two .fa .text .title,
#collection .swiper-three .fa .text .title,
#collection .swiper-four .fa .text .title {
  font-size: 16px;
  color: #dcdcdc;
  padding-bottom: 5px;}
#collection .swiper-one .fa .text .txt,#collection .swiper-one .fa .text p,
#collection .swiper-two .fa .text .txt,#collection .swiper-two .fa .text p,
#collection .swiper-three .fa .text .txt,#collection .swiper-three .fa .text p,
#collection .swiper-four .fa .text .txt,#collection .swiper-four .fa .text p {
  font-size: 12px;
  color: #dcdcdc;
  text-align: justify;}
#collection .swiper-one .fa .txt-one,
#collection .swiper-two .fa .txt-one,
#collection .swiper-three .fa .txt-one,
#collection .swiper-four .fa .txt-one {
  left: 350px;}
#collection .swiper-one .fa .txt-two,
#collection .swiper-two .fa .txt-two,
#collection .swiper-three .fa .txt-two,
#collection .swiper-four .fa .txt-two {
  left: 745px;}
#collection .swiper-one .fa .txt-three,
#collection .swiper-two .fa .txt-three,
#collection .swiper-three .fa .txt-three,
#collection .swiper-four .fa .txt-three {
  left: 350px;}
#collection .swiper-one .fa .txt-four,
#collection .swiper-two .fa .txt-four,
#collection .swiper-three .fa .txt-four,
#collection .swiper-four .fa .txt-four {
  left: 745px;}
#collection .slide-pop {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);
  transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);}
#collection .slide-pop.show {
  height: 100vh;}
#collection .slide-pop .slide-container {
  width: 100%;
  height: 100%;
  position: relative;}
#collection .slide-pop .slide-container .pop-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);}
#collection .slide-pop .slide-container .slide-control {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  height: 0;}
#collection .slide-pop .slide-container .slide-control .control-prev {
  float: left;}
#collection .slide-pop .slide-container .slide-control .control-next {
  float: right;}
#collection .slide-pop .slide-container .slide-control span {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  position: relative;
  cursor: pointer;}
#collection .slide-pop .slide-container .slide-control span .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #636363;
  font-size: 24px;}
#collection .slide-pop .slide-container .slide-see {
  padding: 20px;
  padding-bottom: 7px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: table;}
#collection .slide-pop .slide-container .slide-see img {
  display: block;
  max-width: 100%;
  max-height: 78vh;}
#collection .slide-pop .slide-container .slide-see p {
  font-size: 16px;
  margin-top: 7px;}
#collection .slide-pop .slide-container .slide-see .slide-count {
  font-size: 16px;
  right: 20px;
  bottom: 7px;
  position: absolute;}
#reading {
  padding-top: 20px;}
#reading .logo {
  position: absolute;
  left: 40px;
  top: 60px;
  z-index: 999;}
#reading .logo .icon-LOGO {
  font-size: 60px;
  color: #000;}
#index {
  padding: 40px 0;}
#index .content--center .grid .grid__item {
  -webkit-transition: all 1s;
  transition: all 1s;}
#index .content--center .grid .grid__item .grid__link .grid__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#index .content--center .grid .grid__item .grid__link .txt {
  padding: 30px 5px 5px 5px;}
#index .content--center .grid .grid__item .grid__link .txt p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
#index .content--center .grid .grid__item .grid__link .txt .date {
  font-size: 18px;
  color: #929292;}
#index .content--center .grid .grid__item .grid__link .txt .name {
  font-size: 18px;
  color: #929292;}
#index .content--center .grid .grid__item .grid__link .txt .message {
  margin-top: 17px;
  font-size: 12px;
  color: #b1b1b1;
  text-align: justify;}
#index .content--center .grid .grid__item .grid__link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);}
#index .content--center .grid .grid__item .grid__link:hover .txt p {
  color: #000;}
#index .page {
  text-align: center;}
#index .page i {
  padding: 10px;
  cursor: pointer;}
#index .page span {
  padding: 5px;
  color: #b1b1b3;
  font-size: 14px;
  padding-top: 40px;
  cursor: pointer;}
#index .page span:hover {
  color: #9e262b;}
#index .page .active {
  color: #9e262b;}
#index .moreimg {
  text-align: center;}
#index .moreimg a {
  font-size: 16px;
  color: #929292;
  transition: all 0.3s;}
#index .moreimg a:hover {
  color: #000;}
.headerimg {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;}
.headerimg .header-logo {
  left: 15%;
  top: 33px;
  /*  -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%) */
  z-index: 3;
  position: absolute;
  overflow: hidden;}
.headerimg .header-logo .icon-LOGO {
  font-size: 95px;
  color: #fff;}
.headerimg .header-logo img {
  width: 192px;
  height: 97px;}
.headerimg .layer {
  width: 100%;
  -webkit-transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);
  transition: height 0.5s cubic-bezier(1, -0.08, 0, 1.23);
  height: 0;
  position: absolute;
  top: 0;
  background: rgba(171, 69, 74, 0.8);
  z-index: 999;
  overflow: hidden;}
.headerimg .layer.layer-show {
  height: calc(100vh - 50px);}
.headerimg .layer.layer-show .logo,
.headerimg .layer.layer-show .nav,
.headerimg .layer.layer-show .share {
  opacity: 1;}
.headerimg .layer .logo {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .layer .logo img {
  width: 204px;
  height: 101px;}
.headerimg .layer .nav {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .layer .nav ul {
  overflow: hidden;
  white-space: nowrap;}
.headerimg .layer .nav ul li {
  display: inline-block;}
.headerimg .layer .nav ul li a {
  font-size: 28px;
  color: #c2b8b8;
  padding: 0 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .layer .nav ul li a:hover {
  color: #ffffff;}
.headerimg .layer .share {
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .layer .share ul {
  overflow: hidden;}
.headerimg .layer .share ul li a {
  padding: 0 21px;}
.headerimg .layer .share ul li a i {
  color: #e6dada;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .layer .share ul li a:hover i {
  color: #ffffff;}
.headerimg .layer .share ul li span {
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #e4e0e0;
  opacity: 0.9;}
.headerimg .layer .share ul li:last-child {
  padding-left: 20px;}
.headerimg .switch {
  z-index: 99999;
  width: 1000px;
  overflow: hidden;
  left: calc(50%);
  top: 54px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;}
.headerimg .switch .iconfont {
  color: #fff;
  float: right;
  font-size: 24px;
  cursor: pointer;}
.headerimg .switch .iconfont:hover {
  color: #e6e6e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .switch .icon-hidden {
  display: none;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.headerimg .swiper-container {
  width: 100%;
  height: calc(100vh - 50px);}
.headerimg .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;}
.headerimg .swiper-container .swiper-pagination-bullet-active {
  background: rgba(171, 69, 74, 0.85);}
.headerimg .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;}
.headerimg .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);}
.headerimg .swiper-container .swiper-slide .exhibition {
  width: 1290px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: 55px;
  background: rgba(171, 69, 74, 0.85);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
  color: #fff;
  line-height: 55px;
  text-align: left;}
.headerimg .swiper-container .swiper-slide .exhibition i {
  color: #fff;
  padding-left: 15px;
  font-size: 18px;}
.headerimg .swiper-container .swiper-slide .exhibition .name {
  font-size: 18px;
  color: #fff;
  padding-left: 60px;}
.headerimg .swiper-container .swiper-slide .exhibition .time {
  font-size: 16px;
  color: #fff;
  float: right;
  padding-right: 30px;}
.news-info {
  width: 100%;
  padding-bottom: 40px;}
.news-info .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;}
.news-info .container .content-title {
  width: 1290px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
  /* padding-top: 20px; */
  padding: 30px 0px;}
.news-info .container .content-title p {
  font-size: 24px;
  color: #999;}
.news-info .container .crumbs {
  width: 1290px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 auto;}
.news-info .container .crumbs .crumbs-container {
  width: 100%;
  font-size: 14px;
  color: #999;}
.news-info .container .crumbs .crumbs-container a {
  font-size: 14px;
  line-height: 50px;
  color: #999;}
.news-info .container .crumbs .crumbs-container a:after {
  content: ">";
  display: none;
  float: right;
  margin: 0 7px;}
.news-info .container .crumbs .crumbs-container a:last-of-type:after {
  display: none;}
.news-info .container .crumbs .crumbs-container a:hover {
  color: #636363;}
.news-info .container .crumbs .crumbs-container a:hover:after {
  color: #999;}
.news-info .container .content {
  width: 1290px;
  margin: 0 auto;}
.news-info .container .content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.news-info .container .content .content-left {
  float: left;
  width: 220px;
  height: 184px;
  position: relative;}
.news-info .container .content .content-left .author {
  width: 100%;
  margin-bottom: 34px;}
.news-info .container .content .content-left .author .name {
  font-size: 12px;
  background-color: #9e262b;
  width: 77px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 17px;}
.news-info .container .content .content-left .author p {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 18px;}
.news-info .container .content .content-left .share {
  width: 100%;}
.news-info .container .content .content-left .share h3 {
  display: block;
  font-size: 18px;
  color: #8a8a8a;
  font-weight: 500;
  margin-bottom: 5px;}
.news-info .container .content .content-left .share .share-box {
  width: 100%;
  height: 43px;}
.news-info .container .content .content-left .share .share-box a {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background: #bdbdbd;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bdbdbd;
  margin-left: 12px;}
.news-info .container .content .content-left .share .share-box a:hover {
  color: #bdbdbd;
  background: #fff;}
.news-info .container .content .content-left .share .share-box .icon-twitter {
  font-size: 16px;}
.news-info .container .content .content-left .share .share-box .icon-google {
  font-size: 20px;}
.news-info .container .content .content-left .share .share-box .icon-google:before {
  position: relative;
  left: 1px;}
.news-info .container .content .content-left .page {
  width: 200px;
  margin-top: 25px;}
.news-info .container .content .content-left .page:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;}
.news-info .container .content .content-left .page a {
  font-size: 14px;
  color: #8a8a8a;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 10px;}
.news-info .container .content .content-left .page a:hover {
  color: #c11329;}
.news-info .container .content .content-left .page a:hover .iconfont {
  color: #c11329;}
.news-info .container .content .content-left .page a .iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  color: #8a8a8a;}
.news-info .container .content .content-right {
  float: right;
  width: 836px;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: left;}
.news-info .container .content .content-right div,
.news-info .container .content .content-right p,
.news-info .container .content .content-right span,
.news-info .container .content .content-right h1,
.news-info .container .content .content-right h2,
.news-info .container .content .content-right h3,
.news-info .container .content .content-right h4,
.news-info .container .content .content-right h5,
.news-info .container .content .content-right h6,
.news-info .container .content .content-right b,
.news-info .container .content .content-right td,
.news-info .container .content .content-right li,
.news-info .container .content .content-right a {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;}
.news-info .container .content .content-right img {
  max-width: 100%;}
.search-info {
  width: 100%;
  padding-bottom: 40px;}
.search-info .container .content-title {
  width: 1290px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
  /* padding-top: 20px; */
  padding: 30px 0px;}
.search-info .container .content-title p {
  font-size: 24px;
  color: #999;}
.search-info .container .crumbs {
  width: 1290px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 auto;}
.search-info .container .crumbs .crumbs-container {
  width: 100%;
  font-size: 14px;
  color: #999;}
.search-info .container .crumbs .crumbs-container a {
  font-size: 14px;
  line-height: 50px;
  color: #999;}
.search-info .container .crumbs .crumbs-container a:after {
  content: ">";
  display: none;
  float: right;
  margin: 0 7px;}
.search-info .container .crumbs .crumbs-container a:last-of-type:after {
  display: none;}
.search-info .container .crumbs .crumbs-container a:hover {
  color: #636363;}
.search-info .container .crumbs .crumbs-container a:hover:after {
  color: #999;}
.search-info .container .content .searchlist li {
  width: 400px;
  margin-right: 45px;
  margin-bottom: 70px;}
.search-info .container .content .searchlist li:nth-child(3n) {
  margin-right: 0;}
.search-info .container .content .searchlist li .list-img {
  width: 400px;
  height: 258px;
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;}
.search-info .container .content .searchlist li .list-img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);}
.search-info .container .content .searchlist li .list-img img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;}
.search-info .container .content .searchlist li .list-txt p {
  color: #adadad;
  font-size: 16px;
  text-align: justify;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.search-info .container .content .searchlist li .list-txt:hover p {
  color: #2f2f2f;}
.search-info .container .content .page {
  text-align: center;}
.search-info .container .content .page i {
  padding: 10px;
  cursor: pointer;}
.search-info .container .content .page span {
  padding: 5px;
  color: #b1b1b3;
  font-size: 14px;
  padding-top: 40px;
  cursor: pointer;}
.search-info .container .content .page span:hover {
  color: #9e262b;}
.search-info .container .content .page .active {
  color: #9e262b;}
@font-face {
  font-family: "socialshare";
src: url(../iconfont/iconfont.jpg);
  /* ie9*/
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../iconfont/iconfont.woff') format('woff'), /* chrome, firefox */ url('../iconfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../iconfont/iconfont.svg#iconfont') format('svg');}
.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}
.social-share * {
  font-family: "socialshare" !important;}
.social-share .icon-qq:before {
  content: "\e616";}
.social-share .icon-weibo:before {
  content: "\e614";}
.social-share .icon-wechat:before {
  content: "\e613";}
.social-share .icon-facebook:before {
  content: "\e612";}
.social-share .icon-twitter:before {
  content: "\e615";}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 0;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;}
.social-share .icon-weibo {
  color: #bababa;
  border-color: #ff763b;}
.social-share .icon-weibo:hover {
  background: #ff763b;}
.social-share .icon-qq {
  color: #bababa;
  border-color: #56b6e7;}
.social-share .icon-qq:hover {
  background: #56b6e7;}
.social-share .icon-wechat {
  position: relative;
  color: #bababa;
  border-color: #7bc549;}
.social-share .icon-wechat:hover {
  background: #7bc549;}
.social-share .icon-twitter {
  position: relative;
  color: #bababa;
  border-color: #78cbef;}
.social-share .icon-twitter:hover {
  background: #78cbef;}
.social-share .icon-facebook {
  position: relative;
  color: #bababa;
  border-color: #3c5a99;}
.social-share .icon-facebook:hover {
  background: #3c5a99;}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0!important;}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;}