* {
  margin: 0;
  padding: 0;
}
.class_tit {
  position: relative;
  z-index: 2;
}
.class_tit h2 {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.46rem;
  color: #000000;
  line-height: 1.43;
}
.class_tit p {
  margin-top: 0.15rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.22rem;
  color: #2B2B2B;
  line-height: 1.45;
}
.class_tit.white h2,
.class_tit.white p {
  color: #FFFFFF;
}
.section_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.swiper_arrow {
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
  margin-top: 0.56rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  border-radius: 50%;
  background: #1A2A4F;
  background-size: 0.26rem auto;
  border: 0.01rem solid #1A2A4F;
  transition: var(--s_tran);
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 0.26rem;
  height: auto;
  object-fit: contain;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #C9A03D;
  border-color: #C9A03D;
}
.more_btn {
  width: fit-content;
  height: 0.6rem;
  padding: 0 0.33rem;
  background: linear-gradient(90deg, #FFE9C6 0%, #A57B4A 100%);
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  column-gap: 0.16rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #000000;
}
.more_btn img {
  width: 0.33rem;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}
.more_line {
  height: 0.58rem;
  padding: 0 0.1rem 0 0.28rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.55);
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  column-gap: 0.42rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1;
}
.more_line span {
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  background: #C9A03D;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_line span img {
  width: 0.14rem;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.more_line.blue {
  color: #FFFFFF;
  background: #142B59;
  border-color: #142B59;
}
.more_line.blue span {
  background: #fff;
}
.more_line.blue span img {
  filter: brightness(0);
}
.more_line:hover {
  background: #C9A03D;
  border-color: #C9A03D;
}
.more_line:hover span {
  background: #fff;
}
.more_line:hover span img {
  filter: brightness(1) invert(0) !important;
}
.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  z-index: 3;
  pointer-events: none;
}
.play_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 0.19rem solid transparent;
  border-bottom: 0.19rem solid transparent;
  border-left: 0.29rem solid #C69B31;
}
.video_box {
  cursor: pointer;
}
.video_box video {
  display: block;
  cursor: pointer;
}
.video_box.is_play {
  cursor: default;
}
.video_box.is_play .play_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video_box.is_play video {
  cursor: default;
}
.banner_index {
  width: 100%;
  height: 100vh;
  max-height: 10.8rem;
  min-height: 7rem;
  position: relative;
  overflow: hidden;
  background: #000000;
}
.banner_index .swiper-wrapper,
.banner_index .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner_index .swiper-slide {
  position: relative;
}
.banner_index .banner_img {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 34% 39%, rgba(213, 167, 57, 0.42), rgba(0, 0, 0, 0) 2.6rem), linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.05) 43%, #090909 55%, #000000 100%), linear-gradient(135deg, #171207 0%, #050505 45%, #111111 100%);
}
.banner_index .main {
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner_index .banner_txt {
  position: absolute;
  /*top: 4.52rem;*/
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 8rem;
}
.banner_index .banner_txt h2 {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.55rem;
  color: #D2AB54;
  line-height: 1.3;
  background: linear-gradient(90deg, #FFF0D2 0%, #FEBB70 42.25%, #F1AC5C 57.32%, #F7E7C9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_index .banner_txt h2 span {
  color: #FFFFFF;
}
.banner_index .banner_txt h3 {
  margin-top: 0.33rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1;
  background: linear-gradient(90deg, #FFF0D2 0%, #FEBB70 42.25%, #F1AC5C 57.32%, #F7E7C9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_index .banner_txt p {
  margin-top: 0.52rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #D1B48B;
  line-height: 1.7;
}
.banner_index .banner_txt .more_btn {
  margin-top: 0.92rem;
}
.banner_index > .swiper-button-next,
.banner_index > .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.banner_index > .swiper-button-next::after,
.banner_index > .swiper-button-prev::after {
  display: block;
  font-size: 0.26rem;
  color: #FFFFFF;
}
.banner_index > .swiper-button-next:hover,
.banner_index > .swiper-button-prev:hover {
  background: #C9A03D;
}
.banner_index > .swiper-button-next {
  right: 0.5rem;
}
.banner_index > .swiper-button-prev {
  left: 0.5rem;
}
.award {
  padding: 0.93rem 0 1.32rem;
  background: url(../img/video_bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.award .main {
  position: relative;
}
.award .class_tit {
  margin-left: 0.02rem;
}
.award .award_video {
  position: relative;
  z-index: 2;
  width: 11.84rem;
  height: 6.66rem;
  margin: 0.76rem auto 0;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #D9E0E9;
  box-shadow: 0 0.18rem 0.35rem rgba(23, 49, 86, 0.18);
}
.award .award_video video,
.award .award_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.judge {
  height: 9.4rem;
  padding: 0.94rem 0 1.15rem;
  background: #FFFFFF;
  overflow: hidden;
}
.judge .section_head {
  margin-bottom: 0.79rem;
}
.judge .judge_swiper {
  overflow: hidden;
  padding: 0 0 0.15rem;
}
.judge .judge_swiper .swiper-wrapper {
  align-items: flex-start;
}
.judge .judge_item {
  width: 3.38rem;
  transition: var(--s_tran);
  flex-shrink: 0;
}
.judge .judge_item .judge_pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: linear-gradient(180deg, #EEF0F4 0%, #FFFFFF 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  transition: var(--s_tran);
}
.judge .judge_item .judge_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.judge .judge_item.swiper-slide-active {
  width: 4.26rem !important;
  opacity: 1;
}
.judge .judge_item.swiper-slide-active .judge_name {
  font-size: 0.22rem;
}
.judge .judge_item.swiper-slide-active .judge_info {
  font-size: 0.18rem;
}
.judge .judge_item.swiper-slide-next,
.judge .judge_item.swiper-slide-next + .swiper-slide,
.judge .judge_item.swiper-slide-next + .swiper-slide + .swiper-slide {
  transform-origin: left bottom;
}
.judge .judge_item .judge_txt {
  border-left: 0.04rem solid #C9A03D;
}
.judge .judge_item .judge_name {
  margin-top: 0.25rem;
  padding-left: 0.14rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.18rem;
  color: #2B2B2B;
  line-height: 1.4;
}
.judge .judge_item .judge_info {
  margin-top: 0.06rem;
  padding-left: 0.14rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #2B2B2B;
  line-height: 1.5;
}
.liangdian {
  padding: 0.98rem 0 1.08rem;
  background: url(../img/liangdian_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.liangdian .section_head .more_line {
  margin-top: 0.73rem;
}
.liangdian .liangdian_video {
  width: 11.84rem;
  height: 6.66rem;
  margin: 0.5rem auto 0;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), linear-gradient(180deg, #DBDEE3 0%, #8C929B 100%);
  box-shadow: 0 0.2rem 0.42rem rgba(0, 0, 0, 0.42);
}
.liangdian .liangdian_video video,
.liangdian .liangdian_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.liangdian .liangdian_list {
  margin-top: 0.88rem;
  /*display: grid;*/
  /*grid-template-columns: repeat(7, 1fr);*/
  display: flex;
  column-gap: 0.18rem;
}
.liangdian .liangdian_item {
  height: auto;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.12);
  border: 0.01rem solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(0.08rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.58rem 0.15rem 0.28rem;
  
  width: calc((100% - 1.08rem) / 7);
}
.liangdian .liangdian_item img {
  width: 0.43rem;
  height: 0.43rem;
  object-fit: contain;
  margin-bottom: 0.41rem;
}
.liangdian .liangdian_item p {
  width: 100%;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  padding: 0.27rem 0.1rem 0;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 2;
}
.liangdian .liangdian_item:hover {
  background: url(../img/liangdian_bg2.png) center center no-repeat;
  background-size: cover;
}
.brand {
  padding: 0.93rem 0 0.8rem;
  background: #FFFFFF;
  overflow: hidden;
}
.brand .class_tit {
  margin-bottom: 0.4rem;
}
.brand .brand_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.brand .brand_swiper {
  width: calc(100% - 0.8rem);
  margin: 0 auto;
  overflow: hidden;
  padding: 0.38rem 0 0;
}
.brand .brand_swiper .swiper-wrapper {
  align-items: center;
}
.brand .brand_item {
  position: relative;
  z-index: 1;
  transition: var(--s_tran);
}
.brand .brand_item .brand_txt {
  width: fit-content;
  height: fit-content;
  position: relative;
  padding: 0 0.7rem;
  margin: 0 auto 1.2rem;
  opacity: 0;
  transition: var(--s_tran);
}
.brand .brand_item .brand_txt::before,
.brand .brand_item .brand_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.75rem;
  background: url(../img/pinpai_class_fl.png) center center no-repeat;
  background-size: cover;
}
.brand .brand_item .brand_txt::after {
  left: auto;
  right: 0;
  background: url(../img/pinpai_class_fr.png) center center no-repeat;
  background-size: cover;
}
.brand .brand_item .brand_name {
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.25rem;
  color: #C9A03D;
  line-height: 1;
}
.brand .brand_item .brand_name span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.52rem;
  color: #C9A03D;
  line-height: 1;
}
.brand .brand_item .brand_info {
  width: fit-content;
  height: 0.26rem;
  padding: 0 0.27rem;
  border-radius: 0.19rem;
  background: linear-gradient(90deg, #EDE6BC 0%, #DBC17F 24.25%, #DEC687 39.32%, #FAF9E3 52.29%, #C9A03D 88.28%, #C9A03D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.08rem;
  font-family: Poppins-Regular;
  font-weight: 500;
  font-size: 0.16rem;
  color: #1A2A4F;
  line-height: 1;
  margin: 0.05rem auto 0;
}
.brand .brand_item .brand_info span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #1A2A4F;
}
.brand .brand_item .brand_img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.24rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: var(--s_tran);
  transform: scale(1);
  cursor: pointer;
}
.brand .brand_item .brand_img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  transition: var(--s_tran);
}
.brand .brand_item .brand_img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand .brand_item .brand_img .brand_add {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0.22rem);
  opacity: 0;
  transition: var(--s_tran);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.11rem;
  pointer-events: none;
}
.brand .brand_item .brand_img .brand_add img {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: contain;
}
.brand .brand_item .brand_img .brand_add span {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.4;
  white-space: nowrap;
}
.brand .brand_item .brand_img:hover::before {
  background: rgba(26, 42, 79, 0.55);
}
.brand .brand_item .brand_img:hover .brand_add {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.brand .brand_item .brand_show {
  width: 4.23rem;
  height: 0.75rem;
  margin: 1.1rem auto 0;
  opacity: 0;
  transition: var(--s_tran);
}
.brand .brand_item .brand_show img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand .brand_item.swiper-slide-active {
  z-index: 3;
}
.brand .brand_item.swiper-slide-active .brand_txt,
.brand .brand_item.swiper-slide-active .brand_show {
  opacity: 1;
}
.brand .brand_item.swiper-slide-active .brand_img {
  transform: scale(1.42);
  border: 0.03rem solid #142B59;
}
.brand .brand_item.swiper-slide-active .brand_img::before {
  display: none;
}
.brand .brand_item.swiper-slide-active .brand_img:hover::before {
  display: block;
}
.brand .brand_prev,
.brand .brand_next {
  position: absolute;
  top: 50%;
  z-index: 4;
}
.brand .brand_prev {
  left: 0;
}
.brand .brand_next {
  right: 0;
}
.brand_pop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.brand_pop .brand_pop_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}
.brand_pop .brand_pop_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.24rem;
  max-width: 80vw;
}
.brand_pop .brand_pop_close {
  position: absolute;
  top: 0.1rem;
  right: -0.52rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.brand_pop .brand_pop_close::before,
.brand_pop .brand_pop_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.03rem;
  background: #FFFFFF;
  border-radius: 0.02rem;
}
.brand_pop .brand_pop_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.brand_pop .brand_pop_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.brand_pop .brand_pop_img {
  width: 100%;
  background: #FFFFFF;
  border: 0.05rem solid #1A2A4F;
  border-radius: 0.24rem;
  overflow: hidden;
}
.brand_pop .brand_pop_img img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_pop .brand_pop_txt {
  margin-top: 0.2rem;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 1.5;
}
.brand_pop .brand_pop_txt span,
.brand_pop .brand_pop_txt em {
  font-style: normal;
  color: #FFFFFF;
}
.brand_pop .brand_pop_txt em {
  margin-left: 0.22rem;
}
.rongyu {
  height: 10.8rem;
  padding: 1.09rem 0 1.96rem;
  background: url(../img/rongyu_bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.rongyu .section_head {
  align-items: center;
  margin-bottom: 1rem;
}
.rongyu .section_head .class_tit h2 {
  background: linear-gradient(79deg, #DCD4BB 0%, #D8AA4C 57.52%, #D9BD7A 82.81%, #916B1C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.rongyu .section_head .class_tit h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.32rem;
  height: 1.02rem;
  background: url(../img/rongyu_class.png) center center no-repeat;
  background-size: cover;
}
.rongyu .section_head .swiper_arrow .rongyu_prev,
.rongyu .section_head .swiper_arrow .rongyu_next {
  background: rgba(254, 254, 255, 0.1);
  border: 0.01rem solid #FFFFFF;
}
.rongyu .section_head .swiper_arrow .rongyu_prev:hover,
.rongyu .section_head .swiper_arrow .rongyu_next:hover {
  background: #C9A03D;
  border-color: #C9A03D;
}
.rongyu .rongyu_swiper {
  overflow: hidden;
  padding: 0rem 0 0.35rem;
  padding-right: .2rem;
}
.rongyu .rongyu_swiper .swiper-wrapper {
  align-items: flex-start;
}
.rongyu .rongyu_item {
  width: 3.92rem;
  height: 4.08rem;
  background: url(../img/rongyu_bg2.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.57rem 0.3rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform-origin: left bottom;
  transition: var(--s_tran);
}
.rongyu .rongyu_item .rongyu_year{
    position: absolute;
    width: 22%;
    height: auto;
    /*top: 3.6%;*/
    /*left: 3.6%;*/
    top: 0;
    left: 0;
}
.rongyu .rongyu_item .rongyu_year img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.rongyu .rongyu_item .rongyu_title {
  margin-bottom: 0.2rem;
}
.rongyu .rongyu_item .rongyu_title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.18rem;
  color: #2B2B2B;
  
  
      display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.rongyu .rongyu_item .rongyu_title span:nth-child(2) {
  margin-top: 0.07rem;
  font-size: 0.17rem;
}
.rongyu .rongyu_item .rongyu_card {
  position: relative;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rongyu .rongyu_item .rongyu_card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;
}
.rongyu .rongyu_item .rongyu_icon {
  position: absolute;
  bottom: -0.37rem;
  right: -0.17rem;
  width: 1.3rem;
  height: 1.3rem;
}
.rongyu .rongyu_item .rongyu_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rongyu .rongyu_item.swiper-slide-active {
  width: 5.05rem !important;
  height: 5.26rem;
}
.rongyu .rongyu_item.swiper-slide-active .rongyu_title span {
  font-size: 0.22rem !important;
}
.rongyu .rongyu_item.swiper-slide-active .rongyu_card {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 2.5rem;
}
.media {
  padding: 0.94rem 0 1.18rem;
  background: #FFFFFF;
  overflow: hidden;
}
.media .section_head {
  align-items: center;
  margin-bottom: 0.54rem;
}
.media .media_box {
  width: 12.74rem;
  height: 8.06rem;
  margin: 0 auto;
  position: relative;
  background: url(../img/baodao_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.36rem 0.57rem 0.54rem;
}
.media .media_book {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  display: flex;
  perspective: 14rem;
  transform-style: preserve-3d;
}
.media .media_book::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 2.73rem;
  height: 100%;
  background: url(../img/media_bg.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 6;
  pointer-events: none;
}
.media .media_page,
.media .media_turn {
  height: 100%;
  width: 50%;
  overflow: hidden;
  background: #FFFFFF;
  /*backface-visibility: hidden;*/
  box-shadow: 0 0.08rem 0.18rem rgba(0, 0, 0, 0.12);
}
.media .media_page img,
.media .media_turn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media .media_page_l {
  border-radius: 0.03rem 0 0 0.03rem;
  transform-origin: right center;
}
.media .media_page_r {
  border-radius: 0 0.03rem 0.03rem 0;
  transform-origin: left center;
}
.media .media_turn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform-origin: left center;
  transform: rotateY(0deg);
}
.media .media_turn.show {
  opacity: 1;
}
.media .media_turn.next {
  animation: media_next_page 0.62s linear forwards;
}
.media .media_turn.prev {
  left: 0;
  right: auto;
  transform-origin: right center;
  animation: media_prev_page 0.62s linear forwards;
}

/*.media .media_turn.next img{*/
/*    animation: img_rotate 0.62s linear forwards;*/
/*}*/

/*.media .media_turn.prev img{*/
/*    animation: img_rotate 0.62s linear forwards;*/
/*}*/

/*.media .media_turn.next img{*/
/*    animation: img_rotate 0.62s linear forwards reverse;*/
/*}*/

.media .media_prev,
.media .media_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.media .media_prev {
  left: -0.62rem;
}
.media .media_next {
  right: -0.62rem;
}

/*@keyframes img_rotate{*/
/*    0%{*/
/*        transform: rotateY(0deg);*/
/*    }*/
/*    100%{*/
/*        transform: rotateY(180deg);*/
/*    }*/
/*}*/


@keyframes media_next_page {
  0% {
    transform: rotateY(0deg);
    /*box-shadow: -0.06rem 0 0.16rem rgba(0, 0, 0, 0.15);*/
  }
  /*50% {*/
  /*  box-shadow: -0.18rem 0 0.32rem rgba(0, 0, 0, 0.22);*/
  /*}*/
  100% {
    transform: rotateY(-180deg);
    box-shadow: -0.04rem 0 0.08rem rgba(0, 0, 0, 0.08);
  }
}
@keyframes media_prev_page {
  0% {
    transform: rotateY(0deg);
    box-shadow: 0.06rem 0 0.16rem rgba(0, 0, 0, 0.15);
  }
  /*50% {*/
  /*  box-shadow: 0.18rem 0 0.32rem rgba(0, 0, 0, 0.22);*/
  /*}*/
  100% {
    transform: rotateY(180deg);
    /*box-shadow: 0.04rem 0 0.08rem rgba(0, 0, 0, 0.08);*/
  }
}
.contact {
  display: flex;
  min-height: 8.96rem;
  background: #EEF2F6;
}
.contact .contact_l {
  width: 50%;
  background: url(../img/lianxi_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.contact .contact_inner {
  position: relative;
  z-index: 2;
  width: 7rem;
  margin-left: auto;
  padding: 0.8rem 1.07rem 1.05rem 0;
}
.contact .contact_tit,
.contact .baoming_tit {
  display: flex;
  align-items: center;
  column-gap: 0.17rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.38rem;
  color: #FFFFFF;
  line-height: 1.4;
}
.contact .contact_tit img,
.contact .baoming_tit img {
  width: 0.34rem;
  height: 0.34rem;
  object-fit: contain;
}
.contact h2 {
  margin-top: 0.93rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 1.45;
}
.contact p {
  margin-top: 0.15rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.65;
}
.contact .contact_list {
  margin-top: 0.48rem;
}
.contact .contact_item {
  display: flex;
  align-items: center;
  column-gap: 0.18rem;
  margin-bottom: 0.42rem;
}
.contact .contact_item .contact_icon {
  width: 0.7rem;
  height: 0.7rem;
  background: #1A2A4F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact_item .contact_icon img {
  width: 48%;
  height: 48%;
  object-fit: contain;
}
.contact .contact_item .contact_text{
    width: calc(100% - 1rem);
}
.contact .contact_item .contact_text span {
  width: 100%;
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0.02rem 0;
}
.contact .contact_item .contact_text .phone {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.3rem;
}
.contact .contact_item .contact_text .email {
  font-size: 0.2rem;
}
.contact .share_list {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.41);
  padding-top: 0.44rem;
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
}
.contact .share_list a {
  width: 0.36rem;
  height: 0.36rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  position: relative;
}
.contact .share_list a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .share_list a:hover {
  background: #C9A03D;
}
.contact .share_list a .share_img{
    contain: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: auto;
    background: #fff;
    border-radius: 0.05rem;
    padding: 0.1rem;
    display: none;
}
.contact .share_list a:hover .share_img{
    display: block;
}
.contact .share_list a .share_img img{
    width: 100%;
    height: auto;
}
.contact .share_list a .share_img::before{
    width: 0px;
    height: 0px;
    position: absolute;
    top: -0.2rem;
    left: 30%;
    transform: rotate(180deg) translateX(-50%);
    display: inline-block;
    content: "";
    border: 0.12rem solid transparent;
    border-top-color: #ffffff;
}
.contact .contact_r {
  width: 50%;
  padding: 0.8rem 0 0.68rem 1.22rem;
}
.contact .baoming_tit {
  color: #2B2B2B;
}
.contact .contact_r > p {
  color: #2B2B2B;
  margin-top: 0.14rem;
}
.contact .baoming_form {
  margin-top: 0.55rem;
  width: 5.78rem;
}
.contact .baoming_form .form_item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 0.01rem solid #D5DDE6;
  padding: 0 0.2rem;
  margin-bottom: 0.15rem;
}
.contact .baoming_form .form_item label {
  width: fit-content;
  padding-right: 0.15rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #2B2B2B;
  border-right: 0.01rem solid #D5DDE6;
  white-space: nowrap;
}
.contact .baoming_form .form_item input {
  flex: 1;
  padding-left: 0.2rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.contact .baoming_form .form_item input::placeholder {
  color: #707070;
}
.contact .baoming_form button {
  width: 100%;
  height: 0.6rem;
  margin-top: 0.38rem;
  background: linear-gradient(270deg, #344B81 0%, #1A2A4F 100%);
  border-radius: 0.43rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.25rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  cursor: pointer;
}
.contact .baoming_form button img {
  width: 0.23rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1042px) {
  .class_tit h2{
    font-size: 42px;
  }
  .class_tit p{
    font-size: 22px;
    margin-top: 0px;
  }
  .swiper-button-next, 
  .swiper-button-prev{
    width: 56px;
    height: 56px;
  }
  .swiper-button-next img, 
  .swiper-button-prev img{
    width: 50%;
  }

  .more_line{
    margin: 0;
    font-size: 18px;
    column-gap: 18px;
    height: auto;
    padding: 5px 5px 5px 35px;
  }
  .more_line span{
    width: 36px;
    height: 36px;
  }
  .more_line span img{
    width: 50%;
  }



  .banner_index {
    height: 8.2rem;
  }
  .banner_index .banner_img{
      display: flex;
      justify-content: left;
      overflow: hidden;
  }
  /*.banner_index .banner_img:before{*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    top: 0;*/
  /*    left: 0;*/
  /*    width: 100%;*/
  /*    height: 100%;*/
  /*    background: rgba(0,0,0,0.4);*/
  /*    z-index: 0;*/
  /*}*/
  .banner_index .banner_img img{
      width: calc(100% + 520px);
      height: 100%;
        position: relative;
        /*left: -110px;*/
  }
  .banner_index .banner_txt {
    /*right: auto;*/
    /*left: 0;*/
    top: calc(50% + 0.6rem);
    transform: translateY(-50%);
    right: 0;
    left: auto;
    width: 60%;
    /*width: auto;*/
    /*padding-left: 100px;*/
  }
  .banner_index .banner_txt h2{
    font-size: 42px;
  }
  .banner_index .banner_txt h3{
    font-size: 22px;
    margin-top: 10px;
  }
  .banner_index .banner_txt p{
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_index > .swiper-button-next, 
  .banner_index > .swiper-button-prev{
    top: calc(100% - 110px);
  }
  .more_btn{
    font-size: 22px;
  }
  .banner_index .banner_txt .more_btn{
    margin-top: 80px;
  }

  .award,
  .judge,
  .liangdian,
  .brand,
  .rongyu,
  .media{
    padding: 80px 0;
  }
  .award .award_video{
    margin: 50px auto 0;
    width: 100%;
    height: auto;
  }
  .judge{
    height: 5.2rem;
  }
  .judge .section_head{
    margin-bottom: 50px;
  }
  .swiper_arrow{
    margin-top: 0px;
  }
  .judge .judge_item.swiper-slide-active{
    width: 2.1rem !important;
  }
  .judge .judge_item .judge_name{
    font-size: 18px;
    margin-top: 15px;
  }
  .judge .judge_item .judge_info{
    font-size: 14px;
  }
  .judge .judge_item.swiper-slide-active .judge_name{
    font-size: 22px;
  }
  .judge .judge_item.swiper-slide-active .judge_info{
    font-size: 16px;
  }
  .section_head,
  .rongyu .section_head{
    align-items: flex-end;
  }
  .liangdian .liangdian_video{
    margin: 50px auto 0;
    width: 100%;
    height: auto;
  }
  .liangdian .liangdian_list {
    row-gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .liangdian .liangdian_item{
      width: calc(25% - 0.135rem);
    border-radius: 30px;
    padding: 40px 12px 20px;
  }
  .liangdian .liangdian_item img{
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
  }
  .liangdian .liangdian_item p{
    font-size: 16px;
    padding: 20px 5px 0;
  }
  .brand .brand_swiper{
    width: 100%;
  }
  .brand .brand_item .brand_txt,
  .brand .brand_item .brand_show{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .brand .brand_item .brand_txt{
    margin: 0 auto 100px;
  }
  .brand .brand_item .brand_name,
  .brand .brand_item .brand_info,
  .media .section_head{
    white-space: nowrap;
  }
  .brand .brand_item .brand_img .brand_add img{
    width: 32px;
    height: 32px;
  }
  .brand .brand_item .brand_img .brand_add span{
    font-size: 16px;
  }
  .brand .brand_item .brand_show{
    margin: 80px auto 0;
  }


  .rongyu{
    height: 8rem;
  }
  .rongyu .section_head{
    margin-bottom: 50px;
  }
  .rongyu .rongyu_item{
    height: 3.6rem;
  }
  .rongyu .rongyu_item .rongyu_title span:nth-child(1){
    font-size: 18px;
  }
  .rongyu .rongyu_item .rongyu_title span:nth-child(2){
    font-size: 16px;
  }
  .rongyu .rongyu_item.swiper-slide-active .rongyu_title span{
    font-size: 22px !important;
  }
  .rongyu .rongyu_item.swiper-slide-active {
    width: 4.05rem !important;
    height: 4.26rem;
  }


  .media .section_head{
    margin-bottom: 50px;
  }
  .media .media_box{
    width: 100%;
    height: auto;
    padding: 30px 40px 40px;
  }
  .media .media_prev{
    left: 0;
  }
  .media .media_next{
    right: 0;
  }


  .contact {
    display: block;
  }
  .contact .contact_l,
  .contact .contact_r {
    width: 100%;
  }
  .contact .contact_inner,
  .contact .contact_r {
    width: 94%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .contact .contact_tit, .contact .baoming_tit{
    font-size: 42px;
  }
  .contact .contact_tit img, .contact .baoming_tit img{
    width: 32px;
    height: 32px;
  }
  .contact h2{
    margin-top: 50px;
    font-size: 36px;
  }
  .contact p{
    font-size: 20px;
    margin-top: 10px;
  }
  .contact .contact_list{
    margin-top: 30px;
  }
  .contact .contact_item{
    margin-bottom: 30px;
    column-gap: 15px;
  }
  .contact .contact_item .contact_icon{
    width: 56px;
    height: 56px;
  }
  .contact .contact_item .contact_text span{
    font-size: 18px;
  }
  .contact .contact_item .contact_text .email{
    font-size: 22px;
  }
  .contact .contact_item .contact_text .phone{
    font-size: 32px;
  }
  .contact .baoming_form{
    margin-top: 50px;
    width: 100%;
  }
  .contact .baoming_form .form_item{
    margin-bottom: 10px;
    height: auto;
    padding: 12px 30px;
  }
  .contact .baoming_form .form_item label,
  .contact .baoming_form .form_item input,
  .contact .baoming_form button{
    font-size: 18px;
  }
}

@media (max-width: 768px) {
    .more_btn {
        font-size: 14px;
    }
    .class_tit h2 {
        font-size: 24px;
    }
    .class_tit p {
        font-size: 14px;
        margin-top: 4px;
    }
    .swiper-button-next, 
    .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .more_line{
        border-radius: 30px;
        font-size: 14px;
        padding: 3px 3px 3px 15px;
    }
    .more_line span {
        width: 28px;
        height: 28px;
    }


    .banner_index .banner_img img{
        width: calc(100% + 260px);
    }
    .banner_index .banner_txt h2 {
        font-size: 24px;
    }
    .banner_index .banner_txt h3 {
        font-size: 12px;
        margin-top: 10px;
    }
    .banner_index .banner_txt p {
        font-size: 14px;
        margin-top: 30px;
    }
    .banner_index .banner_txt .more_btn {
        margin-top: 40px;
    }
    .banner_index>.swiper-button-next, 
    .banner_index>.swiper-button-prev {
        top: calc(100% - 50px);
    }



    .award, .judge, .liangdian, .brand, .rongyu, .media {
        padding: 50px 0;
    }
    .award .award_video {
        margin: 30px auto 0;
    }

    .section_head, 
    .rongyu .section_head{
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .judge {
        min-height: 720px;
    }
    .judge .judge_item.swiper-slide-active {
        width: 5.1rem !important;
    }
    .judge .judge_item .judge_name{
    font-size: 16px;
    margin-top: 10px;
  }
  .judge .judge_item .judge_info{
    font-size: 12px;
  }
  .judge .judge_item.swiper-slide-active .judge_name{
    font-size: 18px;
  }
  .judge .judge_item.swiper-slide-active .judge_info{
    font-size: 14px;
  }
    .rongyu {
        height: 700px;
    }
    .rongyu .rongyu_item {
        height: 5.2rem;
    }
    .rongyu .rongyu_item .rongyu_title span:nth-child(1){
        font-size: 16px;
    }
    .rongyu .rongyu_item .rongyu_title span:nth-child(2){
        font-size: 14px;
    }
    .rongyu .rongyu_item.swiper-slide-active {
        width: 6.05rem !important;
        height: 6.26rem;
    }
    .rongyu .rongyu_item.swiper-slide-active .rongyu_title span {
        font-size: 17px !important;
    }
    
    
    
    .swiper_arrow {
        margin-top: 24px;
    }
    .liangdian .section_head .more_line{
        margin-top: 20px;
    }

    .liangdian .liangdian_item{
        width: calc(50% - 0.09rem);
    }
    .liangdian .liangdian_item p{
        font-size: 14px;
    }

    
    .brand .brand_swiper{
        overflow: initial;
    }
    .brand .brand_item .brand_img{
        transform: scale(0.9);
        transition: transform 0.12s ease-out;
    }
    .brand .brand_item.swiper-slide-active .brand_img{
        transform: scale(1);
    }
    .brand .brand_item .brand_txt{
        position: relative;
        transform: none;
        margin: 0 auto 30px;
        left: auto;
    } 
    .brand .brand_item .brand_show{
        position: initial;
        transform: none;
        margin: 20px auto 0;
    }
    .brand .brand_item .brand_name{
        font-size: 18px;
        text-align: center;
    }
    .brand .brand_item .brand_name span{
        font-size: 28px;
    }
    .brand .brand_item .brand_info{
        margin: 6px auto 0;
        font-size: 14px;
        height: auto;
        padding: 5px 26px;
        border-radius: 19px;
    }
    .brand .brand_item .brand_info span{
        font-size: 14px;
    }
    
    
    .media .media_box {
        width: 100%;
        height: auto;
        padding: 3.5% 4.2% 4%;
    }
    
    
    
    
    .contact .contact_inner, .contact .contact_r{
        padding: 50px 0;
    }
    .contact .contact_tit, .contact .baoming_tit {
        font-size: 24px;
    }
    .contact h2{
        margin-top: 30px;
        font-size: 20px;
    }
    .contact p{
    font-size: 14px;
    margin-top: 10px;
  }
  .contact .contact_list{
    margin-top: 22px;
  }
  .contact .contact_item{
    margin-bottom: 30px;
    column-gap: 15px;
  }
  .contact .contact_item .contact_icon{
    width: 50px;
    height: 50px;
  }
  .contact .contact_item .contact_text span{
    font-size: 14px;
  }
  .contact .contact_item .contact_text .email{
    font-size: 18px;
  }
  .contact .contact_item .contact_text .phone{
    font-size: 24px;
  }
  .contact .share_list a{
      width: 32px;
      height: 32px;
  }
  .contact .baoming_form{
    margin-top: 30px;
    width: 100%;
  }
  .contact .baoming_form .form_item{
    margin-bottom: 10px;
    height: auto;
    padding: 10px 16px;
    overflow: hidden;
  }
  .contact .baoming_form .form_item label,
  .contact .baoming_form .form_item input,
  .contact .baoming_form button{
    font-size: 14px;
  }
}