@import '/style/public.css';

.wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* #region 废弃? */
.wrapper .waysFix {
  position: fixed;
  top: 34%;
  right: 0;
  z-index: 999;
  width: auto;
  height: auto;
}

.wrapper .waysFix .bj {
  width: 100%;
  height: auto;
}

.wrapper .waysFix .bj img {
  width: 100%;
  max-width: 100%;
}

.wrapper .waysFix .list {
  position: absolute;
  top: -12%;
  width: 100%;
  height: auto;
  padding-left: 5%;
}

.wrapper .waysFix .list li {
  width: 100%;
  height: auto;
}

.wrapper .waysFix .list li .icon {
  width: 75.58%;
  margin: 7% auto 0;
  line-height: 1.5;
  text-align: center;
}

.wrapper .waysFix .list li:nth-of-type(1) .icon {
  width: 86%;
}

.wrapper .waysFix .list li .icon img {
  width: 100%;
  max-width: 110px;
  cursor: pointer;
}

.wrapper .waysFix .list li .icon h5 {
  font-size: 1vw;
  color: #fff;
  white-space: nowrap;
}

.wrapper .waysFix .list li .icon span {
  color: #fff;
  font-weight: lighter;
}

/* #endregion */

/* #region 废弃? */
.aboutwe {
  position: relative;
}

.aboutwe .xiala {
  position: absolute;
  top: 110%;
  left: -10%;
  z-index: 999999;
  display: none;
  width: 120%;
  height: auto;
  background: rgb(0 0 0 / 45%);
  border-radius: 6px;
  text-align: left;
}

.aboutwe:hover .xiala {
  display: block;
  transition: all 0.5s;
}

.aboutwe .xiala .list {
  position: relative;
  box-sizing: border-box;
  padding: 10% 4%;
}

.aboutwe .xiala .list::before {
  position: absolute;
  top: -12px;
  left: 45%;
  width: 20px;
  height: 15px;
  background: url('../images/topicon.png') no-repeat center;
  background-size: 20px;
  content: '';
}

.aboutwe .xiala .list .la {
  box-sizing: border-box;
  padding: 9px 10px;
}

.aboutwe .xiala .list .la a {
  color: #fff;
  font-size: 0.9vw;
}

/* #endregion */

/* #region 搜索 */
.sea_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sea_box .seaicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4vw;
  height: 1.4vw;
  max-height: 27px;
  margin: 0 0.5vw 0 0;
}

.sea_box .seaicon img {
  width: 1.4vw;
  height: 1.4vw;
  transition: all 0.5s;
}

.sea_box .seaicon .state2 {
  display: none;
}

.sea_box:hover .seaicon .state2 {
  display: block;
}

.sea_box:hover .seaicon .state1 {
  display: none;
}

li.now .sea_box .seaicon .state2 {
  display: block;
}

li.now .sea_box .seaicon .state1 {
  display: none;
}

li.now a.sea_box .text {
  color: var(--primary);
}

/* #endregion */

/* #region banner */
.main_ck {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 7.7vw 0 2vw;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.main_ck ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.main_ck ::-webkit-scrollbar-corner {
  background-color: rgb(255 255 255.2) !important;
}

.main_ck ::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 5px;
}

.main_ck ::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

.main_ck .banner {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 8%;
  padding: 0 10%;
  grid-template-columns: 28% 65%;
  grid-gap: 7%;
}

.main_ck .banner .slogan {
  display: flex;
  align-items: center;
  width: 100%;
}

.main_ck .banner .slogan .slogancon {
  width: 100%;
}

.main_ck .banner .slogan img {
  /* filter: brightness(100); */
  width: 48%;
}

.main_ck .banner .slogan .slogancon .title-box {
  display: flex;
  justify-content: center;

  /* color: #fff; */
  color: rgb(255 130 1);
  font-size: 2.2vw;
  font-weight: 600;
  font-family: '微软雅黑';
}

.main_ck .banner .slogan .slogancon .title-box .title {
  line-height: 2.5vw;

  /* border-bottom: 1px solid #fff; */
  border-bottom: 1px solid rgb(255 130 1);
  text-align: center;
  padding-bottom: 0.5em;
}

.main_ck .banner .slogan .txt {
  display: block;
  flex: 1;
  margin-left: 0.5vw;

  /* color: #fff; */
  color: rgb(65 67 67);
  font-size: 1vw;
  text-align: justify;
}

.main_ck .banner .text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5vw 2vw;
}

.main_ck .banner .con {
  width: 100%;
}

.main_ck .banner .con ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6vw;
}

.main_ck .banner .con ul li {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.main_ck .banner .con ul li:nth-child(2) {
  transform: translate(0, 3.3vw);
}

.main_ck .banner .con ul li .pic {
  z-index: 1;
  width: 100%;
}

.main_ck .banner .con ul li .pic::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, var(--primary), rgb(255 67 5 / 0%));
  content: '';
}

