.gn-slider-zone {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.gn-slider-zone img {
  max-width: 100%;
  display: block;
}

.gn-slider-zone .arrs {
  width: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.gn-slider-zone .arr-prev {
  left: 0;
}

.gn-slider-zone .arr-next {
  right: 0;
}

@media (min-width: 992px) {
  .gn-slider-zone .arrs {
    width: auto;
  }

  .gn-slider-zone .arr-prev {
    left: calc((100% / 3) - 32px);
  }

  .gn-slider-zone .arr-next {
    right: calc((100% / 3) - 32px);
  }

  .gn-slider-zone .slide {
    padding: 0 3px;
  }
}

.feed_categories .cat-list {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}

.feed_categories .cat-list .single-cat {
  display: block;
  position: relative;
  margin-top: -2px;
}

.feed_categories .cat-list img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .feed_categories .single-cat:hover img {
    opacity: .9;
  }
}

.feed_inno {
  text-align: center;
}

.feed_inno .tit {
  width: 269px;
  display: block;
  margin: 20px auto;
}

.feed_inno .list {
  display: inline-block;
}

.feed_inno .list .el {
  width: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-position: center;
  background-size: contain;
  margin-bottom: 10px;
}

.feed_inno .list .el img {
  width: 100%;
}

@media (min-width: 992px) {
  .feed_inno .tit {
    width: 330px;
    margin: 20px auto 40px auto;
  }

  .feed_inno .list .el {
    width: 1022px;
    height: 205px;
    cursor: pointer;
  }

  .feed_inno .list .el:nth-child(1) {
    background-image: url("../img/feed/innovation/categories/1-p.png");
  }

  .feed_inno .list .el:nth-child(2) {
    background-image: url("../img/feed/innovation/categories/2-p.png");
  }

  .feed_inno .list .el:nth-child(3) {
    background-image: url("../img/feed/innovation/categories/3-p.png");
  }

  .feed_inno .list .el:nth-child(4) {
    background-image: url("../img/feed/innovation/categories/4-p.png");
  }

  .feed_inno .list .el:nth-child(5) {
    background-image: url("../img/feed/innovation/categories/5-p.png");
  }

  .feed_inno .list .el:nth-child(6) {
    background-image: url("../img/feed/innovation/categories/6-p.png");
  }

  .feed_inno .list .el:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}

.feed_inno_history .map-m {
  width: 335px;
  height: 4391px;
  background-repeat: no-repeat;
  background-image: url("../img/feed/innovation/history/contents.png");
  background-position: center top;
  background-size: contain;
  padding-top: 70px;
  margin: 0 auto;
}

.feed_inno_history .map-m .ball {
  width: 144px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.feed_inno_history .map-m .ball:not(:nth-child(1)) {
  margin-top: 270px;
}

.feed_inno_history .map-m .ball:nth-child(3) {
  margin-top: 250px;
}

.feed_inno_history .map-m .ball:nth-child(9) {
  margin-top: 290px;
}

.feed_inno_history .map-m .ball:nth-child(10) {
  margin-top: 260px;
}

@media (min-width: 992px) {
  .feed_inno_history .map-pc {
    max-width: 800px;
    margin: 40px auto 0 auto;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-image: url("../img/feed/innovation/history/pc/line-pc.png");
    background-position: center left;
  }

  .feed_inno_history .map-pc .single {
    margin-bottom: 45px;
  }
}

.feed_inno_material .tit {
  width: 230px;
  display: block;
  margin: 25px auto 30px auto;
}

.feed_inno_material .el {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.feed_inno_material .el img {
  -ms-flex-item-align: center;
  align-self: center;
}

.feed_inno_material .left {
  width: 50%;
  position: relative;
  z-index: 2;
}

.feed_inno_material .right {
  width: 100%;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .feed_inno_material .tit {
    width: 282px;
    margin: 25px auto 70px auto;
  }
}

@media (min-width: 992px) {
  .feed_inno_material .list {
    width: 890px;
    margin: 0 auto;
  }

  .feed_inno_material .left {
    width: 215px;
  }

  .feed_inno_material .right {
    width: 415px;
  }
}

.feed_inno_research .tit {
  width: 131px;
  margin: 30px auto 15px;
  display: block;
}

.feed_inno_research .slider {
  width: 274px;
  margin: 0 auto;
}

.feed_inno_research .slider img {
  max-width: 100%;
  display: block;
}

.feed_inno_research .slider .slick-dots {
  bottom: 40px;
}

.feed_inno_research .slider .slick-dots li {
  width: 20px;
  height: 20px;
}

.feed_inno_research .slider .slick-dots li button:before {
  content: '';
  opacity: 1;
  border: 2px solid #fce500;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.feed_inno_research .slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fce500;
}

@media (min-width: 992px) {
  .feed_inno_research .tit {
    width: 161px;
    display: block;
    margin: 10px auto 20px;
  }

  .feed_inno_research .slider {
    width: 677px;
  }
}

.feed_inno_laboratory .tit {
  width: 303px;
  display: block;
  margin: 10px auto 20px;
}

.feed_inno_laboratory .tit2 {
  width: 267px;
  display: block;
  margin: 30px auto 20px auto;
}

.feed_inno_laboratory .tit3 {
  width: 238px;
  display: block;
  margin: 30px auto 20px auto;
}

.feed_inno_laboratory .slider-zone {
  max-width: 262px;
}

.feed_inno_laboratory .pro-slide {
  width: 100%;
  border: 2px solid #27509b;
  border-radius: 20px;
  padding: 20px;
}

.feed_inno_laboratory .pro-slide .intro {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #27509b;
  padding-bottom: 10px;
  margin-top: 20px;
}

.feed_inno_laboratory .pro-slide .link {
  font-size: 20px;
  display: block;
  background-color: #fce500;
  color: #27509b;
  text-align: center;
  width: 185px;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  margin: 10px auto 0;
}

@media (min-width: 992px) {
  .feed_inno_laboratory .tit {
    width: 372px;
  }

  .feed_inno_laboratory .tit2 {
    width: 328px;
    margin: 40px auto 30px;
  }

  .feed_inno_laboratory .tit3 {
    width: 291px;
    margin: 40px auto 30px;
  }

  .feed_inno_laboratory .slider-zone {
    max-width: 980px;
  }

  .feed_inno_laboratory .pro-sliders .col-lg-4 {
    padding: 0 3px;
  }

  .feed_inno_laboratory .pro-sliders .pro-slide {
    border: 4px solid #27509b;
    margin: 0 2px;
  }

  .feed_inno_laboratory .pro-sliders .pro-slide .intro {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .feed_inno_laboratory .pro-sliders .pro-slide .link {
    width: 227px;
    height: 57px;
    line-height: 57px;
    font-size: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .feed_inno_laboratory .pro-sliders .pro-slide .link:hover {
    background-color: #27509b;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .feed_sus img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .feed_sus .img-wrap {
    background-color: #000;
  }

  .feed_sus .slick-active img {
    opacity: .5;
  }

  .feed_sus .slick-current img {
    opacity: 1;
  }
}

.feed_taiwan {
  text-align: center;
}

.feed_taiwan .tit {
  width: 207px;
  display: block;
  margin: 0 auto;
}

.feed_taiwan .all {
  width: 100%;
  max-width: 278px;
  display: block;
  margin: 30px auto 0px;
}

.feed_taiwan .btn-join {
  width: 190px;
  height: 47px;
  background-color: #fce500;
  color: #27509b;
  font-size: 20px;
  line-height: 43px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #fce500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) {
  .feed_taiwan .tit {
    width: 254px;
    margin-top: 20px;
  }

  .feed_taiwan .all {
    max-width: 342px;
    margin: 50px auto 40px;
  }

  .feed_taiwan .pic {
    width: 431px;
  }

  .feed_taiwan .btn-join:hover {
    background-color: #27509b;
    border-color: #27509b;
    color: #fff;
  }
}

/* 米其林指南 start  */

.feed_guide .menu-zone {
  width: 95%;
  max-width: 670px;
  margin: 0 auto;
}

.feed_guide .menu-zone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feed_guide .menu-zone ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feed_guide .menu-zone ul li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #27509b;
}

.feed_guide .menu-zone ul .menu1 img {
  width: 54px;
}

.feed_guide .menu-zone ul .menu2 img {
  width: 78px;
}

.feed_guide .menu-zone ul .menu3 img {
  width: 63px;
}

.feed_guide .menu-zone ul .menu4 img {
  width: 78px;
}

.feed_guide .menu-zone ul img {
  display: block;
  margin: 0 auto;
}

.feed_guide .content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
}

.feed_guide .content .sec {
  width: 100%;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  z-index: 1;
}


.feed_guide .content .sec .img-content {
  display: none;
  margin: 0 auto;
  padding-top: 30px;
}

.feed_guide .content .sec .img-content img {
  width: 100%;
}

.feed_guide .content .sec .btn-more {
  display: block;
  padding: 10px 0;
  background-color: #27509b;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.feed_guide .content .sec .btn-more .arr-down {
  width: 20px;
  margin-left: 10px;
}

.feed_guide .content .sec .btn-more .arr-up {
  display: none;
  width: 20px;
  margin-left: 10px;
}

.feed_guide .content .sec .btn-more.active .arr-down {
  display: none;
}

.feed_guide .content .sec .btn-more.active .arr-up {
  display: inline;
}

.feed_guide .content .img-up,
.feed_guide .content .img-content {
  max-width: 100%;
}


.feed_guide .content .section2 .img-content img {
  max-width: 323px;
}

.feed_guide .content .section2 .link {
  color: #27509b;
  border-bottom: 1px solid #27509b;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
}



.feed_guide .content .section3 .img-down {
  max-width: 318px;
}

@media (min-width: 992px) {
  .feed_guide .menu-zone {
    margin: 20px auto;
  }

  .feed_guide .menu-zone ul li:not(:last-child) {
    padding-right: 30px;
  }

  .feed_guide .menu-zone ul img {
    cursor: pointer;
  }

  .feed_guide .menu-zone ul .menu1 img {
    width: 86px;
  }

  .feed_guide .menu-zone ul .menu2 img {
    width: 127px;
  }

  .feed_guide .menu-zone ul .menu3 img {
    width: 102px;
  }

  .feed_guide .menu-zone ul .menu4 img {
    width: 127px;
  }


  .feed_guide .content .btn-more {
    max-width: 924px;
    margin: 0 auto;
  }

  .feed_guide .content .sec {
    margin-bottom: 70px;
  }

  .feed_guide .content .sec .img-content img {
    width: auto;
    max-width: 100%;
  }

  .feed_guide .content .img-content.sec2-content {
    max-width: 1024px;
    text-align: left;
  }

  .feed_guide .content .section2 .link {
    margin-left: 100px;
  }

}

/* 米其林指南 end  */

.feed_baby .tit {
  width: 270px;
  margin: 10px auto 20px;
  display: block;
}

.feed_baby .m-content {
  margin: 45px auto 0;
}

.feed_baby .m-content img {
  max-width: 100%;
}

.feed_baby .m-content .over {
  margin-top: -40px;
}

@media (min-width: 992px) {
  .feed_baby .tit {
    width: 332px;
  }

  .feed_baby .container.ad {
    max-width: 1054px;
  }

  .feed_baby .all {
    width: auto;
  }

  .feed_baby .pc-content {
    max-width: 1024px;
    position: relative;
    display: block;
    margin: 65px auto 0;
    text-align: center;
  }
}