h2 {
  font-size: 39px;
}

.banner {
  padding-top: 65px;
  position: relative;
}

.banner__img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner__img:before {
  content: '';
  padding-top: 45.83%;
  display: block;
}

.banner__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 4%;
}

.banner__content__title {
  font-weight: 400;
  font-size: 58px;
}

.banner__content__title-en {
  margin: 0;
  font-size: 42px;
  text-align: center;
}

.banner__content__sub-title {
  font-size: 38px;
}

.banner__content__link {
  margin-top: 35px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  color: #EBBF68;
  border: 2px solid #EBBF68;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  transform: all .3s linear;
  cursor: pointer;
}

.banner__content__link:hover {
  color: #fff;
  border-color: #fff;
}

.news {
  /*background: url("../images/bg.png") no-repeat;*/
  background-size: 35%;
  background-position-x: -7%;
  background-position-y: 40px;
  padding: 4% 0;
  background-color: #FBFBFB;
}

.news h2,.units h2,.jury-section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
}

.news__list__item {
  margin-right: 2%;
  margin-top: 20px;
  display: block;
  cursor: pointer;
  width: 32%;
  flex-shrink: 0;
}

.news__list__item:nth-child(3n) {
  margin-right: 0;
}

.news__list__item__pic {
  position: relative;
  overflow: hidden;
}

.news__list__item__pic::before {
  content: '';
  display: block;
  padding-top: 75.86%;
}

.news__list__item__pic img {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .3s linear;
}

.news__list__item__pic img:hover {
  transform: scale(1.1);
}

.news__list__item__title {
  margin-top: 15px;
  color: #1a1a1a;
}

.news__list__item__title:hover {
  color: #EBBF68;
}
/*设计图书馆*/
.bookIndex {
 
  padding: 4% 0;
  background-color: #FBFBFB;
}
.bookIndex h2 {
  text-align: center;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}