.main_ck .banner .con ul li .pic img {
  position: relative;
  float: left;
  width: 100%;
}

.main_ck .banner .con ul li .tit {
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 2;
  color: #fff;
  font-size: 1.3vw;
}



@media screen and (max-width: 1450px) {
  .main_ck .banner .slogan .slogancon .title-box {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1000px) {
  .main_ck {
    padding: 14vw 0 4vw;
    background-image: url('../images/bg_wap.jpg');
  }

  .main_ck .banner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4%;
    margin-bottom: 14%;
    padding: 0 5%;
  }

  .main_ck .banner .slogan {
    margin-bottom: 5vw;
  }

  .main_ck .banner .slogan img {
    width: 40%;
    margin-left: 4vw;
  }

  .main_ck .banner .slogan .slogancon {
    width: 80%;
    margin: 0 auto;
  }

  .main_ck .banner .slogan .slogancon .title-box {
    display: flex;
    justify-content: center;
  }

  .main_ck .banner .slogan .slogancon .title-box .title {
    line-height: 7vw;
    font-size: 7vw;
    font-weight: 600;
    font-family: '微软雅黑';
  }

  .main_ck .banner .text-box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4% 15% 0;
  }

  .main_ck .banner .slogan .text-box .txt {
    font-size: 2.5vw;
    text-align: left;
    display: block;

    /* color: #fff; */
    margin-left: 0.8vw;
  }

  .main_ck .banner .slogancon {
    text-align: center;
  }

  .main_ck .banner .con ul li {
    border-radius: 8px;
  }

  .main_ck .banner .con ul li .tit {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* #endregion */

/* #region 优势 */
.adv {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10%;
}

.adv .advcon {
  position: relative;
  display: grid;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3%;
  color: #fff;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
  font-size: 15px;
}

.adv1 {
  padding: 2.3vw 2vw 1.5vw 2.5vw;

  /* 从第1列到第2列 */

  /* background: rgb(0 0 0 / 60%); */
  background: rgb(243 243 244);
  border-radius: 8px;
  grid-row: 1 / 3;
}

.adv2 {
  position: relative;
  padding: 2vw 1.5vw 1.2vw 2.3vw;

  /* background: rgb(0 0 0 / 60%); */
  background: rgb(243 243 244);
  border-radius: 8px;
  overflow: hidden;
}

.adv3 {
  position: relative;
  padding: 2vw 1.5vw 1.2vw 2.3vw;

  /* background: rgb(0 0 0 / 60%); */
  background: rgb(243 243 244);
  border-radius: 8px;
  overflow: hidden;
}

.adv .tit {
  display: flex;
  justify-content: space-between;
  color: var(--primary);
  font-size: 1.5vw;
  font-weight: bold;
}

.adv .tit .icon {
  width: 5.1vw;
}

.adv .tit .icon img {
  width: 100%;
  max-width: 91px;
}

.adv ul li {
  position: relative;
  margin: 0.8vw 0;

  /* color: #cacaca; */
  color: rgb(81 84 87);
}

.adv .adv1 ul li {
  position: relative;
  margin: 1.5vw 0;

  /* color: #cacaca; */
  color: rgb(81 84 87);
}

.adv ul li span {
  font-weight: bold;

  /* color: #fff; */
  color: rgb(81 84 87);
}

.adv ul li::before {
  position: absolute;
  top: 9px;
  left: -10px;
  width: 1.5px;
  height: 1.5px;
  background-color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 50%;
  content: ' ';
}

.tip {
  display: none;
}

@media screen and (max-width: 1000px) {
  .adv {
    font-size: 13px;
    width: 100%;
    overflow-x: auto;
    margin: 0 0 3% 5%;
    padding: 0;
  }

  .adv .advcon {
    box-sizing: border-box;
    width: 216vw;
    padding: 0 10% 0 0;
    font-size: 13px;
    grid-template-columns: 44% 56%;
    gap: 1.2vw;
  }

  .adv1 {
    grid-row: 1 / 3;
  }

  .adv .tit {
    font-size: 18px;
    line-height: 1.4;
  }

  .adv1,
  .adv2,
  .adv3 {
    padding: 5vw 4.5vw 4.5vw 7vw;
  }

  .adv .tit .icon {
    width: 13.1vw;
  }

  .adv .adv1 ul li {
    margin: 0.8vw 0;
  }

  .tip {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 3vh;
    color: #7d8386;
    text-align: center;
    font-size: 14px;
  }

  .tip img {
    height: 12px;
    margin-left: 5px;
  }
}

/* #endregion */

/* #region 最新资讯 文字滚动 */
.news {
  position: relative;
  display: grid;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2.5%;
  padding: 0 10%;
  grid-template-columns: 10% 90%;
}

.news .tit {
  display: flex;
  align-items: center;
  font-size: 1.4vw;
  font-weight: bold;
  color: #1d1d1f;
  line-height: 2;
}

.marquee-wrap {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}

.scroll_div {
  white-space: nowrap;
  overflow: hidden;
  line-height: 2;
}

.scroll_div .newscon {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin: 0;
  margin-right: 10px;
  padding: 0 20px 0 10px;
  color: #1d1d1f;
  background: #f2f2f2;
  border-radius: 100px;
  font-size: 15px;
  line-height: 3;
}

.scroll_div .newscon a {
  color: #1d1d1f;
  transition: all 0.5s;
}

.scroll_div .newscon a:hover {
  color: #0056d9;
}

.scroll_div .newscon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  font-size: 12px;
}

