.banner .prev-next {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%; }
.banner .prev-next .container {
  position: relative;
  height: 100%; }

.ys {
  color: #595757;
  text-align: center; }
.ys .item {
  height: 355px;
  background: #E8BC41;
  margin: 0;
  padding: 3px;
  width: calc(33.33333% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #575554;
}
.ys .item:hover {
  background: #575554;
  color: #E8BC41; }
.ys .item:hover .line {
  background: #E8BC41; }
.ys .item:nth-of-type(even) {
  background: #575554;
  color: #E8BC41; }
.ys .item:nth-of-type(even) .line {
  background: #E8BC41; }
.ys .item:nth-of-type(even):hover {
  background: #E8BC41;
  color: #575554; }
.ys .item:nth-of-type(even):hover .line {
  background: #575554; }
.ys h2 {
  font-size: 18px;
  font-weight: bold;
}
.ys .line {
  height: 2px;
  width: 32px;
  background: #595757;
  margin: 20px auto; }
.ys p {
  font-size: 14px;
  margin-bottom: 0;
}

.classify {
  margin-top: 90px; }
.classify ul {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}
.classify ul li {
  float: left;
  color: #5F5F5F; }
.classify ul li a {
  color: #5F5F5F; }
.classify ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 10px; }
.classify ul li:last-child::after {
  content: ''; }

.display .item {
  background: none !important;
  overflow: hidden;
  height: auto; }
.display .item img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
.display .item img:hover {
  transform: scale(1.2); }

.link {
  background: #EDEDED;
  margin-top: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px; }
.link .link-item {
  background: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
.link .link-item:hover {
  background: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.link .title {
  text-align: center; }
.link p {
  color: #A8A8A8;
  margin-top: 10px; }
.link .link-list {
  list-style: none;
  padding: 0;
  margin: 0 -5px; }
.link .link-list li {
  float: left;
  width: calc(20% - 10px);
  margin: 5px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 116px; }

.more {
  width: 325px;
  height: 76px;
  border: 1px solid #5F5F5F;
  color: #000;
  text-align: center;
  line-height: 76px;
  font-size: 14px;
  margin: 0 auto 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
.more a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }
.more:hover {
  /*background: #E8BC41;*/
  color: #000;
  /*border-color: #e0a800;*/
}

.news .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 14px 0;
  margin-bottom: 14px; }
.news ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.news ul li {
  font-size: 12px;
  margin-bottom: 14px; }
.news ul li a {
  font-size: 12px;
  color: #5F5F5F;
  margin-bottom: 0; }
.news a {
  color: #A8A8A8;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
  width: 100%; }
.swiper-button-next,.swiper-button-prev {
  /*display: none;*/
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  display: block;
}
.news {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .link .link-list li {
    float: left;
    width: calc(25% - 10px); } }
@media (max-width: 770px) {
  .link .link-list li {
    float: left;
    width: calc(50% - 10px); } }
@media (max-width: 750px) {
  .ys .item {
    width: 50%  } }
@media (max-width: 540px) {
  .more {
    width: 80%; }
  .link .link-list li img {
    width: 100%;
  }
  .link .link-list li {
    float: left;
    width: calc(50% - 10px); height: 80px } }

/*# sourceMappingURL=index.css.map */