/*文创市集*/
.culture {
  background-color: #fff;
}
.culture .production{background-color: #fff;margin-bottom: 4%}
.culture h2 {
  text-align: center;
  color: #333;
  margin: 0;
  margin-top:2%;
  margin-bottom: 10px;
}

.production__info .line1{
       font-size: 16px;
    margin: 0;
    text-align: center;
    padding-left: 0;
    margin-bottom: 3%;
}
.culture .sub_title {
  color: #1a1a1a;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;

}
.culture .detail {
    background-color: #ebbf68;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 25px auto;
}
.production .categoryList{margin:1% auto;text-align: center;overflow: hidden;}
.production .category {
    float: left;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-right: 15px;

     padding: 0 15px;
}
.production .category .fenl{
     color: #000000;
   }
.production .category:hover,.production .category:hover a,.production .on,.production .on a.fenl{
     background-color: #EBBF68;
     color: #ffffff;
}


/*获奖作品*/
.case {
 /* background: url("../images/bg.png") no-repeat;*/
 /* background-size: 35%;
  background-position-x: -7%;
  background-position-y: 40px;*/
  padding: 4% 0;background-color: white;
}

.case h2 {
  text-align: center;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}

.case__list {
  max-width: 1500px;
  /*display: flex;*/
  flex-wrap: wrap;margin: 0 auto;
}
.case__list .swiper {width: 100%}
.case__list .swiper .swiper-slide{width: 25%;}

.case__list__item {
  margin-right: 2%;
  margin-top: 20px;
  display: block;
  cursor: pointer;
  width: 22%;
  flex-shrink: 0;
}

.case__list__item:nth-child(4n) {
  margin-right: 0;
}

.case__list__item__pic {
  position: relative;
  overflow: hidden;
  /*height: 178px;*/
}

.case__list__item__pic::before {
/*  content: '';*/
  display: block;
  padding-top: 75.86%;
}

.case__list__item__pic img {
  position: relative;
  top: 0;
  width: 100%;
  transition: all .3s linear;
}

.case__list__item__pic img:hover {
  transform: scale(1.1);
}

.case__list__item__title {
  margin-top: 15px;
    color: #1a1a1a;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
}

.case__list__item__title:hover {
  color: #EBBF68;
}

.case__list__item__pic .mask {
  transition: all .2s linear;
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.case__list__item__pic .mask p{line-height:28px;text-overflow:ellipsis;overflow: hidden;padding: 0 5%;margin: 0;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.case__list__item__pic .mask p.case_more{position: absolute;bottom: 5%;}

.case__list__item__pic:hover .mask {
  opacity: 1;
  transform: scale(1);
}

.award {
  background-color: #ffffff;
  padding: 4% 0;
}
.jury-section{background-color: #f2f2f2;
  padding: 4% 0;
 }
.jury-section .categoryList{
margin: 1% auto;
    text-align: center;
    overflow: hidden;
    margin-left: 35%;
}
.jury-section .category_club {
    float: left;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-right: 15px;

     padding: 0 15px;
}
.jury-section .category_club .fenl{
     color: #000000;
   }
.jury-section .category_club:hover,.jury-section .category_club:hover a,.jury-section .on,.jury-section .on a.fenl{
     background-color: #EBBF68;
     color: #ffffff;
}

.award .inner-box {
 /* display: flex;*/
  align-items: center;
}
.award .inner-box .award__div{
 text-align: center;
 width: 100%;
 margin: 0 auto;
 
}


.award__pic {
  flex-shrink: 0;
  max-width: 100%;
}

.award__content {
 /* margin-left: 12%;*/
  color: #1a1a1a;
}

.award__content__title {
  font-size: 38px;
}


.award__content__text {
  font-size: 18px;
  line-height: 2em;
}
.award__content__more{
     background-color: #ebbf68;
     font-size:22px;
     text-align: center;
     color: #ffffff;
     border-radius: 8px;
     width: 160px;
     height: 40px;
     line-height: 40px;
     display: block;
     margin: 0 auto;
}
 
.jury {
  padding: 4% 0;
  background-color: #FBFBFB;
}
.jury .more,.case .more,.news .more,.culture .more,.jury-section .more{
      margin: 0 auto;
    font-size: 18px;
    color: #C6C6C6;
    padding-top: 3%;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.jury .center {
  justify-content: center;
}

.jury h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}
.jury h4,.case h4,.news h4,.culture h4,.bookIndex h4,.units h4,.jury-section h4{ 
  margin: 0;
  text-align: center;
  color: #aaaaaa;
}

.jury__list {
  display: flex;
  flex-wrap: wrap;
}

.jury__list__item {
  flex-shrink: 0;
    width: 21.8%;
    margin-top: 8.6%;
    padding: 3% 0;
    margin: 3% 4% 0 0;
    border: 1px solid #ccc;
}

.jury__list__item:nth-child(4n) {
  margin-right: 0;
}


.jury__list__item__pic {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 60%;
  margin: 0 auto;
}

.jury__list__item__pic .mask {
  transition: all .2s linear;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
}

.jury__list__item__pic:hover .mask {
  opacity: 1;
  transform: scale(1);
}

.jury__list__item__pic:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.jury__list__item__pic img {
  position: absolute;
  top: 0;
  width: 100%;
}

.jury__list__item__info {
  color: #000000;
  text-align: center;
      padding: 0 2%;
}


.jury__list__item__info p:nth-of-type(n + 2) {
  margin: 10px auto;
  font-size: 14px;
  color: #c8c8c8;
}

.jury__list__item__name {
  font-size: 22px;
}

.jury__brand-list {
  display: flex;
  flex-wrap: wrap;
}

.jury__brand-list__item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
}

.jury__brand-list__item:nth-child(3n) {
  margin-right: 0;
}

.jury__brand-list__item::before {
  content: '';
  display: block;
  padding-top: 55%;
}

.jury__brand-list__item img {
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  position: absolute;
  width: 100%;
  top: 0;
}

.production {
  padding: 0;
  background: #f2f2f2;
}

.production h2 {
  text-align: center;
}

.production__pic::before {
  padding-top: 65.63%;
}

.production__info {
  color: #1a1a1a;
  font-size: 17px;
}

.production__info:hover {
  color: #EBBF68;
}

.yearbook {
  padding: 4% 0;
}

.yearbook h2 {
  text-align: center;
}

.yearbook .intro {
  margin: 4% auto;
  max-width: 800px;
  font-size: 18px;
  color: #333;
  line-height: 2em;
}

.yearbook__list {
  display: flex;
  flex-wrap: wrap;
}

.yearbook__list__item {
  flex-shrink: 0;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.yearbook__list__item:nth-child(4n) {
  margin-right: 0;
}

.yearbook__list__item::before {
  content: '';
  display: block;
  padding-top: 142.86%;
}

.yearbook__list__item img {
  position: absolute;
  width: 100%;
  top: 0;
}

.units {
  padding: 4% 0;
  color: #333;
  background: #FBFBFB;
}

.units .pc {
  display: inline-block;
}

.units .title {
  color: #4B4B4B;
}

.units .line {
  line-height: 5em;
}
.units .fuqrcode{
  width: 20%;
  margin:2% 2.5%;
  text-align: center;
}
.units .fuqrcode img{width: 150px;border: 1px solid #000; padding: 3%}
.four-col-list {
  display: flex;
  flex-wrap: wrap;
}

.four-col-list .four-col-list__item {
  flex-shrink: 0;
  width: 21.25%;
  margin-right: 5%;
  margin-top:2%;
}
.four-col-list .four-col-list__item:nth-child(1),.four-col-list .four-col-list__item:nth-child(2),.four-col-list .four-col-list__item:nth-child(3),.four-col-list .four-col-list__item:nth-child(4){
 margin-top: 0;
}
.four-col-list .four-col-list__item:nth-child(4n){ margin-right: 0;
}



.four-col-list .four-col-list__item .four-col-list__item__pic {
  position: relative;
  overflow: hidden;
}

.four-col-list .four-col-list__item .four-col-list__item__pic::before {
  content: '';
  display: block;
}

.four-col-list .four-col-list__item .four-col-list__item__pic img {
  position: absolute;
  width: 100%;
  top: 0;
  transition: all .3s linear;
  border-radius:0;
}

.four-col-list .four-col-list__item .four-col-list__item__pic img:hover {
  transform: scale(1.1);
  border-radius: 0px 4px 10px 0px #e1dddd;

}
.cultureList .culture__pic{
  box-shadow:0px 0px 0px 0px;
    border-radius:0;
}
.cultureList .qrcode img{width: 35%;margin-top: 15%;background-color:#fff;border-radius:10px;padding:10px;opacity: 1}
.cultureList .qrcode p{color: #fff;font-size: 14px;text-align: center;}

.paginPlan{position: relative;margin-top: 3%;background:url(../images/pagebg.png) no-repeat center center;display: block;height: 60px;width: 100%;}
.paginPlan .swiper-button-next,.paginPlan .swiper-button-prev {margin-top: 0;top: 15%;}
.paginPlan .swiper-button-next,.paginPlan .swiper-button-prev {
  width: 44px;
    height: 43px;
    background-size:44px 43px;
}
.paginPlan .swiper-button-prev{
    background-image: url(../images/prev.jpg);
    left: 46%;
}
.paginPlan .swiper-button-next{
    background-image: url(../images/next.jpg);
    right: 46%;
}