.scroll_div .newscon .date {
  color: #7c7c7d;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
}

.swiper-button-prev {
  top: 40% !important;
  left: -5px !important;
}

.swiper-button-next {
  top: 40% !important;
  right: -5px !important;
}

@media screen and (max-width: 1000px) {
  .news {
    margin-top: 5vw;
    margin-bottom: 5%;
    padding: 0 0 0 5%;
    grid-template-columns: 20% 80%;
  }

  .news .tit {
    font-size: 16px;
  }

  .scroll_div .newscon {
    margin-right: 0;
    padding: 0 10px;
    background: none;
  }

  .scroll_div .newscon .icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
  }

  .main_ck .bannerwap .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 4%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .wrapper .main .main-content .proCont .probox {
    right: 15%;
    width: 70%;
  }

  .wrapper .main .main-content .proCont .probox .proimg img {
    max-width: 190px;
  }

  .wrapper .main .main-content .proCont .probox .protie {
    font-size: 4.5vw;
  }

  .wrapper .main .main-content .proCont .probox .protishi {
    font-size: 3.8vw;
  }

  .wrapper .main .main-content .proCont .probox .proimg {
    padding: 5% 4% 8%;
  }

  .wrapper .main .main-content .proCont .probox .btn_1 a {
    width: 93%;
    font-size: 4.5vw;
    line-height: 10vw;
  }

  .wrapper .more {
    background: none;
  }
}

/* #endregion */

/* #region 信息 */
.info {
  position: relative;
  display: grid;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10%;
  grid-template-columns: 30% 68.5%;
  grid-gap: 15px;
}

.info .info1 {
  box-sizing: border-box;
  padding: 1.2vw 1.5vw 2.5vw 2.3vw;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  grid-row: 1 / 1;
}

.info .info2 {
  box-sizing: border-box;
  padding: 1.2vw 1.5vw 2.5vw 2.3vw;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  grid-row: 2 / 3;
}

.info .info3 {
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  grid-row: 1 / 3;
}

.info .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.4vw;
  font-weight: bold;
}

.info .icon {
  width: 4vw;
}

.info .icon img {
  width: 100%;
}

.info a {
  position: relative;
  color: #636363;
  transition: all 0.5s;
}

.info a:hover {
  color: var(--primary);
}

.info .info1 a::before,
.info .info2 a::before {
  position: absolute;
  top: 6px;
  left: -10px;
  width: 1.5px;
  height: 1.5px;
  background-color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 50%;
  content: ' ';
}

.info .info3 a img {
  width: 100%;
}

.info .info3 .tit {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2vw 2.5vw 0.5vw;
}

.info .info3 .swbox {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 96%;
  margin: 0 2%;
  padding: 0;
  overflow: hidden;
}

.info .info3 .swbox .swiper-slide {
  width: 20%;
  text-align: center;
}

.info .info3 .swbox .swiper-slide a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 1vw;
  transition: all 0.5s;
  font-size: 14px;
}

.info .info3 .swbox .swiper-slide a:hover {
  transform: translate(0, -0.5vw);
}

.info .info3 .swbox .swiper-slide a img {
  width: auto;
  height: 8vw;
  margin-bottom: 1vw;
  box-shadow: 0.1vw 0.2vw 0.5vw rgb(70 70 86 / 50%);
}

.info .info3 .swbox .swiper-slide a span {
  display: -webkit-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .info {
    padding: 0 5%;
    grid-template-columns: repeat(1, 1fr);
  }

  .info .tit {
    font-size: 23px;
  }

  .info .info1 {
    padding: 3vw 5vw 8vw 7vw;
  }

  .info .info2 {
    padding: 3vw 5vw 8vw 7vw;
  }

  .info .info3 {
    box-sizing: border-box;
    width: 100%;
    padding: 6vw 0 5vw;
    grid-row: auto;
    overflow: hidden;
  }

  .info .icon {
    width: 55px;
  }

  .info .info3 .swbox .swiper-slide {
    width: 50%;
  }

  .info .info3 .swbox {
    width: 92%;
    margin: 0 4%;
  }

  .info .info3 .tit {
    padding: 0 0 3vw 7vw;
  }

  .info .info3 .swbox .swiper-slide a img {
    height: 22vw;
  }
}

