.qd-dcce-index-banner {
  background-image: linear-gradient(to right, #012174, #010B52);
  padding: 0.12rem 0;
  clear: both;
}

.qd-sjh-index-banner video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#qd-dcce-banner {
  position: relative;
}

#qd-dcce-banner .swp-button-prev, #qd-dcce-banner .swp-button-next {
  width: 0.53rem;
  height: 0.53rem;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0.53rem;
  cursor: pointer;
  z-index: 9;
}

#qd-dcce-banner .swp-button-prev {
  background-image: url('../images/button-arrow-prev.png');
  margin-left: -0.35rem;
}

#qd-dcce-banner .swp-button-next {
  background-image: url('../images/button-arrow-next.png');
  margin-left: 0.35rem;
}

/*count down*/

.qd-dcce-count-down {
  width: 27.73%;
  padding: 0.48rem;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 9;
  background-image: linear-gradient(120deg, rgba(6, 47, 157, 0.6), rgba(3, 89, 188, 0.6));
}

.qd-dcce-count-down .hd .icon {
  width: 0.4rem;
  margin-right: 0.15rem;
}

.qd-dcce-count-down .hd .text {
  font-size: 0.24rem;
}

.qd-dcce-count-down .bd {
  clear: both;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
}

.qd-dcce-count-down .bd .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /*flex-basis: 25.2%;*/
  width: 5vw;
  height: 5vw;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 0.48rem;
  font-weight: 700;
}

.qd-dcce-count-down .bd .coming-soon {
  font-size: 0.48rem;
  text-align: center;
}

.qd-dcce-count-down .bd .unit {
  font-size: 0.16rem;
  flex: 1;
  text-align: center;
}

.qd-dcce-count-down .fd {
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 5vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.qd-dcce-count-down .fd:after {
  width: 0.55rem;
  height: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.38rem;
  transition: all 0.3s;
}

.qd-dcce-count-down .fd:before {
  width: 0.08rem;
  height: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.03rem;
  right: 0.38rem;
  transition: all 0.3s;
}

.qd-dcce-count-down .fd:hover {
  opacity: 0.8;
}

.qd-dcce-count-down .fd:hover:after {
  width: 0.35rem;
}

.qd-dcce-count-down .fd:hover:before, .qd-dcce-count-down .fd:hover:after {
  right: 0.18rem;
}

.qd-dcce-count-down .fd .icon {
  width: 1rem;
  display: flex;
  justify-content: center;
}

.qd-dcce-count-down .fd .text {
  flex: 1;
  padding: 0 0 0 0;
  font-size: 0.24rem;
  font-weight: 100;
}

.qd-dcce-wap-index-banner {
  clear: both;
  margin-top: 0.96rem;
  background-image: linear-gradient(to right, #012174, #010B52);
  padding: 0.21rem 0;
}

#qd-dcce-wap-banner {
  position: relative;
}

#qd-dcce-wap-banner .swp-button-prev, #qd-dcce-wap-banner .swp-button-next {
  width: 0.53rem;
  height: 0.53rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0.53rem;
  cursor: pointer;
  z-index: 9;
}

#qd-dcce-wap-banner .swp-button-prev {
  background-image: url('../images/button-arrow-prev.png');
  left: 0.2rem;
}

#qd-dcce-wap-banner .swp-button-next {
  background-image: url('../images/button-arrow-next.png');
  right: 0.2rem;
}

.wap-count-down {
  display: flex;
  justify-content: space-between;
  margin-top: 0.21rem;
  clear: both;
}

.wap-count-down .item {
  flex-basis: 49%;
  background-image: linear-gradient(120deg, rgba(6, 47, 157, 0.6), rgba(3, 89, 188, 0.6));
}

.wap-count-down .item {
  padding: 0.17rem;
  color: #ffffff;
}

