/* resources/static/themes/default/20th/20th.scss */
html {
  font-size: 1vw;
}
.header {
  width: 100%;
  height: 83.9583rem;
  background: url(./images/ann_top.jpg?v=2) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.header .lang {
  width: 5.2083rem;
  height: 2.5rem;
  line-height: 2.2rem;
  color: #fff;
  background: #d23441;
  border: 0.0521rem solid #febb3d;
  border-radius: 0.2604rem;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 1.5625rem;
  right: 5.7292rem;
}
.header .lang > span {
  width: 50%;
  height: 100%;
  border-radius: 0.2604rem;
  font-size: 1.5625rem;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}
.header .lang > span a {
  color: #fff;
}
.header .lang .active {
  background: #fff;
}
.header .lang .active a {
  color: #d23441;
}
.carousel {
  width: 100%;
  height: 37.2396rem;
  background: url(./images/ann_carousel.jpg) no-repeat;
  background-size: 100% 100%;
}
.carousel .promo-carousel {
  width: 81.25rem;
  height: 31.0938rem;
  background: linear-gradient(to right, #ffffff, #e40c27);
  padding: 0.2604rem;
  border-radius: 1.0417rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.carousel .promo-carousel .swiperPromoCarousel img {
  width: 80.7292rem;
  height: 30.5729rem;
  border-radius: 1.0417rem;
  object-fit: cover;
}
.carousel .promo-carousel .swiperPromoCarousel .content {
  display: none;
}
.carousel .promo-carousel .swiperPromoCarousel .swiper-button {
  display: none;
}
.promo-list {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(./images/ann_list.jpg) no-repeat;
  background-size: 100% 100%;
}
.promo-list .news-list {
  width: 82.7708rem;
  height: auto;
  overflow: hidden;
  padding-top: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.promo-list .news-list li {
  width: 40.3646rem;
  height: auto;
  background: linear-gradient(to right top, #e7344a, #ffffff);
  padding: 0.2604rem;
  border-radius: 1.0417rem;
  box-sizing: border-box;
  float: left;
  margin-right: 1.0417rem;
  margin-bottom: 3.3333rem;
  transition: all 0.5s;
}
.promo-list .news-list li:nth-child(2n) {
  margin-right: 0;
}
.promo-list .news-list li .date {
  display: none;
}
.promo-list .news-list li .time {
  display: none;
}
.promo-list .news-list li .images {
  width: 100%;
  height: 22.3958rem;
  border-radius: 1.0417rem 1.0417rem 0 0;
}
.promo-list .news-list li .images img {
  width: 100%;
  height: 22.3958rem;
  border-radius: 1.0417rem 1.0417rem 0 0;
  object-fit: cover;
}
.promo-list .news-list li .content {
  width: 100%;
  height: auto;
  padding: 0 1.0417rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1.0417rem 1.0417rem;
  display: flex;
  align-items: center;
}
.promo-list .news-list li .content .text {
  width: 95%;
  float: left;
  padding: 1rem 0;
}
.promo-list .news-list li .content .text .title {
  font-size: 1.0417rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.0417rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.promo-list .news-list li .content .text .info {
  font-size: 0.9375rem;
  color: #666;
  width: 98%;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.promo-list .news-list li .content .arrow {
  width: 1.4583rem;
  height: 0.625rem;
  background: url(./images/ann_arrow.png) no-repeat;
  background-size: 100% 100%;
}
.promo-list .news-list li:hover {
  margin-top: -1rem;
}
.promo-list .news-list li:hover .content {
  background: linear-gradient(to right, #e41832, #fff);
}
.promo-list .news-list li:hover .content .title {
  color: #fff;
}
.promo-list .news-list li:hover .content .info {
  color: #fff;
}
.promo-list .promo-foot {
  width: 100%;
  height: 44.5833rem;
  background: url(./images/ann_foot.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10.4167rem;
  box-sizing: border-box;
  position: relative;
}
.promo-list .promo-foot .foot-logo {
  height: auto;
  position: relative;
  margin-bottom: 6.25rem;
  padding-left: 10.6771rem;
  box-sizing: border-box;
}
.promo-list .promo-foot .foot-logo .logo {
  width: 13.3333rem;
  height: 3.4375rem;
  background: url(../images/indexImg/footLogo.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.5rem;
}
.promo-list .promo-foot .foot-logo .foot-content {
  font-size: 0;
}
.promo-list .promo-foot .foot-logo .foot-content div {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.8333rem;
  display: inline-block;
  cursor: pointer;
}
.promo-list .promo-foot .foot-logo .foot-content .wechat {
  background: url(./images/wechat.png) no-repeat;
  background-size: 100% 100%;
}
.promo-list .promo-foot .foot-logo .foot-content .weibo {
  background: url(./images/weibo.png) no-repeat;
  background-size: 100% 100%;
}
.promo-list .promo-foot .foot-logo .foot-content .akWeibo {
  background: url(./images/akWeibo.png) no-repeat;
  background-size: 100% 100%;
}
.promo-list .promo-foot .foot-logo .foot-content .big-img {
  position: absolute;
  left: 22rem;
  top: 0rem;
  display: none;
  background: #fff;
  border-radius: 0.2083rem;
  border: 0.0521rem solid #ebeef5;
  padding: 0.625rem;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
.promo-list .promo-foot .foot-logo .foot-content .big-img img {
  width: 10.4167rem;
  height: auto;
}
.promo-list .promo-foot .foot-text {
  width: 100%;
  height: auto;
  padding-left: 10.6771rem;
  box-sizing: border-box;
}
.promo-list .promo-foot .foot-text > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 8.125rem;
}
.promo-list .promo-foot .foot-text dt {
  height: 2.3438rem;
  font-size: 1.4583rem;
  color: #fff;
  position: relative;
  margin-bottom: 0.5208rem;
}
.promo-list .promo-foot .foot-text dd {
  height: 1.9792rem;
  line-height: 1.9792rem;
  font-size: 1.0417rem;
  display: block;
  color: #fff;
}
.promo-list .promo-foot .foot-text dd a {
  color: #fff;
}
.promo-list .promo-foot .foot-text dd a i {
  font-style: italic;
}
.promo-list .promo-foot .foot-text dd a em {
  color: #fff;
}
.promo-list .promo-foot .copyright {
  width: 100%;
  height: 2.6042rem;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 5.2083rem;
  line-height: 2.6042rem;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.promo-list .promo-foot .copyright .copy-con {
  width: 62.5rem;
  color: #fff;
  font-size: 1.0417rem;
  display: flex;
  justify-content: space-between;
}
.promo-list .promo-foot .copyright .copy-con a {
  color: #fff;
}
.promo-list .promo-foot .copyright .copy-con .copy-right {
  color: #fff;
}
.promo-list .promo-foot .copyright .copy-con .copy-right span {
  color: #fff;
}
.foot-area {
  display: none;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 1vw;
  }
  .header {
    width: 100%;
    height: 83.9583rem;
    background: url(./images/ann_top_mobile.jpg?v=2) no-repeat;
    background-size: 100% 100%;
  }
  .header .lang {
    width: 10.4167rem;
    height: 5.2083rem;
    line-height: 5.2083rem;
    font-size: 0;
  }
  .header .lang > span {
    width: 50%;
    height: 100%;
    line-height: 5.2083rem;
    border-radius: 0;
  }
  .promo-foot {
    display: none;
  }
  .promo-list .promo-content {
    width: 81.25rem;
  }
  .promo-list .promo-content .promo-item {
    width: 100%;
    float: none;
  }
  .promo-list .promo-content .promo-item .item-img {
    height: 45.625rem;
  }
  .promo-list .promo-content .promo-item .item-img img {
    height: 45.625rem;
  }
  .promo-list .promo-content .promo-item .item-content .item-text .title {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
  .promo-list .promo-content .promo-item .item-content .item-text .des {
    font-size: 3.6rem;
  }
  .promo-list .promo-content .promo-item .item-content .item-arrow {
    width: 5.8333rem;
    height: 2.5rem;
  }
  .promo-list .news-list {
    width: 81.25rem;
    padding-top: 0.5rem;
  }
  .promo-list .news-list li {
    width: 100%;
    margin: 0 auto 2rem;
    float: none;
    border-radius: 1rem;
    padding: 0.8rem;
  }
  .promo-list .news-list li .images {
    width: 100%;
    height: 46rem;
    border-radius: 1rem;
  }
  .promo-list .news-list li .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .promo-list .news-list li .content {
    padding: 0 1.4rem;
  }
  .promo-list .news-list li .content .text {
    padding: 2rem 0;
  }
  .promo-list .news-list li .content .text .title {
    font-size: 2.8rem;
  }
  .promo-list .news-list li .content .text .info {
    font-size: 2.6rem;
    -webkit-line-clamp: 2;
  }
  .promo-list .news-list li .content .arrow {
    width: 4.66rem;
    height: 2rem;
  }
  .foot-area {
    display: block;
    background: url(./images/ann_foot_mobile.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot-area .foot-bg {
    background: none;
  }
  .foot-area .copyright {
    background: none;
  }
  .foot-area .copyright .copy-con {
    color: #fff;
  }
  .foot-area .copyright .copy-con a {
    color: #fff;
  }
  .foot-area .copyright .copy-con .copy-right span {
    color: #fff;
  }
  .foot-area .foot-con .foot-text > div dl {
    padding-top: 2.8rem;
  }
  .foot-area .foot-con .foot-text > div dl dt {
    padding-top: 0;
    font-size: 4.2rem;
    line-height: 8.6rem;
  }
  .foot-area .foot-con .foot-text > div dl dt::before {
    width: 3.2rem;
    height: 2rem;
  }
  .foot-area .foot-con .foot-text dd {
    color: #fff;
    font-size: 3.2rem;
    line-height: 6.4rem;
    height: 6.4rem;
  }
  .foot-area .foot-con .foot-text dd a {
    color: #fff;
  }
  .foot-area .foot-con .foot-text dd em {
    color: #fff;
  }
  .foot-area .foot-con .foot-text .foot-social dl dd {
    position: relative;
    width: 100%;
  }
  .foot-area .foot-con .foot-text .foot-social dl dd > div {
    position: static;
  }
  .foot-area .foot-con .foot-text .foot-social dl dd div .big {
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