/* #endregion */

/* #region 视频板块 */
.main_video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background-image: url('../images/bg2.jpg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.main_video .main_video1 {
  box-sizing: border-box;
  padding: 6vw 10%;
  background-image: url('../images/leaf_left.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 57%;
}

.main_video .big-modtitle {
  text-align: left;
  width: 100%;
}

.qx_video_box:last-child {
  margin-bottom: 0;
}

.qx_video_box {
  display: block;
  width: 100%;
  height: 31.7vw;
  margin-bottom: 4vw;
  background: rgb(0 0 0 / 22%);
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  overflow: hidden;
}

.qx_video_box .leftbox {
  position: relative;
  float: left;
  width: 24.5vw;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.qx_video_box .leftbox .bg {
  position: absolute;
  left: -50%;
  width: auto;
  height: 100%;
}

.qx_video_box .leftbox .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 25vw;
  height: 50%;
  background: linear-gradient(to top, rgb(255 66 3 / 100%), rgb(255 66 3 / 0%));
  content: '';
}

.qx_video_box .leftbox .titbox {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 1.8vw 2.2vw;
}

.qx_video_box .leftbox .titbox .tit1_1 {
  font-weight: bold;
  color: #fff;
  font-size: 1.56vw;
  line-height: 2;
}

.qx_video_box .leftbox .titbox .tit1_2 {
  margin-bottom: 1vw;
  color: #fff;
  font-size: 1.04vw;
  line-height: 1.2;
}

.qx_video_box .leftbox .titbox .icon {
  width: 2.8vw;
  max-width: 54px;
  margin-top: 0.2vw;
  padding-left: 2vw;
}

.qx_video_box .leftbox .titbox .icon img {
  width: 100%;
}

.qx_video_box .rightbox {
  float: right;
  box-sizing: border-box;
  width: 54vw;
  padding: 2vw 1.7vw 2vw 2vw;
}

.qx_video_box .rightbox .rightbox_scroll {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 28vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar {
  width: 3px;
}

.qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar-track {
  width: 3px;
  background: rgb(0 0 0 / 22%);
}

.qx_video_box .rightbox .rightbox_scroll .video_list {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.5vw 0 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.3vw;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li {
  width: 100%;
  background: #323232;
  border-radius: 8px;
  overflow: hidden;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9vw 1vw;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li a .con .tit {
  display: -webkit-box;
  width: 81%;
  color: #fff;
  transition: all 0.5s;
  font-size: 0.83vw;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li a {
  display: block;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li a:hover .con .tit {
  color: var(--primary);
}

.qx_video_box .rightbox .rightbox_scroll .video_list li img {
  width: 100%;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li .icon {
  width: 15%;
  height: 2.5vw;
  background: url('../images/qx_icon6.png') no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
}

.qx_video_box .rightbox .rightbox_scroll .video_list li .icon img {
  max-width: 100%;
}

.qx_video_box.blue .leftbox {
  float: right;
}

.qx_video_box.blue .leftbox .tit {
  background: linear-gradient(to top, rgb(16 16 16 / 100%), rgb(16 16 16 / 0%));
}

.qx_video_box.blue .rightbox .rightbox_scroll .video_list li .icon {
  background: url('../images/qx_icon7.png') no-repeat center center;
  background-size: 100%;
}

.qx_video_box.blue .rightbox .rightbox_scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.qx_video_box.blue .rightbox .rightbox_scroll .video_list li a:hover .con .tit {
  color: var(--primary);
}

@media screen and (max-width: 1000px) {
  .main_video .main_video1 {
    box-sizing: border-box;
    padding: 10vw 5%;
    background-image: url('../images/leaf_left.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 57%;
  }

  .qx_video_box {
    display: block;
    height: auto;
  }

  .qx_video_box .leftbox {
    width: 100%;
    height: 47vw;
  }

  .qx_video_box .leftbox .bg {
    left: 0;
    width: 100%;
    height: auto;
  }

  .qx_video_box .leftbox .tit {
    width: 100%;
    height: 59%;
  }

  .qx_video_box .leftbox .titbox {
    display: block;
    padding: 3.5vw 0;
  }

  .qx_video_box .leftbox img {
    position: absolute;
    top: 0%;
  }

  .qx_video_box .leftbox .titbox .tit1_1 {
    font-size: 23px;
    text-align: center;
  }

  .qx_video_box .leftbox .titbox .tit1_2 {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .qx_video_box .leftbox .titbox .icon {
    display: none;
  }

  .qx_video_box .rightbox {
    width: 100%;
  }

  .qx_video_box .rightbox .rightbox_scroll .video_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.8vw;
    padding: 0 2vw 0 0;
  }

  .qx_video_box .rightbox .rightbox_scroll .video_list li a .con .tit {
    font-size: 12px;
  }

  .qx_video_box .rightbox .rightbox_scroll {
    height: 78vw;
  }

  .qx_video_box .rightbox .rightbox_scroll .video_list li .con {
    padding: 1.8vw 1.5vw;
  }

  .qx_video_box .rightbox .rightbox_scroll .video_list li .icon {
    height: 8.5vw;
    margin-left: 3vw;
  }

  .qx_video_box {
    margin-bottom: 7vw;
  }

  .qx_video_box .rightbox {
    padding: 3vw 2.7vw 3vw 3vw;
  }

}

/* #endregion */

/* #region 直播 */
.liveb {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 6vw 10%;
  background: #f5f7f8;
}

.liveb .tit {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 2.1vw;
  color: #1d1d1f;
  font-size: 2.604vw;
  font-weight: bold;
}

.liveb_list {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
}

.liveb_list ul {
  position: relative;
  display: grid;
  float: left;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
}

.liveb_list ul li {
  width: 100%;

  /* background: #323232; */
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.liveb_list ul li:hover {
  transform: translateY(-20px);
}

.liveb_list ul li .pic {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 6px;
}

.liveb_list ul li .pic img {
  width: 100%;
}

.liveb_list ul li .pic .state {
  position: absolute;
  top: 1vw;
  right: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px 8px 16px;
  color: #fff;
  background: rgb(0 0 0 / 70%);
  border-radius: 100px;
  font-size: 14px;
}

.liveb_list ul li .pic .state.live {
  background: var(--primary);
}

.liveb_list ul li .pic .state.preview {
  background: rgb(29 77 170 / 70%);
}

.liveb_list ul li .pic .state img {
  width: 0.8vw;
  max-width: 15px;
  margin-left: 0.3vw;
}

.liveb_list ul li .pic .state.live {
  background: rgb(255 66 3 / 70%);
}

.liveb_list ul li .info_live {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 2vw;
  color: #fff;
}

.liveb_list ul li .info_live .class {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: var(--primary);
  font-size: 1.2vw;
}

.liveb_list ul li .info_live .class img {
  margin-right: 0.5vw;
}

.liveb_list ul li .info_live .tit1 {
  width: 100%;
  font-size: 1.4vw;
  font-weight: bold;
  margin: 1vw 0;
  line-height: 1.5;
}

.liveb_list ul li .info_live .info1 {
  display: flex;
  justify-content: space-around;
}

.liveb_list ul li .info_live .info1 .info2 {
  display: flex;
  align-items: center;
  width: 70%;
}

.liveb_list ul li .info_live .info1 .info2 ul {
  display: block;
  width: 100%;
}

.liveb_list ul li .info_live .info1 ul li {
  display: inline-block;
  margin-bottom: 0.5vw;
  border-radius: 0;
  font-size: 0.9vw;
  text-align: left;
  line-height: 1.5;
}

.liveb_list ul li .info_live .info1 ul li span {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  color: rgb(255 255 255 / 50%);
}

.liveb_list ul li .info_live .info1 ul li .txt {
  position: relative;
  float: left;
  width: 100%;
}

.liveb_list ul li .info_live .info1 .code {
  box-sizing: border-box;
  width: 30%;
  padding-left: 3%;
  font-size: 0.8vw;
  text-align: center;
}

.liveb_list ul li .info_live .info1 .code .pic {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 0.5vw;
  padding: 0.3vw;
  background: #fff;
  border-radius: 4px;
}

.liveb_list ul li .info_live .info1 .code img {
  width: 100%;
}

.liveb_list ul li .info_live .info1 .code span {
  display: block;
  width: 100%;
  color: rgb(255 255 255 / 60%);
  text-align: justify;
}

.liveb_list ul li .info_live .info1 .code span::after {
  content: '';
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .liveb {
    padding: 10vw 5%;
  }

  .liveb .tit {
    font-size: 23px;
    margin-bottom: 4vw;
  }

  .liveb_list ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4vw;
  }

  .liveb_list ul li .info_live {
    padding: 5.5vw;
  }

  .liveb_list ul li .info_live .info1 .code {
    display: none;
  }

  .liveb_list ul li .pic .state {
    top: 2vw;
    right: 2vw;
    padding: 5px 12px;
    font-size: 12px;
  }

  .liveb_list ul li .pic .state img {
    width: 2vw;
    max-width: 15px;
    margin-left: 0.6vw;
  }

  .liveb_list ul li .info_live .class {
    font-size: 14px;
  }

  .liveb_list ul li .info_live .class img {
    width: 3.5vw;
    margin-right: 2vw;
  }

  .liveb_list ul li .info_live .tit1 {
    font-size: 16px;
  }

  .liveb_list ul li .info_live .info1 {
    justify-items: flex-start;
    width: 100%;
  }

  .liveb_list ul li .info_live .info1 .info2 {
    width: 100%;
  }

  .liveb_list ul li .info_live .info1 ul li {
    font-size: 14px;
  }

  .liveb_list ul li .info_live .info1 ul li span {
    width: 20%;
  }

  .liveb_list ul li .info_live .info1 ul li .txt {
    width: 80%;
  }

  .liveb_list ul li,
  .liveb_list ul li:hover {
    transform: none;
  }
}

/* #endregion */

/* #region CK产品 */
.prock {
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 33vw;
  padding: 6vw 10%;

  /* background: #f5f7f8; */
}

.prock .prock1 {
  position: relative;
  display: flex;
  width: 100%;
}

.prock .prock1.change {
  flex-direction: row-reverse;
}

.prock.bg_w {
  background: #f5f7f8 !important;
}

.prock .prock1 .leftbox {
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  width: 52%;
}

.prock .prock1 .leftbox .tit {
  float: left;
  width: 100%;
  margin-bottom: 1vw;
  color: #1d1d1f;
  font-size: 2.6vw;
  font-weight: bold;
}

.prock .prock1 .leftbox .tit img {
  height: 4.6vw;
  margin-left: 1vw;
}

.prock .prock1 .leftbox .con {
  display: grid;
  width: 78%;
  color: #636363;
  grid-template-columns: 70% 30%;
  line-height: 2;
  font-size: 1.2vw;
}

.prock .prock1 .leftbox .con .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 10%;
}

.prock .prock1 .leftbox .con .txt .txt1 {
  box-sizing: border-box;
}

.prock .prock1 .leftbox .con .code {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.5vw;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0.26vw 0.82vw 0 rgb(70 70 86 / 20%);
}

.prock .prock1 .leftbox .con .code img {
  width: 100%;
}

.prock .prock1 .leftbox .con .txt1.min {
  padding: 8vw 0 7vw
}

.prock .prock1 .leftbox .con .txt .txt1 .link {
  color: var(--blue);
  transition: all 0.5s;
}

.prock .prock1 .leftbox .con .txt .txt1 link:hover {
  color: var(--primary);
}

.prock .prock1 .leftbox .con .txt1 .link-btn {
  float: unset;
  margin: 2vw auto;
  margin-bottom: 3vw;
  padding: 2vw 4vw;
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
  font-size: 15px;
  font-weight: bold;
}

.prock .prock1 .rightbox {
  position: relative;
  width: 48%;
}

.prock .prock1 .rightbox img {
  position: relative;
  width: 100%;
}

.prock .prock1.change .leftbox {
  text-align: right;
}

.prock .prock1.change .leftbox .con {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}

.prock .prock1.change .leftbox .tit {
  box-sizing: border-box;
  padding-right: 10px;
}

.prock .prock1.change .leftbox .tit span {
  color: var(--primary);
  font-size: 2vw;
}

.prock .prock1.change .leftbox .con .txt {
  padding-right: 0;
}

.prock .prock1.change .leftbox .con .txt .txt1 {
  text-align: right;
  width: 100%;
}

.prock .prock1.change .leftbox .con .txt .txt1 .btn {
  position: relative;
  float: right;
  align-items: center;
  margin: 2vw 15px 0 0;
  padding: 0.6vw 2vw;
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
  font-weight: bold;
  font-size: 1.1vw;
}

.prock .prock1.change .leftbox .con .txt .txt1 .btn:hover {
  background: rgb(29 77 170 / 100%);
  transform: translate(0, -0.5vw);
}

.prock .prock1 .leftbox .tit img.ai {
  height: 3vw;
  margin: 1vw 0 0;
}

.prock .prock1 .leftbox .con.ai {
  width: 100%;
  grid-template-columns: 79% 10%;
}

.prock.ai {
  background: url('../images/ck3.jpg') no-repeat #f5f7f8;
  background-position: 136% 100%;
  background-size: 67%;
}

@media screen and (max-width: 1000px) {
  .prock {
    height: auto;
    padding: 10vw 5%;
  }

  .prock .prock1 {
    flex-wrap: wrap;
  }

  .prock .prock1 .leftbox .tit {
    font-size: 23px;
    margin-bottom: 2vw;
    text-align: center;
  }

  .prock .prock1 .leftbox {
    display: block;
    width: 100%;
  }

  .prock .prock1 .leftbox .con {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    text-align: center;
  }

  .prock .prock1 .leftbox .con .txt {
    display: block;
    font-size: 14px;
  }

  .prock .prock1 .leftbox .con .code {
    width: 20%;
    margin: 2vw auto 5vw;
    padding: 1vw;
  }

  .prock .prock1 .rightbox {
    width: 100%;
    text-align: center;
  }

  .prock .prock1 .leftbox .tit span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .prock .prock1 .leftbox .tit img {
    height: 9.5vw;
  }

  .prock .prock1 .rightbox img {
    width: 66%;
    margin-left: 5vw;
  }

  .prock .prock1.change .leftbox .tit {
    text-align: center;
    line-height: 0.8;
  }

  .prock .prock1.change .leftbox .tit span {
    line-height: 0.5;
    font-size: 18px;
  }

  .prock .prock1.change .leftbox .con .txt .txt1 {
    text-align: center;
  }

  .prock .prock1.change .leftbox .con .txt .txt1 span {
    display: block;
  }

  .prock .prock1.change .leftbox .con .txt .txt1 .btn {
    float: unset;
    margin: 2vw auto;
    margin-bottom: 3vw;
    padding: 2vw 4vw;
    font-size: 15px;
  }

  .prock .prock1.change .rightbox img {
    margin-top: 5vw;
  }

  .prock .prock1 .leftbox .tit img.ai {
    height: 7vw;
  }

  .prock .prock1 .leftbox .con.ai {
    box-sizing: border-box;
    height: 62vw;
    padding: 0 3vw;
    grid-template-columns: repeat(1, 1fr);
    font-size: 14px;
  }

  .prock.ai {
    background-color: #f5f7f8;
    background-image: url('../images/ck3.jpg');
    background-position: center bottom;
    background-size: 82%;
  }
}

/* #endregion */

/* #region 废弃? */
.wrapper .mainlink .foot_link li {
  line-height: 2.1;
  color: #1d1d1f;
  font-size: 1vw;
}

.wrapper .mainlink .foot_link li a {
  color: #1d1d1f;
}

.wrapper .mainlink .foot_link li a:hover {
  color: var(--primary);
  transition: 0.5s all;
}

.wrapper .mainlink .foot_link:nth-of-type(1) li:first-child {
  font-size: 1.5vw;
}

.wrapper .mainlink .foot_link li:first-child {
  font-size: 1.5vw;
  font-weight: bold;
  color: #1d1d1f;
}

.wrapper .mainlink .foot_link:nth-of-type(2) li:first-child {
  font-size: 1.5vw;
  color: #1d1d1f;
}

@media screen and (max-width: 1000px) {
  .wrapper .mainlink .foot_link li {
    line-height: 2.1;
    color: #1d1d1f;
    font-size: 1vw;
  }

  .wrapper .mainlink .foot_link li a {
    color: #1d1d1f;
  }

  .wrapper .mainlink .foot_link li a:hover {
    color: var(--primary);
    transition: 0.5s all;
  }

  .wrapper .mainlink .foot_link:nth-of-type(1) li:first-child {
    font-size: 1.5vw;
  }

  .wrapper .mainlink .foot_link li:first-child {
    font-size: 1.5vw;
    font-weight: bold;
    color: #1d1d1f;
  }

  .wrapper .mainlink .foot_link:nth-of-type(2) li:first-child {
    font-size: 1.5vw;
    color: #1d1d1f;
  }
}

/* #endregion */

/* #region ck书籍简介 */
.main_book {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
}

.main_book .tit0 {
  position: relative;
  margin: 0 0 4% 15px;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.main_book .tit0::before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 21px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 2px;
  content: ' ';
}

.main_book .con_book {
  position: relative;
  display: grid;
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: 22% 73%;
  grid-gap: 5%;
}

.main_book .con_book .leftbox_book .pic {
  width: 100%;
  margin-bottom: 5%;
}

.main_book .con_book .leftbox_book .pic img {
  width: auto;
  height: 25vw;
  margin-bottom: 10px;
  box-shadow: 0.1vw 0.2vw 0.5vw rgb(70 70 86 / 50%);
}

.main_book .con_book .leftbox_book {
  color: #7c7c7d;
  font-size: 14px;
}

.main_book .con_book .leftbox_book .content .txt .tit {
  display: none;
}

.main_book .con_book .leftbox_book .link {
  position: relative;
  float: left;
  margin-top: 11%;
}

.main_book .con_book .leftbox_book .link a {
  position: relative;
  float: left;
  padding: 8px 26px;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 8px;
  transition: all 0.5s;
  font-size: 14px;
}

.main_book .con_book .leftbox_book .link a:hover {
  color: #fff;
  background: rgb(29 77 170 / 100%);
  border: 1px solid rgb(29 77 170);
  transform: translate(0, -0.5vw);
}

.main_book .con_book .rightbox_book .tit {
  margin-bottom: 3%;
  color: #1d1d1f;
  font-size: 22px;
  font-weight: bold;
}

.main_book .con_book .rightbox_book .rightbox_con {
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 285px;
  padding-right: 2%;
  overflow-y: auto;
  overflow-x: hidden;
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll::-webkit-scrollbar {
  width: 3px;
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll::-webkit-scrollbar-track {
  width: 3px;
  background: rgb(0 0 0 / 22%);
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll ul li {
  position: relative;
  padding-left: 15px;
}

.main_book .con_book .rightbox_book .rightbox_scroll ul li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 100px;
  content: ' ';
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll span {
  font-weight: bold;
}

.main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll span.italic {
  font-style: italic;
}

.main_book .close {
  position: fixed;
  top: 5%;
  right: 4%;
  width: 24px;
  transition: all 0.5s;
  cursor: pointer;
}

.main_book .close img {
  width: 100%;
}

.main_book .close:hover {
  transform: rotate(90deg);
}

@media screen and (max-width: 390px) {
  .main_book {
    padding: 7% 4% 7% 7%;
  }

  .main_book .tit0 {
    font-size: 20px;
    margin: 0 0 6% 12px;
  }

  .main_book .con_book {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .main_book .con_book .leftbox_book {
    font-size: 12px;
  }

  .main_book .con_book .leftbox_book .pic {
    float: left;
    width: 31%;
    margin-bottom: 3%;
  }

  .main_book .con_book .leftbox_book .content {
    float: left;
    width: 69%;
  }

  .main_book .con_book .leftbox_book .content .txt .tit {
    display: block !important;
    margin-bottom: 3%;
    color: #1d1d1f;
    font-size: 15px;
    font-weight: bold;
  }

  .main_book .con_book .leftbox_book .link a {
    font-size: 12px;
    padding: 5px 16px;
    border-radius: 5px;
  }

  .main_book .con_book .leftbox_book .link {
    margin-top: 4%;
  }

  .main_book .con_book .rightbox_book .tit {
    display: none;
  }

  .main_book .con_book .rightbox_book .rightbox_con {
    font-size: 13px;
  }

  .main_book .con_book .rightbox_book .rightbox_con .rightbox_scroll {
    padding-right: 3%;
  }

  .main_book .tit0::before {
    left: -12px;
    height: 17px;
  }

  .main_book .close {
    position: fixed;
    top: 3%;
    right: 4%;
    width: 18px;
    transition: all 0.5s;
    cursor: pointer;
  }

  .main_book .con_book .leftbox_book .pic img {
    height: 29vw;
  }
}

/* #endregion */

/* #region ck视频 */
.video_frame {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 2px;
  background: #000;
}

.video_frame .video_box {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 97vh;
}

/* #endregion */

/* #region 弹出层圆角 */
.layui-layer-iframe {
  border-radius: 8px !important;
}

.layui-layer-iframe iframe {
  border-radius: 8px !important;
}

/* #endregion */

/* #region 奖品 */
.prize {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 5%;
  border-radius: 8px;
  overflow: hidden;
}

.prize .bg_pc {
  display: block;
  width: 100%;
  height: auto;
}

.prize .bg_wap {
  display: none;
}

.prize .bg_pc {
  width: 100%;
  height: auto;
}

.prize .logo {
  position: absolute;
  top: 2.5vw;
  left: 3vw;
  width: auto;
  height: 2.5vw;
  filter: brightness(100);
}

.prize .content {
  position: absolute;
  top: 8vw;
  left: 4vw;
  display: grid;
  width: 48%;
  color: #fff;
  font-size: 1.2vw;
  grid-template-columns: 80% 20%;
}

.prize .content .tit {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 2.6vw;
  font-weight: bold;
}

.prize .content .con {
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  width: 100%;
}

.prize .content .con img {
  height: 1.3vw;
  margin-left: 1vw;
}

.prize .content .code {
  position: relative;
  width: 85%;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
}

.prize .content .code img {
  width: 100%;
}

.prize .content .txt1 {
  padding: 8vw 0 7vw
}

.prize .content .txt1 a {
  float: unset;
  margin: 2vw auto;
  margin-bottom: 3vw;
  padding: 2vw 4vw;
  color: #fff;

  /* background-color: var(--primary); */
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .prize .content .code {
    display: none;
    width: 20%;
    margin: 0 auto;
    margin-top: 3vw;
    padding: 4px;
  }

  .prize .bg_pc {
    display: none;
  }

  .prize .bg_wap {
    display: block;
    width: 100%;
    height: auto;
  }

  .prize .logo {
    top: 4.5vw;
    left: 5vw;
    height: 6.5vw;
  }

  .prize .content {
    top: 17vw;
    left: 0;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .prize .content .tit {
    text-align: center;
    font-size: 23px;
    width: 100%;
    margin-bottom: 2vw;
  }

  .prize .content .con {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }

  .prize .content .con img {
    display: none;
  }
}

/* #endregion */