.wap-count-down .item.register {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wap-count-down .item.register .fd {
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
  position: relative;
}

.wap-count-down .fd:after {
  width: 0.25rem;
  height: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.18rem;
  transition: all 0.3s;
}

.wap-count-down .fd:before {
  width: 0.08rem;
  height: 1px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.03rem;
  right: 0.18rem;
  transition: all 0.3s;
}

.wap-count-down .item.register .fd .icon {
  width: 0.3rem;
  margin: 0 0.15rem;
  display: flex;
  justify-content: center;
}

.wap-count-down .item.register .fd .text {
  flex: 1;
  color: #ffffff;
  padding: 0 0 0 0;
  font-size: 0.2rem;
  font-weight: 100;
}

.wap-count-down .hd {
  /*margin-bottom: 0.1rem;*/
}

.wap-count-down .hd .icon {
  width: 0.2rem;
  margin-right: 0.15rem;
}

.wap-count-down .hd .text {
  font-size: 0.2rem;
}

.wap-count-down .bd {
  clear: both;
  padding: 0.1rem 0 0 0;
  margin: 0 -0.05rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wap-count-down .bd+.bd {
  margin-top: -0.05rem;
}

.wap-count-down .bd .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /*flex-basis: 25.2%;*/
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.38rem;
  font-weight: 700;
}

.wap-count-down .bd .unit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 0.6rem;
  font-size: 0.2rem;
}

.wap-count-down .bd .coming-soon {
  font-size: 0.38rem;
  text-align: center;
}

.qd-dcce-index-main {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}


.qd-dcce-index-first-part .thrd-chain {
  flex-basis: 67.4%;
  flex-shrink: 0;
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
}

.qd-dcce-index-first-part .thrd-chain .qd-dcce-section-title {
  width: 100%;
}

.qd-dcce-index-first-part .thrd-chain .box {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qd-dcce-index-first-part .thrd-chain .box .picture {
  position: relative;
}

.qd-dcce-index-first-part .thrd-chain .box .picture .linked {
  position: absolute;
  display: block;
  bottom: 21%;
  left: 6.2%;
  font-size: 0.18rem;
  color: #ffffff;
  padding: 0.15rem 0.8rem 0.15rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.05rem;
}

.qd-dcce-index-first-part .schedule {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.qd-dcce-index-first-part .schedule .qd-dcce-section-title, .qd-dcce-index-first-part .schedule .box {
  width: 100%;
}

.qd-dcce-index-first-part .schedule .box {
  flex: 1;
  background-image: url('../images/side-scroll-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  padding: 0.15rem 0.3rem 0.15rem 0.3rem;
  overflow: hidden;
}

.schedule .box .lst .item {
  padding: 0.3rem 0 0.3rem 0;
}

.schedule .box .lst .item+.item {
  border-top: 1px #E4E5E7 solid;
}

.schedule .box .lst .item .timer {
  width: 2.05rem;
  height: 0.51rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  color: #006CE8;
  text-align: center;
  background-image: url('../images/time-bg.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

.schedule .box .lst .item .title {
  padding: 0.1rem 0;
  font-size: 0.24rem;
  font-weight: 600;
}

.schedule .box .lst .item .intro {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.qd-dcce-index-video-part {
  padding: 0.4rem 0;
}

.qd-dcce-index-video-part .box {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qd-dcce-index-video-part .box .part {
  flex-shrink: 0;
}

.qd-dcce-index-video-part .box .part.side {
  flex-basis: 49%;
  padding-left: 0.15rem;
}

.qd-dcce-index-video-part .box .lst {
  flex-basis: 51%;
  font-size: 0;
}

.qd-dcce-index-video-part .box .lst ul {
  margin: -0.075rem;
}

.qd-dcce-index-video-part .box .lst ul li {
  display: inline-block;
  width: 50%;
  padding: 0.075rem;
}

.qd-dcce-index-video-part .box a {
  display: block;
  position: relative;
}

.qd-dcce-index-video-part .box .lst a .title {
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #ffffff;
  z-index: 2;
}

.qd-dcce-index-video-part a .covers {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(26, 148, 213, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.qd-dcce-index-video-part .box a .play-button {
  width: 15%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}

.qd-dcce-index-video-part .box a:hover .covers, .qd-dcce-index-video-part .box a:hover .play-button {
  z-index: 1;
  opacity: 1;
}

.qd-dcce-index-video-part .box a:hover .play-button {
  top: 50%;
}

.qd-dcce-index-video-part .box .side a .title {
  position: absolute;
  left: 0.35rem;
  top: 0;
  z-index: 0;
  opacity: 0;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all 0.5s;
}

.qd-dcce-index-video-part .box .side a .title .m {
  font-size: 0.3rem;
  padding-bottom: 0.05rem;
  font-weight: 600;
}

.qd-dcce-index-video-part .box .side a:hover .title {
  z-index: 1;
  opacity: 1;
  top: 0.4rem;
}


.qd-dcce-index-article-part {
  clear: both;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  /*background-color: #EFEFEF;*/
}

.qd-dcce-index-article-part .box {
  clear: both;
  margin-top: 0.2rem;
}

.qd-dcce-index-article-part .box .lst {
  margin: -0.08rem;
  font-size: 0;
}

.qd-dcce-index-article-part .box .lst .item {
  width: 50%;
  display: inline-block;
  padding: 0.08rem;
}

.qd-dcce-index-article-part .box .lst .item .topic {
  display: flex;
  background-color: #F3F7FA;
  transition: all 0.3s;
}

.qd-dcce-index-article-part .box .lst .item .topic .picture, .qd-dcce-index-article-part .box .lst .item .topic .bd {
  flex: 1;
  flex-basis: 50%;
}

.qd-dcce-index-article-part .box .lst .item .topic .bd {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qd-dcce-index-article-part .box .lst .item .topic .bd .title {
  font-size: 0.24rem;
  font-weight: 300;
  color: #666666;
  margin: 0.1rem 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.3rem;
  transition: all 0.3s;
}

.qd-dcce-index-article-part .box .lst .item .topic .bd .intro {
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.24rem;
  transition: all 0.3s;
}

.qd-dcce-index-article-part .box .lst .item .topic .bd .more {
  color: #006CE8;
  font-size: 0.14rem;
}

.qd-dcce-index-article-part .box .lst .item .time {
  padding-left: 0.35rem;
  font-size: 0.14rem;
  color: #666666;
  position: relative;
}

.qd-dcce-index-article-part .box .lst .item .time:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  background-color: #006CE8;
  height: 2px;
  transition: all 0.3s;
}

.qd-dcce-index-article-part .box .lst .item .topic:hover .time:before, .qd-dcce-index-article-part .box .lst .item .std:hover .time:before {
  width: 0.1rem;
}

.qd-dcce-index-article-part .box .lst .item .topic:hover .title, .qd-dcce-index-article-part .box .lst .item .std:hover .named {
  color: #222222;
}

.qd-dcce-index-article-part .box .lst .item .topic:hover .intro {
  color: #666;
}

.qd-dcce-index-article-part .box .lst .item .std {
  background-color: #F3F7FA;
  transition: all 0.3s;
  padding: 0.35rem;
}

.qd-dcce-index-article-part .box .lst .item .std .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.1rem;
  color: #666666;
}

.qd-dcce-index-article-part .box .lst .item .std .title .named {
  font-size: 0.18rem;
  flex: 1;
  padding-right: 0.15rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.qd-dcce-index-article-part .box .lst .item .std .title .more {
  flex-shrink: 0;
  color: #006CE8;
  font-size: 0.14rem;
}

.qd-dcce-index-article-part .box .lst .item .std:hover, .qd-dcce-index-article-part .box .lst .item .topic:hover {
  background-color: #F6F5FA;
}

.qd-dcce-index-other-part {
  clear: both;
  padding: 0.4rem 0;
}

.qd-dcce-index-other-part .box .lst {
  margin: -0.15rem;
  font-size: 0;
}

.qd-dcce-index-other-part .box .lst .item {
  display: inline-block;
  width: 33.3333%;
  padding: 0.15rem;
}

.qd-dcce-index-other-part .box .lst .item .bd {
  border: 1px #EEEEEE solid;
  padding: 0.3rem;
}

.qd-dcce-index-other-part .box .lst .item .bd .title {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #666666;
  padding-left: 0.45rem;
  background-image: url('../images/icons/subject.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.34rem;
  position: relative;
}

.qd-dcce-index-other-part .arrow-right:after, .qd-dcce-index-other-part .arrow-right:before {
  background-color: #0169E6;
}

.qd-dcce-index-other-part .box .lst .item .bd .named {
  margin: 0.2rem 0;
  height: 0.62rem;
  font-size: 0.24rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-weight: 100;
}

.qd-dcce-index-other-part .box .lst .item .bd .attrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #999;
  line-height: 0.3rem;
}

.qd-dcce-index-other-part .box .lst .item .bd .attrs .s {
  padding-left: 0.25rem;
  background-position: 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.qd-dcce-index-other-part .box .lst .item .bd .attrs .s.t {
  background-image: url('../images/icons/dater.png');
}

.qd-dcce-index-other-part .box .lst .item .bd .attrs .s.a {
  background-image: url('../images/icons/map.png');
}

.qd-dcce-index-other-part .box .lst .item .bd:hover .arrow-right:after {
  width: 0.35rem;
}

.qd-dcce-index-other-part .box .lst .item .bd:hover .arrow-right:before, .qd-dcce-index-other-part .box .lst .item .bd:hover .arrow-right:after {
  right: 0.08rem;
}


.qd-sjh-index-banner {
  clear: both;
  height: calc(100vh - 0.96rem);
  position: relative;
}

.qd-sjh-index-banner .swiper {
  height: 100%;
}

.qd-sjh-index-banner .swiper .sjh-banner-video {
  width: 100%;
  height: 100%;
}

.qd-sjh-index-banner .swiper .swiper-slide {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.qd-sjh-index-banner .actions {
  position: absolute;
  right: 1.6rem;
  bottom: 0.4rem;
  display: flex;
  z-index: 3;
  /*justify-content: flex-end;*/
}

.qd-sjh-index-banner .actions .arrow {
  width: 0.35rem;
  height: 0.35rem;
  flex-shrink: 0;
  border: 1px #ffffff solid;
  border-radius: 100%;
  background-size: 0.11rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.qd-sjh-index-banner .actions .arrow.prev {
  background-image: url('../images/banner_arrow_prev.png');
}

.qd-sjh-index-banner .actions .arrow.next {
  background-image: url('../images/banner_arrow_next.png');
}

.qd-sjh-index-banner .actions .dots {
  padding: 0 0.1rem;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qd-sjh-index-banner .actions .dots span {
  padding: 0 0.1rem;
  color: #ffffff;
}

.qd-sjh-index-banner .actions .dots span.swiper-pagination-current {
  color: #67C9BB;
  font-weight: 600;
}

.qd-sjh-index-banner .actions .dots span+span {
  position: relative;
}

.qd-sjh-index-banner .actions .dots span+span:before {
  content: '';
  position: absolute;
  left: -0.02rem;
  bottom: 0;
  top: 0;
  width: 1px;
  background-color: #ffffff;
}

.qd-sjh-index-banner .btn-box {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.qd-sjh-index-banner .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  margin: 0 0.3rem;
  border-radius: 0.1rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.qd-sjh-index-banner .btn-box .btn .icon {
  flex-shrink: 0;
  width: 0.34rem;
}

.qd-sjh-index-banner .btn-box .btn .icon img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-index-banner .btn-box .btn .text {
  flex: 1;
  padding: 0 0.6rem 0 0.3rem;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: 600;
}

.qd-sjh-index-banner .btn-box .btn .arrow {
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 100%;
  background-image: url('../images/icon_arrow_right_a.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem;
  border: 2px #F0F2F7 solid;
}

.qd-sjh-index-banner .btn-box .btn:hover {
  background-color: #006CE8;
  border: 1px solid #006CE8;
}

.qd-sjh-apd-says {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.qd-sjh-apd-says .flex {
  /*justify-content: space-between;*/
  margin: 0.2rem -0.1rem 0 -0.1rem;
}

.qd-sjh-apd-says .flex .item {
  flex: 1;
}

.qd-sjh-apd-says .flex .item .box {
  padding: 0.1rem;
  height: 100%;
  position: relative;
}

.qd-sjh-apd-says .flex .item .box .t {
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
  padding-bottom: 0.15rem;
}

.qd-sjh-apd-says .flex .item .box .picture {
  clear: both;
  /*padding: 0.1rem 0;*/
}

.qd-sjh-apd-says .flex .item .box .info {
  clear: both;
  margin-top: 0.15rem;
  padding: 0 0 0 0.15rem;
  position: relative;
}

.qd-sjh-apd-says .flex .item .box .info:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  top: 0;
  background-color: #19388D;
}

.qd-sjh-apd-says .flex .item .box .info .a {
  display: flex;
  align-items: center;
}

.qd-sjh-apd-says .flex .item .box .info .a .n {
  font-size: 0.6rem;
  color: #19388D;
  font-weight: 600;
}

.qd-sjh-apd-says .flex .item .box .info .a .u {
  padding-left: 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
}

.qd-sjh-apd-says .flex .item .box .info .b {
  padding-top: 0.05rem;
  font-size: 0.18rem;
  color: #333;
}

.bg-half:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  background-color: #EFEFEF;
}

.qd-sjh-root-box {
  clear: both;
  font-size: 0;
  padding: 0 0 0.8rem 0;
  position: relative;
  z-index: 2;
  /*display: flex;*/
}

.qd-sjh-root-box .item {
  /*flex-basis: 25%;
  flex-shrink: 0;*/
  display: inline-block;
  width: 25%;
  overflow: hidden;
  transition: width 0.6s;
  position: relative;
}

.qd-sjh-root-box .item.on, .qd-sjh-root-box .item:hover {
  width: 50%;
  background-color: #007aff;
}

.qd-sjh-root-box .item .picture {
  object-fit: none;
}

.qd-sjh-root-box .item .named {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding-left: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}

.qd-sjh-root-box .item .named:before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border: 0.05rem #01fff7 solid;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.qd-sjh-root-box .item .link-d {
  width: 23%;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  transition: opacity 0.3s;
}

.qd-sjh-root-box .item .link-d img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-root-box .item.on .link-d {
  opacity: 0.8;
}

.qd-sjh-root-box .more {
  /*flex-shrink: 0;*/
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  height: 0.34rem;
  line-height: 0.34rem;
  display: block;
  font-size: 0.16rem;
  padding: 0 0.45rem 0 0;
  background-image: url('../images/more.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0.34rem;
  color: #ffffff;
  cursor: pointer;
}

.qd-sjh-root-box .more:link, .qd-sjh-root-box .more:visited {
  color: #ffffff;
}

.qd-sjh-root-box .more:hover, .qd-sjh-root-box .more:active {
  color: #F5A200;
}

.qd-sjh-root-box .item .slogo {
  width: 77%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: opacity 0.3s;
}

.qd-sjh-root-box .item.on .slogo {
  opacity: 1;
}

.qd-sjh-root-box .item .slogo img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-root-box .item a.play-button {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  display: inline-flex;
  padding: 0.08rem 0.15rem;
  border: 1px #ffffff solid;
  border-radius: 5px;
  font-size: 0.18rem;
  color: #ffffff;
}

.qd-sjh-root-box .item .play-button .icon {
  width: 0.2rem;
  flex-shrink: 0;
  margin-left: 0.1rem;
}

.qd-sjh-root-box .item .play-button .icon img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-index-about {
  clear: both;
  position: relative;
  z-index: 2
  /*margin-top: 0.4rem;*/
  /*background-color: #F6F5F5;*/
  /*display: flex;*/
}

.qd-sjh-index-about .box {
  clear: both;
  display: flex;
  /*margin-top: 0.2rem;*/
  background-color: #F6F5F5;
}

.qd-sjh-index-about .box .picture {
  width: 48.8%;
  flex-shrink: 0;
  position: relative;
}

.qd-sjh-index-about .box .picture video {
  /*
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.qd-sjh-index-about .box .picture img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-index-about .box .m {
  flex: 1;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.qd-sjh-index-about .box .m .a {
  position: relative;
  padding-top: 0.15rem;
}

.qd-sjh-index-about .box .m .a:before, .qd-sjh-index-about .box .m .a:after {
  content: '';
  position: absolute;
}

.qd-sjh-index-about .box .m .a:before {
  width: 0.75rem;
  left: 0;
  top: -3px;
  height: 3px;
  background-image: linear-gradient(to right, #011F77, #0B6CB0);
}

.qd-sjh-index-about .box .m .a:after {
  width: 0;
  height: 0;
  left: 0.72rem;
  top: -3px;
  border-top: 3px solid #0B6CB0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.qd-sjh-index-about .box .m .a .p {
  font-size: 0.36rem;
  color: #003399;
  font-weight: 600;
}

.qd-sjh-index-about .box .m .a .pe {
  font-size: 0.18rem;
  color: #999999;
  letter-spacing: 2px;
  font-family: 'Arial';
  font-weight: 100;
  padding-top: 0.1rem;
}

.qd-sjh-index-about .box .m .b {
  font-size: 0.16rem;
  color: #666;
  padding: 0.5rem 0;
  line-height: 0.3rem;
}

.qd-sjh-index-about .box .m .c .p {
  font-size: 0.3rem;
  color: #67C9BB;
  font-weight: 600;
}

.qd-sjh-index-about .box .m .c .pe {
  font-size: 0.16rem;
  color: #999999;
  letter-spacing: 2px;
  font-family: 'Arial';
  font-weight: 100;
  padding-top: 0.1rem;
}

.qd-sjh-agenda {
  clear: both;
  background-color: #EFEFEF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
  overflow: hidden;
}

.qd-sjh-agenda .box {
  clear: both;
  margin-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.qd-sjh-agenda .box .item {
  background-color: #ffffff;
  padding: 0.5rem 0.3rem;
  font-size: 0;
}

.qd-sjh-agenda .box .item .time {
  height: 0.45rem;
  border-radius: 0.08rem;
  background-color: #006CE8;
  color: #ffffff;
  line-height: 0.45rem;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  position: relative;
  display: inline-block;
}

.qd-sjh-agenda .box .item .time:after {
  content: '';
  width: 0.2rem;
  height: 0.06rem;
  position: absolute;
  top: 100%;
  left: 0.25rem;
  background-image: url('../images/a-d.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0.2rem;
}

.qd-sjh-agenda .box .item .info {
  clear: both;
  padding: 0.2rem 0 0.3rem 0;
  border-bottom: 1px rgba(184, 184, 184, 0.3) solid;
}

.qd-sjh-agenda .box .item .info .a {
  font-size: 0.22rem;
  color: #333333;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.qd-sjh-agenda .box .item .info .b {
  font-size: 0.16rem;
  height: 0.56rem;
  color: #666666;
  padding-top: 0.1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qd-sjh-agenda .box .item .more {
  /*flex-shrink: 0;*/
  margin-top: 0.3rem;
  height: 0.34rem;
  line-height: 0.34rem;
  display: inline-block;
  font-size: 0.16rem;
  padding: 0 0.45rem 0 0;
  background-image: url('../images/more.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0.34rem;
}

.qd-sjh-agenda .box .item .more:link, .qd-sjh-agenda .box .item .more:visited {
  color: #333333;
}

.qd-sjh-agenda .box .item .more:hover, .qd-sjh-agenda .box .item .more:active {
  color: #111111;
}

.swiper-scrollbar-drag {
  background-color: #006CE8 !important;
}

.qd-sjh-guest {
  margin: 0.8rem auto 0 auto;
  clear: both;
  /*overflow: hidden;*/
}

.qd-sjh-guest .box {
  clear: both;
  margin-top: 0.2rem;
  position: relative;
}

.qd-sjh-guest .box .item {
  background: linear-gradient(0deg, #FFFFFF, #ECECEC);
  /*padding: 0.6rem;*/
  flex-shrink: 0;
}

.qd-sjh-guest .box .item .hd {
  padding: 0.6rem 0.6rem 0 0.6rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.qd-sjh-guest .box .item .hd .picture {
  border-radius: 100%;
  overflow: hidden;
}

.qd-sjh-guest .box .item .hd .picture img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-guest .box .item .bd {
  position: relative;
  z-index: 2;
  margin-top: -0.65rem;
  background: linear-gradient(0deg, #FFFFFF, #EDECEC);
  border-bottom: 1px #006CE8 solid;
  padding-bottom: 0.6rem;
}

.qd-sjh-guest .box .item .bd .a {
  height: 0.8rem;
}

.qd-sjh-guest .box .item .bd .b {
  padding: 0 0.3rem 0 0.7rem;
}

.qd-sjh-guest .box .item .bd .b .c {
  font-size: 0.24rem;
  color: #333333;
  position: relative;
}

.qd-sjh-guest .box .item .bd .b .c:before {
  content: '';
  height: 2px;
  position: absolute;
  background-color: #006CE8;
  width: 0.26rem;
  left: -0.45rem;
  top: 50%;
  transform: translateY(-50%);
}

.qd-sjh-guest .box .item .bd .b .d {
  font-size: 0.18rem;
  color: #666666;
  padding: 0.18rem 0 0.1rem 0;
}

.qd-sjh-guest .box .item .bd .b .e {
  font-size: 0.16rem;
  color: #666666;
}

.qd-sjh-guest .box .btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.12rem;
  background-color: #006CE8;
}

.qd-sjh-guest .box .btn.next {
  background-image: url('../images/icon-swiper-next.png');
  right: -0.8rem;
}

.qd-sjh-guest .box .btn.prev {
  background-image: url('../images/icon-swiper-prev.png');
  left: -0.8rem;
}

.qd-sjh-guest .box .btn.swiper-button-disabled {
  background-color: #666666;
}

.qd-sjh-products {
  clear: both;
  background-color: #EFEFEF;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
  overflow: hidden;
}

.qd-sjh-products .box {
  clear: both;
  margin-top: 0.3rem;
  font-size: 0;
}

.qd-sjh-products .box .swiper {
  margin: -0.1rem;
}

.qd-sjh-products .box .col {
  /*
  display: inline-block;
  width: 25%;
  */
  padding: 0.1rem;
}

.qd-sjh-products .box .col .m {
  background-color: #ffffff;
  display: block;
  transition: all 0.3s;
}

.qd-sjh-products .box .col:hover .m {
  box-shadow:2px 0 10px rgba(0, 0, 0, 0.2);
  /*margin-top: -10px;*/
}

.qd-sjh-products .box .col .m .picture {
  clear: both;
}

.qd-sjh-products .box .col .m .picture img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-products .box .col .m .bd {
  padding: 0.25rem 0.2rem 0.25rem 0.5rem;
  color: #333333;
  display: flex;
}

.qd-sjh-products .box .col .m .bd .arrow {
  width: 0.28rem;
  flex-shrink: 0;
}

.qd-sjh-products .box .col .m .bd .arrow img {
  margin: 0;
  max-width: 100%;
}

.qd-sjh-products .box .col .m .bd .info {
  flex: 1;
}

.qd-sjh-products .box .col .m .bd .info .a {
  font-size: 0.18rem;
  position: relative;
}

.qd-sjh-products .box .col .m .bd .info .a:before {
  content: '';
  height: 2px;
  position: absolute;
  background-color: #006CE8;
  width: 0.2rem;
  left: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

.qd-sjh-products .box .col .m .bd .info .b {
  font-size: 0.14rem;
  padding-top: 0.05rem;
}

.qd-sjh-logo-links {
  clear: both;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}

.qd-sjh-logo-links.bgs {
  background-color: #EFEFEF;
}

.bgs {
  background-color: #EFEFEF;
}

.qd-sjh-logo-links .box {
  clear: both;
  margin-top: 0.2rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.qd-sjh-logo-links .box .item {
  background-color: #ffffff;
  padding: 0.05rem 0.1rem;
  display: block;
  margin: 0.1rem;
}

.qd-sjh-logo-links .box .item img {
  max-width: 100%;
  margin: 0;
}

.qd-sjh-logo-links .box .row {
  margin: -0.1rem;
  font-size: 0;
}

.qd-sjh-logo-links .box .row .col {
  display: inline-block;
  width: 16.666666%;
  padding: 0.1rem;
}

.qd-sjh-logo-links .box .row .col a {
  display: block;
  background-color: #ffffff;
  padding: 0.05rem 0.1rem;
}

.qd-sjh-logo-links .box .row .col a img {
  max-width: 100%;
  margin: 0;
}

#qd-sjh-media-swiper a {
  border: 1px #E6E6E6 solid;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: unset !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}
