@media (max-width: 768px) {
}@font-face {
  font-family: "Bebas";
  src: url(../fonts/Bebas_W00_Regular.OTF);
}
.content {
  min-height: 500px;
  overflow: hidden;
}
.app {
  display: none;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .bj {
  width: 100%;
  vertical-align: middle;
  height: 100vh;
}
.banner .container {
  position: absolute;
  line-height: 75px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 1s;
  margin-top: 30px;
}
.banner .container.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.banner .container .lef {
  float: left;
}
.banner .container .p1 {
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  background: rgba(186, 10, 25, 0.8);
  border-radius: 500px;
  transition: all 0.5s;
  width: auto;
  margin-bottom: 0;
  background: transparent;
  text-align: left;
}
.banner .container .p1:hover {
  width: 200px;
  font-size: 30px;
}
.banner .container .p2 {
  color: #fff;
  text-align: center;
  font-family: 'siyuan_medium';
  line-height: 1;
}
@media (min-width: 1921px) {
  .banner .container .p2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .banner .container .p2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .banner .container .p2 {
    font-size: 42px;
  }
}
.banner .container .p2 {
  margin-bottom: 15px;
  text-align: left;
}
.banner .container .p2_2 {
  margin-bottom: 35px;
}
.banner .container .p2_1 {
  margin-top: 20px;
}
.banner .container .p3 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1;
}
.banner .container .sy_banner_btn span {
  font-size: 16px;
}
.sy_banner .syvideopc {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: transparent;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: none;
  border: 1px solid #fff;
  border-radius: 500px;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* content1 */
.sy_banner .swiper-slide-active .pc.bj {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_banner_btn {
  background: rgba(186, 10, 25, 0.8);
  border-radius: 1000px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_banner_btn span {
  color: #fff;
  margin-left: 30px;
}
.sy_banner_btn img {
  width: 35px;
  height: 35px;
  margin-right: 3px;
}
.sy_banner .swiper-button-next,
.sy_banner .swiper-button-prev {
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_banner .swiper-button-prev {
  background-image: url(../images/img448.png);
  background-size: 25px 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.sy_banner .swiper-button-next {
  background-image: url(../images/img449.png);
  background-size: 25px 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.sy_banner .swiper-button-prev::after {
  content: unset;
}
.sy_banner .swiper-button-next::after {
  content: unset;
}
.sy_banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .sy_banner .swiper-slide a {
    width: 100%;
    height: calc(100vh - 0.6rem);
  }
  .banner .bj {
    height: auto;
  }
  .sy_banner .swiper-slide a {
    height: auto;
  }
  .sy_banner .syvideopc {
    height: auto;
  }
}
.sy_banner .swiper-button-next::after {
  content: unset;
}
.sy_banner .syVideo {
  width: 100%;
  position: relative;
  display: flex;
}
.sy_banner .syVideo .btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_banner .syVideo .btnImg .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
  background: #ffffff;
  border-radius: 1000px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .sy_banner .syVideo .btnImg .mask {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.sy_banner .syVideo .btnImg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  width: 16px;
  height: 18px;
  transition: all 0.5s;
}
.hh_swpBtnBox {
  display: flex;
  position: absolute;
  bottom: 100px;
  right: calc(10%);
}
.hh_swpBtnBox .syb {
  height: 100%;
  margin: 20px 0;
  width: 95px;
  position: relative;
  left: -145px;
  padding-top: 27px;
}
@keyframes progressAnimationStrike {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hh_swpBtnBox .syb .syb1 {
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  z-index: 2;
  left: 0;
  transform: unset;
}
.hh_swpBtnBox .syb .syb2 {
  position: absolute;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hh_swpBtnBox .syb .syb1.active {
  animation: progressAnimationStrike 4.95s;
}
.hh_swpBtnBox .swp_pageStart {
  color: #fff;
  z-index: 2;
  padding-top: 30px;
  position: absolute;
  left: -35px;
  padding-top: 35px;
}
.hh_swpBtnBox .hh_btn {
  display: flex;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .hh_swpBtnBox {
    display: none;
  }
}
.sy_con1 {
  width: 100%;
  display: none;
  overflow: hidden;
}
.sy_con1 img {
  vertical-align: middle;
  width: 25%;
  transition: all 0.5s;
}
.sy_con1 img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .sy_con1 {
    flex-wrap: wrap;
  }
  .sy_con1 img {
    width: 50%;
  }
}
.sy_con2 {
  width: 100%;
  position: relative;
}
.in3-video {
  position: relative;
}
.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.abo_video .btn {
  position: absolute;
  top: 56.5%;
  left: 44.8%;
  transform: translate(-56.5%, -44.8%);
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1000px;
  cursor: pointer;
}
.abo_video .btn img {
  width: auto;
}
.abo_video .btn::before {
  content: "";
  border: 0.8rem solid #fff;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.abo_video img {
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .abo_video .bj {
  height: 100vh;
}
@media (max-width: 768px) {
  .sy_con2 .abo_video .bj {
    height: auto;
  }
}
.abo_video .bfq {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
}
.abo_video .bfq div {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
.abo_video .bfq .title {
  color: #FFF;
  width: 100%;
  font-family: 'siyuan_medium';
  margin-bottom: 0.6rem;
  line-height: 1;
  height: auto;
}
@media (min-width: 1921px) {
  .abo_video .bfq .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .abo_video .bfq .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .abo_video .bfq .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .abo_video .bfq .title {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
  }
}
.msg-box {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: none;
  z-index: 1001;
}
.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url(../images/btn-close-modal.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 55px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sy_con2 .bfq div img {
  animation: jj 10s infinite linear;
}
@keyframes jj {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sy_con2 .div {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0);
  transform: translate(0);
  white-space: nowrap;
  color: #333333;
}
.sy_con2 .div {
  margin-top: 200px;
}
.sy_con2 .div img {
  display: inline-block;
  padding-right: 250px;
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/* content3 */
.sy_con3 {
  background: url(../images/img5.jpg) no-repeat;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
.sy_con3 #canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sy_con3 .container {
  width: 16.6rem;
}
.sy_con3 .h1 {
  font-size: 44px;
  display: table;
  width: auto;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
}
@media (max-width: 768px) {
  font-size: 0.24rem;
}
.sy_con3 .h2 {
  text-align: center;
  font-size: 24px;
  color: #999;
  width: 83.33%;
  margin: 0 auto;
  margin-top: 20px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background: #eeeeee;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  border-radius: 0;
  background-color: #e40013 !important;
}
.sy_con3 .rq1 {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .sy_con3 .rq1 {
    margin-top: 35px;
    flex-direction: column;
    display: flex;
  }
}
.sy_con3 .rq1 .rig {
  width: 66.3%;
  float: right;
  position: relative;
  display: none;
  height: 6.6rem;
  z-index: 11;
  overflow: hidden;
}
.sy_con3 .rq1 .rig img {
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .sy_con3 .rq1 .rig {
    padding-bottom: 62.4%;
    order: 1;
  }
}
.sy_con3 .rq1 .rig .title_a1 {
  display: none;
}
.sy_con3 .rq1 .rig:hover img {
  transform: scale(1.05);
}
.sy_con3 .rq1 .rig.show {
  display: block;
}
.sy_con3 .rq1 .rig img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.sy_con3 .rq1 .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.sy_con3 .rq1 .div {
  width: 29.1%;
  overflow: auto;
  height: 6.6rem;
}
@media (max-width: 991px) {
  .sy_con3 .rq1 .div {
    height: auto;
  }
}
.sy_con3 .rq1 .div .bot {
  width: 100%;
  height: 1.65rem;
  display: flex;
  align-items: center;
  transition: 0.5s all;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}
.sy_con3 .rq1 .div .divcon {
  border: 1px solid #eaeaea;
}
.sy_con3 .rq1 .div .bot:hover {
  background-color: #e40013;
}
.sy_con3 .rq1 .div .bot:hover .d .p {
  color: #fff;
}
.sy_con3 .rq1 .div .bot .d {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.sy_con3 .rq1 .div .bot .d::before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/img7.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con3 .rq1 .div .bot:nth-child(2) .d::before {
  background: url(../images/img8.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot:nth-child(3) .d::before {
  background: url(../images/img9.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot:nth-child(4) .d::before {
  background: url(../images/img10.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot .d .p1 {
  font-size: 30px;
  color: #333;
}
.sy_con3 .rq1 .div .bot .d .p2 {
  font-size: 18px;
  color: #999;
  font-family: 'akz';
}
.sy_con3 .rq1 .div .bot .d .p {
  padding-left: 70px;
}
.sy_con3 .rq1 .div .bot.on {
  background-color: #e40013;
}
.sy_con3 .rq1 .div .bot.on .p {
  color: #fff;
}
.sy_con3 .rq1 .div .bot.on .d::before,
.sy_con3 .rq1 .div .bot:hover .d::before {
  background: url(../images/img7b.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot:nth-child(2).on .d::before,
.sy_con3 .rq1 .div .bot:nth-child(2):hover .d::before {
  background: url(../images/img8b.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot:nth-child(3).on .d::before,
.sy_con3 .rq1 .div .bot:nth-child(3):hover .d::before {
  background: url(../images/img9b.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .div .bot:nth-child(4).on .d::before,
.sy_con3 .rq1 .div .bot:nth-child(4):hover .d::before {
  background: url(../images/img10b.png) no-repeat;
  background-size: contain;
}
.sy_con3 .rq1 .rig .div1 {
  width: 520px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 50px 55px;
}
.sy_con3 .rq1 .rig .div1 .p1 {
  color: #e40013;
  font-size: 30px;
}
.sy_con3 .rq1 .rig .div1 .p2 {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
/* content4 */
.sy_con4 {
  width: 100%;
  background: url(../images/img11.jpg) no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 90px;
}
.sy_con4:hover .zon .lef .rq1 img {
  transform: translateY(-15px);
}
.sy_con4 .zon {
  width: 100%;
  height: 662px;
}
.sy_con4 .zon .container {
  width: 50%;
  float: right;
}
.sy_con4 .zon .rig {
  width: 100%;
  padding-top: 70px;
  padding-left: 1rem;
  padding-right: 15px;
}
.sy_con4 .zon .rig .rq1 {
  position: relative;
  padding-left: 3.15rem;
  display: flex;
  align-items: flex-end;
}
.sy_con4 .zon .rig .rq1::before {
  content: '';
  width: 3rem;
  height: 2px;
  background: url('/application/home/view/default/images/img446.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  transform: translateY(-50%);
}
.sy_con4 .zon .rig .rq1 .s1 {
  display: inline-block;
  font-size: 18px;
  color: #999;
  font-family: 'din';
  position: relative;
  font-style: italic;
  line-height: 1;
}
.sy_con4 .zon .rig .rq1 .s2 {
  display: inline-block;
  font-size: 21px;
  color: #333;
  font-style: italic;
  padding-left: 20px;
  line-height: 1;
}
.sy_con4 .zon .rig .h1 {
  font-size: 44px;
  color: #000;
  line-height: 1.25;
  font-family: 'siyuan_bold';
}
.sy_con4 .zon .rig .h1 span {
  color: #e40013;
  position: relative;
}
.sy_con4 .zon .rig .h1 span::before {
  content: '';
  width: 174px;
  height: 3px;
  background-color: #e40013;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con4 .zon .rig .rq2 {
  margin-top: 70px;
  width: 80%;
}
@media (max-width: 768px) {
  .sy_con4 .zon .rig .rq2 {
    width: 100%;
  }
}
.sy_con4 .zon .container .rig .p1 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 80px;
  line-height: 30px;
  width: 80%;
  height: 14.06vw;
  overflow-y: auto;
  padding-right: 10px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.sy_con4 .zon .container .rig .p1::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.sy_con4 .zon .container .rig .p1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.sy_con4 .zon .container .rig .p1::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.sy_con4 .zon .container .rig .a1 {
  display: block;
  width: 170px;
  line-height: 50px;
  letter-spacing: 1px;
  background: url(../images/img12.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  color: #fff;
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 500px;
  background-color: #e40013;
  margin-top: 60px;
  transition: all 0.5s;
}
.sy_con4 .zon .container .rig .a1:hover {
  background-position-x: 80%;
}
.sy_con4 .zon .lef {
  width: 44%;
  float: left;
  position: relative;
}
.sy_con4 .zon .lef:hover .bfq div img {
  animation: jj 10s infinite linear;
}
.sy_con4 .sy_con4 .msg-box {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box-bg {
  width: 70%;
  height: 70%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: none;
  z-index: 1001;
}
.sy_con4 .zon .lef .rq1 {
  width: 70%;
  position: absolute;
  top: -13%;
  right: -32%;
}
@media (max-width: 768px) {
  .sy_con4 .zon .lef .rq1 {
    top: -5%;
    right: 0;
  }
}
.sy_con4 .zon .lef .rq1 img {
  width: 100%;
  transition: all 0.5s;
}
.sy_con4 .zon .rig .h1:nth-child(1) {
  position: relative;
}
@media (max-width: 1680px) {
  .sy_con4 .zon .rig .rq1 {
    padding-left: 2.6rem;
  }
  .sy_con4 .zon .rig .rq1::before {
    width: 2.45rem;
  }
}
@media (max-width: 1459px) {
  .sy_con4 .zon .rig .rq1::before {
    width: 28%;
  }
  .sy_con4 .zon .rig .rq1 .s2 {
    padding-left: 15px;
  }
}
@media (max-width: 1366px) {
  .sy_con4 .zon .rig .rq1 .s1 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .sy_con4 .zon .rig .rq1::before {
    content: unset;
  }
  .sy_con4 .zon .rig .rq1 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .sy_con4 .zon .rig .rq1 {
    padding-left: 0;
  }
  .sy_con4 .zon .rig .rq1 .s1 {
    font-size: 18px;
  }
  .sy_con4 .zon .rig .rq1 .s2 {
    font-size: 22px;
  }
  .sy_con4 .zon .container .rig .p1 {
    width: 100%;
    height: 130px;
  }
  .sy_con4 .zon .rig {
    margin-bottom: 25px;
  }
}
.sy_con5 .rq3 {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 501px) and (max-width: 991px) {
  .sy_con5 .rq3 {
    padding-top: 0;
  }
}
.sy_con5 .rq4 .p3 em {
  font-size: 82px;
  text-align: center;
  font-family: 'din';
  color: #000;
  transition: 0.5s all;
}
.sy_con5 .rq4 .p3 {
  font-size: 25px;
  color: #342c2a;
  position: relative;
}
.sy_con5 .rq4 .p3 .sztd {
  font-size: 82px;
  text-align: center;
  font-family: 'din';
  transition: 0.5s all;
  color: #000;
}
.sy_con5 .rq4 .p4 {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.sy_con5 .rq4:hover .sztd {
  color: #e40013;
}
.sy_con5 .rq4:hover em {
  color: #e40013;
}
.sy_con6 {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
.sy_con6 .div1 span {
  font-size: 30px;
  color: #fff;
  font-family: 'din';
  display: inline-block;
}
.sy_con6 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_con6 .div1 span:nth-child(2) {
  padding-left: 20px;
  position: relative;
}
.sy_con6 .div1 span:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 26px;
  background-color: #939393;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.sy_con6 .swiper-slide {
  overflow: hidden;
}
.sy_con6 .swiper-slide img {
  transition: all 0.5s;
}
.sy_con6 .swiper-slide:hover img {
  transform: scale(1.05);
}
.sy_con6 .rq1 {
  position: relative;
}
.sy_con6 .container .p2 {
  font-size: 50px;
  color: #fff;
  margin-top: -15px;
  font-family: 'siyuan_medium';
}
.sy_con6 .container .p2 span {
  font-family: 'din';
  font-size: 88px;
  color: #fff;
}
.sy_con6 .container .p3 {
  width: auto;
  padding: 0 20px;
  height: 50px;
  display: inline-block;
  border-radius: 500px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background-color: #e40013;
  font-family: 'siyuan_normal';
  margin-top: 10px;
  margin-bottom: 25px;
}
.sy_con6 .container .p4 {
  font-family: 'siyuan_medium';
  color: #FFF;
}
@media (min-width: 1921px) {
  .sy_con6 .container .p4 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .sy_con6 .container .p4 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .sy_con6 .container .p4 {
    font-size: 31.5px;
  }
}
.sy_con6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: none;
  border: 1px solid #fff;
  border-radius: 500px;
  opacity: 1;
}
.sy_con6 .swiper-pagination {
  left: 41%;
  top: 50%;
}
.sy_con6 .bj {
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.sy_con6 .swiper-pagination-bullet {
  background: transparent;
}
.sy_con6 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.sy_con7 {
  padding-top: 100px;
}
.sy_con7 .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
}
.sy_con7 .h2 {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-top: 10px;
}
.sy_con7 .gallery-top {
  width: 100%;
  height: 830px;
  background: url(../images/img16.jpg) no-repeat;
  background-size: cover;
  margin-top: 60px;
  cursor: pointer;
}
.sy_con7 .gallery-top .container .lef {
  width: 37%;
  padding-top: 170px;
  float: left;
}
.sy_con7 .gallery-top .container .rig {
  width: 63%;
  padding-top: 50px;
  float: right;
}
.sy_con7 .gallery-top .container .rig img {
  width: 100%;
}
.sy_con7 .gallery-top .container .lef .p1 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.sy_con7 .gallery-top .container .lef .p2 {
  font-size: 30px;
  margin-top: 20px;
  color: #e40013;
}
.sy_con7 .gallery-top .container .lef .p3 {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
  line-height: 30px;
}
.sy_con7 .gallery-top .container .lef .a1 {
  display: block;
  width: 170px;
  line-height: 50px;
  letter-spacing: 1px;
  background: url(../images/img18.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
  color: #000;
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 500px;
  margin-top: 60px;
  background-color: #fff;
  transition: 0.5s all;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
}
.sy_con7 .gallery-top .container {
  position: relative;
}
.sy_con7 .gallery-top .container .lef .a1:hover {
  background-color: #e40013 !important;
  color: #fff;
  background: url(../images/img12.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
}
.sy_con7 .gallery-top .swiper-button-next:after,
.sy_con7 .gallery-top .swiper-button-prev:after {
  content: none;
}
.sy_con7 .gallery-top .swiper-button-next,
.sy_con7 .gallery-top .swiper-button-prev {
  width: 18px;
  height: 32px;
  background: url(../images/img19.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 3%;
  opacity: 1;
  cursor: pointer;
}
.sy_con7 .gallery-top .swiper-button-prev {
  transform: rotate(180deg);
  left: 3%;
}
.sy_con7 .gallery-top .div1 {
  position: absolute;
  width: 7%;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  transition: 0.5s all;
}
.sy_con7 .gallery-top:hover .div1 {
  animation: td 1.4s linear infinite;
}
@keyframes td {
  25% {
    bottom: 16%;
  }
  50%,
  100% {
    bottom: 15%;
  }
  75% {
    bottom: 14%;
  }
}
.sy_con7 .gallery-top .div1 img {
  width: 100%;
}
.sy_con7 .gallery-top .swiper-pagination {
  text-align: right;
  bottom: 20%;
  left: -87%;
  right: 5%;
  font-size: 36px;
  color: #000;
  font-family: "din";
}
.sy_con7 .gallery-top .swiper-pagination .swiper-pagination-current {
  font-size: 48px;
  color: #000;
  font-family: "din";
  position: relative;
  padding-left: 15px;
}
.sy_con7 .gallery-top .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #000;
  font-family: "din";
  position: relative;
  padding-left: 11px;
}
.sy_con7 .gallery-top .swiper-pagination .swiper-pagination-total::before {
  content: '0';
  position: absolute;
  left: 0px;
  top: 0;
}
.sy_con7 .gallery-top .swiper-pagination .swiper-pagination-current::before {
  content: '0';
  position: absolute;
  left: -8px;
  top: 0;
}
.sy_con7 .gallery-top .swiper-pagination .swiper-pagination-total::before {
  content: '0';
  position: absolute;
  left: 0px;
  top: 0;
}
.sy_con7 .gallery-thumbs {
  width: 100%;
  background-color: #fff;
  transform: translateY(-130px);
}
.sy_con7 .gallery-thumbs .swiper-slide {
  border-top: 3px solid #dedede;
  cursor: pointer;
}
.sy_con7 .gallery-thumbs .swiper-slide .div1 {
  width: 50%;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.sy_con7 .gallery-thumbs .swiper-slide .div1::before {
  content: '';
  width: 120px;
  height: 120px;
  background: url(../images/img22.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  right: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.sy_con7 .gallery-thumbs .swiper-slide .div1 img {
  width: 100%;
}
.sy_con7 .gallery-thumbs .swiper-slide p {
  text-align: center;
  margin-top: 30px;
  color: #333333;
  font-size: 18px;
}
.sy_con7 .gallery-thumbs .swiper-slide-thumb-active {
  border-top-color: #e40013;
}
.sy_con7 .gallery-thumbs .swiper-slide-thumb-active .div1::before {
  opacity: 1;
}
.sy_con7 .gallery-thumbs .swiper-button-next:after,
.sy_con7 .gallery-thumbs .swiper-button-prev:after {
  content: none;
}
.sy_con7 .gallery-thumbs .swiper-button-next,
.sy_con7 .gallery-thumbs .swiper-button-prev {
  width: 35px;
  height: 70px;
  background: url(../images/img26.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 0%;
  opacity: 1;
  cursor: pointer;
}
.sy_con7 .gallery-thumbs .swiper-button-prev {
  transform: rotate(180deg);
  left: 0%;
}
.sy_con8 .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sy_con8 .h1 span {
  position: relative;
  color: #e40013;
}
.sy_con8 .h1 span::before {
  content: '';
  width: 162px;
  height: 3px;
  background-color: #e40013;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con8 .p {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-top: 10px;
}
.sy_con8 .rq1 {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.sy_con8 .rq1 img {
  width: 100%;
}
/* sy_con9 */
.sy_con9 {
  width: 100%;
  position: relative;
}
.sy_con9 .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.sy_con9 .h1::after {
  content: '';
  width: 46px;
  height: 2px;
  background-color: #e40013;
  position: absolute;
  left: 0;
  bottom: -50%;
}
.sy_con9 .h2 {
  font-size: 24px;
  color: #777777;
  margin-top: 55px;
  width: 50%;
}
.sy_con9 .ig {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.sy_con9 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 125px;
}
.sy_con9 .ig1 {
  width: 103px;
  position: absolute;
  left: 93%;
  top: 56%;
  animation: dt_2 3s linear infinite 0.1s;
}
.sy_con9 .ig2 {
  width: 130px;
  position: absolute;
  left: 85%;
  top: 45%;
  animation: dt_2 3s linear infinite 0.2s;
}
.sy_con9 .ig3 {
  width: 115px;
  position: absolute;
  left: 71%;
  top: 43%;
  animation: dt_2 3s linear infinite 0.4s;
}
.sy_con9 .ig4 {
  width: 80px;
  position: absolute;
  left: 45%;
  top: 37%;
  animation: dt_2 3s linear infinite 0.5s;
}
.sy_con9 .ig5 {
  width: 108px;
  position: absolute;
  left: 75%;
  top: 56%;
  animation: dt_2 3s linear infinite 0.6s;
}
.sy_con9 .ig6 {
  width: 74px;
  position: absolute;
  left: 62%;
  top: 43%;
  animation: dt_2 3s linear infinite 0.7s;
}
.sy_con9 .ig7 {
  width: 72px;
  position: absolute;
  left: 45%;
  top: 55%;
  animation: dt_2 3s linear infinite 0.8s;
}
.sy_con9 .ig8 {
  width: 113px;
  position: absolute;
  left: 80%;
  top: 30%;
  animation: dt_2 3s linear infinite 0.9s;
}
.sy_con9 .ig9 {
  width: 140px;
  position: absolute;
  left: 66%;
  top: 24%;
  animation: dt_2 3s linear infinite 1s;
}
.sy_con9 .ig10 {
  width: 98px;
  position: absolute;
  left: 53%;
  top: 26%;
  animation: dt_2 3s linear infinite 1.1s;
}
.sy_con9 .ig11 {
  width: 140px;
  position: absolute;
  left: 52%;
  top: 58%;
  animation: dt_2 3s linear infinite 1.2s;
}
.sy_con9 .ig12 {
  width: 138px;
  position: absolute;
  left: 40%;
  top: 68%;
  animation: dt_2 3s linear infinite 1.3s;
}
@keyframes dt_2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.sy_con9 .lef {
  width: 29%;
  float: left;
}
.sy_con9 .lef .p1 {
  font-size: 24px;
  color: #777777;
  font-family: "light";
  width: 50%;
}
.sy_con9 .lef a {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  background: #e40013;
  margin-top: 70px;
}
.sy_con9 .lef a span {
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "normal";
  padding-right: 40px;
  background-image: url(../images/img54.png);
  background-repeat: no-repeat;
  background-position-x: 74%;
  background-position-y: center;
  transition: all 1s;
}
.sy_con9 .lef a span:hover {
  color: #fff;
}
.sy_con10 {
  width: 100%;
  height: 100vh;
  display: none;
  background: url(../images/img70.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 75px;
  position: relative;
}
.sy_con10 .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.h1 {
  letter-spacing: 1px;
}
.sy_con10 .p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  width: 50%;
  letter-spacing: 2px;
  margin: 0 auto;
  line-height: 30px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.sy_con10 .rq {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sy_con10 .rq .div {
  width: 16.666%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  position: relative;
  overflow: hidden;
}
.sy_con10 .rq .div .bot2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: 0.5s all;
}
.sy_con10 .rq .div .bot2 img {
  width: 100%;
  height: 105%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sy_con10 .rq .div .bot2 img {
    display: none;
  }
}
.sy_con10 .rq .div:hover .bot2 {
  top: 0;
  opacity: 1;
}
.sy_con10 .rq .div:hover .bot .img1 {
  animation: spin 0.5s;
}
.sy_con10 .rq .div:last-child {
  border-right: none;
}
.sy_con10 .rq .div .bot {
  position: absolute;
  bottom: 78px;
  z-index: 5;
  width: 100%;
  height: 215px;
}
.sy_con10 .rq .div .img1 {
  display: block;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 65px;
}
.sy_con10 .rq .div .p1 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
}
.h1 img {
  vertical-align: middle;
  width: 48px;
}
.sy_con11 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}
.sy_con11 .h1 {
  font-size: 44px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.sy_con11 .p {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-top: 10px;
}
.sy_con11 .titleNav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sy_con11 .titleNav {
    flex-direction: column;
  }
}
.sy_con11 .titleNav .title {
  flex: 1;
}
@media (max-width: 768px) {
  .sy_con11 .titleNav .title {
    width: 100%;
  }
  .sy_con11 .titleNav .title > .div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .sy_con11 .titleNav .title {
    text-align: center;
  }
}
.sy_con11 .titleNav .title .div1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .sy_con11 .titleNav .title .div1 {
    font-size: 46.93333333px;
  }
}
@media (max-width: 1920px) {
  .sy_con11 .titleNav .title .div1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .sy_con11 .titleNav .title .div1 {
    font-size: 38.5px;
  }
}
@media (max-width: 991px) {
  .sy_con11 .titleNav .title .div1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sy_con11 .titleNav .title .div1 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .sy_con11 .titleNav .title .div1 {
    font-size: 24px;
    text-align: left;
  }
}
.sy_con11 .titleNav .title .div2 {
  line-height: 1;
  margin-top: 20px;
  color: #999;
}
@media (min-width: 1921px) {
  .sy_con11 .titleNav .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .sy_con11 .titleNav .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .sy_con11 .titleNav .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .sy_con11 .titleNav .title .div2 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sy_con11 .titleNav .title .div2 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .sy_con11 .titleNav .title .div2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.sy_con11 .titleNav .zuji_nav {
  flex: 2;
}
@media (max-width: 768px) {
  .sy_con11 .titleNav .zuji_nav {
    margin-top: 20px;
  }
}
.sy_con11 .titleNav .zuji_nav .zuji_ul {
  display: flex;
  justify-content: flex-end;
}
.sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
  margin-left: 35px;
}
@media (max-width: 1024px) {
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    padding: 15px 0;
  }
}
.sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
  cursor: pointer;
  background: #e3e4e5;
  padding: 15px 35px;
  border-radius: 1000px;
  color: #333;
  font-size: 16px;
  transition: all 0.6s;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
    margin-left: 25px;
  }
}
@media (max-width: 500px) {
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
    padding: 10px 15px;
    font-size: 12px;
    margin-left: 15px;
  }
}
.sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li:nth-of-type(1) a {
  margin-left: 0;
}
.sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li:hover a,
.sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li.on a {
  background: #e50017;
  color: #fff;
}
.sy_con11 .titleNav.hhhd {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .sy_con11 .titleNav.hhhd {
    align-items: center;
  }
}
.sy_con11 .rq1Box .rq1 {
  display: none;
}
.sy_con11 .rq1Box .rq1:nth-of-type(1) {
  display: block;
}
.sy_con11 .rq1 {
  width: 100%;
  margin-top: 50px;
}
.sy_con11 .rq1 .lef {
  float: left;
  background-color: #555555;
}
.sy_con11 .rq1 .lef .div1 {
  padding-left: 45px;
  padding-right: 185px;
  height: 2.83rem;
  width: 9.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .sy_con11 .rq1 .lef .div1 {
    width: 100%;
    height: auto;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    width: 24%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
    display: flex;
    margin-left: 0;
    justify-content: center;
    width: 130px;
  }
  .sy_con11 .rq1 {
    margin-top: 10px;
  }
}
.sy_con11 .rq1 .p1 {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.sy_con11 .rq1 .p1r {
  border-bottom: 0;
}
.sy_con11 .rq1 .p1 span {
  font-family: 'akz';
  margin-left: 20px;
}
.sy_con11 .rq1 .lef .div1 .p2 {
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
}
.sy_con11 .rq1 .lef .div1 .p3 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con11 .rq1 .lef .div2 {
  overflow: hidden;
  height: 5.47rem;
  width: 9.4rem;
}
@media (max-width: 768px) {
  .sy_con11 .rq1 .lef .div2 {
    width: 100%;
    height: auto;
  }
}
.sy_con11 .rq1 .lef .div2 img {
  width: 100%;
  transition: 0.5s all;
  vertical-align: middle;
}
.sy_con11 .rq1 .lef:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .sy_con11 .rq1 .rig {
    display: none;
  }
}
.sy_con11 .rq1 .rig .rigBox {
  display: flex;
}
.sy_con11 .rq1 .rig .div2 {
  height: 3.65rem;
}
@media (max-width: 768px) {
  .sy_con11 .rq1 .rig .div2 {
    height: auto;
  }
}
.sy_con11 .rq1 .rig .div2 a {
  display: flex;
  height: 100%;
}
.sy_con11 .rq1 .rig .div2 .fap_swp {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.sy_con11 .rq1 .rig .div2 .fap_swp .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.sy_con11 .rq1 .rig .div1 {
  width: 100%;
  height: 100%;
  background-color: #181818;
  display: inline-block;
}
.sy_con11 .rq1 .rig a:nth-child(2) .div1 {
  margin-left: 0;
  background-color: #555;
}
.sy_con11 .rq1 .div1 .bot1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 4.9rem;
  height: 2.85rem;
}
.sy_con11 .rq1 .div1 .bot1 img {
  width: 100%;
  transition: 0.5s all;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
.sy_con11 .rq1 .rig .div1:hover .bot1 img {
  transform: scale(1.05);
}
.sy_con11 .rq1 .div1 .bot2 {
  padding-left: 75px;
  padding-right: 75px;
  width: 4.9rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sy_con11 .rq1 .div1 .bot2 .p2 {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
  line-height: 35px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con11 .rq1 .div2 .swiper-container {
  position: relative;
}
.sy_con11 .rq1 .div2 .swiper-container .canvas-box {
  position: absolute;
  bottom: 0;
  height: 29.7%;
  width: 100%;
  z-index: -1;
}
.sy_con11 .rq1 .div2 .bot {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.8rem;
  margin-top: 0;
}
@media (min-width: 1921px) {
}
@media (max-width: 1680px) {
}
.sy_con11 .rq1 .div2 .bot .p1 {
  padding-bottom: 0;
  border-bottom: none;
}
.sy_con11 .rq1 .div2 .bot .p2 {
  font-family: 'siyuan_medium';
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 1921px) {
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 40.53333333px;
  }
}
@media (max-width: 1920px) {
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 33.25px;
  }
}
.sy_con11 .rq1 .div2 .bot .p3 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 85%;
}
.sy_con11 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 0.6;
}
.sy_con11 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.sy_con11 .swiper-pagination {
  left: 40%;
  bottom: 10%;
}
.sy_con11 .rq2 {
  margin-top: 115px;
}
.sy_con11 .rq2 .div1 .h1 {
  float: left;
}
.sy_con11 .rq2 .div1 .a1 {
  display: block;
  width: 170px;
  line-height: 50px;
  letter-spacing: 1px;
  background: url(../images/img18.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
  color: #000;
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 500px;
  background-color: #fff;
  transition: 0.5s all;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
  float: right;
}
.sy_con11 .rq2 .div1 .a1:hover {
  background-color: #e40013 !important;
  color: #fff;
  background: url(../images/img12.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
}
.sy_con11 .rq2 .div2 {
  margin-top: 70px;
}
.sy_con11 .rq2 .div2 .div {
  float: left;
  width: 32.5%;
  margin-left: 1%;
  position: relative;
  overflow: hidden;
}
.sy_con11 .rq2 .div2 .div:nth-child(1) {
  margin-left: 0;
}
.sy_con11 .rq2 .div2 .div .bot1 {
  width: 100%;
}
.sy_con11 .rq2 .div2 .div .bot1 img {
  width: 100%;
  vertical-align: middle;
  transition: 0.5s all;
}
.sy_con11 .rq2 .div2 .div:hover .bot1 img {
  transform: scale(1.05);
}
.sy_con11 .rq2 .div2 .div .bot2 {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 65px;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}
.sy_con11 .rq2 .div2 .div .bot2 .lef {
  float: left;
  width: 50%;
}
.sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
  font-size: 36px;
  color: #fff;
}
.sy_con11 .rq2 .div2 .div .bot2 .lef .p2 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.sy_con11 .rq2 .div2 .div .bot2 .rig {
  width: 35%;
  float: right;
}
.sy_con11 .rq2 .div2 .div .bot2 .rig img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 50px;
  display: none;
}
@media (max-width: 768px) {
  .banner .swiper-pagination {
    bottom: 20px;
    display: block;
  }
}
@media (max-width: 1680px) {
  .sy_con9 .container {
    padding-top: 89px;
  }
  .sy_con11 .rq1 .div1 .bot2 {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 25px;
  }
  .sy_con3 .rq1 .div .bot {
    padding: 27px 0;
  }
}
@media (max-width: 1459px) {
  .sy_con4 .zon .container .rig .a1 {
    margin-top: 30px;
  }
  .sy_con4 .zon .rig .h1 span::before {
    width: 100%;
  }
  .sy_con4 .zon .lef .rq1 {
    width: 60%;
  }
  .sy_con4 .zon .rig .rq1 .s2 {
    font-size: 20px;
    padding-left: 15px;
  }
  .sy_con4 .zon .rig .rq1::before {
    height: 2px;
  }
  .sy_con4 .zon .rig {
    padding-left: 50px;
    padding-right: 0px;
  }
  .sy_con4 .zon .rig .rq2 {
    margin-top: 34px;
  }
  .sy_con4 .zon .container .rig .p1 {
    font-size: 14px;
    margin-top: 25px;
  }
  .sy_con4 .zon {
    height: auto;
  }
  .sy_con4 {
    padding: 120px 0;
  }
  .sy_con9 .h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .sy_con9 .lef a span {
    line-height: 36px;
    font-size: 14px;
    padding-right: 30px;
  }
  .sy_con9 .lef a {
    height: 38px;
    margin-top: 35px;
  }
  .h2 {
    font-size: 18px !important;
  }
  .sy_con3 {
    padding-top: 50px;
  }
  .sy_con3 .rq1 .rig .div1 .p1 {
    font-size: 22px;
  }
  .sy_con3 .rq1 .rig .div1 {
    width: 400px;
    padding: 35px 44px;
  }
  .sy_con3 .rq1 .rig .div1 .p2 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }
  .sy_con3 .rq1 .div .bot .d .p {
    padding-left: 55px;
  }
  .sy_con3 .rq1 .div .bot .d::before {
    width: 38px;
    height: 38px;
  }
  .sy_con3 .rq1 .div .bot .d .p1 {
    font-size: 22px;
  }
  .sy_con3 .rq1 .div .bot .d .p2 {
    font-size: 14px;
  }
  .sy_con3 .h2 {
    font-size: 18px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .banner .container .p3 {
    font-size: 21px;
  }
  .banner .container .p2 {
    font-size: 40px;
  }
  .banner .container .p1 {
    font-size: 20px;
    width: 145px;
    line-height: 40px;
  }
  .abo_video .bfq div {
    width: 65px;
    height: 65px;
  }
  .sy_con2 .div img {
    width: 65%;
  }
  .sy_con2 .div {
    bottom: 5px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 26px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .h1 {
    font-size: 33px !important;
  }
  .h1 img {
    width: 36px;
  }
  .sy_con11 .rq2 .div1 .a1,
  .sy_con7 .gallery-top .container .lef .a1,
  .sy_con4 .zon .container .rig .a1,
  .sy_con9 .lef a {
    width: 130px;
    line-height: 38px;
    font-size: 14px;
  }
  .sy_con11 .rq1 .lef .div1 .p2,
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 24px;
  }
  .sy_con11 .rq1 .p1,
  .sy_con11 .rq1 .div2 .bot .p3 {
    font-size: 14px;
  }
  .sy_con11 .rq1 .lef .div1 .p3 {
    font-size: 14px;
  }
  .sy_con11 .rq1 .div1 .bot2 .p2 {
    font-size: 18px;
    height: 46px;
    line-height: 23px;
  }
  .sy_con11 .rq1 .div1 .bot2 {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sy_con10 .rq .div .p1 {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .sy_con10 .p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .sy_con10 .rq .div .img1 {
    width: 50px;
    margin-bottom: 40px;
  }
  .sy_con10 .rq .div .bot {
    height: 120px;
  }
  .sy_con7 .gallery-top .container .lef .p1 {
    font-size: 33px;
  }
  .sy_con7 .gallery-top .container .lef .p3 {
    font-size: 14px;
  }
  .sy_con7 .gallery-top .container .lef .p2 {
    font-size: 22px;
  }
  .sy_con7 .gallery-top {
    height: 700px;
    margin-top: 35px;
  }
  .sy_con7 .gallery-top .div1 {
    bottom: 20%;
  }
  .sy_con7 .gallery-top .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    padding-left: 8px;
  }
  .sy_con7 .gallery-thumbs .swiper-slide .div1::before {
    width: 80px;
    height: 80px;
  }
  @keyframes td {
    0% {
      bottom: 20%;
    }
    25% {
      bottom: 25%;
    }
    50% {
      bottom: 20%;
    }
    75% {
      bottom: 25%;
    }
    100% {
      bottom: 20%;
    }
  }
  .sy_con7 {
    padding-top: 60px;
  }
  .sy_con6 .div1 span {
    font-size: 22px;
  }
  .sy_con6 .container .p2 span {
    font-size: 65px;
  }
  .sy_con6 .container .p2 {
    font-size: 38px;
  }
  .sy_con6 .container .p3 {
    width: 360px;
    height: 36px;
    font-size: 24px;
  }
  .sy_con4 .zon .rig .rq1 {
    padding-left: 30%;
  }
  .sy_con5 .rq4 .p3 .sztd {
    font-size: 62px;
  }
  .sy_con5 .rq4 .p3 {
    font-size: 18px;
  }
  .sy_con5 .rq4 .p4 {
    font-size: 14px;
  }
  .sy_con5 .rq4 .p3 em {
    font-size: 62px;
  }
  .sy_con6 {
    margin-top: 55px;
  }
}
@media (max-width: 1459px) and (max-width: 991px) {
  .sy_con4 {
    padding: 40px 0;
  }
}
@media (max-width: 1459px) and (max-width: 768px) {
  .sy_con3 {
    padding-top: 30px;
  }
}
@media (max-width: 1259px) {
  .sy_con6 .container .p3 {
    width: 300px;
    height: 30px;
    font-size: 20px;
  }
  .sy_con6 .container .p2 {
    font-size: 30px;
  }
  .sy_con6 .container .p2 span {
    font-size: 50px;
  }
  .sy_con7 .gallery-top .container .lef .p1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .sy_con7 .gallery-top .container .lef .p2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .sy_con7 .gallery-top .container .lef {
    padding-top: 100px;
  }
  .h1 {
    font-size: 28px !important;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 20px;
  }
  .sy_con11 .rq1 .div1 .bot2 .p2 {
    font-size: 16px;
  }
  .sy_con11 .rq1 .div1 .bot2 {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .sy_con4 .zon .rig .rq1 {
    padding-left: 0;
  }
  .sy_con3 .rq1 .div .bot .d .p1 {
    font-size: 16px;
  }
  .sy_con4 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .sy_con10 .p {
    width: 80%;
    margin-bottom: 30px;
  }
  .sy_con4 .zon .lef,
  .sy_con4 .zon .rig {
    padding: 0;
    width: 70%;
    margin-left: 15%;
  }
  .sy_con4 .zon .container {
    width: 100%;
  }
  .sy_con6 .container {
    width: 100%;
    padding-left: 20px;
  }
  .sy_con6 .container .p2 {
    margin-top: 0;
  }
  .sy_con7 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sy_con7 .gallery-top .container .rig {
    width: 100%;
  }
  .sy_con7 .gallery-thumbs {
    transform: translateY(0px);
  }
  .sy_con7 .gallery-top {
    height: auto;
  }
  .sy_con7 .gallery-top .container .lef {
    width: 100%;
  }
  .sy_con9 .container {
    padding-top: 0px;
  }
  .sy_con9 {
    height: 700px;
  }
  .sy_con9 .ig {
    height: auto;
    position: absolute;
    bottom: 0;
  }
  .sy_con9 .lef {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .app {
    display: block;
  }
  .sy_con3 .rq1 .rig {
    width: 94.5%;
    margin: 0 auto;
    float: unset;
  }
  .sy_con3 .rq1 .container {
    position: static;
    transform: translate(0);
  }
  .sy_con3 .rq1 .div {
    width: 100%;
  }
  .banner .container {
    display: none;
  }
  .sy_con10 .rq .div .bot {
    position: static;
  }
  .sy_con10 .rq {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
  .sy_con10 .rq .div {
    width: 32%;
    margin-bottom: 25px;
  }
  .sy_con10 {
    height: auto;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .sy_con11 .rq2 .div2 .div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sy_con11 .rq1 .lef {
    width: 100%;
  }
  .sy_con11 .rq1 .rig {
    width: 100%;
    margin-left: 0;
  }
  .sy_con11 .rq1 .rig .div1,
  .sy_con11 .rq1 .rig .div2 {
    width: 100%;
  }
  .sy_con11 .rq1 .rig a:nth-child(2) .div1 {
    margin-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .sy_con5 .container {
    width: 90%;
    margin-top: 40px;
  }
  .sy_con6 {
    margin-top: 35px;
  }
  .sy_con10 .p {
    margin-bottom: 50px;
  }
  .sy_con10 .rq .div .img1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sy_con10 .rq .div .bot {
    height: auto;
  }
  .sy_con4 .zon .rig .rq1 {
    padding-left: 0;
  }
  .sy_con3 .rq1 .div .bot .d .p2 {
    font-size: 0.12rem;
    display: none;
  }
  .sy_con3 .rq1 .div .bot {
    padding: 15px;
  }
  .h1 {
    font-size: 0.16rem !important;
  }
  .content {
    margin-top: 0.6rem;
  }
  .content.qtsy {
    min-height: auto;
  }
  .sy_con6 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .sy_con4 .zon .lef,
  .sy_con4 .zon .rig {
    padding: 0;
    width: 90%;
    margin-left: 5%;
  }
  .sy_con4 .zon .lef {
    margin-top: 45px;
  }
  .sy_con4 .zon .container .rig .a1 {
    margin-bottom: 30px;
    width: 1.2rem;
    line-height: 0.3rem;
    background-image: unset;
  }
  .sy_con10 .p {
    font-size: 0.14rem;
  }
  .sy_con11 .rq2 .div1 .a1,
  .sy_con7 .gallery-top .container .lef .a1,
  .sy_con4 .zon .container .rig .a1,
  .sy_con9 .lef a {
    font-size: 0.14rem;
  }
  .sy_con11 .rq2 .div1 .a1 {
    display: none;
  }
  .sy_con4 .zon .rig .rq1::before {
    content: unset;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 0.2rem;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p2 {
    font-size: 0.14rem;
  }
  .sy_con3 .rq1 .rig .div1 .p1 {
    font-size: 0.22rem;
  }
  .sy_con3 .rq1 .rig .div1 .p2 {
    font-size: 0.14rem;
    line-height: 1.1;
  }
  .sy_con3 .rq1 .rig .div1 {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    width: 89%;
  }
  .sy_con3 .h2 {
    font-size: 0.14rem !important;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    font-size: 0.14rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sy_con11 .rq1 .p1,
  .sy_con11 .rq1 .div2 .bot .p3 {
    font-size: 0.14rem;
  }
  .sy_con11 .rq1 .lef .div1 .p2,
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 0.2rem;
  }
  .sy_con11 .rq1 .lef .div1 .p3 {
    font-size: 0.13rem;
  }
  .sy_con11 .rq1 .div1 .bot2 .p2 {
    font-size: 0.14rem;
  }
  .sy_con11 .swiper-pagination {
    bottom: 5%;
  }
  .sy_con11 .rq1 .p1,
  .sy_con11 .rq1 .div2 .bot .p3 {
    font-size: 0.14rem;
  }
  .sy_con11 .rq1 .lef .div1 .p2,
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 0.16rem;
  }
  .sy_con11 .rq1 .p1,
  .sy_con11 .rq1 .div2 .bot .p3 {
    font-size: 0.14rem;
    border-bottom: 1px solid #8d8d8d;
  }
  .sy_con11 .rq2 {
    margin-top: 0.4rem;
  }
  .sy_con11 .rq2 .div2 {
    margin-top: 0.25rem;
  }
  .sy_con11 {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 500px) {
  .sy_con4 .zon .container .rig .a1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 2px;
    margin-top: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    display: block !important;
  }
  .sy_con3 .rq1 .rig {
    width: 89%;
  }
  .sy_con4 .zon .rig .rq2 {
    margin-top: 20px;
  }
  .sy_con3 .rq1 .rig .div1 {
    display: none;
  }
  .sy_con6 .swiper-pagination-bullet-active {
    background-color: #e40013;
  }
  .sy_con4 {
    padding-bottom: 0;
  }
  .sy_con4 .zon .rig .h1 {
    line-height: 1.4;
  }
  .sy_con4 .zon .lef,
  .sy_con4 .zon .rig {
    width: 100%;
    margin-left: 0;
  }
  .sy_con6 .container {
    padding: 20px 15px;
    position: static;
    transform: translate(0);
  }
  .sy_con6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .sy_con6 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
  }
  .sy_con6 .container .p2 {
    font-size: 18px;
  }
  .sy_con6 .container .p2 span {
    font-size: 34px;
  }
  .sy_con6 .container .p3 {
    width: 210px;
    color: #fff !important;
    line-height: 28px;
    height: auto;
    font-size: 14px;
  }
  .sy_con6 .container p,
  .sy_con6 .container span {
    color: #333 !important;
  }
  .sy_con6 .container {
    position: static;
    transform: translate(0);
  }
  .sy_con5 .rq3 {
    padding-top: 0;
  }
  .sy_con5 .rq4 .p3 .zi {
    font-size: 14px;
  }
  .sy_con5 .rq4 .p3 {
    text-align: center;
  }
  .sy_con5 .rq3 {
    flex-wrap: wrap;
  }
  .sy_con5 .rq4 {
    margin-top: 20px;
    width: 50%;
  }
  .sy_con5 .rq4 .p3 .sztd,
  .sy_con5 .rq4 .p3 em {
    font-size: 30px;
  }
  .msg-box .close-box {
    width: 20px;
    height: 20px;
    right: 25px;
    top: 25px;
  }
  .txp_overlay_play .txp_btn_play_lg {
    width: 45px;
    height: 45px;
  }
  .msg-box-bg {
    width: 95%;
    height: 35%;
  }
  .sy_con4 {
    padding: 30px 0;
    padding-top: 0;
  }
  .sy_con4 .zon .rig .rq1 {
    padding-left: 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sy_con4 .zon .rig {
    margin: 40px 0;
    position: relative;
  }
  .sy_con4 .zon .container .rig .p1 {
    font-size: 13px;
  }
  .sy_con4 .zon .rig .rq1 .s1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sy_con4 .zon .rig .rq1 .s2 {
    font-size: 16px;
    padding-left: 0%;
  }
  .sy_con4 .zon .lef .rq1 {
    right: 0%;
  }
  .sy_con7 .gallery-top .swiper-button-next,
  .sy_con7 .gallery-top .swiper-button-prev {
    width: 10px;
    height: 50px;
  }
  .sy_con7 .gallery-top .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
  }
  .sy_con7 .gallery-top .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
    padding-left: 4px;
  }
  .sy_con7 .gallery-top .swiper-pagination {
    left: -73%;
    right: 0%;
    font-size: 24px;
    bottom: 0;
  }
  .sy_con7 .gallery-top .container .rig {
    padding-top: 30px;
  }
  .sy_con7 .gallery-top .container .lef .a1 {
    margin-top: 18px;
  }
  .sy_con11 .rq2 .div1 .a1,
  .sy_con7 .gallery-top .container .lef .a1,
  .sy_con4 .zon .container .rig .a1,
  .sy_con9 .lef a {
    width: 110px;
    line-height: 35px;
    font-size: 12px;
    display: none;
  }
  .sy_con7 .gallery-top .container .lef {
    padding-top: 35px;
  }
  .h2 {
    font-size: 14px !important;
  }
  .sy_con7 .gallery-top .container .lef .p3 {
    font-size: 12px;
    line-height: 20px;
  }
  .sy_con7 .gallery-top .container .lef .p2 {
    font-size: 14px;
  }
  .sy_con7 .gallery-top .container .lef .p1 {
    font-size: 20px;
  }
  .sy_con7 .gallery-thumbs .swiper-slide p {
    font-size: 14px;
  }
  .sy_con7 .gallery-thumbs .swiper-slide .div1 {
    width: 50%;
    margin-top: 25px;
  }
  .sy_con3 .rq1 .div .divcon::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
  }
  .sy_con3 .rq1 .div .divcon::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #d61f2f;
  }
  .sy_con3 .rq1 .div .divcon::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  .sy_con3 .rq1 .div .bot .d::before {
    width: 25px;
    height: 25px;
  }
  .sy_con3 .rq1 .div .bot .d .p {
    padding-left: 34px;
  }
  .sy_con3 .rq1 .div .bot {
    padding: 10px 10px;
  }
  .sy_con3 .rq1 .div .bot .d {
    width: 100%;
  }
  .sy_con3 .rq1 .rig .div1 {
    width: auto;
    padding: 15px 15px;
  }
  .sy_con3 .rq1 .rig .div1 .p2 {
    font-size: 13px;
    line-height: 24px;
    margin-top: 6px;
  }
  .sy_con3 .rq1 .rig .div1 .p1 {
    font-size: 18px;
  }
  .sy_con3 .rq1 .div .bot .d .p1 {
    font-size: 0.14rem;
  }
  .sy_con3 .rq1 .div {
    height: auto;
  }
  .sy_con3 .rq1 .div .bot {
    display: inline-block;
    width: 49%;
  }
  .sy_con3 .rq1 .div .divcon {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .sy_con3 .rq1 .rig .div1 {
    position: static;
  }
  .sy_con3 .rq1 {
    margin-top: 22px;
  }
  .sy_con3 .h2 {
    width: 90%;
    margin-top: 10px;
  }
  .sy_con3 .h2 {
    font-size: 14px;
  }
  .abo_video .bfq div {
    width: 35px;
    height: 35px;
  }
  .sy_con10 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .sy_con10 .rq .div .img1 {
    width: 40px;
    height: 42px;
    margin-bottom: 15px;
  }
  .sy_con10 .rq .div .p1 {
    font-size: 14px;
  }
  .sy_con10 .rq .div {
    width: 50%;
    margin-top: 10px;
    position: relative;
  }
  .sy_con10 .rq .div::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sy_con10 .p {
    width: 90%;
  }
  .sy_con11 .rq1 .lef .div1 .p2,
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 17px;
  }
  .sy_con11 .rq1 .lef .div1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sy_con11 .rq1 .lef .div2 {
    margin-top: 0;
  }
  .sy_con11 .rq1 .rig .div1 {
    margin-top: 0;
  }
  .h1 {
    font-size: 24px !important;
  }
  .h1 img {
    width: 30px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 20px;
  }
  .sy_con11 .rq1 .div2 .bot {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .sy_con11 .rq1 .div2 .bot .p2,
  .sy_con11 .rq1 .div2 .bot .p3 {
    margin-top: 10px;
  }
  .sy_con11 .rq2 {
    margin-top: 25px;
  }
  .sy_con11 .rq2 .div2 {
    margin-top: 25px;
  }
  .sy_con11 {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .sy_con11 .p {
    font-size: 14px;
  }
  .sy_con11 .rq1 {
    margin-top: 5px;
  }
  .sy_con9 {
    padding: 10px 0;
    height: 400px;
  }
  .sy_con9 .lef {
    width: 100%;
  }
  .sy_con9 .lef .p1 {
    width: 100%;
    font-size: 14px;
  }
  .sy_con9 .container,
  .sy_con9 .h2 {
    width: 100%;
  }
  .sy_con9 .h2,
  .sy_con9 .lef a {
    margin-top: 20px;
  }
  .sy_con9 .ig10 {
    width: 65px;
    left: 5%;
    top: 70%;
  }
  .sy_con9 .ig12 {
    width: 90px;
    left: 12%;
    top: 60%;
  }
  .sy_con9 .ig11 {
    width: 95px;
    left: 30%;
    top: 65%;
  }
  .sy_con9 .ig7 {
    width: 50px;
    left: 40%;
    top: 55%;
  }
  .sy_con9 .ig4 {
    width: 60px;
    left: 53%;
    top: 55%;
  }
  .sy_con9 .ig6 {
    width: 60px;
    left: 54%;
    top: 68%;
  }
  .sy_con9 .ig5 {
    width: 70px;
    left: 70%;
    top: 75%;
  }
  .sy_con9 .ig9 {
    width: 90px;
    left: 75%;
    top: 65%;
  }
  .sy_con9 .ig1 {
    width: 75px;
    left: 73%;
    top: 50%;
  }
  .sy_con9 .ig8 {
    width: 90px;
    left: 37%;
    top: 45%;
  }
  .sy_con9 .ig3 {
    width: 80px;
    left: 15%;
    top: 50%;
  }
  .sy_con9 .ig2 {
    width: 100px;
    left: 60%;
    top: 45%;
  }
  .sy_con9 .lef {
    float: none;
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .sy_con9 .lef a {
    height: 35px;
  }
  .sy_con9 .lef a span {
    font-size: 12px;
  }
  .sy_con9 .container {
    padding: 20px 0;
    position: static;
    transform: translate(0);
  }
  .sy_con11 .rq1 .div1 .bot2 .p2 {
    margin-top: 0;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .sy_con6 .swiper-pagination {
    bottom: -3%;
    top: unset;
  }
}
.sy_con8 .rq1 .div1 {
  position: absolute;
  top: 32%;
  left: 83%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div1 p {
  font-size: 16px;
  color: #333333;
  position: relative;
  transition: all 0.5s;
  padding-left: 20px;
  cursor: pointer;
}
.sy_con8 .rq1 .div1 p::before {
  content: '';
  width: 23px;
  height: 23px;
  background-image: url(../images/img99.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  top: 0px;
  transform: translateX(-50%);
  transition: all 0.5s;
  animation: tm 3s linear infinite;
}
.sy_con8 .rq1 .div2 {
  position: absolute;
  top: 40%;
  left: 82%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div3 {
  position: absolute;
  top: 48%;
  left: 83.5%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div4 {
  position: absolute;
  top: 69%;
  left: 86%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div5 {
  position: absolute;
  top: 76%;
  left: 92%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div6 {
  position: absolute;
  top: 43%;
  left: 79.5%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div7 {
  position: absolute;
  top: 53%;
  left: 76%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div8 {
  position: absolute;
  top: 57%;
  left: 79%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div9 {
  position: absolute;
  top: 64%;
  left: 79%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div10 {
  position: absolute;
  top: 37%;
  left: 75%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div11 {
  position: absolute;
  top: 47%;
  left: 78%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div12 {
  position: absolute;
  top: 51%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div13 {
  position: absolute;
  top: 58%;
  left: 72%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div14 {
  position: absolute;
  top: 54%;
  left: 64%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div3 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div4 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div5 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div7 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div8 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div9 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div13 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div12 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div14 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div15 {
  position: absolute;
  top: 23%;
  left: 58%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div16 {
  position: absolute;
  top: 34%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div17 {
  position: absolute;
  top: 36%;
  left: 58%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div18 {
  position: absolute;
  top: 42%;
  left: 58%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div19 {
  position: absolute;
  top: 46%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div20 {
  position: absolute;
  top: 31%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div15 p::before,
.sy_con8 .rq1 .div16 p::before,
.sy_con8 .rq1 .div17 p::before,
.sy_con8 .rq1 .div18 p::before,
.sy_con8 .rq1 .div19 p::before,
.sy_con8 .rq1 .div20 p::before,
.sy_con8 .rq1 .div21 p::before,
.sy_con8 .rq1 .div22 p::before,
.sy_con8 .rq1 .div23 p::before,
.sy_con8 .rq1 .div24 p::before,
.sy_con8 .rq1 .div25 p::before,
.sy_con8 .rq1 .div26 p::before,
.sy_con8 .rq1 .div27 p::before,
.sy_con8 .rq1 .div28 p::before,
.sy_con8 .rq1 .div29 p::before,
.sy_con8 .rq1 .div30 p::before,
.sy_con8 .rq1 .div31 p::before,
.sy_con8 .rq1 .div32 p::before {
  background-image: url(../images/img99r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sy_con8 .rq1 .div21 {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div22 {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div23 {
  position: absolute;
  top: 26%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div24 {
  position: absolute;
  top: 15%;
  left: 39%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div25 {
  position: absolute;
  top: 8%;
  left: 28%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div26 {
  position: absolute;
  top: 21%;
  left: 31%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div27 {
  position: absolute;
  top: 29%;
  left: 17%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div28 {
  position: absolute;
  top: 39%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div29 {
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div30 {
  position: absolute;
  top: 58%;
  left: 29%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div31 {
  position: absolute;
  top: 67%;
  left: 28%;
  transform: translate(-50%, -50%);
}
@keyframes tm {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.sy_con8 .rq1 .div1:hover p {
  color: #e40013;
}
.sy_con8 .rq1 .div1:hover p::before {
  transform: translateX(-50%) scale(1.5);
}
.sy_con8 .rq1 .div32 {
  position: absolute;
  top: 90%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.sy_con8 .rq1 .div33 {
  position: absolute;
  top: 90%;
  left: 68%;
  transform: translate(-50%, -50%);
}
.sy_con8 {
  padding: 80px 0;
}
@media (max-width: 1459px) {
  .sy_con8 .rq1 .div1 p {
    font-size: 12px;
    padding-left: 10px;
  }
  .sy_con8 .rq1 .div1 p::before {
    width: 14px;
    height: 14px;
  }
  .sy_con8 .p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sy_con3 .rq1 .div .bot .d .p1 {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
}
@media (max-width: 991px) {
  .sy_con8 .rq3 .dt {
    width: 100%;
  }
  .sy_con8 .p {
    font-size: 14px;
  }
  .sy_con8 .rq3 {
    margin-top: 20px;
  }
  .sy_con8 {
    padding-bottom: 20px;
  }
  .sy_con10 .rq .div .img1 {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .sy_con8 {
    padding: 0px 0;
  }
}
.title_a1 {
  width: 110px;
  line-height: 35px;
  font-size: 12px;
  border-radius: 500px;
  background-color: #e40013;
  color: #fff;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .title_a1 {
    display: block;
  }
}
.qtwySy_zhinengzhizao {
  position: relative;
  margin: 100px 0 130px 0;
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao {
    margin-top: 0;
  }
}
.qtwySy_zhinengzhizao .canvas-box {
  position: absolute;
  bottom: -130px;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao .title > .div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.qtwySy_zhinengzhizao .title .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwySy_zhinengzhizao .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_zhinengzhizao .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_zhinengzhizao .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .qtwySy_zhinengzhizao .title .div1 {
    font-size: 24px;
  }
}
.qtwySy_zhinengzhizao .title .div1 .span {
  color: #e50017;
}
.qtwySy_zhinengzhizao .title .div2 {
  margin: 20px 0 55px 0;
  line-height: 1;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwySy_zhinengzhizao .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_zhinengzhizao .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_zhinengzhizao .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .qtwySy_zhinengzhizao .title .div2 {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
.qtwySy_zhinengzhizao .ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qtwySy_zhinengzhizao .ul .li {
  width: 31%;
  margin-right: 3.4375%;
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.qtwySy_zhinengzhizao .ul .li .a {
  display: flex;
  flex-direction: column;
}
.qtwySy_zhinengzhizao .ul .li .a .div1 {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}
.qtwySy_zhinengzhizao .ul .li .a .div1 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwySy_zhinengzhizao .ul .li .a .div2 {
  margin: 50px 0 50px 0;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 {
    margin: 20px 0;
  }
}
.qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p1 {
    font-size: 0.16rem;
  }
}
.qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
  margin: 20px 0 40px 0;
  color: #666;
}
@media (min-width: 1921px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    font-size: 0.14rem;
  }
}
.qtwySy_zhinengzhizao .ul .li .a .div2 .p3 {
  display: flex;
  align-items: center;
}
.qtwySy_zhinengzhizao .ul .li .a .div2 .p3 .img {
  width: 10px;
  height: 15px;
  margin-right: 10px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p3 .img {
    width: 5px;
    height: 10px;
  }
}
.qtwySy_zhinengzhizao .ul .li .a .div2 .p3 .span {
  color: #e40013;
  font-size: 16px;
}
@media (max-width: 991px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p3 .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p3 .span {
    font-size: 0.13rem;
  }
}
.qtwySy_zhinengzhizao .ul .li .a:hover .div1 .img {
  transform: scale(1.05);
}
.qtwySy_zhinengzhizao .ul .li .a:hover .div2 .img {
  margin-right: 25px;
}
@media (min-width: 769px) {
  .qtwySy_zhinengzhizao .ul .li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwySy_zhinengzhizao.syznzz {
    margin-bottom: 20px;
  }
  .qtwySy_zhinengzhizao .title .div2 {
    margin-bottom: 20px;
  }
  .qtwySy_zhinengzhizao .ul .li .a .div2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
  }
  .qtwySy_zhinengzhizao .ul .li .a .div2 .p2 {
    margin: 5px 0;
  }
}
.qtwySy_hezuoanli {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .qtwySy_hezuoanli {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .qtwySy_hezuoanli {
    font-size: 14px;
    padding-top: 0;
  }
}
.qtwySy_hezuoanli .box {
  background: url('../images/img104.png') no-repeat;
  background-size: 100% 100%;
  height: 810px;
  padding-top: 60px;
  position: relative;
}
.qtwySy_hezuoanli .box .more {
  width: 170px;
  line-height: 50px;
  letter-spacing: 1px;
  background: url(../images/img18.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
  color: #000;
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 500px;
  margin-top: 60px;
  background-color: #fff;
  transition: 0.5s all;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
  position: absolute;
  bottom: 2.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.qtwySy_hezuoanli .box .more:hover {
  background-color: #e40013 !important;
  color: #fff;
  background: url(../images/img12.png) no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  background-size: 14px;
}
@media (max-width: 991px) {
  .qtwySy_hezuoanli .box {
    padding-top: 0px;
    background: unset;
    height: auto;
  }
  .qtwySy_hezuoanli .box .more {
    display: none;
  }
}
@media (max-width: 768px) {
  .qtwySy_hezuoanli .title > .div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.qtwySy_hezuoanli .title .div1 {
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwySy_hezuoanli .title .div1 {
    font-size: 46.93333333px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_hezuoanli .title .div1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_hezuoanli .title .div1 {
    font-size: 38.5px;
  }
}
@media (max-width: 768px) {
  .qtwySy_hezuoanli .title .div1 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .qtwySy_hezuoanli .title .div1 {
    font-size: 24px;
  }
}
.qtwySy_hezuoanli .title .div2 {
  color: #999;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwySy_hezuoanli .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwySy_hezuoanli .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwySy_hezuoanli .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwySy_hezuoanli .title .div2 {
    text-align: left;
    margin-top: 12px;
  }
}
@media (max-width: 500px) {
  .qtwySy_hezuoanli .title .div2 {
    font-size: 14px;
    margin: 15px 0;
    margin-top: 12px;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul {
    display: none;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li {
  position: absolute;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 4px 4px #f4f4f4;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li .img {
  transition: all 1s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li::before {
  transition: all 0.5s;
  opacity: 0;
  content: '';
  width: 120%;
  height: 120%;
  background-image: linear-gradient(to right, #ea4654, #ea4654, rgba(184, 36, 36, 0.3));
  position: absolute;
  border-radius: 1000px;
  z-index: -1;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li:hover::before {
  opacity: 1;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li:hover .img {
  transform: scale(1.1);
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li::after {
  opacity: 1;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 1000px;
  z-index: -1;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li1 {
  width: 145px;
  height: 145px;
  top: 34%;
  left: -1%;
  animation: dt_2 3s linear infinite 0.2s;
}
@media (max-width: 1024px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li1 {
    left: 5%;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li2 {
  width: 155px;
  height: 155px;
  top: 17%;
  left: 21%;
  animation: dt_2 3s linear infinite 0.4s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li3 {
  width: 145px;
  height: 145px;
  top: 53%;
  left: 23%;
  animation: dt_2 3s linear infinite 0.6s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li4 {
  width: 145px;
  height: 145px;
  top: 38%;
  left: 37%;
  animation: dt_2 3s linear infinite 0.8s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li5 {
  width: 100px;
  height: 100px;
  top: 23%;
  left: 54%;
  animation: dt_2 3s linear infinite 1s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li6 {
  width: 125px;
  height: 125px;
  top: 42%;
  left: 56%;
  animation: dt_2 3s linear infinite 1.2s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li7 {
  width: 175px;
  height: 175px;
  top: 53%;
  left: 69%;
  animation: dt_2 3s linear infinite 1.4s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li8 {
  width: 135px;
  height: 135px;
  top: 21%;
  left: 73%;
  animation: dt_2 3s linear infinite 1.6s;
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li9 {
  width: 135px;
  height: 135px;
  top: 41%;
  left: 93%;
  animation: dt_2 3s linear infinite 1.8s;
}
@media (max-width: 1024px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li9 {
    left: 87%;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li10 {
  width: 135px;
  height: 135px;
  top: 41%;
  left: 93%;
  animation: dt_2 3s linear infinite 2s;
}
@media (max-width: 1024px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul .qtwySy_anli_li10 {
    left: 87%;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul_app {
  overflow: hidden;
}
@media (min-width: 992px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul_app {
    display: none;
  }
}
@media (max-width: 991px) {
  .qtwySy_hezuoanli .qtwySy_anli_ul_app {
    display: block;
  }
}
.qtwySy_hezuoanli .qtwySy_anli_ul_app .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.qtwySy_hezuoanli .qtwySy_anli_ul_app .swiper-pagination {
  bottom: -15px;
}
@media (max-width: 1024px) {
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li {
    margin-left: 0;
  }
  .sy_con11 .rq1 .lef .div1 {
    padding-right: 45px;
  }
  .sy_con11 .rq1 .div1 .bot2 .p2 {
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sy_con11 {
    padding-top: 0;
  }
  .qtwySy_hezuoanli {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .sy_con3 .rq1 .rig {
    position: relative;
    height: 0;
    padding-bottom: 60%;
  }
  .sy_con3 .rq1 .rig img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
    position: absolute;
  }
  .sy_con3 .rq1 .div .divcon {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
  }
  .sy_con3 .rq1 .container {
    width: 94.7%;
  }
  .sy_con3 .rq1 .div .bot {
    padding: 22.5px 30px;
  }
  .sy_con3 .h2 {
    margin-top: 10px;
  }
  .sy_con3 .rq1 .div .bot .d {
    width: 100%;
  }
  .sy_con4 {
    padding-bottom: 0px;
  }
  .sy_con4 .zon .lef .rq1 {
    right: -20px;
  }
  .sy_con4 .zon .container .rig .a1 {
    margin-bottom: 40px;
  }
  .sy_con5.sy_con5Index {
    margin-top: 25px;
  }
  .sy_con5.sy_con5Index .container {
    width: 90%;
  }
  .sy_con11 .rq1Box {
    width: 750px;
    margin: 0 auto;
  }
  .sy_con11 .rq1 .lef .div1,
  .sy_con11 .rq1 .lef .div2 {
    width: 100%;
  }
  .sy_con11 .rq1 .lef .div1 {
    padding-right: 45px;
  }
  .sy_con11 .rq1 .rig .rigBox {
    display: none;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
    padding: 10px 35px;
    display: flex;
  }
  .sy_con11 .titleNav.hhhd {
    align-items: center;
  }
  .sy_con11 .rq2 .div1 .a1 {
    display: none;
  }
  .sy_con11 .rq2 .div2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    overflow-x: unset;
    width: 100%;
  }
  .sy_con11 .rq2 .div2 .div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .rig {
    width: 30%;
  }
  .sy_con11 .rq2 .div2 .div .bot2 {
    padding: 20px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 22px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p2 {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .foot-container .div1.fd {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sy_con3 .hh_div {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
  }
  .sy_con3 .hh_div .h1 {
    text-align: left;
    margin: unset;
    flex: 1;
  }
  .sy_con3 .h2 {
    text-align: left;
  }
  .sy_con3 .rq1 .rig {
    padding-bottom: unset;
    height: auto;
  }
  .sy_con3 .rq1 .rig .title_a1 {
    position: absolute;
    right: 0.15rem;
    bottom: 0.15rem;
    display: block;
  }
  .sy_con3 .rq1 .rig a {
    display: flex;
    flex-direction: column;
  }
  .sy_con3 .rq1 .rig .div1 {
    order: 0;
    display: block;
    position: unset;
    top: unset;
    transform: unset;
    padding: 20px 15px;
  }
  .sy_con3 .rq1 .rig img {
    position: unset;
    order: 1;
  }
  .sy_con3 .rq1 .div .divcon {
    padding-bottom: 0px;
    border-bottom: 0;
    overflow-x: unset;
    flex-wrap: wrap;
    display: flex;
  }
  .sy_con3 .rq1 .div .divcon::-webkit-scrollbar {
    height: 2px;
  }
  .sy_con3 .rq1 .div .bot {
    height: auto;
    width: 50%;
  }
  .sy_con3 .rq1 .div .bot:nth-of-type(2n+1) {
    border-right: 1px solid #ededed;
  }
  .sy_con3 .rq1 .container {
    width: 100%;
    order: 0;
  }
  .sy_con10 .rq .div .img1 {
    margin-bottom: 20px;
  }
  .sy_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .sy_con6 .swiper-pagination {
    top: unset;
    bottom: 20px;
  }
  .abo_video .btn {
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .abo_video .btn::before {
    border: 0.3rem solid #fff;
  }
  .sy_con10 .p {
    line-height: 1.4;
  }
  .sy_con11 .rq1 .lef .div1 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sy_con11 .rq1 .lef .div1 .p2,
  .sy_con11 .rq1 .div2 .bot .p2 {
    font-size: 0.16rem;
  }
  .sy_con4 .zon .lef .rq1 {
    top: -20%;
  }
}
@media (max-width: 500px) {
  .sy_con3 .rq1 .container {
    width: 100%;
  }
  .sy_con4 .zon .container .rig .p1 {
    line-height: 2;
    width: 100%;
    font-size: 0.14rem;
  }
  .sy_con5.sy_con5Index .container {
    width: 100%;
  }
  .sy_con5 .rq3 {
    margin-top: 0;
  }
  .sy_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .sy_con11 .titleNav .zuji_nav {
    width: 100%;
  }
  .sy_con11 .titleNav .zuji_nav .zuji_ul .zuji_li a {
    padding: 10px 15px;
  }
  .sy_con11 .rq1Box {
    width: 100%;
  }
  .sy_con11 .rq1 .lef .div1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sy_con11 {
    padding-bottom: 10px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p1 {
    font-size: 16px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef .p2 {
    font-size: 14px;
  }
  .sy_con11 .rq2 .div2 .div .bot2 .lef {
    width: 55%;
  }
  .sy_con3 .rq1 .div .bot {
    padding: 15px;
  }
}
.qtwy_gongchang_list {
  overflow: hidden;
}
.qtwy_gongchang_list_banner {
  width: 100%;
  height: 100vh;
}
.qtwy_gongchang_list_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}
.qtwy_gongchang_list_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_banner .text {
    top: 50%;
  }
}
.qtwy_gongchang_list_banner .text .title {
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 5px #515966;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_list_banner .text .title {
    font-size: 49.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_list_banner .text .title {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_list_banner .text .title {
    font-size: 40.25px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_list_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_banner .text .title {
    font-size: 0.16rem;
  }
}
.qtwy_gongchang_list_banner .text .cont {
  margin-top: 0.05rem;
  text-align: center;
  line-height: 1.7;
}
.qtwy_gongchang_list_banner .text .cont * {
  font-size: 17px;
  color: #fff;
  text-shadow: 5px 5px 5px #515966;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_banner .text .cont * {
    font-size: 0.14rem;
  }
}
.qtwy_gongchang_list_li {
  width: 100%;
  height: 100vh;
  height: 100%;
}
.qtwy_gongchang_list_li .bgimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .bgimg {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_gongchang_list_li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.qtwy_gongchang_list_li .text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text {
    bottom: 10%;
  }
}
.qtwy_gongchang_list_li .text .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 5px 5px 5px #515966;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_list_li .text .title {
    font-size: 49.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_list_li .text .title {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_list_li .text .title {
    font-size: 40.25px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_list_li .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .title {
    font-size: 0.16rem;
  }
}
.qtwy_gongchang_list_li .text .cont {
  margin-top: 0.05rem;
  text-align: center;
  line-height: 1.7;
}
.qtwy_gongchang_list_li .text .cont * {
  font-size: 24px;
  color: #fff;
  text-shadow: 5px 5px 5px #515966;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .cont * {
    font-size: 0.14rem;
  }
}
.qtwy_gongchang_list_li .text .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn {
    margin-top: 0.13rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn1 {
  width: 2.15rem;
  height: 0.65rem;
  margin-right: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn1 {
    width: 1.2rem;
    height: 0.35rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn1 .a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e20001;
  border-radius: 1000px;
}
.qtwy_gongchang_list_li .text .btn .btn1 .a .span {
  color: #fff;
  font-size: 18px;
  margin-right: 0.25rem;
}
@media (max-width: 1366px) {
  .qtwy_gongchang_list_li .text .btn .btn1 .a .span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_list_li .text .btn .btn1 .a .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn1 .a .span {
    font-size: 0.13rem;
    margin-right: 0.1rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn1 .a .img {
  width: 10px;
  height: 15px;
}
.qtwy_gongchang_list_li .text .btn .btn2 {
  width: 2.15rem;
  height: 0.62rem;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 {
    width: 1.2rem;
    height: 0.35rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn2 .mask1 {
  width: 2.25rem;
  height: 0.75rem;
  border: 1px solid #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .mask1 {
    width: 1.35rem;
    height: 0.45rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn2 .mask2 {
  width: 2.35rem;
  height: 0.85rem;
  border: 1px solid #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .mask2 {
    width: 1.45rem;
    height: 0.55rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn2 .a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.qtwy_gongchang_list_li .text .btn .btn2 .a .img {
  width: 0.65rem;
  height: 0.66rem;
  position: absolute;
  left: 0.01rem;
  top: 0.01rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .a .img {
    width: 0.325rem;
    height: 0.33rem;
    left: 0.02rem;
    top: 0.02rem;
  }
}
.qtwy_gongchang_list_li .text .btn .btn2 .a .span {
  color: #333;
  font-size: 18px;
  margin-left: 0.25rem;
}
@media (max-width: 1366px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .a .span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .a .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .a .span {
    margin-left: 0.15rem;
  }
}
.qtwy_gongchang_list_banner.list_sticky {
  position: sticky;
  top: 0;
}
.qtwy_gongchang_list_banner.list_sticky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qtwy_gongchang_list_li.list_sticky {
  position: sticky;
  top: -0.6rem;
}
.qtwy_gongchang_detail_li {
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_gongchang_detail_li {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.qtwy_gongchang_detail_li .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .qtwy_gongchang_detail_li .img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li.qtwy_gongchang_detail_li .text {
    top: unset;
  }
  .qtwy_gongchang_list_banner .text {
    top: unset;
    position: unset;
    left: unset;
    transform: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .qtwy_gongchang_list_banner,
  .qtwy_gongchang_list .fp-tableCell,
  .qtwy_gongchang_list .section {
    height: auto !important;
  }
  .qtwy_gongchang_list_li.list_sticky,
  .qtwy_gongchang_list_li .text,
  .qtwy_gongchang_list_li .bgimg {
    position: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    left: unset;
    height: auto;
  }
  .qtwy_gongchang_list {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.25rem;
  }
  .qtwy_gongchang_list .section {
    padding: 0.2rem 0;
    padding: 0rem 0 0.2rem;
  }
  .qtwy_gongchang_list_banner {
    padding-top: 0.2rem;
  }
  .list_sticky .text .title {
    color: #333;
    text-align: left;
    text-shadow: unset;
    font-size: 0.18rem;
    font-weight: 600;
  }
  .list_sticky .text .cont {
    margin-top: 0.1rem;
  }
  .list_sticky .text .cont * {
    color: #666;
    text-align: left;
    text-shadow: unset;
  }
  .qtwy_gongchang_list_li .text .btn .btn2 .a {
    border: 1px solid #eee;
  }
  .qtwy_gongchang_list_li .text .btn .btn1 .a .img {
    width: 6px;
    height: 10px;
  }
  .qtwy_gongchang_list_li .bgimg {
    height: auto;
  }
  .list_sticky .bgimg,
  .qtwy_gongchang_list_banner.list_sticky img {
    margin-top: 0.15rem;
  }
  .list_sticky {
    border: 1px solid #eee;
    padding: 0.25rem 0.15rem 0.25rem;
  }
  .qtwy_gongchang_list_li .text .btn .btn1 {
    margin-bottom: 0.2rem;
    margin-bottom: 0;
  }
  .qtwy_gongchang_list_li .text .btn .btn1,
  .qtwy_gongchang_list_li .text .btn .btn2 {
    margin-top: 0.05rem;
  }
  .qtwy_gongchang_list_li .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@-webkit-keyframes anibtn1 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1.06) scaleY(1.16);
    -webkit-transform: scaleX(1.06) scaleY(1.16);
    -moz-transform: scaleX(1.06) scaleY(1.16);
    -o-transform: scaleX(1.06) scaleY(1.16);
    opacity: 0.4;
  }
}
@-webkit-keyframes anibtn2 {
  0% {
    transform: scaleX(1.06) scaleY(1.16);
    -webkit-transform: scaleX(1.06) scaleY(1.16);
    -moz-transform: scaleX(1.06) scaleY(1.16);
    -o-transform: scaleX(1.06) scaleY(1.16);
    opacity: 0.4;
  }
  100% {
    transform: scaleX(1.15) scaleY(1.35);
    -webkit-transform: scaleX(1.15) scaleY(1.35);
    -moz-transform: scaleX(1.15) scaleY(1.35);
    -o-transform: scaleX(1.15) scaleY(1.35);
    opacity: 0.2;
  }
}
.yanshi_btn {
  position: relative;
}
.yanshi_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 22;
  pointer-events: none;
  animation: anibtn1 2s ease infinite;
}
.yanshi_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 22;
  pointer-events: none;
  animation: anibtn2 2s ease infinite;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li .text .btn .btn2 .a .span {
    font-size: 0.13rem;
  }
  .qtwy_gongchang_list_li .text .btn .btn1 .a .img {
    width: 0.08rem;
    height: 0.12rem;
  }
  .qtwy_gongchang_list_li.qtwy_gongchang_detail_li .text {
    top: 53%;
  }
}
.qtwy_mbx {
  width: 100%;
  background: #fff;
  height: 0.65rem;
}
@media (max-width: 768px) {
  .qtwy_mbx {
    position: relative;
    left: 0;
    bottom: 0;
    background: #f0f0f0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0rem;
  }
}
.qtwy_mbx .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_mbx .hh_w .icon_r {
  display: flex;
  align-items: center;
}
.qtwy_mbx .hh_w .icon_r .icon_rImg {
  width: 25px;
  height: 25px;
}
.qtwy_mbx .hh_w .icon_r .icon_l {
  width: 15px;
  height: 10px;
  margin: 0 0 0 15px;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .icon_r .icon_l {
    width: 0.15rem;
    height: 0.1rem;
    margin: 0 0 0 0.15rem;
    display: none;
  }
}
.qtwy_mbx .hh_w .link {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .link {
    margin-left: 0;
  }
}
.qtwy_mbx .hh_w .link .ul {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .link .ul {
    padding: 0.1rem 0;
    flex-wrap: wrap;
  }
}
.qtwy_mbx .hh_w .link .ul .li {
  display: flex;
  align-items: center;
}
.qtwy_mbx .hh_w .link .ul .li .a {
  color: #666;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .link .ul .li .a {
    color: #999;
    line-height: 1.57;
    font-size: 0.14rem;
  }
}
.qtwy_mbx .hh_w .link .ul .li .a:hover,
.qtwy_mbx .hh_w .link .ul .li .a.on {
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .link .ul .li .a:hover,
  .qtwy_mbx .hh_w .link .ul .li .a.on {
    color: #777;
  }
}
.qtwy_mbx .hh_w .link .ul .li .icon_l {
  width: 15px;
  height: 10px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .link .ul .li .icon_l {
    width: 0.15rem;
    height: 0.1rem;
    margin: 0 0.15rem;
  }
}
.qtwy_mbx .hh_w .link .ul .li:last-child .icon_l {
  display: none;
}
.qtwy_mbx .hh_w .backPage {
  position: absolute;
  right: 12.5%;
  height: 0.65rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .backPage {
    display: none;
  }
}
.qtwy_mbx .hh_w .backPage .a {
  display: flex;
  align-items: center;
}
.qtwy_mbx .hh_w .backPage .a .img {
  margin-right: 0.1rem;
}
.qtwy_mbx .hh_w .backPage .a .span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_mbx .hh_w .backPage .a .span {
    font-size: 0.14rem;
  }
}
.qtwy_mbx.yingyong {
  background: #f1f3f5;
}
.qtwy_mbx.shebei {
  border-bottom: 1px solid #eaeaea;
}
.qtwy_gongchang_list_li2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47.92%;
}
.qtwy_gongchang_list_li2 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li2 {
    padding-bottom: 0%;
    height: auto;
  }
  .qtwy_gongchang_list_li2 > .img {
    position: relative;
    height: auto;
  }
}
.qtwy_gongchang_list_li2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.qtwy_gongchang_list_li2 .text {
  position: absolute;
  width: 8.3rem;
  padding: 0.4rem 0.5rem;
  background: #fff;
  z-index: 1;
  right: 12.5%;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li2 .text {
    position: unset;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    padding: 0.2rem;
  }
}
.qtwy_gongchang_list_li2 .text .title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_list_li2 .text .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_list_li2 .text .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_list_li2 .text .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li2 .text .title {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    color: #fff;
    z-index: 1;
  }
}
.qtwy_gongchang_list_li2 .text .cont {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .qtwy_gongchang_list_li2 .text .cont {
    font-size: 0.14rem;
    color: #fff;
    z-index: 1;
  }
}
.qtwy_gongchang_zuoyehuanjing {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_gongchang_zuoyehuanjing {
    margin: 0.4rem 0;
  }
}
.qtwy_gongchang_zuoyehuanjing .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_gongchang_zuoyehuanjing .hh_w .title {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.7rem;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_zuoyehuanjing .hh_w .cont {
  padding: 0.55rem 0.8rem 1.05rem 0.8rem;
  border-top: 5px solid #d5d5d5;
  line-height: 1.7;
  color: #666;
  background: #f7f8f9;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_gongchang_zuoyehuanjing .hh_w .cont {
    font-size: 0.14rem;
    padding: 0.2rem;
  }
}
.qtwy_gongchang_zuoyehuanjing .hh_w .cont:hover {
  border-top-color: #e40013;
  transform: translateY(-10px);
  box-shadow: 0px 0px 12px 4px #efefef;
}
.qtwy_gongchang_chanxianshuoming {
  margin: 1rem 0;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming {
    margin: 0.4rem 0;
  }
}
.qtwy_gongchang_chanxianshuoming .canvas-box {
  position: absolute;
  bottom: -1.2rem;
  width: 100%;
  height: 40%;
  z-index: -1;
}
.qtwy_gongchang_chanxianshuoming .canvas-box > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qtwy_gongchang_chanxianshuoming .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .title {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.65rem;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul {
  display: flex;
  flex-wrap: wrap;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li {
  width: 23.6%;
  margin-right: 1.866%;
  border-top: 5px solid #d5d5d5;
  padding: 0.6rem 0.3rem 1.05rem 0.3rem;
  background: #f7f8f9;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li {
    width: 100%;
    margin-right: 0%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div1 {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div1 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div2 {
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.15rem 0;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
  height: 1.8rem;
  overflow-y: auto;
  line-height: 1.7;
  font-size: 16px;
  color: #666;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
    font-size: 0.14rem;
    height: 1rem;
    line-height: 1.5;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
@media (min-width: 769px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_ul .chanxian_li:hover {
  border-top-color: #e40013;
  transform: translateY(-10px);
  box-shadow: 0px 0px 12px 4px #efefef;
  background: #fff;
}
.qtwy_gongchang_chanxianshuoming .hh_w .mCSB_buttonLeft,
.qtwy_gongchang_chanxianshuoming .hh_w .mCSB_buttonRight {
  display: none;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp {
  margin-top: 1rem;
  padding-bottom: 0.8rem;
  width: 100%;
  display: none;
  height: auto;
  overflow: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .swiper-pagination-progressbar {
  top: unset;
  bottom: 0;
  height: 3px;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e40013;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_buttonLeft,
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_buttonRight {
  display: none;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_dragger::before {
  content: '';
  position: absolute;
  background: url('../images/img369.png') no-repeat;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_dragger::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_dragger::after {
  content: '';
  width: 10086px;
  height: 2px;
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -1px;
  background: #e40013;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_dragger::after {
    right: 0;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_scrollTools .mCSB_draggerContainer,
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_scrollTools .mCSB_dragger {
  display: flex;
  align-items: center;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  height: 50px;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_horizontal > .mCSB_container {
  margin-bottom: 1.05rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .mCSB_horizontal > .mCSB_container {
    margin-bottom: 0.5rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox {
  overflow: hidden;
  display: flex;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li {
  width: 3.6rem;
  display: flex;
  flex-direction: column;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 {
  font-size: 18px;
  color: #333;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 {
    font-size: 0.16rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 {
  position: relative;
  width: 100%;
  margin: 0.2rem 0 0.3rem 0;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 {
    margin: 0.1rem 0 0.1rem 0;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .img1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .img2 {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .img2 {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div3 {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 53.43%;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div3 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 {
  padding-right: 0.25rem;
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p1 {
  margin: 0.3rem 0 0.2rem 0;
  color: #333;
  font-size: 18px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p1 {
    font-size: 0.16rem;
    margin: 0.15rem 0 0.05rem 0;
  }
}
.qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p2 {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianshuoming .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p2 {
    font-size: 0.14rem;
  }
}
.qtwy_gongchang_chanxianliangdian {
  padding: 1.15rem 0 0 0;
  background: url('../images/img121.png');
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian {
    padding-top: 0.4rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.qtwy_gongchang_chanxianliangdian .hh_w .title .p1 {
  color: #333;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .title .p1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .title .p1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .title .p1 {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .title .p1 {
    font-size: 0.22rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .title .p2 {
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .title .p2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    line-height: 1.7;
    width: 100%;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0.65rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp {
    padding-bottom: 0.15rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .swiper-pagination {
  bottom: 0;
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .swiper-pagination-bullet-active {
  background: #e50017;
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li {
  width: 100%;
  margin-right: 1.866%;
  border-top: 5px solid #d5d5d5;
  padding: 0.6rem 0.45rem 1.05rem 0.45rem;
  background: #f7f8f9;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li {
    width: 100%;
    margin-right: 0%;
    padding: 0.2rem 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div1 {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div1 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div2 {
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div2 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.15rem 0;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 .scrollY {
  height: 1.8rem;
  overflow-y: auto;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 .scrollY {
    font-size: 0.14rem;
    height: 1rem;
    line-height: 1.5;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li .div3 .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
@media (min-width: 769px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.qtwy_gongchang_chanxianliangdian .hh_w .chanxian_ul .chanxian-liangdian-swp .chanxian_li:hover {
  border-top-color: #e40013;
  transform: translateY(-10px);
  box-shadow: 0px 0px 12px 4px #efefef;
  background: #fff;
}
.qtwy_gongchang_shebeicanshu {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu {
    margin: 0.4rem 0;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w .title {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.65rem;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shebeicanshu .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shebeicanshu .hh_w .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_shebeicanshu .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li {
  height: 0.65rem;
  align-items: center;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
.qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
  padding: 0 0.25rem;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1,
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    font-size: 0.14rem;
    padding: 0 0.1rem;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1 {
  color: #333;
  border-right: 1px solid #dcdedf;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div1 {
    border-right: 0;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shebeicanshu .hh_w .cont .li .div2 {
    justify-content: flex-end;
  }
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li:nth-child(odd) {
  background: #f7f8f9;
}
.qtwy_gongchang_shebeicanshu .hh_w .cont .li:nth-child(even) {
  background: #eff1f3;
}
.form_tc {
  width: 90%;
  height: 85%;
  left: 5%;
  top: 5%;
  -webkit-transform: scale(0, 0);
  border-radius: 0.1rem;
  position: fixed;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .form_tc {
    overflow-y: unset;
  }
}
.form_tc.active {
  -webkit-transform: scale(1, 1) !important;
  -webkit-backface-visibility: inherit !important;
  backface-visibility: inherit !important;
}
.form_tc.scrollY {
  overflow-y: auto;
  line-height: 1.7;
  font-size: 16px;
  color: #666;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
  .form_tc.scrollY {
    font-size: 0.14rem;
    height: 80%;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .form_tc.scrollY .form_li_title span {
    font-size: 0.16rem;
  }
}
.form_tc.scrollY::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.form_tc.scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
.form_tc.scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.form_mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.form_mask.active {
  display: block;
}
.form_tc .scrollY::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.form_tc .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
.form_tc .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.form_tc_close {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #e40013;
  z-index: 10;
}
@media (max-width: 768px) {
  .form_tc_close {
    width: 0.5rem;
    height: 0.5rem;
    left: 50%;
    bottom: 5%;
    top: unset;
    right: unset;
    transform: translateX(-50%);
    border-radius: 1000px;
    position: fixed;
    z-index: 10000;
  }
  .form_tc_close .img {
    width: 40%;
    height: 40%;
  }
}
.form_tc .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form {
  padding: 0 0 1.2rem 0;
}
@media (max-width: 768px) {
  .form_tc .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form {
    padding: 0 0 0.2rem 0;
  }
}
.qtwy_gongchang_shiyongjixing {
  padding: 1rem 0 1rem 0;
  background: #f7f8f9;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing {
    margin: 0;
    padding: 0.4rem 0;
    padding-bottom: 0.25rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .title {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
    padding-bottom: 0.5rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination-bullet-active {
  background: #e50017;
}
@media (min-width: 769px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination {
    display: none;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-wrapper {
    align-items: stretch;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 47%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  right: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 53%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
    display: none;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:after,
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-slide {
  background: #fff;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a {
  display: flex;
  width: 100%;
  background: url(../images/icon14.png);
  background-size: 60%;
  background-position-y: 25px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a {
    background-size: cover;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  background: url(../images/img153.png) no-repeat;
  background-size: 42.36% 100%;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
    flex-direction: column;
    background-size: 100% 41%;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
  position: relative;
  width: 42.36%;
  height: 0;
  padding-bottom: 30.5%;
  overflow: hidden;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.82%;
    margin-bottom: 0;
  }
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox .img {
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox .img {
    padding: 0.25rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
  width: 57.64%;
  padding: 0 1.2rem;
  background-position-y: 25px;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
    width: 100%;
    padding: 0.2rem 0.15rem 0.25rem 0.15rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 0.13rem;
    margin-bottom: 0.04rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
  color: #e40013;
  margin: 0.1rem 0 0.3rem 0;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 0.16rem;
    margin: 0 0 0.15rem 0;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
  margin-bottom: 0.8rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1921px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
  display: inline-flex;
  align-items: center;
  border-radius: 1000px;
  padding: 0.15rem 0.35rem;
  background: #f1f3f5;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
    padding: 0.08rem 0.2rem;
    display: inline-flex;
    align-items: center;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
  color: #666;
  margin-right: 0.35rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
    margin-right: 0.1rem;
    font-size: 0.12rem;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .img_a {
  display: none;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li::before {
  transition: all 0.5s;
  opacity: 0;
  content: '';
  width: 6px;
  height: 100%;
  background: #e40013;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li::before {
    content: unset;
  }
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .imgBox .img {
  transform: scale(1.05) translate(-50%, -50%);
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 {
  background: #e40013;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .span {
  color: #fff;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img {
  display: none;
}
.qtwy_gongchang_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li::before {
  opacity: 1;
}
.qtwy_yinggong_shiyongjixing {
  padding: 1rem 0 1rem 0;
  background: #f7f8f9;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing {
    margin: 0;
    padding: 0.4rem 0;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .title .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div1 {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .title .div2 {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div2 {
    display: -webkit-box;
    overflow-y: scroll;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn {
  color: #333;
  height: 0.55rem;
  line-height: 0.55rem;
  padding: 0 0.3rem;
  background: #fff;
  border-radius: 1000px;
  margin-left: 10px;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn {
    padding: 0 0.1rem;
    line-height: 0.35rem;
    height: 0.35rem;
    font-size: 0.14rem;
    margin-left: 0;
    margin-right: 0.1rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn:nth-last-child(1) {
  margin-right: 0;
}
.qtwy_yinggong_shiyongjixing .hh_w .title .div2 .btn.on {
  background: #e40013;
  color: #fff;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp {
    padding-bottom: 0.5rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination-bullet-active {
  background: #e50017;
}
@media (min-width: 769px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-pagination {
    display: none;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 47%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  right: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  top: unset;
  bottom: 0;
  left: 53%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next {
    display: none;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:after,
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:after,
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .swiper-slide {
  background: #fff;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a {
  display: flex;
  width: 100%;
  background: url(../images/icon14.png);
  background-size: 60%;
  background-position-y: 25px;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a {
    background-size: cover;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  background: url(../images/img153.png) no-repeat;
  background-size: 42.36% 100%;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li:hover:before {
  opacity: 1;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li {
    flex-direction: column;
    background-size: 100% 49%;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
  position: relative;
  width: 42.36%;
  height: 0;
  padding-bottom: 25.34%;
  overflow: hidden;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.82%;
  }
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox .img {
  padding: 0;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
  width: 57.64%;
  padding: 0.5rem 1.2rem;
  background-position-y: 25px;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div {
    width: 100%;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p1 {
    font-size: 0.16rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
  color: #e40013;
  margin: 0.1rem 0 0.3rem 0;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p2 {
    font-size: 0.2rem;
    margin: 0 0 0.1rem 0;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
  margin-bottom: 0.8rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p3 {
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  padding: 0.15rem 0.35rem;
  background: #f1f3f5;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 {
    padding: 0.08rem 0.2rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
  color: #666;
  margin-right: 0.35rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .span {
    margin-right: 0.1rem;
    font-size: 0.12rem;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .div .p4 .img_a {
  display: none;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li::before {
  transition: all 0.5s;
  opacity: 0;
  content: '';
  width: 6px;
  height: 100%;
  background: #e40013;
  position: absolute;
  z-index: 1;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .imgBox .img {
  transform: scale(1.05) translate(-50%, -50%);
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 {
  background: #e40013;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .span {
  color: #fff;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img_a {
  display: block;
  animation: hideShow 0.5s;
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li .div .p4 .img {
  display: none;
}
@media (min-width: 769) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a:hover .li::before {
    opacity: 1;
  }
}
.qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp:nth-of-type(1) {
  display: block;
}
@media (max-width: 768px) {
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li:hover:before {
    content: unset;
  }
  .qtwy_yinggong_shiyongjixing .hh_w .cont .qtwy-jixing-swp .a .li .imgBox .img {
    max-width: 90%;
    max-height: 90%;
  }
}
.qtwy_yuyue {
  background: url('../images/img124.png');
  background-size: 100% 100%;
  width: 100%;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_yuyue {
    padding: 0.4rem 0;
    background-size: cover;
    padding-bottom: 0.24rem;
  }
}
.qtwy_yuyue .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_yuyue .hh_w .btnBox {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox {
    align-items: center;
    justify-content: space-between;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.16%;
  padding: 0.35rem 0;
  background: #fff;
  border-radius: 25px;
  margin-left: 6.25%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox .btn {
    margin-left: 0;
    width: 28%;
    padding: 0.15rem 0;
    justify-content: flex-start;
    margin-bottom: 0.15rem;
    border-radius: 15px;
    flex-direction: column;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn .bgimg_a {
  position: absolute;
  right: 0.25rem;
  top: -0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0;
}
.qtwy_yuyue .hh_w .btnBox .btn a {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox .btn a {
    flex-direction: column;
    justify-content: center;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn .div1 {
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div1 {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.2rem;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_yuyue .hh_w .btnBox .btn .div1 .img_a {
  display: none;
}
.qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
  color: #333;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p1 {
    font-size: 0.13rem;
    margin-top: 0.05rem;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
  color: #999;
  font-family: 'DINM';
}
@media (min-width: 1921px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_yuyue .hh_w .btnBox .btn .div2 .p2 {
    font-size: 0.12rem;
    display: none;
  }
}
.qtwy_yuyue .hh_w .btnBox .btn:hover {
  background: #e40013;
  opacity: 0.8;
}
.qtwy_yuyue .hh_w .btnBox .btn:hover .bgimg_a {
  opacity: 0.1;
}
.qtwy_yuyue .hh_w .btnBox .btn:hover .div1 .img {
  display: none;
}
.qtwy_yuyue .hh_w .btnBox .btn:hover .div1 .img_a {
  display: block;
  width: 100%;
  height: 100%;
}
.qtwy_yuyue .hh_w .btnBox .btn:hover .div2 .p1,
.qtwy_yuyue .hh_w .btnBox .btn:hover .div2 .p2 {
  color: #fff;
}
.qtwy_yuyue .hh_w .btnBox .btn:nth-of-type(1) {
  margin-left: 0;
}
.qtwy_code {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_code {
    margin: 0.4rem 0 0.1rem 0;
  }
}
.qtwy_code .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_code .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_code .hh_w {
    flex-wrap: wrap;
  }
}
.qtwy_code .hh_w .codeLi {
  width: 15.625%;
}
@media (max-width: 768px) {
  .qtwy_code .hh_w .codeLi {
    width: 50%;
    margin-bottom: 0.25rem;
  }
}
.qtwy_code .hh_w .codeLi .div1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  background: #f6f7f8;
}
.qtwy_code .hh_w .codeLi .div1 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_code .hh_w .codeLi .div1 {
    width: 50%;
    padding-bottom: 50%;
    margin-left: 25%;
  }
}
.qtwy_code .hh_w .codeLi .div1 .img {
  width: 90%;
  height: 90%;
  margin: 5% 0 0 5%;
}
.qtwy_code .hh_w .codeLi .div2 {
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 0.1rem;
}
@media (min-width: 1921px) {
  .qtwy_code .hh_w .codeLi .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_code .hh_w .codeLi .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_code .hh_w .codeLi .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 1280px) {
  .qtwy_code .hh_w .codeLi .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_code .hh_w .codeLi .div2 {
    font-size: 0.14rem;
  }
}
#pro_nav .r1 {
  position: relative;
  height: 10.8rem;
}
#pro_nav .r1 .pro_type {
  position: absolute;
  width: 25%;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
#pro_nav .r1 .pro_type h5 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  height: 70px;
}
@media (min-width: 1921px) {
  #pro_nav .r1 .pro_type h5 {
    font-size: 49.06666667px;
  }
}
@media (max-width: 1920px) {
  #pro_nav .r1 .pro_type h5 {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  #pro_nav .r1 .pro_type h5 {
    font-size: 40.25px;
  }
}
#pro_nav .r1 .pro_type .title {
  width: 3.45rem;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1921px) {
  #pro_nav .r1 .pro_type .title {
    font-size: 49.06666667px;
  }
}
@media (max-width: 1920px) {
  #pro_nav .r1 .pro_type .title {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  #pro_nav .r1 .pro_type .title {
    font-size: 40.25px;
  }
}
@media (max-width: 1366px) {
  #pro_nav .r1 .pro_type .title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  #pro_nav .r1 .pro_type .title {
    font-size: 26px;
  }
}
#pro_nav .r1 .pro_type h5 > small {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.12rem;
}
#pro_nav .r1 .pro_type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#pro_nav .r1 .pro_type:hover,
#pro_nav .r1 .pro_type.on {
  width: 30%;
  z-index: 99;
}
#pro_nav .r1 .pro_type:hover h5,
#pro_nav .r1 .pro_type.on h5 {
  height: 620px;
}
@media (max-width: 1366px) {
  #pro_nav .r1 .pro_type:hover h5,
  #pro_nav .r1 .pro_type.on h5 {
    height: 560px;
  }
}
@media (max-width: 1024px) {
  #pro_nav .r1 .pro_type:hover h5,
  #pro_nav .r1 .pro_type.on h5 {
    height: 450px;
  }
}
#pro_nav .r1 .pro_type:hover h5 .layout-ul,
#pro_nav .r1 .pro_type.on h5 .layout-ul {
  display: block;
}
#pro_nav .r1 .pa1 {
  left: 0;
  background-position: 0% 0%;
  background-size: auto 111%;
  background-repeat: no-repeat;
}
#pro_nav .r1 .pa2 {
  left: 25%;
  background-position: 69% 21%;
  background-size: auto auto;
  background-repeat: no-repeat;
}
#pro_nav .r1 .pa3 {
  left: 50%;
  background-position: 62% 52%;
  background-size: auto 107%;
  background-repeat: no-repeat;
}
#pro_nav .r1 .pa4 {
  left: 75%;
  background-position: 100% -22%;
  background-size: auto 107%;
  background-repeat: no-repeat;
}
#pro_nav .r2 {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.7rem 0;
  z-index: 10000;
  background-color: #fff;
}
#pro_nav .r2 .pro_type {
  width: 42%;
  margin: 0 4%;
  height: 3rem;
  position: relative;
}
#pro_nav .r2 .pro_type p {
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}
#pro_nav .r2 .pro_type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#pro .guidao_dot .Tcon:after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 3px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}
#pro .guidao_dot .guidao_item {
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #2640bf;
  padding: 0.25rem 0.3rem 0 0.25rem;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  z-index: 103;
}
#pro .guidao_dot .guidao_item > .list {
  margin-bottom: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
  transform: skew(0, 3deg);
  -webkit-transform: skew(0, 3deg);
  -moz-transform: skew(0, 3deg);
  -o-transform: skew(0, 3deg);
}
#pro .guidao_dot .guidao_item > .list > b {
  display: block;
  color: #fff;
}
#pro .guidao_dot:hover .guidao_item {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#pro .guidao_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 1rem!important;
}
#pro .guidao_list .Ttitle {
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
  height: 0.6rem;
  line-height: 0.8rem;
  left: 0;
  top: 0;
  font-size: 0.2rem;
}
#pro .guidao_list .Ttitle:after {
  content: attr(data-num);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  color: #dadada;
  font-size: 0.5rem;
  font-family: En_bold;
  letter-spacing: 3px;
  top: -10px;
}
#pro .guidao_list .skewBox {
  background-color: #fff;
  padding-left: 2rem;
  height: 2rem;
  line-height: 2rem;
}
#pro .guidao_list .skewBox > img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0.4rem;
  max-width: 1.32rem;
}
#pro .guidao_list .skewBox > span {
  font-size: 0.18rem;
  transform: skew(0, 3deg);
  -webkit-transform: skew(0, 3deg);
  -moz-transform: skew(0, 3deg);
  -o-transform: skew(0, 3deg);
  display: inline-block;
  width: 90%;
}
#pro .guidao_list .skewBox > small {
  display: inline-block;
  width: 24%;
  text-align: center;
  line-height: 0.6rem;
  transform: skew(0, 3deg);
  -webkit-transform: skew(0, 3deg);
  -moz-transform: skew(0, 3deg);
  -o-transform: skew(0, 3deg);
}
#pro .guidao_list .skewBox > small:nth-child(2) {
  padding-top: 25px;
}
#pro .guidao_list .skewBox > small:nth-child(3) {
  padding-top: 52px;
}
#pro .guidao_list .skewBox > small:nth-child(4) {
  padding-top: 78px;
}
#pro .guidao_list .skewBox > small > img {
  display: block;
  margin: auto;
}
#pro .guidao_list .skewBox > small > a {
  font-size: 0.18rem;
}
.layout-tab {
  display: table;
  width: 2.2rem;
  height: 100%;
  margin-left: 0.65rem;
  position: relative;
  z-index: 3;
  padding-top: 0.6rem;
}
.layout-tab > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout-ul {
  margin-top: 0.5rem;
  position: absolute;
  display: none;
}
.layout-ul.on {
  opacity: 1;
  display: block;
}
.layout-ul > li {
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  margin: 0.2rem 0;
  cursor: pointer;
}
.layout-ul > li * {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.layout-ul > li > i {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 0.42rem;
  width: 0.42rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 0.42rem;
  display: inline-block;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 100;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.layout-ul > li > span {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: left;
  display: block;
}
.layout-ul > li > span > small {
  font-size: 0.12rem;
  font-weight: 400;
  display: block;
}
.layout-ul > li:hover * {
  color: #ffffff;
}
.layout-ul > li:hover > i {
  background-color: #fff;
  color: #0f306e;
}
.layout-ul .fadeInUpSmall {
  margin-bottom: 0.35rem;
}
.layout-ul .fadeInUpSmall .a {
  display: flex;
  width: 3.45rem;
  align-items: center;
  justify-content: space-between;
}
.layout-ul .fadeInUpSmall .a .icon_r {
  width: 50px;
  height: 50px;
  border: 1px solid #bebec1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .layout-ul .fadeInUpSmall .a .icon_r {
    width: 40px;
    height: 40px;
  }
}
.layout-ul .fadeInUpSmall .a .icon_r .img,
.layout-ul .fadeInUpSmall .a .icon_r .img_a {
  max-width: 25px;
  max-height: 25px;
}
.layout-ul .fadeInUpSmall .a .icon_r .img_a {
  display: none;
}
.layout-ul .fadeInUpSmall .a .text {
  text-align: left;
  margin-left: 0.2rem;
  width: 73.33%;
}
.layout-ul .fadeInUpSmall .a .text .t1 {
  color: #bebec1;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1921px) {
  .layout-ul .fadeInUpSmall .a .text .t1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .layout-ul .fadeInUpSmall .a .text .t1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .layout-ul .fadeInUpSmall .a .text .t1 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .layout-ul .fadeInUpSmall .a .text .t1 {
    font-size: 18px;
  }
}
.layout-ul .fadeInUpSmall .a .text .t2 {
  color: rgba(190, 190, 193, 0.5);
  line-height: 1;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1921px) {
  .layout-ul .fadeInUpSmall .a .text .t2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .layout-ul .fadeInUpSmall .a .text .t2 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .layout-ul .fadeInUpSmall .a .text .t2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .layout-ul .fadeInUpSmall .a .text .t2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .layout-ul .fadeInUpSmall .a .text .t2 {
    font-size: 0.16rem;
  }
}
.layout-ul .fadeInUpSmall .a .icon_l {
  display: flex;
  height: 100%;
  align-items: center;
}
.layout-ul .fadeInUpSmall .a .icon_l .img_a {
  display: none;
}
.layout-ul .fadeInUpSmall:hover .a .icon_r {
  background: #fff;
}
.layout-ul .fadeInUpSmall:hover .a .icon_r .img {
  display: none;
}
.layout-ul .fadeInUpSmall:hover .a .icon_r .img_a {
  display: block;
}
.layout-ul .fadeInUpSmall:hover .a .text .t1 {
  color: #fff;
}
.layout-ul .fadeInUpSmall:hover .a .icon_l .img {
  display: none;
}
.layout-ul .fadeInUpSmall:hover .a .icon_l .img_a {
  display: block;
}
.proo_con1.casel_con1 {
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
}
.proo_con1 .h1 {
  position: relative;
  text-align: center;
  font-size: 62px;
  color: #000;
  font-family: 'albb';
  font-weight: bold;
}
.proo_con1 .h1 .h2 {
  font-size: 138px;
  color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp {
  width: 100%;
  padding-top: 30px;
}
.rqapp .top {
  width: 100%;
}
.rqapp .top .div {
  width: 100%;
  display: none;
}
.rqapp .top .div.on {
  display: block;
}
.rqapp .top .p1 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.rqapp .top .div1 {
  width: 100%;
  margin-top: 16px;
  height: 110px;
  overflow-y: auto;
}
.rqapp .top .div1::-webkit-scrollbar {
  width: 5px;
  background-color: #dfdfdf;
  border-radius: 50px;
}
.rqapp .top .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e40013;
}
.rqapp .top .div1 a {
  font-size: 18px;
  color: #666666;
  display: block;
  line-height: 36px;
}
.rqapp .top .div1 a:hover {
  color: #008089;
}
.rqapp .top .div1 a i {
  display: inline-block;
  width: 10px;
  height: 19px;
  background-image: url(../images/icon7.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 35px;
  transition: all 0.5s;
}
.rqapp .top .div1 a:hover i {
  background-image: url(../images/xz_img2.png);
}
.rqapp .bot {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.rqapp .bot .rq1 {
  width: 100%;
  position: relative;
}
.rqapp .bot .rq1 img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.rqapp .bot .rq1 .ig {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.rqapp .bot .rq1 .ig.on {
  opacity: 1;
}
.rqapp .bot .rq2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rqapp .bot .rq2 .div {
  width: 100%;
  height: 0.65rem;
  border-bottom: 1px solid #fff;
  display: table;
  padding: 0 42px;
  position: relative;
  transition: all 0.5s;
}
.rqapp .bot .rq2 .div.on1 {
  background: rgba(0, 0, 0, 0.3);
}
.rqapp .bot .rq2 .div:last-child {
  border-bottom: none;
}
.rqapp .bot .rq2 .div p {
  vertical-align: middle;
  display: table-cell;
  font-size: 22px;
  color: #fff;
}
.rqapp .bot .rq2 .div .div1 {
  float: right;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.rqapp .bot .rq2 .div .div1::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
.rqapp .bot .rq2 .div.on1 .div1::before {
  animation: scalepulse 1.3s linear 0.15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.rqapp .bot .rq2 .div .div1::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.rqapp .bot .rq2 .div.on1 .div1::after {
  animation: scalepulse 1.3s linear 0.3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.rqapp .bot .rq2 .div .div1 i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rqapp .bot .rq2 .div.on1 .div1 i {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .proo_con1 .h1 {
    font-size: 24px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 40px;
    top: 50%;
  }
  .rqapp .top .p1 {
    font-size: 20px;
  }
  .rqapp {
    padding-top: 24px;
  }
  .rqapp .top .div1 {
    margin-top: 8px;
    height: 78px;
  }
  .rqapp .top .div1 a {
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rqapp .top .div1 a span {
    width: 90%;
  }
  .rqapp .top .div1 a i {
    width: 15px;
    height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 15px;
  }
  .rqapp .bot {
    margin-top: 20px;
  }
  .rqapp .bot .rq2 .div {
    padding: 0 15px;
  }
  .rqapp .bot .rq2 .div p {
    font-size: 16px;
  }
  .rqapp .bot .rq2 .div .div1 {
    right: 15px;
  }
  .rqapp .bot .rq2 .div .div1 i {
    width: 12px;
    height: 12px;
  }
  .rqapp .bot .rq2 .div.on1 .div1 i {
    width: 16px;
    height: 16px;
  }
  .rqapp .bot .rq2 .div .div1::after {
    width: 45px;
    height: 45px;
  }
  .rqapp .bot .rq2 .div .div1::before {
    height: 30px;
    width: 30px;
  }
}
.qtwy_yingyong_detail_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.qtwy_yingyong_detail_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 0.6rem;
    padding-bottom: 118%;
  }
  .qtwy_yingyong_detail_banner > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_yingyong_detail_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}
.qtwy_yingyong_detail_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text {
    top: 50%;
  }
}
.qtwy_yingyong_detail_banner .text .subTitle {
  color: #fff;
  text-align: center;
  font-family: 'siyuan_regular';
  margin-bottom: 0.1rem;
}
@media (min-width: 1921px) {
  .qtwy_yingyong_detail_banner .text .subTitle {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yingyong_detail_banner .text .subTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yingyong_detail_banner .text .subTitle {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text .subTitle {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text .subTitle {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
}
.qtwy_yingyong_detail_banner .text .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_yingyong_detail_banner .text .title {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yingyong_detail_banner .text .title {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yingyong_detail_banner .text .title {
    font-size: 49px;
  }
}
@media (max-width: 1024px) {
  .qtwy_yingyong_detail_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text .title {
    font-size: 0.24rem;
  }
}
.qtwy_yingyong_detail_banner .text .cont {
  justify-content: center;
  display: flex;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text .cont {
    margin-top: 0rem;
    margin-top: 0.13rem;
    flex-direction: column;
  }
}
.qtwy_yingyong_detail_banner .text .cont .div {
  display: inline;
  background: rgba(70, 70, 70, 0.5);
  border-radius: 100px;
  color: #fff;
  padding: 0.15rem 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_banner .text .cont .div {
    padding: 0 0.1rem;
    font-size: 0.14rem;
    text-align: center;
    margin-top: 0.05rem;
    background: transparent;
  }
}
@media (min-width: 769px) {
  .qtwy_yingyong_detail_banner .text .cont .div:nth-of-type(2) {
    margin: 0 10px;
  }
}
.qtwy_yingyong_detail_fanwei {
  margin-top: 1rem;
}
.qtwy_yingyong_detail_fanwei .title {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_fanwei .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_yingyong_detail_fanwei .title .div1 {
  color: #333;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_yingyong_detail_fanwei .title .div1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yingyong_detail_fanwei .title .div1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yingyong_detail_fanwei .title .div1 {
    font-size: 35px;
  }
}
.qtwy_yingyong_detail_fanwei .title .div2 {
  color: #e40013;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-top: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_yingyong_detail_fanwei .title .div2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yingyong_detail_fanwei .title .div2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yingyong_detail_fanwei .title .div2 {
    font-size: 35px;
  }
}
.qtwy_yingyong_detail_fanwei .title .div2 span {
  color: #333;
}
.qtwy_yingyong_detail_fanwei .title .div3 {
  margin-top: 0.3rem;
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_yingyong_detail_fanwei .title .div3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yingyong_detail_fanwei .title .div3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_yingyong_detail_fanwei .title .div3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_yingyong_detail_fanwei .title .div3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_fanwei .title .div3 {
    font-size: 0.16rem;
  }
}
.qtwy_fangwei_swp {
  padding-top: 0.5rem;
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_fangwei_swp {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_fangwei_swp .hh_w {
  overflow: hidden;
}
.qtwy_fangwei_swp .hh_w .join-rcdy-swp {
  overflow: hidden;
  padding-bottom: 1rem;
}
.qtwy_fangwei_swp .hh_w .join-rcdy-swp .swiper-pagination {
  bottom: 0.5rem;
}
.qtwy_fangwei_swp .hh_w .join-rcdy-swp .swiper-pagination-bullet {
  background: #999;
}
.qtwy_fangwei_swp .hh_w .join-rcdy-swp .swiper-pagination-bullet-active {
  background: #e20001;
}
.qtwy_fangwei_swp .hh_w .join-rcdy-swp .swiper-slide .a .rcdy_img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.qtwy_fangwei_swp .hh_w .swiper-slide .a {
  display: flex;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 65.04%;
}
@media (max-width: 768px) {
  .qtwy_fangwei_swp .hh_w .swiper-slide .a {
    padding-bottom: 70%;
  }
}
.qtwy_fangwei_swp .hh_w .swiper-slide .a p {
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-family: 'siyuan_regular';
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 0.55rem;
  line-height: 0.55rem;
  background: #434343;
  width: 100%;
}
@media (min-width: 1921px) {
  .qtwy_fangwei_swp .hh_w .swiper-slide .a p {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_fangwei_swp .hh_w .swiper-slide .a p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_fangwei_swp .hh_w .swiper-slide .a p {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_fangwei_swp .hh_w .swiper-slide .a p {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
  }
}
.qtwy_fangwei_swp .swiper-button-prev {
  background-image: url(../images/img175.png);
  background-size: 0.2rem 0.3rem;
  width: 0.2rem;
  height: 0.3rem;
  cursor: pointer;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .qtwy_fangwei_swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_fangwei_swp .swiper-button-next {
  background-image: url(../images/img176.png);
  background-size: 0.2rem 0.3rem;
  width: 0.2rem;
  height: 0.3rem;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_fangwei_swp .swiper-button-next {
    display: none;
  }
}
.qtwy_fangwei_swp .swiper-button-prev:after,
.qtwy_fangwei_swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_fangwei_swp .swiper-button-next:after,
.qtwy_fangwei_swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_fangwei_swp .swiper-button-prev:hover {
  background-image: url(../images/img175_a.png);
}
.qtwy_fangwei_swp .swiper-button-next:hover {
  background-image: url(../images/img176_a.png);
}
.qtwy_fangwei_swp .swiper-slide-prev,
.qtwy_fangwei_swp .swiper-slide-next {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .qtwy_yingyong_detail_fanwei {
    margin-top: 0.3rem;
    padding-bottom: 0.35rem;
  }
  .qtwy_fangwei_swp .hh_w .join-rcdy-swp {
    padding-bottom: 0.35rem !important;
  }
  .qtwy_fangwei_swp {
    padding-top: 0.25rem !important;
  }
  .qtwy_yingyong_detail_fanwei .title .div1,
  .qtwy_yingyong_detail_fanwei .title .div2 {
    text-align: left;
    margin-top: 0;
    line-height: 1.28;
    font-size: 0.22rem;
  }
  .qtwy_fangwei_swp .hh_w .join-rcdy-swp .swiper-pagination {
    bottom: 0;
  }
  .qtwy_yingyong_detail_fanwei .title .div3 {
    margin-top: 0.05rem;
    font-size: 0.15rem;
  }
}
.qtwy_yinggong_fuwuyoushi {
  position: relative;
  padding: 1.25rem 0 1.2rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi {
    margin: 0;
    padding: 0.4rem 0;
  }
}
.qtwy_yinggong_fuwuyoushi .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.qtwy_yinggong_fuwuyoushi .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .title {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title {
    margin-bottom: 0.3rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .title .div1 {
  margin-bottom: 0.05rem;
}
.qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span1 {
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span1 {
    font-size: 0.24rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span2 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div1 .span2 {
    font-size: 0.24rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .title .div2 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div2 {
    margin-top: 0.2rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .title .div2 * {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div2 * {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .title .div2 * {
    font-size: 0.14rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li {
  width: 15.27%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li {
    width: 48%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 81.85%;
  overflow: hidden;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .img {
  transition: all 0.5s;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0.25rem 0.2rem 0 0.2rem;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 {
  display: flex;
  align-items: flex-end;
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
  color: #fff;
  font-family: 'din';
  line-height: 1;
  margin-right: 0.1rem;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 49px;
  }
}
@media (max-width: 1280px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p1 {
    font-size: 0.36rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p2 {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div1 .p2 {
    font-size: 0.12rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
  line-height: 1.3;
  color: #fff;
  margin-top: 0.1rem;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
    font-size: 21px;
  }
}
@media (max-width: 1459px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li .div .text .div2 {
    font-size: 0.14rem;
  }
}
.qtwy_yinggong_fuwuyoushi .hh_w .youshi_ul .youshi_li:hover .div .img {
  transform: scale(1.05);
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.qtwy_yinggong_liudayoushi {
  background: #f6f8f9;
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi {
    padding: 0.4rem 0;
    padding-bottom: 0;
  }
}
.qtwy_yinggong_liudayoushi .bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .bgimg {
    position: unset;
    width: 100%;
  }
}
.qtwy_yinggong_liudayoushi .bgimg .img {
  width: 100%;
  height: 100%;
}
.qtwy_yinggong_liudayoushi .left_tips {
  writing-mode: vertical-lr;
  position: absolute;
  left: 7.29%;
  top: 1rem;
  color: #ccc;
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .left_tips {
    display: none;
  }
}
.qtwy_yinggong_liudayoushi .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .title {
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .title {
    margin-bottom: 0.25rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .title .div1 {
  color: #e40013;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div1 {
    font-size: 0.22rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .title .div2 {
  color: #666;
  font-family: 'din';
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .title .div2 {
    font-size: 0.18rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul {
  display: flex;
  flex-wrap: wrap;
  width: 83%;
  justify-content: flex-start;
}
@media (max-width: 1366px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul {
    width: 100%;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li {
  cursor: pointer;
  width: 30.08%;
  margin-right: 4.86%;
  margin-bottom: 0.55rem;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li {
    margin-bottom: 0.25rem;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div1 .img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
  color: #333;
  line-height: 1;
  margin: 0.3rem 0 0.2rem 0;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div2 {
    font-size: 0.16rem;
    line-height: 1.4;
    margin: 0.1rem 0 0.15rem 0;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div3 {
  color: #666;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li .div3 {
    font-size: 0.14rem;
  }
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li:hover {
  transform: translateY(-10px);
}
.qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li:hover .div1 .img {
  animation: spin 0.5s;
}
@media (min-width: 769px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_yinggong_liudayoushi .hh_w .liudayoushi_ul .liudayoushi_li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.tiyan_banner {
  position: relative;
}
.tiyan_banner .canvas-box {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tiyan_banner .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w {
    padding: 0.4rem 0.2rem;
  }
}
.tiyan_banner .hh_w .div1 {
  text-align: center;
}
.tiyan_banner .hh_w .div1 .span1 {
  font-size: 2.5vw;
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w .div1 .span1 {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w .div1 .span1 {
    line-height: 1.5;
  }
}
.tiyan_banner .hh_w .div1 .span2 {
  font-size: 2.5vw;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w .div1 .span2 {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {
  .tiyan_banner .hh_w .div1 .span2 {
    line-height: 1.5;
  }
}
.qtwy_shebei_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.qtwy_shebei_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qtwy_shebei_banner .art {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.qtwy_shebei_banner .art .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding-bottom: 6.25vw;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.qtwy_shebei_banner .art h2 {
  font-size: 0.6rem;
  margin-bottom: 20px;
  font-family: 'siyuan_regular';
  width: 50%;
}
.qtwy_shebei_banner .art h2 b {
  font-size: 0.6rem;
  font-family: 'siyuan_regular';
}
.qtwy_shebei_banner .art h4 {
  font-size: 0.26rem;
  color: #999;
  font-family: 'akz';
  width: 50%;
}
@media (max-width: 768px) {
  .qtwy_shebei_banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .qtwy_shebei_banner > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .qtwy_shebei_banner .art .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .qtwy_shebei_banner .art h2 {
    font-size: 0.18rem;
    margin-bottom: 15px;
  }
  .qtwy_shebei_banner .art h2 b {
    font-size: 0.18rem;
  }
  .qtwy_shebei_banner .art h4 {
    font-size: 0.14rem;
  }
}
.qtwy_shebei_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qtwy_shebei_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_shebei_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_banner .text {
    top: 50%;
  }
}
.qtwy_shebei_banner .text .title {
  color: #fff;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_shebei_banner .text .title {
    font-size: 54.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_banner .text .title {
    font-size: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_banner .text .title {
    font-size: 44.625px;
  }
}
@media (max-width: 1024px) {
  .qtwy_shebei_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_banner .text .title {
    font-size: 0.24rem;
  }
}
.qtwy_shebei_banner .text .cont {
  margin-top: 0.05rem;
  text-align: center;
  line-height: 1.7;
}
.qtwy_shebei_banner .text .cont * {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_shebei_banner .text .cont * {
    font-size: 0.14rem;
  }
}
.qtwy_shebei_list {
  background: #f7f8f9;
}
.qtwy_shebei_list .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
}
.qtwy_shebei_list .hh_w .one_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav {
    overflow-x: auto;
    display: flex;
    flex-wrap: unset;
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #ccc;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li {
    width: 50%;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li .a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li .a .div {
  padding: 0.1rem 0.3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  transition: all 0.3s;
  font-size: 20px;
  font-family: 'siyuan_regular';
  white-space: nowrap;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li .a .div {
    padding: 0.05rem 0.1rem;
    font-size: 0.14rem;
    line-height: 1;
    position: relative;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li .a:hover::before,
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li .a.on::before {
    position: absolute;
    content: '';
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.4rem;
    height: 2px;
    background: #e40013;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li .a:hover .div,
.qtwy_shebei_list .hh_w .one_nav .one_nav_li .a.on .div {
  background: #e40013;
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li .a:hover .div,
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li .a.on .div {
    background: transparent;
    color: #e40013;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li:first-child,
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li:last-child {
    width: 50%;
    justify-content: center;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li:first-child {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li:first-child {
    width: 50%;
    justify-content: center;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li:last-child {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li:last-child {
    justify-content: center;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li::before {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  border: 1px solid #aeafaf;
  height: 0.2rem;
  width: 0px;
  transform: translateY(-50%);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .one_nav .one_nav_li::before {
    content: unset;
  }
}
.qtwy_shebei_list .hh_w .one_nav .one_nav_li:last-child::before {
  content: unset;
}
.qtwy_shebei_list .hh_w .two_nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav {
    flex-direction: column;
  }
}
.qtwy_shebei_list .hh_w .two_nav .two_nav_li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .two_nav_li {
    flex-wrap: wrap;
  }
}
.qtwy_shebei_list .hh_w .two_nav .two_nav_li .a {
  margin-right: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  line-height: 0.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .two_nav_li .a {
    margin-left: 0.1rem;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0.15rem;
    margin-bottom: 0.12rem;
    font-size: 0.12rem;
    height: auto;
    line-height: 1;
    background: #fff;
    padding: 0.05rem 0.1rem;
    border-radius: 1000px;
  }
}
@media (min-width: 769px) {
  .qtwy_shebei_list .hh_w .two_nav .two_nav_li .a:nth-of-type(1) {
    margin-left: 0;
  }
}
.qtwy_shebei_list .hh_w .two_nav .two_nav_li .a:hover,
.qtwy_shebei_list .hh_w .two_nav .two_nav_li .a.on {
  color: #e40013;
  border-bottom: 1px solid #e40013;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .two_nav_li .a:hover,
  .qtwy_shebei_list .hh_w .two_nav .two_nav_li .a.on {
    border-bottom: 0;
  }
}
.qtwy_shebei_list .hh_w .two_nav .qtwy_search {
  background: #fff;
  border-radius: 30px;
  padding: 0 0.25rem 0 0.3rem;
  display: flex;
  height: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .qtwy_search {
    justify-content: space-between;
    height: 0.38rem;
    margin-top: 0.08rem;
  }
}
.qtwy_shebei_list .hh_w .two_nav .qtwy_search .div1 {
  height: 100%;
}
.qtwy_shebei_list .hh_w .two_nav .qtwy_search .div1 .input {
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .qtwy_search .div1 .input {
    font-size: 0.13rem;
  }
}
.qtwy_shebei_list .hh_w .two_nav .qtwy_search .div2 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .two_nav .qtwy_search .div2 img {
    width: 0.15rem;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul {
  margin-top: 0.3rem;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li {
  margin-bottom: 0.25rem;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a {
  display: flex;
  width: 100%;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li {
    flex-direction: column;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .imgBox {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 29.4%;
  background: url('../images/img153.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .imgBox > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.82%;
  }
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .imgBox > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .imgBox .img {
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div {
  background: url('../images/icon14.png');
  background-size: 100%;
  width: 50%;
  padding: 0.5rem 1.2rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div {
    width: 100%;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p1 {
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p1 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p1 {
    font-size: 19.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p1 {
    font-size: 0.13rem;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p2 {
  color: #e40013;
  margin: 0.1rem 0 0.3rem 0;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p2 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p2 {
    font-size: 0.16rem;
    margin: 0 0 0.1rem 0;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
  margin-bottom: 0.8rem;
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p3 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p4 {
  display: inline-block;
  border-radius: 1000px;
  padding: 0.15rem 0.35rem;
  background: #f1f3f5;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p4 .img_a {
  display: none;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p4 {
    padding: 0.08rem 0.2rem;
    display: inline-flex;
    align-items: center;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p4 .span {
  color: #666;
  margin-right: 0.35rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div .p4 .span {
    margin-right: 0.1rem;
    font-size: 0.13rem;
  }
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li .div:nth-child(even) {
  order: 2;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a .li::before {
  transition: all 0.5s;
  opacity: 0;
  content: unset;
  width: 4px;
  height: 100%;
  background: #e40013;
  position: absolute;
  z-index: 1;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li .imgBox .img {
  transform: scale(1.05) translate(-50%, -50%);
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li .div .p4 {
  background: #e40013;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li .div .p4 .span {
  color: #fff;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li .div .p4 .img {
  display: none;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li .div .p4 .img_a {
  display: inline-block;
}
.qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li .a:hover .li::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .qtwy_shebei_list .hh_w .qtwy_shebei_ul .qtwy_shebei_li:nth-child(even) .li .div {
    order: 1;
  }
}
.qdc_w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .qdc_w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .qdc_w1440 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .qdc_w1440 {
    padding: 0 20px;
  }
}
.qtwy_shebei_detail_banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.qtwy_shebei_detail_banner .hh_w {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1560px) {
  .qtwy_shebei_detail_banner .hh_w {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .qtwy_shebei_detail_banner .hh_w {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .qtwy_shebei_detail_banner .hh_w {
    padding: 0 20px;
  }
}
.qtwy_shebei_detail_banner .hh_w .jianjie_img {
  position: relative;
  width: 52.98%;
  height: 0;
  padding-bottom: 61.1%;
}
.qtwy_shebei_detail_banner .hh_w .jianjie_img > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_shebei_detail_banner .hh_w .jianjie_img .imgBox {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
.qtwy_shebei_detail_banner .hh_w .jianjie_img .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.qtwy_shebei_detail_banner .hh_w .jianjie_img .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_shebei_detail_banner .hh_w .text {
  z-index: 1;
  width: 42.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.qtwy_shebei_detail_banner .hh_w .text .title {
  margin-bottom: 0.625vw;
}
.qtwy_shebei_detail_banner .hh_w .text .title .div1 {
  background: #e40013;
  padding: 4px 1.302vw;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 1000px;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div1 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div1 {
    font-size: 17.5px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .title .div2 {
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin: 1.042vw 0 1.302vw 0;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div2 {
    font-size: 42px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .title .div3 {
  font-weight: bold;
  color: #333;
  line-height: 1;
  display: none;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .title .div3 {
    font-size: 21px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie {
  width: 100%;
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title {
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 3px solid #d2d2d2;
  position: relative;
  width: 100%;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title {
    font-size: 21px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title::before {
  content: "";
  left: 0;
  bottom: -4px;
  position: absolute;
  background: #e50017;
  height: 3px;
  width: 160px;
  transform: translateY(-50%);
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  margin-top: 1.823vw;
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li {
  width: 33.33%;
  margin-bottom: 1.302vw;
  padding-right: 1.042vw;
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div1 {
  line-height: 1.5;
  margin-bottom: 7px;
  color: #e50017;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div1 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div1 {
    font-size: 16px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
  color: #666;
  line-height: 1.3;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
    font-size: 28px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi {
  margin-top: 2.24vw;
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 60px;
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span1 {
  color: #666;
  line-height: 1.3;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span1 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span1 {
    font-size: 16px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span2 {
  color: #333;
  font-family: 'din';
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span2 {
    font-size: 19.25px;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue {
  display: flex;
  margin-top: 20px;
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
  background: #333;
  padding: 0 2.604vw;
  margin-right: 1.042vw;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn {
    font-size: 0.16rem;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
  color: #fff;
  padding: 0.625vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 0.16rem;
  }
}
.qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn:hover {
  background: #e40013;
}
@media (max-width: 1680px) {
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 14px;
  }
}
@media (max-width: 1290px) {
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul {
    width: 95%;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
    font-size: 22px;
  }
}
@media (max-width: 1259px) {
  .qtwy_shebei_detail_banner .hh_w .jianjie_img {
    padding-bottom: 70%;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_banner {
    background-image: unset !important;
    margin-top: 30px;
  }
  .qtwy_shebei_detail_banner .hh_w {
    display: flex;
    flex-direction: column;
  }
  .qtwy_shebei_detail_banner .hh_w .text {
    width: 100%;
  }
  .qtwy_shebei_detail_banner .hh_w .jianjie_img {
    width: 100%;
    padding-bottom: 56.1%;
    background-image: url('../images/img154.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .qtwy_shebei_detail_banner .hh_w .jianjie_img img {
    left: 50%;
    transform: translateX(-50%);
  }
  .qtwy_shebei_detail_banner .hh_w .text .title .div1 {
    font-size: 14px;
    padding: 5px 15px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .title .div2 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title::before {
    height: 1px;
    bottom: -1px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_title {
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul {
    margin-top: 12px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div1 {
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    font-size: 14px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li {
    padding-right: 20px;
    margin-bottom: 15px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul .jianjie_li .div2 {
    font-size: 16px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi {
    margin-top: 0;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div {
    margin-right: 0;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue .btn a {
    font-size: 12px;
    padding: 7px 12px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .lianxi_yuyue {
    display: flex;
    justify-content: space-between;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span1 {
    font-size: 14px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .lianxi .telMail .div .span2 {
    font-size: 16px;
  }
  .qtwy_shebei_detail_banner .hh_w .jianjie_img img {
    position: absolute;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul p {
    font-size: 14px;
  }
  .qtwy_shebei_detail_banner .hh_w .text .pro_jianjie .jianjie_ul p:last-child {
    margin-bottom: 15px;
  }
}
.qtwy_shebei_detail_video {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video {
    margin: 0.4rem 0;
    margin-top: 0;
  }
}
.qtwy_shebei_detail_video .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w {
    flex-direction: column;
  }
}
.qtwy_shebei_detail_video .hh_w .video_l {
  padding: 0.25rem 0;
  margin-top: 0.45rem;
  width: 31.59%;
  height: 4.2rem;
  overflow-y: auto;
  direction: rtl;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_l {
    width: 100%;
    overflow-y: unset;
    overflow-x: auto;
    display: -webkit-box;
    direction: ltr;
    height: auto;
    margin-top: 0.4rem;
    padding-top: 0;
    padding-bottom: 0rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_shebei_detail_video .hh_w .video_l .video_l_li {
  margin-left: 1rem;
  margin-bottom: 0.65rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li {
    margin-left: 0;
    margin-right: 0.2rem;
    margin-bottom: 0rem;
    width: 33.33%;
  }
}
.qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
    font-size: 49.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
    font-size: 40.25px;
  }
}
@media (max-width: 1280px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div1 {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
}
.qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div2 {
  color: #999;
  font-size: 16px;
  font-family: 'din';
  text-align: left;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_l .video_l_li .div2 {
    font-size: 0.14rem;
    display: none;
  }
}
.qtwy_shebei_detail_video .hh_w .video_l .video_l_li:hover .div1,
.qtwy_shebei_detail_video .hh_w .video_l .video_l_li.on .div1 {
  color: #e40013;
}
@media (min-width: 769px) {
  .qtwy_shebei_detail_video .hh_w {
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
  }
  .qtwy_shebei_detail_video .hh_w .video_l::-webkit-scrollbar {
    width: 3px;
    /*对垂直流动条有效*/
  }
  .qtwy_shebei_detail_video .hh_w .video_l::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eaeaea;
    background-color: #eaeaea;
    border-radius: 3px;
  }
  .qtwy_shebei_detail_video .hh_w .video_l::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #e40013;
    background-color: #e40013;
  }
}
.qtwy_shebei_detail_video .hh_w .video_r {
  width: 65.97%;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_r {
    width: 100%;
  }
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.72%;
  overflow: hidden;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .mask1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .mask1 {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .mask2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.95rem;
  height: 0.95rem;
  z-index: 2;
  background: #ffffff;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .mask2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  width: 16px;
  height: 18px;
  transition: all 0.5s;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .img .img1 {
  transition: all 0.5s;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .img .img2 {
  transition: all 0.5s;
  display: none;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li .video_img {
  transition: all 0.5s;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li:hover .video_img {
  transform: scale(1.05);
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li:hover .img .img1 {
  display: none;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li:hover .img .img2 {
  display: inline-block;
}
.qtwy_shebei_detail_video .hh_w .video_r .video_r_li:nth-of-type(1) {
  display: block;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .mask2 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .qtwy_shebei_detail_video .hh_w .video_r .video_r_li .btnImg .img {
    width: 12px;
    height: 14px;
  }
}
.qtwy_shebei_detail_shiyongfanwei {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_shiyongfanwei {
    margin: 0.4rem 0;
    margin-bottom: 0.6rem;
  }
}
.qtwy_shebei_detail_shiyongfanwei .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_shebei_detail_shiyongfanwei .hh_w .title {
  margin-bottom: 0.65rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title {
    margin-bottom: 0.15rem;
  }
}
.qtwy_shebei_detail_shiyongfanwei .hh_w .title .div1 {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.25rem;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title .div1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title .div1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title .div1 {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title .div1 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_shebei_detail_shiyongfanwei .hh_w .title .div2 {
  color: #666;
  font-size: 16px;
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_shiyongfanwei .hh_w .title .div2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
.shiyongfanwei-swp-box {
  width: 86.19%;
  margin-left: 6.905%;
  position: relative;
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box {
    width: 90%;
    margin-left: 5%;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp {
  overflow: hidden;
  width: 87%;
  margin-left: 6.5%;
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp {
    width: 100%;
    margin-left: 0%;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 41.4%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
  }
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .img {
  transition: all 0.5s;
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  background: rgba(78, 78, 78, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .div {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .div {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .div {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide .div {
    height: 0.45rem;
    font-size: 0.16rem;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-slide:hover .img {
  transform: scale(1.05);
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-prev {
    display: none;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  right: -1px;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-next {
    display: none;
  }
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-prev:after,
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-container-rtl .swiper-button-next:after,
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-next:after,
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-pagination {
  bottom: -0.3rem;
}
.shiyongfanwei-swp-box .shiyongfanwei-swp .swiper-pagination-bullet-active {
  background: #e40013;
}
.qtwy_shebei_detail_chanxiantedian {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian {
    margin: 0.4rem 0;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .title {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.65rem;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul {
  display: flex;
  flex-wrap: wrap;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li {
  width: 23.6%;
  margin-right: 1.866%;
  border-top: 5px solid #d5d5d5;
  padding: 0.6rem 0.3rem 0.95rem 0.3rem;
  background: #f7f8f9;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li {
    width: 100%;
    margin-right: 0%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div1 {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div1 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div2 {
  margin-bottom: 0.3rem;
  color: #666;
  font-family: 'din';
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.15rem 0;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
  height: 2.4rem;
  overflow-y: auto;
  line-height: 1.7;
  font-size: 16px;
  color: #666;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
    font-size: 0.14rem;
    height: 1rem;
    line-height: 1.5;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
@media (min-width: 769px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li:hover {
  border-top-color: #e40013;
  transform: translateY(-10px);
  box-shadow: 0px 0px 12px 4px #efefef;
  background: #fff;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_ul .chanxian_li:hover .div2 {
  color: #e40013;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .mCSB_buttonLeft,
.qtwy_shebei_detail_chanxiantedian .hh_w .mCSB_buttonRight {
  display: none;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp {
  margin-top: 1rem;
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp {
    margin-top: 0.2rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox {
  overflow: hidden;
  display: flex;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 {
  font-size: 18px;
  color: #333;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div1 {
    font-size: 0.16rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 {
  position: relative;
  width: 100%;
  margin: 0.2rem 0 0.3rem 0;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .img1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div2 .img2 {
  width: 0.6rem;
  height: 0.6rem;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.375%;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div3 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p1 {
  margin: 0.3rem 0 0.2rem 0;
  color: #333;
  font-size: 18px;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p1 {
    font-size: 0.16rem;
  }
}
.qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p2 {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_chanxiantedian .hh_w .chanxian_swp .chanxian_swp_liBox .chanxian_swp_li .div4 .p2 {
    font-size: 0.14rem;
  }
}
.qtwy_shebei_detail_xuanxiangpeizhi {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_xuanxiangpeizhi {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_shebei_detail_xuanxiangpeizhi .title {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.25rem;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .title {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul {
    flex-wrap: unset;
    display: -webkit-box;
    overflow-x: auto;
  }
}
.qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul .xuanxiangpeizhi_li {
  padding: 0.2rem 0.5rem;
  background: #eff1f3;
  color: #666;
  border-radius: 1000px;
  margin-top: 0.25rem;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul .xuanxiangpeizhi_li {
    padding: 0.1rem 0.15rem;
    font-size: 0.14rem;
    margin-right: 0.2rem;
    margin-top: 0;
  }
}
.qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul .xuanxiangpeizhi_li:hover {
  background: #e50017;
  color: #fff;
}
.qtwy_shebei_detail_xuanxiangpeizhi .xuanxiangpeizhi_ul .xuanxiangpeizhi_li:last-child {
  margin-right: 0;
}
.qtwy_shebei_detail_yinshuayangpin {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_yinshuayangpin {
    margin: 0.4rem 0;
    margin-bottom: 0.7rem;
  }
}
.qtwy_shebei_detail_yinshuayangpin .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_shebei_detail_yinshuayangpin .hh_w .title {
  margin-bottom: 0.65rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title {
    margin-bottom: 0.25rem;
  }
}
.qtwy_shebei_detail_yinshuayangpin .hh_w .title .div1 {
  line-height: 1;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.25rem;
}
@media (min-width: 1921px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title .div1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title .div1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title .div1 {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title .div1 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_shebei_detail_yinshuayangpin .hh_w .title .div2 {
  color: #666;
  font-size: 16px;
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_shebei_detail_yinshuayangpin .hh_w .title .div2 {
    font-size: 0.16rem;
  }
}
.yinshuayangpin-swp-box {
  width: 75%;
  margin-left: 12.5%;
  position: relative;
}
@media (max-width: 768px) {
  .yinshuayangpin-swp-box {
    width: 90%;
    margin-left: 5%;
  }
}
.yinshuayangpin-swp-box .yinshuayangpin-swp {
  overflow: hidden;
  width: 100%;
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 17.2%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 73.13%;
  }
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide > .img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide .img {
  transition: all 0.5s;
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide .div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  background: rgba(78, 78, 78, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide .div {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide .div {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide .div {
    font-size: 21px;
  }
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-slide:hover .img {
  transform: scale(1.05);
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  left: -1rem;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-prev {
    display: none;
  }
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  right: -1rem;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-next {
    display: none;
  }
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-prev:after,
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-container-rtl .swiper-button-next:after,
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-next:after,
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-pagination {
  bottom: -0.35rem;
}
.yinshuayangpin-swp-box .yinshuayangpin-swp .swiper-pagination-bullet-active {
  background: #e40013;
}
.qtwy_hexinyoushi_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.02%;
}
.qtwy_hexinyoushi_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.qtwy_hexinyoushi_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_banner {
    padding-bottom: 77.33%;
  }
}
.qtwy_hexinyoushi_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.qtwy_hexinyoushi_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 44.27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_hexinyoushi_banner .text .title {
  color: #fff;
  font-family: 'siyuan_medium';
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_banner .text .title {
    font-size: 54.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_banner .text .title {
    font-size: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_banner .text .title {
    font-size: 44.625px;
  }
}
@media (max-width: 1024px) {
  .qtwy_hexinyoushi_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_banner .text .title {
    font-size: 0.2rem;
  }
}
.qtwy_hexinyoushi_guihuatixi {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi {
    margin: 0.4rem 0;
    margin-bottom: 0.15rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text {
  display: flex;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l {
  width: 51%;
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.25rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 {
  margin-bottom: 0.05rem;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span1 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span2 {
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div1 .span2 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div2 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_l .div2 {
    font-size: 0.16rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r {
  width: 49%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r {
    width: 100%;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div1 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div1 {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div2 {
  margin-top: 0.3rem;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_text .text_r .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    line-height: 1.9;
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul {
  display: flex;
  flex-wrap: wrap;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li {
  width: 49.16%;
  margin-right: 1.66%;
  position: relative;
  padding: 0.65rem 1.1rem 0.85rem 0.65rem;
  background: #eff1f3;
  overflow: hidden;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li {
    padding: 0.25rem;
    width: 100%;
    margin-right: 0;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div1 .img {
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div1 .img {
    width: 100%;
    height: 100%;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div1 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div2 {
  width: 50px;
  height: 45px;
  margin-bottom: 0.65rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div2 {
    width: 0.3rem;
    height: auto;
    margin-bottom: 0.1rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div2 .img {
  max-width: 100%;
  max-height: 100%;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div2 .img2 {
  display: none;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div3 {
  line-height: 1;
  font-weight: bold;
  color: #333;
  z-index: 2;
  position: relative;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div3 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div3 {
    font-size: 0.2rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div4 {
  line-height: 1;
  font-size: 16px;
  color: #999;
  font-family: 'akzidenzGrotesk-medium';
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div4 {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div5 {
  position: absolute;
  font-size: 15.625vw;
  font-family: 'din';
  color: #999;
  right: 0;
  top: -1.7rem;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li .div5 {
    font-size: 0.6rem;
    top: -0.25rem;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li::before {
  transition: all 0.5s;
  opacity: 0;
  content: '';
  width: 6px;
  height: 100%;
  background: #e40013;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li::before .div1 .img {
  height: 100%;
}
@media (min-width: 769px) {
  .qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover .div1 {
  display: block;
  animation: hideShow 0.5s;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover .div3,
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover .div4 {
  color: #fff;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover .div2 .img {
  display: none;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover .div2 .img2 {
  display: block;
}
.qtwy_hexinyoushi_guihuatixi .hh_w .guihuatixi_ul .guihuatixi_li:hover::before {
  opacity: 1;
}
.qtwy_hexinyoushi_hangyebiaozhun {
  position: relative;
  background: #f7f8f9;
  padding: 0.7rem 0 1rem 0;
  overflow: hidden;
  /* 圆圈矿散效果 */
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun {
    padding: 0.4rem 0;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg {
  position: absolute;
  right: 0;
  bottom: -88%;
  width: 37.92%;
  opacity: 0.5;
  z-index: 1;
  /* 圆圈矿散效果 */
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .bgimg {
    right: 0;
    bottom: -50%;
    width: 90%;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .img {
  width: 100%;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8b8b8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b8b8b8;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint .dot {
  flex: 0 0 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(3, 79, 157, 0.4); */
  background: rgba(67, 119, 173, 0.4);
  border: 1px solid #b8b8b8;
  /* animation: scalemap 2s linear infinite; */
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint1 {
  top: 25%;
  right: 86%;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint2 {
  top: 30%;
  right: 58%;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint3 {
  top: 13%;
  right: 37%;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint4 {
  top: 27.4%;
  right: 25%;
}
.qtwy_hexinyoushi_hangyebiaozhun .bgimg .appoint5 {
  top: 8.4%;
  right: 3%;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w {
  z-index: 2;
  position: relative;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: unset;
    display: flex;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li {
  cursor: pointer;
  width: 32.29%;
  text-align: center;
  padding: 0.2rem;
  border-radius: 1000px;
  background-color: #fff;
  transition: all 0.5s;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li {
    width: 54%;
    width: 46%;
    width: 49%;
    padding: 0.08rem 0.15rem;
    font-size: 0.13rem;
    margin-right: 0;
    margin-bottom: 0.12rem;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li:hover,
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_ul .biaozhun_li.on {
  background: #e40013;
  color: #fff;
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  width: 66.11%;
  padding-right: 0.15rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul {
    width: 100%;
    padding-right: 0;
    margin-top: 0.05rem;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul .biaozhun_text_li {
  display: none;
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul .biaozhun_text_li p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul .biaozhun_text_li p {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_hangyebiaozhun .hh_w .biaozhun_text_ul .biaozhun_text_li:nth-of-type(1) {
  display: block;
}
.qtwy_hexinyoushi_yanfachuangxin {
  position: relative;
  min-height: 9.1rem;
  padding: 1.25rem 0 1.7rem 0;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin {
    padding: 0.4rem 0;
    min-height: auto;
    padding-top: 0.2rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .bgimg {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
.qtwy_hexinyoushi_yanfachuangxin .bgimg .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qtwy_hexinyoushi_yanfachuangxin .bgimg1 {
  bottom: 0%;
  width: 100%;
  left: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .bgimg1 {
    width: 100%;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .bgimg2 {
  top: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  width: 49.375%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .bgimg2 {
    display: none;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .yf-title {
  padding-bottom: 0.45rem;
  display: flex;
  z-index: 2;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .yf-title .div1 {
  color: #e40013;
}
.qtwy_hexinyoushi_yanfachuangxin .yf-title .div2 {
  color: #333;
}
.qtwy_hexinyoushi_yanfachuangxin .yf-title div {
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title div {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title div {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title div {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .yf-title div {
    font-size: 0.2rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp {
  width: 14.4rem;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp {
  margin-bottom: 0.85rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp {
    margin-bottom: 0.25rem;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-wrapper {
    flex-wrap: wrap;
    overflow: unset;
    transform: translate3d(0px, 0, 0) !important;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide {
  color: #666;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 769px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide {
    width: 30% !important;
    padding-bottom: 2px;
    margin-bottom: 0.15rem;
    margin-bottom: 0.05rem;
    text-align: center;
    padding: 0.05rem;
    border: 1px solid #eee;
    border-radius: 5px;
  }
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide .div {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide:hover,
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide-thumb-active {
  color: #e40013;
  border-bottom: 1px solid #e40013;
  padding-bottom: 9px;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide:hover,
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .nav-swp .swiper-slide-thumb-active {
    padding: 0.05rem;
    margin-bottom: 0.05rem;
    border: 1px solid #e40013;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp {
  position: relative;
  background: #f8f8fa;
  width: 50% !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div {
  padding: 0.6rem 1.5rem 0.7rem 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div {
    padding: 0.2rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
  color: #333;
  font-weight: bold;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #dadbdb;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .title {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .text {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-bottom: 0.85rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-wrapper .swiper-slide .div .text {
    font-size: 0.14rem;
    line-height: 1.9;
    margin-bottom: 0.25rem;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-prev {
  background-image: url(../images/img175.png);
  background-size: 0.2rem 0.3rem;
  left: unset;
  width: 0.2rem;
  height: 0.3rem;
  top: unset;
  bottom: 0.75rem;
  right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-next {
  background-image: url(../images/img176.png);
  background-size: 0.2rem 0.3rem;
  width: 0.2rem;
  height: 0.3rem;
  top: unset;
  bottom: 0.75rem;
  right: 0.7rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-next {
    display: none;
  }
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-prev:after,
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-next:after,
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-prev:hover {
  background-image: url(../images/img175_a.png);
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-button-next:hover {
  background-image: url(../images/img176_a.png);
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.qtwy_hexinyoushi_yanfachuangxin .qtwy-yanfachuangxin-swp .con-swp .swiper-pagination-bullet-active {
  background: #e40013;
}
.qtwy_hexinyoushi_pinzhitixi {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.95%;
}
@media (max-width: 1459px) {
  .qtwy_hexinyoushi_pinzhitixi {
    padding-bottom: 53.95%;
  }
}
@media (max-width: 1459px) {
  .qtwy_hexinyoushi_pinzhitixi {
    padding-bottom: 53.95%;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi {
    position: unset;
    height: auto;
    padding-bottom: unset;
  }
}
.qtwy_hexinyoushi_pinzhitixi .bgimg {
  position: absolute;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .bgimg {
    display: none;
  }
}
.qtwy_hexinyoushi_pinzhitixi .bgimg .img {
  width: 100%;
  height: 100%;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0 1.2rem 0;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w {
    padding: 0.4rem 0.2rem;
    padding-top: 0rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title {
  display: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 1280px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l {
  width: 48%;
  padding-right: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.1rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
  margin-bottom: 0.05rem;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 {
    font-size: 32px;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 .span1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 .span1 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 .span2 {
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div1 .span2 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div2 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_l .div2 {
    font-size: 0.16rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r {
  width: 52%;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r {
    width: 100%;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div1 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div1 {
    font-size: 0.18rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2 {
  margin-top: -5px;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2 {
    height: 1.5rem;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    line-height: 1.9;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_title .text_r .div2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #d40041;
  background-color: #d40041;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul {
  display: flex;
  justify-content: flex-start;
  margin-right: 0.5rem;
  width: 52%;
  margin-left: 48%;
}
@media (max-width: 1459px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul {
    margin-right: 1.66%;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul {
    justify-content: flex-start;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 0.5rem;
}
@media (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li {
    margin-right: 0.3rem;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li {
    width: 42%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
    padding: 0.05rem;
    font-size: 0.13rem;
    border: 1px solid #eee;
    border-radius: 5px;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li:hover,
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li.on {
  color: #e40013;
  border-bottom: 1px solid #e40013;
  padding-bottom: 9px;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li:hover,
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_nav_ul .pinzhitixi_text_nav_li.on {
    border: 1px solid #e40013;
    text-align: center;
    padding: 0.05rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox {
  margin-top: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox {
    margin-top: 0.4rem;
  }
}
@media (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox {
    margin-top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox {
    margin-top: 0.3rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li {
  display: none;
  background: #fff;
  width: 50%;
  margin-right: 1.66%;
  position: relative;
  padding: 0.65rem 1.5rem 0.85rem 0.65rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li {
    padding: 0.65rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li {
    padding: 0.25rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div1 .img {
    width: 100%;
    height: 100%;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div1 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div2 {
  width: 50px;
  height: 45px;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div2 {
    width: 0.3rem;
    height: auto;
    margin-bottom: 0.1rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div2 .img {
  max-width: 100%;
  max-height: 100%;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div2 .img2 {
  display: none;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div3 {
  line-height: 1;
  font-weight: bold;
  color: #333;
  z-index: 2;
  position: relative;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div3 {
    font-size: 0.2rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div4 {
  margin-top: 0.3rem;
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div4 p {
  line-height: 2;
  font-size: 16px;
  color: #666;
  font-family: 'akzidenzGrotesk-medium';
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div4 p {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div5 {
  position: absolute;
  font-size: 7.44vw;
  font-family: 'din';
  color: #999;
  right: -0.05rem;
  top: -0.47rem;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li .div5 {
    font-size: 1.2rem;
    top: -0.26rem;
    right: 0;
  }
}
.qtwy_hexinyoushi_pinzhitixi .hh_w .pinzhitixi_text .pinzhitixi_text_liBox .pinzhitixi_text_li:nth-of-type(1) {
  display: block;
}
.qtwy_hexinyoushi_fuwuliucheng {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng {
    margin: 0.4rem 0;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title {
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title {
    margin-bottom: 0.3rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 {
  margin-bottom: 0.05rem;
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span1 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span2 {
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div1 .span2 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div2 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div2 {
    margin-top: 0.2rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div2 * {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div2 * {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .title .div2 * {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -0.45rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text {
    margin-bottom: -0.2rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li {
    width: 48%;
    margin-bottom: 0.2rem;
    align-items: flex-start;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon {
  display: flex;
  position: relative;
  border: 1px solid #c0c0c0;
  padding: 0.3rem 0.15rem 0.15rem 0.3rem;
  min-height: 2rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon {
    min-height: 1.5rem;
    flex-direction: column;
    padding: 0.15rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div1 {
  margin-right: 0.3rem;
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div1 .img {
  width: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div1 .img {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div2 .p1 {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1366px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div2 .p1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div2 .p1 {
    font-size: 16px;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div2 .p2 {
  font-size: 16px;
  color: #999;
  font-family: 'din';
  line-height: 1.5;
  margin-top: 0.05rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div2 .p2 {
    display: none;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div3 {
  position: absolute;
  right: 0.25rem;
  font-size: 7.411vw;
  bottom: -0.55rem;
  color: #bbb;
  font-family: 'din';
  opacity: 0.15;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li .liCon .div3 {
    font-size: 0.6rem;
    bottom: -0.25rem;
    right: 0;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50017;
  height: 5px;
  width: 0%;
  transition: all 0.5s;
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .qtwy_fuwuliucheng_li:hover::before {
  width: 100%;
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .liIcon {
  min-height: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_fuwuliucheng .hh_w .text .liIcon {
    display: none;
  }
}
.qtwy_hexinyoushi_fuwuliucheng .hh_w .text .liIcon .img {
  width: 0.4rem;
  height: 0.4rem;
}
.qtwy_hexinyoushi_dingzhifuwu {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 33.85%;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu {
    height: auto;
    padding-bottom: unset;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .bgimg {
  position: absolute;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.qtwy_hexinyoushi_dingzhifuwu .bgimg .img {
  width: 100%;
  height: 100%;
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w {
    padding: 0.4rem 0;
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title {
  margin-bottom: 0.55rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title {
    margin-bottom: 0.3rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 {
  margin-bottom: 0.05rem;
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span1 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span2 {
  color: #e40013;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div1 .span2 {
    font-size: 0.24rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div2 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div2 {
    margin-top: 0.2rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div2 * {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div2 * {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .title .div2 * {
    font-size: 0.14rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li {
  width: 18.05%;
  margin-right: 1.95%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem 0 0.35rem 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li {
    padding: 0.2rem 0;
    justify-content: flex-start;
    margin-right: 0;
    width: 48%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div1 {
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div1 {
    font-size: 0.18rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div2 {
  margin: 0.3rem 0;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div2 {
    margin: 0.1rem 0;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div2 .img {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div2 .img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div3 {
  padding: 0 0.6rem;
  color: #666;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li .div3 {
    font-size: 0.14rem;
    padding: 0 0.2rem;
  }
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50017;
  height: 5px;
  width: 0%;
  transition: all 0.5s;
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li:hover {
  transform: translateY(-15px);
}
.qtwy_hexinyoushi_dingzhifuwu .hh_w .qtwy_dingzhifuwu_ul .qtwy_dingzhifuwu_li:hover::before {
  width: 100%;
}
.qtwy_hexinyoushi_jiaofutiyan {
  padding: 1.35rem 0 1.45rem 0;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_jiaofutiyan {
    padding: 0.25rem;
    overflow: hidden;
  }
}
.qtwy_hexinyoushi_jiaofutiyan .canvas-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qtwy_hexinyoushi_jiaofutiyan .title {
  width: 14.4rem;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_jiaofutiyan .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (min-width: 1921px) {
  .qtwy_hexinyoushi_jiaofutiyan .title {
    font-size: 44.8px;
  }
}
@media (max-width: 1920px) {
  .qtwy_hexinyoushi_jiaofutiyan .title {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_hexinyoushi_jiaofutiyan .title {
    font-size: 36.75px;
  }
}
@media (max-width: 768px) {
  .qtwy_hexinyoushi_jiaofutiyan .title {
    font-size: 0.14rem;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }
}
.qtwy_hexinyoushi_jiaofutiyan .title .span1 {
  color: #e40013;
}
.qtwy_hexinyoushi_jiaofutiyan .title .span2 {
  color: #333;
}
.qtwy_news_video_banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.02%;
}
.qtwy_news_video_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_banner {
    padding-bottom: 77.33%;
  }
}
.qtwy_news_video_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.qtwy_news_video_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 44.27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_news_video_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_news_video_banner .text .title {
  color: #fff;
}
@media (min-width: 1921px) {
  .qtwy_news_video_banner .text .title {
    font-size: 54.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_banner .text .title {
    font-size: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_video_banner .text .title {
    font-size: 44.625px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_banner .text .title {
    font-size: 0.2rem;
  }
}
.qtwy_news_video_banner .text .subTitle {
  font-family: 'din';
  color: #fff;
}
@media (min-width: 1921px) {
  .qtwy_news_video_banner .text .subTitle {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_banner .text .subTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_video_banner .text .subTitle {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_video_banner .text .subTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_banner .text .subTitle {
    font-size: 0.12rem;
  }
}
.qtwy_news_video_navBox .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w {
    padding: 0.2rem;
  }
}
.qtwy_news_video_navBox .hh_w .a {
  width: 1.9rem;
  height: 0.55rem;
  background: #f1f3f5;
  border-color: #f1f3f5 #e40013 #e40013 #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a {
    font-size: 0.16rem;
  }
}
.qtwy_news_video_navBox .hh_w .a.on {
  width: 1.7rem;
  position: relative;
  background: #e40013;
  color: #fff;
  border-color: #e40013 #f1f3f5 #f1f3f5 #e40013;
}
.qtwy_news_video_navBox .hh_w .a.on.a1::before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 100%;
  right: -0.2rem;
  background: url('../images/img200_1.png');
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a.on.a1::before {
    width: 0.2rem;
    right: -12%;
  }
}
.qtwy_news_video_navBox .hh_w .a.on.a2::before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 100%;
  left: -0.2rem;
  background: url('../images/img200.png');
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_navBox .hh_w .a.on.a2::before {
    width: 0.2rem;
    left: -12%;
  }
}
.qtwy_news_video_liBanner {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner {
    flex-direction: column;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp {
  width: 9.5rem;
  height: 5.55rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp {
    width: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide {
    width: 100% !important;
    height: 0;
    padding-bottom: 57.89%;
    position: relative;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide .a {
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide .a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide .a .img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide .a .img {
    position: absolute;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-slide:hover .a .img {
  transform: scale(1.05);
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-pagination {
  width: auto;
  left: 0.4rem;
  bottom: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-pagination {
    left: 0.05rem;
    bottom: 0.05rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-pagination-bullet {
  background: transparent;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp .swiper-pagination-bullet-active {
  background: #fff;
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul {
  width: 4.9rem;
  height: 5.55rem;
  padding: 1.1rem 0.7rem 1.15rem 0.7rem;
  background: #f1f3f5;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li {
  display: none;
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .day {
  color: #999;
  margin-bottom: 0.3rem;
}
@media (min-width: 1921px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .day {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .day {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .day {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .day {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
    line-height: 1;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div1 {
  color: #333;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 0.25rem;
}
@media (min-width: 1921px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div1 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div1 {
    font-size: 0.2rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div2 {
  margin-top: 0.45rem;
  line-height: 0.32rem;
  margin-bottom: 0.7rem;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div2 {
    font-size: 0.14rem;
    margin: 0.2rem 0;
    line-height: 1.7;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div3 .a {
  display: inline-block;
  border-radius: 1000px;
  padding: 0.15rem 0.35rem;
  background: #e40013;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div3 .a {
    padding: 0.05rem 0.2rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div3 .a .span {
  color: #fff;
  margin-right: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div3 .a .span {
    margin-right: 0.1rem;
    font-size: 0.12rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li .div3:hover .a .span {
  margin-right: 0.15rem;
}
.qtwy_news_video_liBanner .qtwy-news-video-swp-text-ul .qtwy-news-video-swp-text-li:nth-of-type(1) {
  display: block;
}
.qtwy_news_video_liBanner .qtwy-news-dongtai-swp-text-ul {
  padding: 0.95rem 0.6rem 0.85rem 0.6rem;
  background: url('../images/img421.png');
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-dongtai-swp-text-ul {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }
}
.qtwy_news_video_liBanner .qtwy-news-dongtai-swp-text-ul .qtwy-news-dongtai-swp-text-li .day {
  line-height: 1;
}
.qtwy_news_video_liBanner .qtwy-news-dongtai-swp-text-ul .qtwy-news-dongtai-swp-text-li .div2 {
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_news_video_liBanner .qtwy-news-dongtai-swp-text-ul .qtwy-news-dongtai-swp-text-li .div2 {
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_video_liText {
  width: 14.4rem;
  margin: 0 auto;
  padding: 0.4rem 0 0.35rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_news_video_liText {
    padding-top: 0.25rem;
    padding-bottom: 0.1rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li {
  width: 32.29%;
  margin-right: 1.56%;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a {
  display: flex;
  width: 100%;
  padding: 0.6rem 0.25rem 0.4rem 0.25rem;
  flex-direction: column;
  justify-content: flex-start;
  background: #f1f3f5;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a {
    padding: 0.2rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
  font-size: 1.25vw;
  color: #333;
  line-height: 1.25;
  font-family: 'siyuan_medium';
  height: 0.65rem;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 0.16rem;
    height: auto;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.03%;
  overflow: hidden;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox .img {
  transition: all 0.5s;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
  background: #ffffff;
  border-radius: 1000px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  width: 16px;
  height: 18px;
  transition: all 0.5s;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.833vw;
}
@media (max-width: 768px) {
  .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50013;
  height: 3px;
  width: 0%;
  transition: all 0.5s;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div1 {
  color: #e40013;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div2 .imgBox .img {
  transform: scale(1.05);
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 {
  border-top: 1px solid #e40013;
  padding-right: 0;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .span {
  color: #e40013;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img {
  display: none;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img_a {
  display: block;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover::before {
  width: 100%;
}
.qtwy_news_video_liText .qtwy_news_video_liText_li:nth-of-type(3n) {
  margin-right: 0;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .btnImg {
  display: none;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .a {
  padding-bottom: 0;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .a::before {
  content: unset;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 {
  position: relative;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day {
  position: absolute;
  min-height: 0.75rem;
  min-width: 0.75rem;
  padding: 0.1rem 0.1rem;
  background: #e40013;
  top: -0.15rem;
  left: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day {
    min-height: 0.5rem;
    min-width: 0.5rem;
  }
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1,
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
  color: #fff;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
  line-height: 1;
  font-family: 'din';
}
@media (min-width: 1921px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 0.3rem;
  }
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
  line-height: 1;
  font-size: 16px;
  font-family: 'din';
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
    font-size: 0.14rem;
  }
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  padding-right: 0.3rem;
  transition: all 0.5s;
  border-top: 1px solid #dedfe1;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 {
    margin-top: 0.2rem;
    height: 0.5rem;
  }
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .img_a {
  display: none;
}
.qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .span {
  font-size: 18px;
  color: #999;
  font-family: 'din';
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .span {
    font-size: 0.14rem;
  }
}
.qtwy_news_dongtai_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 34.375%;
}
.qtwy_news_dongtai_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner {
    margin-top: 0.6rem;
  }
}
.qtwy_news_dongtai_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner {
    padding-bottom: 77.33%;
  }
}
.qtwy_news_dongtai_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.qtwy_news_dongtai_banner .text {
  width: 4.15rem;
  position: absolute;
  bottom: 0;
  left: 12.5%;
  z-index: 1;
  background: rgba(51, 51, 51, 0.55);
  padding: 0.45rem 0.45rem;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner .text {
    padding: 0.1rem 0.25rem;
    left: 0;
    width: 90%;
    margin-left: 5%;
  }
}
.qtwy_news_dongtai_banner .text .title {
  color: #fff;
  font-family: 'siyuan_medium';
  margin-top: 0.3rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1921px) {
  .qtwy_news_dongtai_banner .text .title {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_dongtai_banner .text .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_dongtai_banner .text .title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .qtwy_news_dongtai_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner .text .title {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    margin-bottom: 0;
  }
}
.qtwy_news_dongtai_banner .text .subTitle {
  font-size: 18px;
  font-family: 'din';
  color: #fff;
}
@media (max-width: 1024px) {
  .qtwy_news_dongtai_banner .text .subTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner .text .subTitle {
    font-size: 0.12rem;
  }
}
.qtwy_news_dongtai_banner .text .div .span {
  margin-right: 0.2rem;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_banner .text .div .span {
    font-size: 0.14rem;
  }
}
.qtwy_news_dongtai_banner .text::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50013;
  height: 3px;
  width: 100%;
  transition: all 0.5s;
}
.qtwy_news_dongtai {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai {
    margin: 0.4rem 0;
  }
}
.qtwy_news_dongtai_navBox {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav {
    padding-bottom: 0.05rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li {
  width: 2.7rem;
  height: auto;
  background: #f1f3f5;
  margin-bottom: 0.2rem;
  margin-right: 0.22rem;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 0.15rem;
    height: auto;
  }
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a {
  padding: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a {
    padding: 0.1rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .img_a {
  display: none;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .img_a {
    width: 0.06rem;
    height: auto;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .span {
  font-size: 18px;
  color: #333;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .span {
    margin-right: 0.15rem;
    font-size: 0.14rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .img {
  width: 10px;
  height: 15px;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a .img {
    width: 0.06rem;
    height: auto;
  }
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a:hover,
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a.on {
  background: #e50013;
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a:hover .span,
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a.on .span {
  color: #fff;
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a:hover .img_a,
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a.on .img_a {
  display: block;
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a:hover .img,
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li .a.on .img {
  display: none;
}
.qtwy_news_dongtai_navBox .dongtai_one_nav .dongtai_one_nav_li:nth-child(5n+5) {
  margin-right: 0;
}
.qtwy_news_dongtai_navBox .dongtai_two_nav {
  flex-wrap: wrap;
  margin: 0.4rem 0;
  display: none;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_two_nav {
    margin: 0.2rem 0;
  }
}
.qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li {
  min-width: 1rem;
  background: #f1f3f5;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li {
    margin-bottom: 0.15rem;
    margin-right: 0.1rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li .a {
  padding: 0.1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li .a {
    font-size: 0.13rem;
    padding: 0.1rem;
  }
}
.qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li .a:hover,
.qtwy_news_dongtai_navBox .dongtai_two_nav .dongtai_two_nav_li .a.on {
  background: #e50013;
  color: #fff;
}
@media (min-width: 769px) {
  .hh_head_height {
    width: 100%;
    height: 1rem;
  }
}
.qtwy_article {
  background: #fff;
  padding: 1rem 0 0 0;
  width: 12rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_article {
    padding: 0.33rem 0rem 0 0rem;
    width: 100%;
  }
}
.qtwy_article .title {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_article .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_article .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_article .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_article .title {
    font-size: 0.2rem;
  }
}
.qtwy_article .subTitle {
  display: flex;
  margin: 0.4rem 0 0.7rem 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle {
    justify-content: flex-start;
    margin: 0.2rem 0 0.2rem 0;
    flex-direction: column;
  }
}
.qtwy_article .subTitle .hh_box {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .hh_box {
    align-items: center;
    height: 0.26rem;
  }
}
.qtwy_article .subTitle .div1,
.qtwy_article .subTitle .div2,
.qtwy_article .subTitle .div3,
.qtwy_article .subTitle .div4 {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1,
  .qtwy_article .subTitle .div2,
  .qtwy_article .subTitle .div3,
  .qtwy_article .subTitle .div4 {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.08rem;
  }
}
.qtwy_article .subTitle .div1 .img,
.qtwy_article .subTitle .div2 .img,
.qtwy_article .subTitle .div3 .img,
.qtwy_article .subTitle .div4 .img {
  margin-right: 5px;
}
.qtwy_article .subTitle .div1 .span1,
.qtwy_article .subTitle .div2 .span1,
.qtwy_article .subTitle .div3 .span1,
.qtwy_article .subTitle .div4 .span1 {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1 .span1,
  .qtwy_article .subTitle .div2 .span1,
  .qtwy_article .subTitle .div3 .span1,
  .qtwy_article .subTitle .div4 .span1 {
    font-size: 0.14rem;
  }
}
.qtwy_article .subTitle .div1 .span2,
.qtwy_article .subTitle .div2 .span2,
.qtwy_article .subTitle .div3 .span2,
.qtwy_article .subTitle .div4 .span2 {
  color: #666;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .qtwy_article .subTitle .div1 .span2,
  .qtwy_article .subTitle .div2 .span2,
  .qtwy_article .subTitle .div3 .span2,
  .qtwy_article .subTitle .div4 .span2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div1 .span2,
  .qtwy_article .subTitle .div2 .span2,
  .qtwy_article .subTitle .div3 .span2,
  .qtwy_article .subTitle .div4 .span2 {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .qtwy_article .subTitle .div2,
  .qtwy_article .subTitle .div4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .qtwy_article .subTitle .div2 {
    justify-content: flex-start;
  }
  .qtwy_article .subTitle .div3 span {
    margin-right: 0.2rem;
  }
  .qtwy_article .subTitle .div4 {
    width: auto !important;
  }
}
.qtwy_article .zhaiyao {
  padding: 0.3rem;
  border: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao {
    padding: 0.2rem;
  }
}
.qtwy_article .zhaiyao .div1 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao .div1 {
    font-size: 0.14rem;
  }
}
.qtwy_article .zhaiyao .div2 {
  margin-top: 0.15rem;
}
.qtwy_article .zhaiyao .div2 p {
  color: #666;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 768px) {
  .qtwy_article .zhaiyao .div2 p {
    font-size: 0.14rem;
  }
}
.qtwy_article .text {
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_article .text {
    margin-top: 0.35rem;
  }
}
.qtwy_article .text p {
  color: #666;
  line-height: 1.85;
}
@media (min-width: 1921px) {
  .qtwy_article .text p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_article .text p {
    font-size: 16px;
  }
}
.qtwy_article .text img {
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .qtwy_article .text img {
    width: 100% !important;
    height: auto !important;
  }
}
.qtwy_article .fenxiang {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang {
    padding: 0.2rem 0;
  }
}
.qtwy_article .fenxiang .div1 .img {
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang .div1 .img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.1rem;
  }
}
.qtwy_article .fenxiang .div2 {
  color: #666;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_article .fenxiang .div2 {
    font-size: 0.14rem;
  }
}
.qtwy_article .qtwy_article_nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0 0.2rem 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav {
    margin: 0;
    flex-wrap: unset;
    display: -webkit-box;
    overflow-x: auto;
    padding: 0.2rem 0 0.1rem 0;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li {
  min-width: 1rem;
  background: #f1f3f5;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav .dongtai_two_nav_li {
    margin-bottom: 0.1rem;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a {
  padding: 0.1rem 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a {
    font-size: 0.14rem;
    padding: 0.1rem;
  }
}
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a:hover,
.qtwy_article .qtwy_article_nav .dongtai_two_nav_li .a.on {
  background: #e50013;
  color: #fff;
}
.qtwy_article .qtwy_article_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 1rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page {
    margin: 0.2rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev {
    margin-bottom: 0.15rem;
  }
}
.qtwy_article .qtwy_article_page .prev,
.qtwy_article .qtwy_article_page .next {
  cursor: pointer;
  border: 1px solid #e2e2e2;
  width: 43.33%;
  border-radius: 1000px;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev,
  .qtwy_article .qtwy_article_page .next {
    width: 100%;
  }
}
.qtwy_article .qtwy_article_page .prev .a,
.qtwy_article .qtwy_article_page .next .a {
  margin: 0.15rem 7.083%;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev .a,
  .qtwy_article .qtwy_article_page .next .a {
    margin: 0.05rem 0.2rem;
    text-align: left;
  }
}
.qtwy_article .qtwy_article_page .prev .span1,
.qtwy_article .qtwy_article_page .next .span1,
.qtwy_article .qtwy_article_page .prev .span2,
.qtwy_article .qtwy_article_page .next .span2 {
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .prev .span1,
  .qtwy_article .qtwy_article_page .next .span1,
  .qtwy_article .qtwy_article_page .prev .span2,
  .qtwy_article .qtwy_article_page .next .span2 {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
}
.qtwy_article .qtwy_article_page .prev:hover,
.qtwy_article .qtwy_article_page .next:hover {
  background: #e40013;
}
.qtwy_article .qtwy_article_page .prev:hover .span1,
.qtwy_article .qtwy_article_page .next:hover .span1,
.qtwy_article .qtwy_article_page .prev:hover .span2,
.qtwy_article .qtwy_article_page .next:hover .span2 {
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.qtwy_article .qtwy_article_page .icon .a {
  display: flex;
}
.qtwy_article .qtwy_article_page .icon .a .img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .qtwy_article .qtwy_article_page .icon .a .img {
    width: 0.4rem;
    display: none;
  }
}
.qtwy_news_detail_tuijianxinwen {
  border-top: 1px solid #e1e1e1;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen {
    padding: 0.4rem 0;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .title {
  color: #333;
  font-weight: bold;
  margin: 0 0 0.75rem 0;
}
@media (min-width: 1921px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox {
    flex-direction: column;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul {
    width: 100%;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li {
  width: 46.52%;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li {
    width: 100%;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li:first-child .a {
  border-top: 1px solid #eaeaea;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.15rem 0;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a {
    padding: 0.1rem 0;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con {
  display: flex;
  width: 57.46%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con {
    width: 70%;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title {
  display: flex;
  align-items: center;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .img_a {
  display: none;
  margin-right: 0.13rem;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .img {
  margin-right: 0.1rem;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .span {
  font-size: 18px;
  color: #333;
  font-family: 'siyuan_medium';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_title .span {
    font-size: 0.16rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_text {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .con .xinwen_text {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .day {
  font-size: 18px;
  color: #666;
  font-family: 'din';
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a .day {
    font-size: 0.16rem;
  }
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .span {
  color: #e40013;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .img {
  display: none;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .xinwen_title .img_a {
  display: block;
}
.qtwy_news_detail_tuijianxinwen .hh_w .tuijianxinwen_ulBox .tuijianxinwen_ul .tuijianxinwen_li .a:hover .day {
  color: #e40013;
}
.qtwy_kehufuwu_banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.2%;
  overflow: hidden;
}
.qtwy_kehufuwu_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_kehufuwu_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner {
    margin-top: 0.6rem;
  }
}
.qtwy_kehufuwu_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.qtwy_kehufuwu_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_kehufuwu_banner .text .title {
  color: #fff;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_banner .text .title {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_banner .text .title {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_banner .text .title {
    font-size: 49px;
  }
}
@media (max-width: 1024px) {
  .qtwy_kehufuwu_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text .title {
    font-size: 0.2rem;
  }
}
.qtwy_kehufuwu_banner .text .subTitle {
  font-family: 'dinm';
  color: #fff;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_banner .text .subTitle {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_banner .text .subTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_banner .text .subTitle {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_kehufuwu_banner .text .subTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text .subTitle {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }
}
.qtwy_kehufuwu_banner.about .text {
  flex-direction: unset;
  top: 58%;
}
.qtwy_kehufuwu_banner .text .text_l .subTitle {
  margin-top: 0;
}
.qtwy_kehufuwu_quantongfuwu {
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu {
    background: unset !important;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav {
    flex-direction: column;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l {
  position: relative;
  padding: 1rem 0 0.8rem 0;
  width: 50%;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l {
    padding: 0.4rem 0 0.2rem 0;
    width: 100%;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div1 {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div2 {
  font-size: 20px;
  color: #666;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 1280px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div2 {
    font-size: 0.18rem;
    line-height: 1.4;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div3 {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 10.305vw;
  color: rgba(225, 225, 225, 0.4);
  z-index: 1;
  font-family: 'bebas';
  font-weight: bold;
  letter-spacing: -10px;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div3 span {
  opacity: 0;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/png.png) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_l .div3 {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r {
  display: flex;
  margin-bottom: 0.25rem;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
  font-family: 'siyuan_medium';
  color: #333;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.4rem;
  background: #fff;
  border-radius: 1000px;
  margin-left: 15px;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn {
    padding: 0 0.2rem;
    line-height: 0.35rem;
    height: 0.35rem;
    font-size: 0.14rem;
    margin-left: 0;
    margin-right: 0.15rem;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .nav .nav_r .btn.on {
  background: #e40013;
  color: #fff;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul {
  display: none;
  flex-wrap: wrap;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li {
  width: 19.16%;
  margin-right: 1.04%;
  border-top: 5px solid #d5d5d5;
  padding: 0.5rem 0.3rem 0.85rem 0.3rem;
  background: #f7f8f9;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li {
    width: 100%;
    margin-right: 0%;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div1 {
  display: flex;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div1 {
    margin-bottom: 0.2rem;
    width: 0.25rem;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div1 .img {
  max-width: 100%;
  max-height: 100%;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div1 .img_a {
  display: none;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div2 {
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div2 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.15rem 0;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
  height: 1.65rem;
  overflow-y: auto;
  line-height: 2;
  font-size: 16px;
  color: #666;
  font-family: 'siyuan_regular';
  padding-right: 15px;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 .scrollY {
    font-size: 0.14rem;
    height: 0.95rem;
    line-height: 1.7;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li .div3 .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
@media (min-width: 769px) {
  .qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li:nth-of-type(5n+5) {
    margin-right: 0;
  }
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li:hover {
  border-top-color: #e40013;
  transform: translateY(-10px);
  box-shadow: 0px 0px 12px 4px #efefef;
  background: #fff;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li:hover .div1 .img {
  display: none;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul .chanxian_li:hover .div1 .img_a {
  display: block;
}
.qtwy_kehufuwu_quantongfuwu .hh_w .chanxian_ul:nth-of-type(1) {
  display: flex;
}
.qtwy_kehufuwu_adBanner {
  padding: 0.9rem 0 1rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_adBanner {
    padding: 0.4rem 0;
    padding-top: 0.15rem;
    padding-bottom: 0.35rem;
  }
}
.qtwy_kehufuwu_adBanner .canvas-box {
  position: absolute;
  top: -0.3rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.qtwy_kehufuwu_adBanner .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_adBanner .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_kehufuwu_adBanner .hh_w .title {
  display: flex;
}
.qtwy_kehufuwu_adBanner .hh_w .title .div1,
.qtwy_kehufuwu_adBanner .hh_w .title .div2,
.qtwy_kehufuwu_adBanner .hh_w .title .div3 {
  font-weight: bold;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_adBanner .hh_w .title .div1,
  .qtwy_kehufuwu_adBanner .hh_w .title .div2,
  .qtwy_kehufuwu_adBanner .hh_w .title .div3 {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_adBanner .hh_w .title .div1,
  .qtwy_kehufuwu_adBanner .hh_w .title .div2,
  .qtwy_kehufuwu_adBanner .hh_w .title .div3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_adBanner .hh_w .title .div1,
  .qtwy_kehufuwu_adBanner .hh_w .title .div2,
  .qtwy_kehufuwu_adBanner .hh_w .title .div3 {
    font-size: 24.5px;
  }
}
@media (max-width: 1280px) {
  .qtwy_kehufuwu_adBanner .hh_w .title .div1,
  .qtwy_kehufuwu_adBanner .hh_w .title .div2,
  .qtwy_kehufuwu_adBanner .hh_w .title .div3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_adBanner .hh_w .title .div1,
  .qtwy_kehufuwu_adBanner .hh_w .title .div2,
  .qtwy_kehufuwu_adBanner .hh_w .title .div3 {
    font-size: 0.18rem;
  }
}
.qtwy_kehufuwu_adBanner .hh_w .title .div2 {
  color: #e40013;
}
.qtwy_kehufuwu_adBanner .hh_w .text {
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_adBanner .hh_w .text {
    margin-top: 0.15rem;
  }
}
.qtwy_kehufuwu_adBanner .hh_w .text .div1,
.qtwy_kehufuwu_adBanner .hh_w .text .div2 {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_adBanner .hh_w .text .div1,
  .qtwy_kehufuwu_adBanner .hh_w .text .div2 {
    font-size: 0.14rem;
    text-align: left;
  }
}
.qtwy_kehufuwu_kehupeixun {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun {
    padding: 0;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title {
  width: 100%;
  display: flex;
  margin-bottom: 0.9rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title {
    flex-direction: column;
    margin-bottom: 0.25rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 {
  width: 33.33%;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
  color: #333;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p1 {
    font-size: 0.22rem;
    margin-bottom: 0.05rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p2 {
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div1 .p2 {
    font-size: 0.14rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 {
  width: 66.67%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 {
    width: 100%;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li {
    flex-direction: column;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .imgBox {
  width: 1rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .imgBox {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0;
    margin-bottom: 0.05rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .imgBox .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.15rem;
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p1 {
    font-size: 0.15rem;
    text-align: center;
    margin: 0.06rem 0;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p2 {
  font-size: 16px;
  font-family: 'din';
  line-height: 1;
  color: #bbb;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li .text .p2 {
    font-size: 0.14rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li:hover .imgBox .img {
  transform: scale(1.05);
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li:hover .text .p1 {
    font-size: 27.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li:hover .text .p1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li:hover .text .p1 {
    font-size: 22.75px;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_title .div2 .div2_li:hover .text .p2 {
  font-size: 18px;
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li {
  width: 32.29%;
  padding: 0.45rem 0.4rem;
  background: #f7f8f9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li {
    width: 49.29%;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li {
    width: 100%;
    padding: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li .div1 {
  font-family: 'akzidenzGrotesk-medium';
  font-weight: bold;
  font-size: 96px;
  background-image: linear-gradient(#dddedf, #f9f9f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-right: 0.25rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li .div1 {
    font-size: 0.48rem;
    line-height: 1.7;
    margin-right: 0.15rem;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li .div2 {
  font-size: 16px;
  color: #666;
  line-height: 0.35rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li .div2 {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li:hover {
  background: #e40013;
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li:hover .div1 {
  background-image: linear-gradient(#b9b9b9, #fff);
}
.qtwy_kehufuwu_kehupeixun .hh_w .kehupeixun_text .li:hover .div2 {
  color: #FFF;
}
.qtwy_khfw_cnfw {
  background: url('../images/img225.png');
  background-size: 100% 100%;
}
.qtwy_khfw_cnfw .con {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .title .div1 {
    text-shadow: 0px 0px 5px #fff;
  }
}
.qtwy_khfw_cnfw .con .title .div1 .span1,
.qtwy_khfw_cnfw .con .title .div1 .span2 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_khfw_cnfw .con .title .div1 .span1,
  .qtwy_khfw_cnfw .con .title .div1 .span2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cnfw .con .title .div1 .span1,
  .qtwy_khfw_cnfw .con .title .div1 .span2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cnfw .con .title .div1 .span1,
  .qtwy_khfw_cnfw .con .title .div1 .span2 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cnfw .con .title .div1 .span1,
  .qtwy_khfw_cnfw .con .title .div1 .span2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .title .div1 .span1,
  .qtwy_khfw_cnfw .con .title .div1 .span2 {
    font-size: 0.2rem;
  }
}
.qtwy_khfw_cnfw .con .title .div1 .span2 {
  color: #e40013;
}
.qtwy_khfw_cnfw .con .title .div2 {
  line-height: 1;
  margin-top: 0.2rem;
  color: #999;
  font-family: 'dinm';
}
@media (min-width: 1921px) {
  .qtwy_khfw_cnfw .con .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cnfw .con .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cnfw .con .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .title .div2 {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
}
.qtwy_khfw_cnfw .con .text_ul {
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .text_ul {
    margin-top: 0.25rem;
  }
}
.qtwy_khfw_cnfw .con .text_ul .text_li {
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.8);
  width: 3.6rem;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .text_ul .text_li {
    width: 100%;
    padding: 0.2rem;
  }
}
.qtwy_khfw_cnfw .con .text_ul .text_li .div1 {
  font-size: 3.33vw;
  color: #bbb;
  font-family: 'dinm';
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .text_ul .text_li .div1 {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}
.qtwy_khfw_cnfw .con .text_ul .text_li .div2 {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .text_ul .text_li .div2 {
    font-size: 0.16rem;
  }
}
.qtwy_khfw_cnfw .con .text_ul .text_li_a .div1,
.qtwy_khfw_cnfw .con .text_ul .text_li_a .div2 {
  color: #fff;
}
.qtwy_khfw_cnfw .con .text_ul .text_ul_row2 {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_khfw_cnfw .con .text_ul .text_ul_row2 {
    flex-wrap: wrap;
  }
  .qtwy_khfw_cnfw .con .text_ul .text_ul_row2 .text_li {
    margin-top: 0.1rem;
  }
  .qtwy_khfw_cnfw .con .text_ul .text_ul_row2 .text_li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.qtwy_khfw_zxbx {
  padding: 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx {
    padding: 0.4rem 0;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_khfw_zxbx .hh_w {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w {
    flex-direction: column;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l {
  width: 42%;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l {
    width: 100%;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div1 {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 {
    margin-bottom: 0.25rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (min-width: 1921px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p1 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 1921px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p2 {
    font-size: 0.16rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p3 {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div1 .p3 {
    font-size: 0.14rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div2 {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div {
    width: 47%;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a {
  width: 1.8rem;
  padding: 0.155rem 0;
  background: #e40013;
  color: #fff;
  transition: all 0.5s;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a {
    width: 2.5rem;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a {
    width: 100%;
    padding: 0.1rem 0;
    font-size: 0.14rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a .img {
  margin-left: 0.1rem;
}
.qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a.qqa {
  background: #348dfa;
  padding: 0.1rem 0;
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a.qqa {
    margin-left: 0;
    padding: 0.04rem 0;
  }
}
@media (min-width: 769px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a:hover {
    width: 2.6rem;
  }
}
@media (min-width: 1281px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_l .div2 .div .a:hover {
    width: 1.9rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r {
    width: 100%;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div1 {
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p1 {
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p1 {
    font-size: 0.14rem;
    margin-right: 0.1rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
  font-family: 'dinm';
  color: #e40013;
  line-height: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.55rem;
}
@media (min-width: 1921px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div1 .p2 {
    margin: 0;
    font-size: 0.24rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 {
  background: #f7f8f9;
  display: flex;
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p1 {
  padding: 0.2rem 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p1 {
    padding: 0.2rem 0.15rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p1 .img {
  width: 1.2rem;
  height: 1.2rem;
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 {
  margin-left: 0.1rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 0.15rem;
  }
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1 {
  margin-bottom: 0.1rem;
}
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1,
.qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span2 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1,
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1,
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1,
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span1,
  .qtwy_khfw_zxbx .hh_w .zxbx_r .div2 .p2 .span2 {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
.qtwy_khfw_wxby {
  background: #f7f8f9;
  padding: 1rem 0;
}
@media screen {
  .qtwy_khfw_wxby {
    padding: 0.4rem 0;
  }
}
.qtwy_khfw_wxby .title {
  width: 14.4rem;
  margin: 0 auto;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (min-width: 1921px) {
  .qtwy_khfw_wxby .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_wxby .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_wxby .title {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_wxby .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .title {
    font-size: 0.2rem;
  }
}
.qtwy_khfw_wxby .qtwy_khfw_wxby_swp {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_khfw_wxby_swp {
    overflow: hidden;
    padding-bottom: 0.2rem;
  }
}
.qtwy_khfw_wxby .swiper-pagination {
  bottom: 0rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .swiper-pagination {
    bottom: 0rem;
  }
}
.qtwy_khfw_wxby .swiper-pagination-bullet-active {
  background: #e50017;
}
.qtwy_khfw_wxby .qtwy_news_video_liText {
  width: 14.4rem;
  margin: 0 auto;
  padding: 0.4rem 0 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText {
    padding: 0.25rem 0.2rem 0 0.2rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li {
  width: 100%;
  margin-right: 1.56%;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a {
  display: flex;
  width: 100%;
  padding: 0.6rem 0.25rem 0.4rem 0.25rem;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a {
    padding: 0.2rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
  font-size: 1.25vw;
  color: #333;
  line-height: 1.25;
  font-family: 'siyuan_medium';
  height: 0.65rem;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div1 {
    font-size: 0.16rem;
    height: auto;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.03%;
  overflow: hidden;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .imgBox .img {
  transition: all 0.5s;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  z-index: 2;
  background: #ffffff;
  border-radius: 1000px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .mask {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div2 .btnImg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  width: 16px;
  height: 18px;
  transition: all 0.5s;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.833vw;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a .div3 {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #e50013;
  height: 3px;
  width: 0%;
  transition: all 0.5s;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div1 {
  color: #e40013;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div2 .imgBox .img {
  transform: scale(1.05);
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 {
  border-top: 1px solid #e40013;
  padding-right: 0;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .span {
  color: #e40013;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img {
  display: none;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover .div4 .img_a {
  display: block;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li .a:hover::before {
  width: 100%;
}
.qtwy_khfw_wxby .qtwy_news_video_liText .qtwy_news_video_liText_li:nth-of-type(3n) {
  margin-right: 0;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .btnImg {
  display: none;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .a {
  padding-bottom: 0;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .a::before {
  content: unset;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 {
  position: relative;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day {
  position: absolute;
  min-height: 0.75rem;
  min-width: 0.75rem;
  padding: 0.1rem 0.1rem;
  background: #e40013;
  top: -0.15rem;
  left: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day {
    min-height: 0.5rem;
    min-width: 0.5rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1,
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
  color: #fff;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
  line-height: 1;
  font-family: 'din';
}
@media (min-width: 1921px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day1 {
    font-size: 0.3rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
  line-height: 1;
  font-size: 16px;
  font-family: 'din';
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div2 .day .day2 {
    font-size: 0.14rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  padding-right: 0.3rem;
  transition: all 0.5s;
  border-top: 1px solid #dedfe1;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 {
    margin-top: 0.2rem;
    height: 0.5rem;
  }
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .img_a {
  display: none;
}
.qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .span {
  font-size: 18px;
  color: #999;
  font-family: 'din';
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_khfw_wxby .qtwy_news_dongtai_liText .qtwy_news_dongtai_liText_li .div4 .span {
    font-size: 0.14rem;
  }
}
.qtwy_khfw_cjwt {
  padding: 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt {
    padding: 0.4rem 0;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_khfw_cjwt .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.65rem;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_khfw_cjwt .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwt .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cjwt .title {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .qtwy_khfw_cjwt .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul {
    margin-bottom: 0.1rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li {
  margin-bottom: 0.25rem;
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
  min-height: 0.95rem;
  background: #eff1f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q {
    min-height: 0.5rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 {
  display: flex;
  height: 100%;
  align-items: center;
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
  margin: 0 0.35rem;
  background: url('../images/img232.png');
  background-size: 100% 100%;
  color: #fff;
  font-family: 'dinm';
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p1 {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    margin: 0 0.15rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
  font-weight: bold;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div1 .p2 {
    font-size: 0.14rem;
    padding: 0.25rem 0;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
  background: url('../images/img230.png');
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.2rem;
  margin-right: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_q .div2 {
    width: 0.2rem;
    height: 0.1rem;
    margin-right: 0.15rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a {
  border: 1px solid #dbdbdb;
  border-top: 0;
  display: none;
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
  padding: 0.3rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 {
    padding: 0.2rem 0;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
  margin: 0.1rem 0.35rem 0 0.35rem;
  background: url('../images/img234.png');
  background-size: 100% 100%;
  color: #333;
  font-family: 'dinm';
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    font-size: 26.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p1 {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.1rem 0.15rem 0 0.15rem;
    font-size: 0.2rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p2 {
  font-size: 16px;
  line-height: 2;
  color: #666;
  width: 75.8%;
}
@media (max-width: 768px) {
  .qtwy_khfw_cjwt .cjwt_ul .cjwt_li .cjwt_li_a .div1 .p2 {
    font-size: 0.14rem;
  }
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p1 {
  background: url('../images/img233.png');
  background-size: 100% 100%;
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div1 .p2 {
  color: #e40013;
}
.qtwy_khfw_cjwt .cjwt_ul .cjwt_li.on .cjwt_li_q .div2 {
  background: url('../images/img231.png');
  background-size: 100% 100%;
}
.qtwy_xzzx_list {
  background: #f7f8f9;
}
.qtwy_xzzx_list .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.qtwy_xzzx_list .hh_w .one_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .one_nav {
    margin-bottom: 0.1rem;
  }
}
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li {
  height: auto;
  display: flex;
  width: 2.2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ededed;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .one_nav .one_nav_li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.15rem;
  }
  .qtwy_xzzx_list .hh_w .one_nav .one_nav_li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li .a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li .a .div {
  padding: 0.1rem 0.3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .one_nav .one_nav_li .a .div {
    padding: 0.05rem 0.1rem;
    font-size: 0.14rem;
    display: inline-flex;
  }
}
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li:hover,
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li.on {
  background: #e40013;
}
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li:hover .div,
.qtwy_xzzx_list .hh_w .one_nav .one_nav_li.on .div {
  color: #fff;
}
.qtwy_xzzx_list .hh_w .xzzx_ul {
  display: flex;
  flex-wrap: wrap;
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li {
  width: 32.29%;
  margin-right: 1.565%;
  margin-bottom: 0.35rem;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li {
    margin-bottom: 0.25rem;
  }
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.91%;
  overflow: hidden;
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_img > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_img img {
  transition: all 0.5s;
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_img .img_a {
  display: none;
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_img:hover img {
  transform: scale(1.05);
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_text {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 0.25rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li .li_text {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
.qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li {
    width: 48%;
    margin-right: 3%;
  }
  .qtwy_xzzx_list .hh_w .xzzx_ul .xzzx_li:nth-child(2n+2) {
    margin-right: 0;
  }
  .xzzx_li:nth-child(3n+3) {
    margin-right: 3%;
  }
}
.qtwy_lxwm_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 32.29%;
}
.qtwy_lxwm_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.qtwy_lxwm_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_lxwm_banner {
    margin-top: 0.6rem;
    padding-bottom: 77.33%;
  }
}
.qtwy_lxwm_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.qtwy_lxwm_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_lxwm_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 1680px) {
  .qtwy_lxwm_banner .text {
    top: 30%;
  }
}
@media (max-width: 1459px) {
  .qtwy_lxwm_banner .text {
    top: 35%;
  }
}
@media (max-width: 1024px) {
  .qtwy_lxwm_banner .text {
    top: 25%;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_lxwm_banner .text .title {
  color: #fff;
  font-family: 'siyuan_medium';
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_banner .text .title {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_banner .text .title {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_banner .text .title {
    font-size: 49px;
  }
}
@media (max-width: 1024px) {
  .qtwy_lxwm_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_banner .text .title {
    font-size: 0.2rem;
  }
}
.qtwy_lxwm_banner .text .subTitle {
  font-size: 16px;
  font-family: 'dinm';
  color: #fff;
  line-height: 2;
  margin-top: 0.35rem;
  width: 66.11%;
}
@media (max-width: 1024px) {
  .qtwy_lxwm_banner .text .subTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_banner .text .subTitle {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }
}
.qtwy_xjmt {
  height: 4.55rem;
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_xjmt {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt {
    height: auto;
    position: unset;
    margin: 0.4rem 0;
    margin-bottom: 0.35rem;
  }
}
.qtwy_xjmt .xjmt_div1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 {
    flex-direction: column;
  }
}
.qtwy_xjmt .xjmt_div1 .li {
  width: 49.16%;
  position: absolute;
  top: -1.1rem;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li {
    top: unset;
    position: unset;
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.49%;
  position: absolute;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box {
    position: relative;
    padding-bottom: 59.5%;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.qtwy_xjmt .xjmt_div1 .li .box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.45rem 0.5rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox {
    padding: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 {
  color: #fff;
  flex-direction: column;
  padding-bottom: 0.4rem;
}
@media (max-width: 1280px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 {
    padding-bottom: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
    font-size: 31.5px;
  }
}
@media (max-width: 1024px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p1 {
    font-size: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div1 .p2 {
    font-size: 0.16rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 {
    padding-top: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 {
    padding-top: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .p1 {
  width: 54%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
@media (max-width: 1024px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .p1 {
    font-size: 14px;
    width: 55%;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .p1 {
    font-size: 0.14rem;
    display: block;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn {
  display: none;
  cursor: pointer;
  margin-top: 0.45rem;
  padding: 0.15rem 0.45rem;
  background: #e40013;
  color: #fff;
  transition: all 0.5s;
  border-radius: 1000px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  animation: hideShow 0.5s;
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn a {
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn a {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn {
    margin-top: 0;
    padding: 0.1rem 0.25rem;
    display: block;
    padding: 0.05rem 0.15rem;
    right: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn .span {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn .span {
    font-size: 0.14rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li .box .textBox .div2 .btn .btnImg {
  margin-left: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li.li2 .box {
    padding-bottom: 51.5%;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li.li2 .box .textBox .div1 {
    padding-bottom: 0;
  }
}
.qtwy_xjmt .xjmt_div1 .li:hover .box .textBox .div2 {
  margin-bottom: 0.55rem;
  transition: all 0.5s;
}
.qtwy_xjmt .xjmt_div1 .li:hover .box .textBox .div2 .btn {
  display: block;
  animation: hideShow 0.5s;
  transition: all 0.5s;
}
.qtwy_xjmt .xjmt_div1 .li2 {
  right: 0;
}
@media (max-width: 1280px) {
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div1 .li2 .box .textBox .div1 {
    padding-bottom: 0.2rem;
  }
}
.qtwy_xjmt .xjmt_div1 .li2 .box .textBox .div2 {
  margin-top: 0.2rem;
}
.qtwy_xjmt .xjmt_div1 .li2 .box .textBox .div2 .p1 {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 54%;
}
.qtwy_xjmt .xjmt_div2 {
  position: absolute;
  bottom: 1rem;
  font-size: 16px;
  color: #999;
}
@media (max-width: 1024px) {
  .qtwy_xjmt .xjmt_div2 {
    font-size: 14px;
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .qtwy_xjmt .xjmt_div2 {
    font-size: 0.14rem;
    position: unset;
    bottom: unset;
  }
}
.qtwy_lxwm_dizhi {
  background: #f7f8f9;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi {
    flex-direction: column;
  }
}
.qtwy_lxwm_dizhi .bgimg {
  width: 50.5%;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .bgimg {
    width: 100%;
  }
}
.qtwy_lxwm_dizhi .dizhi_text {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: -0.6rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text {
    padding: 0.4rem 0.2rem;
    padding-top: 0;
    margin-left: 0;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_title {
  color: #333;
  font-family: 'siyuan_bold';
  line-height: 1;
  margin-bottom: 0.6rem;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_title {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_title {
    font-size: 0.2rem;
    margin: 0.25rem 0;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul {
    width: 100%;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li {
  width: 47.88%;
  margin-right: 4.24%;
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 {
    margin-bottom: 0.05rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .img {
  margin-right: 0.1rem;
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .span {
  color: #333;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .span {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .span {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div1 .span {
    font-size: 0.16rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div2 {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  padding-left: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li .div2 {
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_ul .dizhi_li:nth-of-type(2n) {
  margin-right: 0;
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn {
  width: 75%;
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn {
    width: 100%;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn {
  width: 2.95rem;
  height: 0.55rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn {
    width: 50%;
    height: 0.4rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  background: #333;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a {
    padding: 0 0.15rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a .span {
  color: #fff;
}
@media (max-width: 1024px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a .span {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a .span {
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a .img {
  position: absolute;
  right: 0.25rem;
  transition: all 0.5s;
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn .a:hover .img {
  right: 0.15rem;
}
.qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn:nth-of-type(1) .a {
  background: #e40013;
}
@media (max-width: 768px) {
  .qtwy_lxwm_dizhi .dizhi_text .dizhi_btn .btn:nth-of-type(2) {
    margin-right: 0;
  }
}
.qtwy_lxwm_zgs {
  width: 14.4rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs {
    padding: 0.4rem 0.2rem;
  }
}
.qtwy_lxwm_zgs .title {
  line-height: 1;
  font-family: 'siyuan-bold';
  padding-left: 0.15rem;
  border-left: 3px solid #e7222b;
  margin-bottom: 0.65rem;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_zgs .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_zgs .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_zgs .title {
    font-size: 31.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_lxwm_zgs .text1 {
  margin-top: 0.7rem;
  position: relative;
  width: 100%;
  height: 4.4rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 {
    margin-top: 0;
    height: auto;
  }
}
.qtwy_lxwm_zgs .text1 .zgs1 {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs1 {
    position: unset;
  }
}
.qtwy_lxwm_zgs .text1 .zgs1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_lxwm_zgs .text1 .zgs2 {
  width: 47%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding-top: 0.65rem;
  padding-bottom: 0.45rem;
  margin-left: 0.5rem;
}
@media (max-width: 1024px) {
  .qtwy_lxwm_zgs .text1 .zgs2 {
    padding-top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 {
    width: 100%;
    position: unset;
    margin-left: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div1 {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
@media (min-width: 769px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div1 {
    font-size: 2.083vw;
  }
}
@media (max-width: 1459px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div1 {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 1280px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div1 {
    font-size: 0.16rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div2 {
    margin-bottom: 0.05rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div2 .span {
  margin-left: 0.1rem;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1280px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div2 .span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div2 .span {
    font-size: 0.14rem;
    margin-bottom: 0rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div3 {
  color: #333;
  line-height: 1.45;
  width: 65%;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div3 {
    font-size: 19.25px;
  }
}
@media (max-width: 1280px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div3 {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div3 {
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a {
  margin-top: 0.15rem;
  display: inline-block;
  border-radius: 1000px;
  padding: 0.15rem 0.25rem;
  background: #fff;
  cursor: pointer;
  color: #e40013;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div4 a {
    border: 1px solid #eee;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a .img_a {
  display: none;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div4 a {
    padding: 0.05rem 0.2rem;
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a .span {
  color: #e40013;
  margin-right: 0.05rem;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text1 .zgs2 .div4 a .span {
    margin-right: 0.1rem;
    font-size: 0.12rem;
  }
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a:hover {
  background: #e40013;
  color: #fff;
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a:hover .span {
  color: #fff;
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a:hover .img {
  display: none;
}
.qtwy_lxwm_zgs .text1 .zgs2 .div4 a:hover .img_a {
  display: inline-block;
}
.qtwy_lxwm_zgs .text1:hover .zgs2 .div4 a,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .zgs2 .div4 a {
  background: #e40013;
  color: #fff;
}
.qtwy_lxwm_zgs .text1:hover .zgs2 .div4 a .span,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .zgs2 .div4 a .span {
  color: #fff;
}
.qtwy_lxwm_zgs .text1:hover .zgs2 .div4 a .img,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .zgs2 .div4 a .img {
  display: none;
}
.qtwy_lxwm_zgs .text1:hover .zgs2 .div4 a .img_a,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .zgs2 .div4 a .img_a {
  display: inline-block;
}
.qtwy_lxwm_zgs .text1:hover .div4 a,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .div4 a {
  background: #e40013;
  color: #fff;
}
.qtwy_lxwm_zgs .text1:hover .div4 a .span,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .div4 a .span {
  color: #fff;
}
.qtwy_lxwm_zgs .text1:hover .div4 a .img,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .div4 a .img {
  display: none;
}
.qtwy_lxwm_zgs .text1:hover .div4 a .img_a,
.qtwy_lxwm_zgs .text2 .zgs_li:hover .div4 a .img_a {
  display: inline-block;
}
.qtwy_lxwm_zgs .text2 {
  margin-top: 0.25rem;
  flex-wrap: wrap;
  display: flex;
}
.qtwy_lxwm_zgs .text2 .zgs_li {
  width: 32%;
  background: #f7f8f9;
  padding: 0.45rem 0.5rem 0.3rem 0.5rem;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li {
    width: 100%;
    padding: 0.2rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div1 {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div1 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div1 {
    font-size: 26.25px;
  }
}
@media (max-width: 1366px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div1 {
    font-size: 20px;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div1 {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div2 {
    margin-bottom: 0.05rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div2 .span {
  margin-left: 0.1rem;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1366px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div2 .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div2 .span {
    font-size: 0.14rem;
    margin-bottom: 0rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div3 {
  color: #333;
  line-height: 1.33;
  width: 100%;
}
@media (min-width: 1921px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 0.16rem;
  }
}
@media (max-width: 1366px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div3 {
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a {
  margin-top: 0.15rem;
  display: inline-block;
  border-radius: 1000px;
  padding: 0.12rem 0.25rem;
  background: #fff;
  cursor: pointer;
  color: #e40013;
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a .img_a {
  display: none;
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div4 a {
    padding: 0.05rem 0.2rem;
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a .span {
  color: #e40013;
  margin-right: 0.05rem;
  transition: all 0.5s;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div4 a .span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_lxwm_zgs .text2 .zgs_li .div4 a .span {
    margin-right: 0.1rem;
    font-size: 0.14rem;
  }
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a:hover {
  background: #e40013;
  color: #fff;
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a:hover .span {
  color: #fff;
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a:hover .img {
  display: none;
}
.qtwy_lxwm_zgs .text2 .zgs_li .div4 a:hover .img_a {
  display: inline-block;
}
.qtwy_lxwm_zgs .text2 .zgs_li:nth-child(3n+3) {
  margin-right: 0;
}
.qtwy_join_banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.2%;
}
.qtwy_join_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .qtwy_join_banner {
    margin-top: 0.6rem;
    padding-bottom: 77.33%;
  }
}
.qtwy_join_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.qtwy_join_banner .text {
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_join_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_join_banner .text .title {
  color: #fff;
  font-family: 'siyuan_medium';
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_join_banner .text .title {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_banner .text .title {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_banner .text .title {
    font-size: 49px;
  }
}
@media (max-width: 1024px) {
  .qtwy_join_banner .text .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_banner .text .title {
    font-size: 0.2rem;
  }
}
.qtwy_join_banner .text .subTitle {
  font-family: 'dinm';
  color: #fff;
  line-height: 1;
  margin-top: 0.2rem;
}
@media (min-width: 1921px) {
  .qtwy_join_banner .text .subTitle {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_banner .text .subTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_banner .text .subTitle {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_join_banner .text .subTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_banner .text .subTitle {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }
}
.qtwy_join_jrwm {
  position: relative;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm {
    margin: 0.4rem 0;
  }
}
.qtwy_join_jrwm .bgimg {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .bgimg {
    display: none;
  }
}
.qtwy_join_jrwm .text {
  position: relative;
  z-index: 2;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_join_jrwm .text .div1 .p1,
.qtwy_join_jrwm .text .div1 .p2 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_join_jrwm .text .div1 .p1,
  .qtwy_join_jrwm .text .div1 .p2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_jrwm .text .div1 .p1,
  .qtwy_join_jrwm .text .div1 .p2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_jrwm .text .div1 .p1,
  .qtwy_join_jrwm .text .div1 .p2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .div1 .p1,
  .qtwy_join_jrwm .text .div1 .p2 {
    font-size: 0.2rem;
  }
}
.qtwy_join_jrwm .text .div1 .p2 {
  color: #e20001;
}
.qtwy_join_jrwm .text .div2 {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
}
.qtwy_join_jrwm .text .div2 p {
  line-height: 1.5;
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .div2 p {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .div2 {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
  }
}
.qtwy_join_jrwm .text .dizhi_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .dizhi_btn {
    width: 100%;
  }
}
.qtwy_join_jrwm .text .dizhi_btn .btn {
  width: 4.6rem;
  height: 0.8rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn {
    width: 30.3%;
    height: 0.35rem;
    margin-right: 0;
  }
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  background: #eff1f3;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn .a {
    padding: 0 0.1rem;
  }
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a .span {
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn .a .span {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn .a .span {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn .a .span {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_jrwm .text .dizhi_btn .btn .a .span {
    font-size: 0.14rem;
    margin-right: 0.05rem;
  }
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a .img_a {
  display: none;
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a:hover,
.qtwy_join_jrwm .text .dizhi_btn .btn .a.on {
  background: #e40013;
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a:hover .span,
.qtwy_join_jrwm .text .dizhi_btn .btn .a.on .span {
  color: #fff;
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a:hover .img,
.qtwy_join_jrwm .text .dizhi_btn .btn .a.on .img {
  display: none;
}
.qtwy_join_jrwm .text .dizhi_btn .btn .a:hover .img_a,
.qtwy_join_jrwm .text .dizhi_btn .btn .a.on .img_a {
  display: block;
}
.qtwy_join_jrwm .text .dizhi_btn .btn:nth-of-type(3) {
  margin-right: 0;
}
.qtwy_join_rcln {
  background: #f7f8f9;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_join_rcln {
    padding: 0.4rem 0;
  }
}
.qtwy_join_rcln .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_join_rcln .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_join_rcln .hh_w .title {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_join_rcln .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_rcln .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_rcln .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_rcln .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_join_rcln .hh_w .rcln_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_join_rcln .hh_w .rcln_ul {
    flex-wrap: wrap;
  }
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li {
  width: 47.91%;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_join_rcln .hh_w .rcln_ul .rcln_li {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li .div1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.89%;
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li .div1 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li .div1 .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li .div2 {
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  background: #fff;
  font-size: 18px;
  color: #666;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_join_rcln .hh_w .rcln_ul .rcln_li .div2 {
    font-size: 0.14rem;
    padding: 0.2rem;
  }
}
.qtwy_join_rcln .hh_w .rcln_ul .rcln_li:hover .div1 .img {
  transform: scale(1.05);
}
.qtwy_join_rcpy {
  padding: 1rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy {
    padding: 0.4rem 0;
  }
}
.qtwy_join_rcpy .canvas-box {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.qtwy_join_rcpy .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_join_rcpy .hh_w .title {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_join_rcpy .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_rcpy .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_rcpy .hh_w .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_join_rcpy .hh_w .rcpy_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w .rcpy_ul {
    flex-wrap: wrap;
  }
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li {
  width: 31.94%;
  cursor: pointer;
  position: relative;
  transform: translateY(0);
  transition: all 0.5s;
  overflow: hidden;
  background: #f7f8f9;
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li:hover {
  background: #fff;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li .div1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.52%;
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li .div1 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li .div1 .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li .div2 {
  padding: 0.5rem 0.4rem 0.75rem 0.4rem;
  font-size: 18px;
  line-height: 1.85;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li .div2 {
    font-size: 0.14rem;
    padding: 0.2rem;
  }
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li::before {
  content: "";
  left: 50%;
  bottom: -2px;
  position: absolute;
  background: #e50017;
  height: 5px;
  width: 0%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li:hover {
  transform: translateY(-15px);
  box-shadow: 0px 2px 6px 4px #efefef;
}
@media (max-width: 768px) {
  .qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li:hover {
    transform: unset;
  }
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li:hover .div1 .img {
  transform: scale(1.05);
}
.qtwy_join_rcpy .hh_w .rcpy_ul .rcpy_li:hover::before {
  width: 100%;
}
.qtwy_join_rcdy {
  position: relative;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy {
    padding: 0.4rem 0;
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .swiper-pagination {
    bottom: 5%;
  }
}
.qtwy_join_rcdy .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: #f5f6f7;
}
.qtwy_join_rcdy .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_join_rcdy .hh_w .title {
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w .title {
    color: #333;
    font-family: 'siyuan_medium';
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
    text-align: left;
  }
}
.qtwy_join_rcdy .hh_w .title .div1 {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_join_rcdy .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_rcdy .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_rcdy .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w .title .div1 {
    font-size: 0.2rem;
  }
}
.qtwy_join_rcdy .hh_w .title .div2 {
  line-height: 1;
  font-size: 18px;
  color: #999;
  font-family: 'dinm';
  margin-top: 0.15rem;
}
.qtwy_join_rcdy .hh_w .dg-container {
  width: 100%;
  height: 6.25rem;
  position: relative;
}
.qtwy_join_rcdy .hh_w .dg-wrapper {
  width: 6.25rem;
  height: 3.18rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(../images/browser.png) no-repeat top left;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a.dg-center {
  opacity: 1 !important;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  top: 0;
  z-index: 11;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a.dg-center .mask {
  display: none;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a img {
  display: block;
  padding: 0 0px 0px 1px;
  width: 100%;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a div {
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  position: unset;
}
.qtwy_join_rcdy .hh_w .dg-wrapper a.dg-center div {
  display: block;
}
.qtwy_join_rcdy .hh_w .dg-container nav {
  width: 58px;
  position: unset;
  z-index: 1000;
  bottom: unset;
  left: unset;
  margin-left: 0;
}
.qtwy_join_rcdy .hh_w .dg-container nav span {
  cursor: pointer;
  width: 15px;
  height: 25px;
  opacity: 0.8;
  background: url('../images/img262.png') no-repeat;
  position: absolute;
  top: 50%;
  left: -0.4rem;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
.qtwy_join_rcdy .hh_w .dg-container nav span:hover {
  opacity: 1;
  background: url('../images/img264.png') no-repeat;
  background-size: 100% 100%;
}
.qtwy_join_rcdy .hh_w .dg-container nav span.dg-next {
  background: url('../images/img263.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  left: unset;
  transform: translate(-50%, -50%);
}
.qtwy_join_rcdy .hh_w .dg-container nav span.dg-next:hover {
  opacity: 1;
  background: url('../images/img265.png') no-repeat;
  background-size: 100% 100%;
}
.qtwy_join_rcdy .hh_w #dg-container .a {
  opacity: 0.8;
}
.qtwy_join_rcdy .hh_w #dg-container .a .text {
  position: relative;
  left: 0;
  bottom: unset;
  background: #fff;
}
.qtwy_join_rcdy .hh_w #dg-container .a .text .div1 {
  position: absolute;
  top: -0.6rem;
  left: 0.55rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 1000px;
  background: #fff;
}
.qtwy_join_rcdy .hh_w #dg-container .a .text .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_join_rcdy .hh_w #dg-container .a .text .div2 {
  padding: 0.85rem 0.65rem 0.85rem 0.65rem;
}
.qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .title {
  color: #333;
  font-family: 'siyuan_medium';
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
  text-align: left;
}
@media (min-width: 1921px) {
  .qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .title {
    font-size: 21px;
  }
}
.qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .span {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w #dg-container .a .text .div2 .span {
    font-size: 0.16rem;
    color: #666;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp {
  overflow: hidden;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-pagination-bullet {
  background: #e20001;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide {
  position: relative;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide.swiper-slide-active:before {
  display: none;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .a .rcdy_img {
  width: 100%;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text {
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text {
    padding: 0 0.15rem;
    padding-bottom: 0.2rem;
    background: #fff;
  }
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div1 {
  position: absolute;
  top: -0.35rem;
  opacity: 1;
  z-index: 10;
  background: #fff;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div1 {
    top: -0.3rem;
    left: 0.2rem;
  }
  .qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div1 .img {
    width: 0.6rem;
  }
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div2 {
  padding-top: 0.4rem;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div2 .title {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.qtwy_join_rcdy .hh_w .join-rcdy-swp .swiper-slide .text .div2 .span {
  font-size: 0.14rem;
  color: #666;
}
.qtwy_join_rcdy .hh_w .swiper-slide a {
  display: flex;
}
.qtwy_join_gzjh {
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh {
    padding-top: 0.1rem;
  }
}
.qtwy_join_gzjh .bgimg {
  position: absolute;
  top: 0;
  right: -4.3rem;
}
.qtwy_join_gzjh .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .title {
    padding-top: 0.2rem;
  }
}
.qtwy_join_gzjh .hh_w .title .div1 {
  font-weight: bold;
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_join_gzjh .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_gzjh .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_gzjh .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .title .div1 {
    font-size: 0.22rem;
  }
}
.qtwy_join_gzjh .hh_w .title .div2 {
  font-weight: bold;
  color: #e20001;
  margin-bottom: 0.45rem;
}
@media (min-width: 1921px) {
  .qtwy_join_gzjh .hh_w .title .div2 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_gzjh .hh_w .title .div2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_gzjh .hh_w .title .div2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .title .div2 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_join_gzjh .hh_w .title .div3 {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .title .div3 {
    font-size: 0.14rem;
    margin-bottom: 0.25rem;
  }
}
.qtwy_join_gzjh .hh_w .title .div3 p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .title .div3 p {
    font-size: 0.14rem;
    line-height: 1.4;
  }
}
.qtwy_join_gzjh .hh_w .text {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .text {
    flex-wrap: wrap;
  }
}
.qtwy_join_gzjh .hh_w .text .li {
  width: 47.91%;
  display: flex;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .text .li {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_join_gzjh .hh_w .text .li .div1 {
  position: relative;
  width: 36.23%;
  height: 0;
  padding-bottom: 31.88%;
  height: 100%;
}
.qtwy_join_gzjh .hh_w .text .li .div1 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_join_gzjh .hh_w .text .li .div1 .img {
  width: 100%;
  height: 100%;
}
.qtwy_join_gzjh .hh_w .text .li .div2 {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f7f8f9;
  justify-content: center;
}
@media (max-width: 1680px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 {
    padding: 0 0.6rem;
  }
}
@media (max-width: 1366px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 {
    padding: 0 0.25rem;
  }
}
.qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
  line-height: 1;
  color: #333;
  margin-bottom: 0.3rem;
}
@media (min-width: 1921px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
    font-size: 24px;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p1 {
    font-size: 0.18rem;
  }
}
.qtwy_join_gzjh .hh_w .text .li .div2 .p2 {
  line-height: 1.7;
  font-size: 18px;
  color: #666;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .text .li .div2 .p2 {
    font-size: 0.14rem;
    line-height: 1.3;
  }
}
.qtwy_join_gzjh .hh_w .text .li::before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  background: #e50017;
  height: 0;
  width: 2px;
  transition: all 0.5s;
}
.qtwy_join_gzjh .hh_w .text .li:hover .div2 .p1,
.qtwy_join_gzjh .hh_w .text .li.on .div2 .p1 {
  color: #e40013;
}
.qtwy_join_gzjh .hh_w .text .li:hover::before {
  height: 100%;
}
.qtwy_join_gzjh .hh_w .link {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link {
    margin: 0.4rem 0;
  }
}
.qtwy_join_gzjh .hh_w .link .title {
  color: #666;
  margin-bottom: 0.5rem;
}
@media (min-width: 1921px) {
  .qtwy_join_gzjh .hh_w .link .title {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_join_gzjh .hh_w .link .title {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_join_gzjh .hh_w .link .title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_join_gzjh .hh_w .link .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link .title {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link .title {
    padding-top: 0;
    margin-bottom: 0.25rem;
    font-size: 0.15rem;
  }
}
.qtwy_join_gzjh .hh_w .link .ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link .ul {
    justify-content: flex-start;
  }
}
.qtwy_join_gzjh .hh_w .link .ul .li {
  width: 1.2rem;
  height: 1.2rem;
  background: #eff1f3;
  border-radius: 1000px;
  margin-right: 0.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link .ul .li {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 7%;
    margin-bottom: 0.15rem;
  }
}
.qtwy_join_gzjh .hh_w .link .ul .li .div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.qtwy_join_gzjh .hh_w .link .ul .li .div .img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .qtwy_join_gzjh .hh_w .link .ul .li .div .img {
    max-width: 75%;
    max-height: 45%;
    object-fit: cover;
  }
}
.qtwy_join_gzjh .hh_w .link .ul .li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e51829;
  opacity: 0.8;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1000px;
  opacity: 0;
  transition: all 0.5s;
}
.qtwy_join_gzjh .hh_w .link .ul .li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/img271.png');
  background-size: 100% 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  width: 21px;
  height: 21px;
}
.qtwy_join_gzjh .hh_w .link .ul .li:hover::after,
.qtwy_join_gzjh .hh_w .link .ul .li:hover::before {
  opacity: 0.9;
}
.qtwy_join_gzjh .hh_w .link:nth-of-type(1) {
  display: block;
}
.qtwy_jion_zw {
  background: #f7f8f9;
  padding: 1rem 0;
  display: none;
}
@media (max-width: 768px) {
  .qtwy_jion_zw {
    padding: 0.4rem 0;
  }
}
.qtwy_jion_zw .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_jion_zw .hh_w .title {
  color: #333;
  font-family: 'siyuan_medium';
  margin-bottom: 0.65rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .title {
    font-size: 38.4px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_jion_zw .hh_w .title {
    font-size: 31.5px;
  }
}
@media (max-width: 1366px) {
  .qtwy_jion_zw .hh_w .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul {
    margin-bottom: 0.25rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title {
  height: 0.7rem;
  background: #ececed;
  display: flex;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
  flex: 1;
  color: #333;
  font-family: 'siyuan_medium';
  padding-left: 0.45rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div {
    font-size: 0.14rem;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title {
    font-size: 0.14rem;
  }
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div:nth-of-type(2),
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_title .div:nth-of-type(3) {
    display: none;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li {
  background: #fff;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q {
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q {
    min-height: 0.5rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title {
  color: #333;
  font-family: 'siyuan_medium';
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title {
    font-size: 0.14rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .li_title.on {
  color: #e40013;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .div {
  display: flex;
  height: 100%;
  align-items: center;
  flex: 1;
  padding-left: 0.45rem;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .div:nth-of-type(2),
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .div:nth-of-type(3) {
    display: none;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .numSyb {
  justify-content: space-between;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .syb {
  background: url('../images/img272.png');
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.35rem;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .syb {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.15rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q .syb.on {
  background: url('../images/img273.png');
  background-size: 100% 100%;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q::before {
  content: "";
  left: 2px;
  top: 0.5rem;
  position: absolute;
  background: #e50017;
  height: 0;
  width: 4px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q::before {
    top: 50%;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_q.on::before {
  height: 100%;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a {
  border-top: 0;
  background: #ececed;
  display: none;
  padding: 0.45rem 0.4rem 0.35rem 0.4rem;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a {
    padding: 0.2rem 0.4rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .title {
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: left;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .title {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .title {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .title {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .text p {
  line-height: 2;
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .text p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div1 .text p {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
  width: 1.4rem;
  height: 0.45rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e10013;
  border-radius: 10rem;
  margin-top: 0.6rem;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
    font-size: 16px;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div2 {
    font-size: 0.14rem;
    margin-top: 0.25rem;
    width: 1.2rem;
    height: 0.4rem;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div3 {
  display: none;
  width: 2.8rem;
  height: 3.2rem;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  position: absolute;
  left: -2%;
  bottom: -3rem;
  transition: all 0.5s;
  z-index: 10;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div3 .iconimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div3 .text {
  color: #666;
  text-align: center;
  margin-top: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div3 .text {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li .cjwt_li_a .div3 .text {
    font-size: 16px;
  }
}
.qtwy_jion_zw .hh_w .cjwt_ul .cjwt_li:nth-child(odd) {
  background: #f7f8f9;
}
.qtwy_jion_zw:nth-of-type(1) {
  display: block;
}
.qtwy_zxly_ywct {
  margin: 1.05rem 0 1rem 0;
}
.qtwy_zxly_ywct .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qtwy_zxly_ywct .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_zxly_ywct .hh_w .li {
  width: 32.29%;
  box-shadow: 0 2px 8px 2px rgba(169, 169, 169, 0.3);
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
}
.qtwy_zxly_ywct .hh_w .li .div1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
  background: #f7f8f9;
}
.qtwy_zxly_ywct .hh_w .li .div1 .p1 .img {
  width: 0.85rem;
  height: 0.75rem;
}
.qtwy_zxly_ywct .hh_w .li .div1 .p2 {
  margin: 0.3rem 0 0.25rem 0;
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    font-size: 26.25px;
  }
}
@media (max-width: 1024px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    font-size: 0.18rem;
  }
}
.qtwy_zxly_ywct .hh_w .li .div1 .p3 {
  color: #666;
  padding: 0 0.4rem;
}
@media (min-width: 1921px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    font-size: 0.16rem;
  }
}
.qtwy_zxly_ywct .hh_w .li .div2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.3rem;
  padding-bottom: 0.65rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .qtwy_zxly_ywct .hh_w .li .div2 {
    padding-bottom: 0.4rem;
  }
}
.qtwy_zxly_ywct .hh_w .li .div2 .p1,
.qtwy_zxly_ywct .hh_w .li .div2 .p2 {
  line-height: 1.7;
  color: #666;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 0.18rem;
  }
}
.qtwy_zxly_ywct .hh_w .li::before {
  content: "";
  left: 50%;
  bottom: -1px;
  position: absolute;
  background: #e50017;
  height: 5px;
  width: 0%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.qtwy_zxly_ywct .hh_w .li:hover {
  transform: translateY(-10px);
}
.qtwy_zxly_ywct .hh_w .li:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_zxly_ywct {
    margin: 0.4rem 0 0.15rem 0;
  }
  .qtwy_zxly_ywct .hh_w {
    flex-direction: column;
  }
  .qtwy_zxly_ywct .hh_w .li {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .qtwy_zxly_ywct .hh_w .li .div1 .p1 .img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .qtwy_zxly_ywct .hh_w .li .div1 {
    padding: 0.2rem 0;
  }
  .qtwy_zxly_ywct .hh_w .li .div1 .p2 {
    margin: 0.1rem 0 0rem 0;
  }
  .qtwy_zxly_ywct .hh_w .li .div1 .p3 {
    padding: 0 0.2rem;
  }
  .qtwy_zxly_ywct .hh_w .li .div2 .p1,
  .qtwy_zxly_ywct .hh_w .li .div2 .p2 {
    font-size: 0.16rem;
  }
  .qtwy_zxly_ywct .hh_w .li .div2 {
    padding: 0.1rem 0;
  }
}
.qtwy_zxly_form {
  padding: 1rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_zxly_form {
    padding: 0.4rem 0;
  }
}
.qtwy_zxly_form .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.qtwy_zxly_form .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue {
  background: unset;
  background-size: 100% 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue {
    padding: 0;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox {
  display: flex;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox {
    flex-direction: column;
    align-items: center;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.16%;
  padding: 0.35rem 0;
  background: #fff;
  border-radius: 25px;
  margin-left: 6.25%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn {
    margin-left: 0;
    width: 65%;
    padding: 0.1rem 0;
    justify-content: flex-start;
    margin-bottom: 0.15rem;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .bgimg_a {
  position: absolute;
  right: 0.25rem;
  top: -0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div1 {
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.3rem;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div1 {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    margin-left: 0.05rem;
    display: none;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div1 .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div1 .img_a {
  display: none;
  width: 100%;
  height: 100%;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
  color: #333;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p1 {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
  color: #999;
  font-family: 'DINM';
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn .div2 .p2 {
    font-size: 0.12rem;
    display: none;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn:hover .div1 .img,
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn:hover .div1 .img_a {
  transform: scale(1.1);
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on {
  background: #e40013;
  opacity: 0.8;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on .bgimg_a {
  opacity: 0.1;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on .div1 .img {
  display: none;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on .div1 .img_a {
  display: block;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on .div2 .p1,
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn.on .div2 .p2 {
  color: #fff;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn:nth-of-type(1) {
  margin-left: 0;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .title {
  margin: 1rem 0 0.7rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .title span {
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .title span {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .title span {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_form .hh_w .qtwy_yuyue .title span {
    font-size: 28px;
  }
}
.qtwy_zxly_form .hh_w .qtwy_yuyue .title span:nth-of-type(2) {
  color: #e40013;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li {
  display: none;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title {
  margin: 1rem 0 0.7rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    font-size: 0.22rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span:nth-of-type(2) {
  color: #e40013;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form {
  margin-bottom: 0.75rem;
  padding: 0.9rem 1.2rem 0 1.2rem;
  background-color: #fff;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input::-webkit-input-placeholder {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input:-moz-placeholder {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input::-moz-placeholder {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form input:-ms-input-placeholder {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p {
  width: 31.79%;
  border: 1px solid #ccc;
  padding: 0 0.4rem;
  background: #eff1f3;
  height: 0.6rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p {
  width: 48.95%;
  height: 0.6rem;
  border: 1px solid #ccc;
  padding: 0 0.4rem;
  background: #eff1f3;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .select {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .select .option {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p .select .option {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div3 {
  margin-bottom: 0.45rem;
  background: #eff1f3;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div3 .textarea {
  padding: 0.25rem 0.4rem;
  height: 2rem;
  color: #666;
  width: 100%;
  font-size: 16px;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title {
  display: flex;
  margin-bottom: 0.3rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .sub {
  color: #333;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .sub {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .sub {
    font-size: 16px;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn {
  margin-left: 0.24rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn .span {
  color: #999;
  margin-right: 0.1rem;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn .span {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn .span {
    font-size: 16px;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn .img_a {
  display: none;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p {
  width: 48.95%;
  height: 0.6rem;
  border: 1px solid #ccc;
  padding: 0 0.4rem;
  background: #eff1f3;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .select {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .select .option {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p .select .option {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 {
  margin-right: 0.2rem;
  margin-bottom: 0;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 .btn {
  cursor: pointer;
  padding: 0.1rem 0.2rem;
  background: #333;
  color: #FFF;
  border-radius: 1000px;
  margin-right: 0.1rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 .btn.on {
  background: #e20001;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div2 {
  margin-bottom: 0;
  flex: 1;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div2 .p {
  display: none;
  width: 100%;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div2 .p:nth-of-type(1) {
  display: block;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where {
  margin-bottom: 0.3rem;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .sub {
  color: #333;
  margin-bottom: 0.3rem;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .sub {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .sub {
    font-size: 16px;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ccc;
  padding: 0 0.4rem;
  background: #eff1f3;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .select {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .select .option {
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p .select .option {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit {
  align-items: center;
  justify-content: space-between;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
  color: #333;
  flex: 1;
  display: none;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    font-size: 0.16rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn {
  display: flex;
  flex: 1;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .p {
  width: 65.83%;
  height: 0.6rem;
  border: 1px solid #ccc;
  padding: 0 0.4rem;
  background: #eff1f3;
  display: none;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .p .input {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .p .input {
    font-size: 0.14rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button {
  background: #e40013;
  width: 2.2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
  color: #fff;
  margin-right: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button .span {
    font-size: 0.16rem;
  }
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form:nth-of-type(1) {
  display: block;
}
.qtwy_zxly_form .hh_w .zxly_form_ul .form_li:nth-of-type(1) {
  display: block;
}
.qtwy_zxly_form .hh_w .code_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.2rem;
}
.qtwy_zxly_form .hh_w .code_ul .code_li {
  width: 18.41%;
}
.qtwy_zxly_form .hh_w .code_ul .code_li .div1 {
  background: #eff1f3;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.qtwy_zxly_form .hh_w .code_ul .code_li .div1 > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_zxly_form .hh_w .code_ul .code_li .div1 .img {
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
  text-align: center;
  color: #666;
  margin-top: 0.2rem;
}
@media (min-width: 1921px) {
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 768px) {
  .qtwy_zxly_form {
    padding: 0.4rem 0 0.2rem 0;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form {
    padding: 0;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 {
    flex-direction: column;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p {
    width: 100%;
    height: 0.5rem;
  }
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox {
    overflow-x: auto;
    flex-wrap: unset;
    flex-direction: unset;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .qtwy_zxly_form .hh_w .qtwy_yuyue .btnBox .btn {
    width: 31%;
    height: 0.4rem;
    padding: 0.1rem 0;
    margin-right: 0;
    justify-content: center;
    align-items: center;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title {
    margin: 0.2rem 0;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title {
    flex-direction: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form_li_title span {
    line-height: 1.4;
    font-size: 0.16rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 {
    margin-bottom: 0;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p {
    margin-bottom: 0.15rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p,
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div1 .p {
    padding: 0 0.2rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 {
    flex-wrap: wrap;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 {
    margin-bottom: 0;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div3 .textarea {
    padding: 0.2rem;
    font-size: 0.14rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div3 {
    margin-bottom: 0.25rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title {
    justify-content: space-between;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .sub {
    width: 60%;
    font-size: 0.14rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title .btn .span {
    font-size: 0.14rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .title {
    margin-bottom: 0.2rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp {
    flex-direction: column;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp .p {
    padding: 0 0.2rem;
    height: 0.5rem;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp {
    margin-bottom: 0.15rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 {
    display: flex;
    flex-direction: unset;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .comp {
    margin-bottom: 0.15rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 {
    margin-bottom: 0.2rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div2 {
    width: 100%;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact {
    margin-bottom: 0.05rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .sub {
    margin-bottom: 0.1rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p {
    height: 0.5rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .contact .div1 .btn {
    padding: 0.05rem 0.25rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div2 .p {
    margin-bottom: 0.2rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where .p {
    padding: 0 0.2rem;
    height: 0.5rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit {
    align-items: flex-start;
    flex-direction: column;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .sub {
    margin-bottom: 0.1rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .p,
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .button {
    height: 0.5rem;
  }
  .qtwy_zxly_form .hh_w .code_ul {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .qtwy_zxly_form .hh_w .code_ul .code_li {
    margin-bottom: 0.2rem;
    width: 34%;
    margin-right: 6%;
  }
  .qtwy_zxly_form .hh_w .code_ul .code_li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .qtwy_zxly_form .hh_w .code_ul .code_li .div2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .where {
    margin-bottom: 0.25rem;
  }
  .qtwy_zxly_form .hh_w .zxly_form_ul .form_li .form .div4 .submit .btn .p {
    padding: 0 0.2rem;
  }
}
.qtwy_kehufuwu_banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.2%;
  overflow: hidden;
}
.qtwy_kehufuwu_banner > .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_kehufuwu_banner .img {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner {
    margin-top: 0.6rem;
    padding-bottom: 77.33%;
  }
}
.qtwy_kehufuwu_banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.qtwy_kehufuwu_banner .text {
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.qtwy_kehufuwu_banner .text .text_l {
  position: relative;
}
.qtwy_kehufuwu_banner .text .text_l .title {
  color: #fff;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 59.73333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 49px;
  }
}
@media (max-width: 1024px) {
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 0.24rem;
  }
}
.qtwy_kehufuwu_banner .text .text_l .subTitle {
  font-family: 'dinm';
  color: #fff;
  line-height: 1;
  margin-top: 0.08rem;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }
}
.qtwy_kehufuwu_banner .text .text_l::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 75%;
  width: 1px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  right: -0.4rem;
  top: 52%;
}
.qtwy_kehufuwu_banner .text .text_r {
  color: #fff;
  padding-top: 0.1rem;
  padding-left: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 1921px) {
  .qtwy_kehufuwu_banner .text .text_r {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_kehufuwu_banner .text .text_r {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_kehufuwu_banner .text .text_r {
    font-size: 17.5px;
  }
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_banner .text .text_l {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .qtwy_kehufuwu_banner .text .text_l .title {
    font-size: 0.2rem;
  }
  .qtwy_kehufuwu_banner .text .text_l .subTitle {
    font-size: 0.12rem;
    margin-top: 0.05rem;
    text-align: center;
  }
  .qtwy_kehufuwu_banner .text .text_r {
    font-size: 0.14rem;
    padding-left: 0.3rem;
  }
  .qtwy_kehufuwu_banner .text .text_l::before {
    opacity: 0;
  }
}
.videos_mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.videos_box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  width: 80%;
  height: 70%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}
.videos_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vclose {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .videos_box {
    width: 100%;
    height: 100%;
  }
  .videos_box .videos_div {
    width: 100%;
    height: 100%;
  }
}
.qtwy_about_jianjie {
  position: relative;
}
.qtwy_about_jianjie .bgimg {
  position: absolute;
  width: 100%;
}
.qtwy_about_jianjie .div1 {
  display: flex;
  justify-content: space-between;
}
.qtwy_about_jianjie .div1 .div_l {
  padding-top: 0.95rem;
  width: 49.47%;
  position: relative;
}
.qtwy_about_jianjie .div1 .div_l .vbgimg {
  width: 100%;
}
.qtwy_about_jianjie .div1 .div_l .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1000px;
  cursor: pointer;
}
.qtwy_about_jianjie .div1 .div_l .btn::before {
  content: "";
  border: 0.8rem solid #fff;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .qtwy_about_jianjie .div1 .div_l .btn::before {
    border: 0.02rem solid #fff;
  }
}
.qtwy_about_jianjie .div1 .div_r {
  width: 49.47%;
  padding-top: 1.85rem;
  position: relative;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_about_jianjie .div1 .div_r .span3 {
  font-size: 5.9895vw;
  position: absolute;
  color: #f1f3f5;
  top: 1.15rem;
  font-family: 'dinm';
  z-index: -1;
}
@media (max-width: 768px) {
  .qtwy_about_jianjie .div1 .div_r .span3 {
    top: 0.15rem;
  }
}
.qtwy_about_jianjie .div1 .div_r .title {
  margin-bottom: 0.65rem;
  padding-right: 10.15%;
}
.qtwy_about_jianjie .div1 .div_r .title .p1 {
  display: flex;
  align-items: center;
  position: relative;
}
.qtwy_about_jianjie .div1 .div_r .title .p1 .span1 {
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span1 {
    font-size: 42px;
  }
}
.qtwy_about_jianjie .div1 .div_r .title .p1 .syb {
  font-size: 1px;
  margin: 0 0.1rem;
}
.qtwy_about_jianjie .div1 .div_r .title .p1 .span2 {
  font-weight: bold;
  color: #e50017;
}
@media (min-width: 1921px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span2 {
    font-size: 36.26666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span2 {
    font-size: 29.75px;
  }
}
.qtwy_about_jianjie .div1 .div_r .title .p2 {
  color: #333;
  font-family: 'siyuan_medium';
}
@media (min-width: 1921px) {
  .qtwy_about_jianjie .div1 .div_r .title .p2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_jianjie .div1 .div_r .title .p2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_jianjie .div1 .div_r .title .p2 {
    font-size: 21px;
  }
}
.qtwy_about_jianjie .div1 .div_r .scrollY {
  margin-right: 22%;
  padding-right: 0.4rem;
  height: 2.65rem;
  overflow-y: auto;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.qtwy_about_jianjie .div1 .div_r .scrollY p {
  margin-bottom: 0.35rem;
}
.qtwy_about_jianjie .div1 .div_r .scrollY p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .qtwy_about_jianjie .div1 .div_r .scrollY {
    font-size: 0.14rem;
    height: 1.7rem;
    line-height: 1.5;
    margin-right: 0;
    padding-right: 0.15rem;
  }
  .qtwy_about_jianjie .div1 .div_r .scrollY p {
    margin-bottom: 0.2rem;
  }
}
.qtwy_about_jianjie .div1 .div_r .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_about_jianjie .div1 .div_r .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_about_jianjie .div1 .div_r .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_about_jianjie .sy_con5 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.qtwy_about_jianjie .sy_con5 .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_about_jianjie .sy_con5 .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_jianjie .sy_con5 .hh_w .rq3 .zi {
  vertical-align: top;
}
.qtwy_about_jianjie .sy_con5 .hh_w .rq3 .p4 {
  text-align: left;
}
@media (max-width: 1459px) {
  .qtwy_about_jianjie .sy_con5 {
    bottom: -25px;
  }
}
@media (max-width: 768px) {
  .qtwy_about_jianjie .div1 {
    flex-direction: column;
  }
  .qtwy_about_jianjie .div1 .div_l,
  .qtwy_about_jianjie .div1 .div_r {
    width: 100%;
  }
  .qtwy_about_jianjie .div1 .div_l {
    padding-top: 0.4rem;
  }
  .qtwy_about_jianjie .div1 .div_l .img {
    width: 100%;
  }
  .qtwy_about_jianjie .div1 .div_l .btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .qtwy_about_jianjie .div1 .div_l .btn img {
    width: 12px;
  }
  .qtwy_about_jianjie .div1 .div_l .btn::before {
    width: 0.7rem;
    height: 0.7rem;
  }
  .qtwy_about_jianjie .div1 .div_r {
    padding-top: 0.25rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .qtwy_about_jianjie .div1 .div_r .title {
    margin-bottom: 0.2rem;
    padding-right: 0;
  }
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span1,
  .qtwy_about_jianjie .div1 .div_r .title .p1 .span2 {
    font-size: 0.2rem;
  }
  .qtwy_about_jianjie .div1 .div_r .title .p2 {
    font-size: 0.16rem;
  }
  .qtwy_about_jianjie .sy_con5 {
    position: unset;
    margin-top: 0;
    bottom: unset;
  }
  .sy_con5 .rq4 .p3 .sztd {
    font-size: 0.34rem;
  }
  .sy_con5 .rq4 .p3 em {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .qtwy_about_jianjie .sy_con5 .hh_w .rq3 .zi {
    font-size: 0.12rem;
  }
  .sy_con5 .rq4 .p4 {
    font-size: 0.12rem;
  }
  .sy_con5 .rq3 {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
  }
  .sy_con5 .rq4 .p3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .sy_con5 .rq3 .rq4 {
    width: 33.33%;
    margin-bottom: 0.25rem;
  }
  .qtwy_about_jianjie .sy_con5 .hh_w .rq3 .p4 {
    text-align: center;
  }
}
.ad_banner {
  position: relative;
}
.ad_banner .canvas-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.ad_banner .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ad_banner .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.ad_banner .hh_w p {
  transform: translateY(10%);
}
@media (max-width: 768px) {
  .ad_banner .hh_w {
    height: auto;
  }
}
.ad_banner .hh_w span {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .ad_banner .hh_w span {
    font-size: 42.66666667px;
  }
}
@media (max-width: 1920px) {
  .ad_banner .hh_w span {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .ad_banner .hh_w span {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .ad_banner .hh_w span {
    font-size: 0.18rem;
  }
}
.ad_banner .hh_w .qtwy_red {
  color: #e50017;
}
@media (max-width: 768px) {
  .ad_banner {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
  .ad_banner span {
    font-size: 0.22rem;
  }
}
.qtwy_about_znzz {
  padding: 1rem 0 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .qtwy_about_znzz {
    padding: 0.4rem 0;
  }
}
@media (max-width: 768px) {
  .qtwy_about_znzz {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_znzz .title .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_znzz .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_znzz .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_znzz .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_znzz .title .div1 {
    font-size: 0.24rem;
  }
}
.qtwy_about_znzz .title .div1 .span {
  color: #e50017;
}
.qtwy_about_znzz .title .div2 {
  margin: 0.2rem 0 0.55rem 0;
  line-height: 1;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwy_about_znzz .title .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_znzz .title .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_znzz .title .div2 {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_znzz .title .div2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_about_znzz .ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qtwy_about_znzz .ul .li {
  width: 31%;
  margin-right: 3.4375%;
  background: #f0f0f0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.15rem;
  }
}
.qtwy_about_znzz .ul .li .a {
  display: flex;
  flex-direction: column;
}
.qtwy_about_znzz .ul .li .a .div1 {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}
.qtwy_about_znzz .ul .li .a .div1 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qtwy_about_znzz .ul .li .a .div2 {
  margin: 0.5rem 0 0.5rem 0;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li .a .div2 {
    margin: 0.2rem 0;
  }
}
.qtwy_about_znzz .ul .li .a .div2 .p1 {
  color: #333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_znzz .ul .li .a .div2 .p1 {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_znzz .ul .li .a .div2 .p1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_znzz .ul .li .a .div2 .p1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li .a .div2 .p1 {
    font-size: 18px;
  }
}
.qtwy_about_znzz .ul .li .a .div2 .p2 {
  margin: 0.2rem 0 0.4rem 0;
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_about_znzz .ul .li .a .div2 .p2 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_znzz .ul .li .a .div2 .p2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_znzz .ul .li .a .div2 .p2 {
    font-size: 17.5px;
  }
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li .a .div2 .p2 {
    margin: 0.1rem 0;
    font-size: 14px;
  }
}
.qtwy_about_znzz .ul .li .a .div2 .p3 {
  display: flex;
  align-items: center;
}
.qtwy_about_znzz .ul .li .a .div2 .p3 .img {
  width: 0.1rem;
  height: 0.15rem;
  margin-right: 0.05rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li .a .div2 .p3 .img {
    width: 0.05rem;
    height: 0.1rem;
  }
}
.qtwy_about_znzz .ul .li .a .div2 .p3 .span {
  color: #e40013;
  font-size: 16px;
}
@media (max-width: 991px) {
  .qtwy_about_znzz .ul .li .a .div2 .p3 .span {
    font-size: 12px;
  }
}
.qtwy_about_znzz .ul .li:hover {
  transform: translateY(-15px);
}
.qtwy_about_znzz .ul .li:hover .a .div1 .img {
  transform: scale(1.05);
}
@media (min-width: 769px) {
  .qtwy_about_znzz .ul .li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_about_znzz .title .div1 {
    font-size: 0.18rem;
  }
  .qtwy_about_znzz .title .div2 {
    font-size: 0.14rem;
    margin: 0.1rem 0 0.2rem 0;
  }
  .qtwy_about_znzz .ul .li .a .div2 .p1 {
    font-size: 0.18rem;
  }
  .qtwy_about_znzz .ul .li .a .div2 .p2 {
    font-size: 0.14rem;
  }
  .qtwy_about_znzz .ul .li .a .div2 {
    padding: 0 0.2rem;
  }
  .qtwy_about_znzz .ul .li .a .div2 .p3 .span {
    font-size: 0.12rem;
  }
}
.qtwy_about_fwwl {
  position: relative;
  height: 8.4rem;
}
@media (max-width: 1024px) {
  .qtwy_about_fwwl {
    height: 10rem;
  }
}
.qtwy_about_fwwl .bgimg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.qtwy_about_fwwl .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding: 1.25rem 0 1.4rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .qtwy_about_fwwl .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_fwwl .hh_w .text_l {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.qtwy_about_fwwl .hh_w .text_l * {
  color: #fff;
}
.qtwy_about_fwwl .hh_w .text_l .title .div1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.45rem;
}
@media (min-width: 1921px) {
  .qtwy_about_fwwl .hh_w .text_l .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_fwwl .hh_w .text_l .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_fwwl .hh_w .text_l .title .div1 {
    font-size: 42px;
  }
}
.qtwy_about_fwwl .hh_w .text_l .title .div2 p {
  font-size: 18px;
  color: #eaeaea;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .qtwy_about_fwwl .hh_w .text_l .title .div2 p {
    font-size: 16px;
  }
}
.qtwy_about_fwwl .hh_w .text_l .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qtwy_about_fwwl .hh_w .text_l .text .li {
  width: 43.5%;
  margin-top: 0.5rem;
}
@media (max-width: 1259px) {
  .qtwy_about_fwwl .hh_w .text_l .text .li {
    margin-top: 0.3rem;
  }
}
.qtwy_about_fwwl .hh_w .text_l .text .li .div1 {
  display: flex;
  align-items: flex-end;
}
.qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span1,
.qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span2 {
  font-size: 3.6vw;
  line-height: 1;
}
.qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span2 {
  margin-bottom: -10px;
}
@media (max-width: 1366px) {
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span2 {
    margin-bottom: -5px;
  }
}
.qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span3 {
  font-size: 16px;
  margin-bottom: 3px;
}
@media (max-width: 1459px) {
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span3 {
    margin-bottom: 0px;
  }
}
.qtwy_about_fwwl .hh_w .text_l .text .li .div2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.qtwy_about_fwwl .hh_w .text_r {
  position: relative;
  width: 50%;
  height: 100%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.qtwy_about_fwwl .hh_w .text_r .appoint .dot {
  flex: 0 0 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(3, 79, 157, 0.4); */
  background: rgb(255, 255, 255 / 40%);
  border: 3px solid #b8b8b8;
  /* animation: scalemap 2s linear infinite; */
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
.qtwy_about_fwwl .hh_w .text_r .appoint1 {
  top: 62%;
  right: 75%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint2 {
  top: 15%;
  right: 50%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint3 {
  top: 44%;
  right: 47%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint4 {
  top: 80.4%;
  right: 51%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint5 {
  top: -2.6%;
  right: 27%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint6 {
  top: 32.4%;
  right: 18%;
}
.qtwy_about_fwwl .hh_w .text_r .appoint7 {
  top: 69.4%;
  right: 24%;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .qtwy_about_fwwl {
    height: auto;
  }
  .qtwy_about_fwwl .bgimg {
    height: 100%;
  }
  .qtwy_about_fwwl .hh_w {
    padding: 0.4rem 0.2rem;
  }
  .qtwy_about_fwwl .hh_w .text_l .title .div1 {
    font-size: 0.2rem;
  }
  .qtwy_about_fwwl .hh_w .text_l {
    width: 100%;
  }
  .qtwy_about_fwwl .hh_w .text_l .title .div2 p {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .qtwy_about_fwwl .hh_w .text_l {
    justify-content: center;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li {
    margin-top: 0.2rem;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 {
    align-items: center;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span1,
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span2 {
    font-size: 0.18rem;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span2 {
    margin-bottom: unset;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li .div1 .span3 {
    font-size: 0.18rem;
    margin-bottom: 0;
  }
  .qtwy_about_fwwl .hh_w .text_l .text .li .div2 {
    font-size: 0.12rem;
    margin-top: 0;
  }
  .qtwy_about_fwwl .hh_w .text_l .title .div1 {
    margin-bottom: 0.25rem;
  }
}
.qtwy_about_jx {
  display: flex;
  justify-content: flex-start;
  padding-top: 1rem;
}
.qtwy_about_jx .text_l {
  width: 56.97%;
}
.qtwy_about_jx .text_l .img {
  width: 100%;
  transition: all 0.5s;
}
.qtwy_about_jx .text_l:hover .img {
  transform: scale(1.05);
}
.qtwy_about_jx .text_r {
  width: 5.85rem;
  padding-left: 1.73rem;
  padding-top: 1.2rem;
}
.qtwy_about_jx .text_r .title {
  margin-bottom: 0.35rem;
}
.qtwy_about_jx .text_r .title span {
  color: #333;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.45rem;
}
.qtwy_about_jx .text_r .title span:nth-of-type(2) {
  color: #e40013;
}
.qtwy_about_jx .text_r .ul .li {
  position: relative;
  margin-bottom: 0.15rem;
}
.qtwy_about_jx .text_r .ul .li p {
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
.qtwy_about_jx .text_r .ul .li::before {
  content: "";
  position: absolute;
  background: #e40013;
  height: 5px;
  width: 5px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  top: 13px;
  left: 0;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .qtwy_about_jx {
    padding-top: 0.4rem;
    flex-direction: column;
  }
  .qtwy_about_jx .text_l {
    width: 100%;
  }
  .qtwy_about_jx .text_l .img {
    width: 90%;
  }
  .qtwy_about_jx .text_r {
    width: 100%;
    padding: 0.2rem;
  }
  .qtwy_about_jx .text_r .title span {
    font-size: 0.16rem;
  }
  .qtwy_about_jx .text_r .ul .li {
    margin-bottom: 0.1rem;
  }
  .qtwy_about_jx .text_r .ul .li p {
    font-size: 0.13rem;
  }
  .qtwy_about_jx .text_r .title {
    margin-bottom: 0.2rem;
  }
  .qtwy_about_jx .text_r .ul .li::before {
    width: 0.05rem;
    height: 0.05rem;
    top: 0.1rem;
  }
}
.qtwy_about_qywh {
  position: relative;
}
.qtwy_about_qywh .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qtwy_about_qywh .hh_w {
  padding: 1rem 0;
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_about_qywh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_qywh .hh_w .title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.7rem;
}
@media (min-width: 1921px) {
  .qtwy_about_qywh .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qywh .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qywh .hh_w .title {
    font-size: 42px;
  }
}
.qtwy_about_qywh .hh_w .ul {
  display: flex;
  flex-wrap: wrap;
}
.qtwy_about_qywh .hh_w .ul .li {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  padding: 0.75rem 0;
  transition: all 0.5s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.qtwy_about_qywh .hh_w .ul .li .div1 {
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .qtwy_about_qywh .hh_w .ul .li .div1 img {
    width: 0.6rem;
  }
}
.qtwy_about_qywh .hh_w .ul .li .div2 {
  transition: all 0.5s;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0.35rem 0 0.2rem 0;
}
@media (min-width: 1921px) {
  .qtwy_about_qywh .hh_w .ul .li .div2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qywh .hh_w .ul .li .div2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qywh .hh_w .ul .li .div2 {
    font-size: 21px;
  }
}
.qtwy_about_qywh .hh_w .ul .li .div3 {
  transition: all 0.5s;
  min-height: 0.7rem;
  width: 80%;
}
@media (max-width: 768px) {
  .qtwy_about_qywh .hh_w .ul .li .div3 {
    width: 100%;
  }
}
.qtwy_about_qywh .hh_w .ul .li .div3 p {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: #eff1f3;
}
@media (max-width: 1024px) {
  .qtwy_about_qywh .hh_w .ul .li .div3 p {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .qtwy_about_qywh .hh_w .ul .li:nth-of-type(1),
  .qtwy_about_qywh .hh_w .ul .li:nth-of-type(2),
  .qtwy_about_qywh .hh_w .ul .li:nth-of-type(3) {
    border-top: 0;
  }
}
.qtwy_about_qywh .hh_w .ul .li:nth-child(3n+3) {
  border-right: 0;
}
.qtwy_about_qywh .hh_w .ul .li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.qtwy_about_qywh .hh_w .ul .li:hover .div1,
.qtwy_about_qywh .hh_w .ul .li:hover .div2,
.qtwy_about_qywh .hh_w .ul .li:hover .div3 {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .qtwy_about_qywh .hh_w {
    padding: 0.4rem 0.2rem;
  }
  .qtwy_about_qywh .hh_w .title {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .qtwy_about_qywh .hh_w .ul {
    justify-content: space-between;
  }
  .qtwy_about_qywh .hh_w .ul .li {
    width: 48%;
    justify-content: flex-start;
    padding: 0.2rem 0.15rem;
    border-right: 0;
    border-top: 0;
  }
  .qtwy_about_qywh .hh_w .ul .li:nth-of-type(1) {
    border-top: 0;
  }
  .qtwy_about_qywh .hh_w .ul .li .div1 .img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .qtwy_about_qywh .hh_w .ul .li .div2 {
    font-size: 0.16rem;
    margin: 0.15rem 0;
  }
  .qtwy_about_qywh .hh_w .ul .li .div3 {
    height: auto;
    min-height: auto;
  }
  .qtwy_about_qywh .hh_w .ul .li .div3 p {
    font-size: 0.14rem;
  }
}
.qtwy_about_qyzp {
  padding: 1rem 0;
}
.qtwy_about_qyzp .qtwy_join_rcdy .hh_w .dg-container {
  height: auto;
}
.qtwy_about_qyzp .title {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_about_qyzp .title {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_qyzp .title .title_text span {
  color: #333333;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_qyzp .title .title_text span {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qyzp .title .title_text span {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qyzp .title .title_text span {
    font-size: 42px;
  }
}
.qtwy_about_qyzp .title .title_text span:nth-of-type(1) {
  color: #e40013;
}
.qtwy_about_qyzp .title .qyzp_nav {
  margin-left: 1.7rem;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.qtwy_about_qyzp .title .qyzp_nav .btn {
  height: 100%;
  position: relative;
  cursor: pointer;
  margin-left: 0.7rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_qyzp .title .qyzp_nav .btn {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qyzp .title .qyzp_nav .btn {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qyzp .title .qyzp_nav .btn {
    font-size: 21px;
  }
}
.qtwy_about_qyzp .title .qyzp_nav .btn:nth-of-type(1) {
  margin-left: 0;
}
.qtwy_about_qyzp .title .qyzp_nav .btn::before {
  content: "";
  position: absolute;
  background: #e40013;
  height: 2px;
  width: 0px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  left: 50%;
  bottom: -1px;
}
.qtwy_about_qyzp .title .qyzp_nav .btn.on,
.qtwy_about_qyzp .title .qyzp_nav .btn:hover {
  color: #e40013;
}
.qtwy_about_qyzp .title .qyzp_nav .btn.on::before,
.qtwy_about_qyzp .title .qyzp_nav .btn:hover::before {
  width: 100%;
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn {
  display: none;
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-prev {
  background-image: url(../images/img175.png);
  background-size: 0.2rem 0.3rem;
  left: unset;
  width: 0.2rem;
  height: 0.3rem;
  top: 70%;
  right: 1.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-prev {
    display: none;
  }
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-next {
  background-image: url(../images/img176.png);
  background-size: 0.2rem 0.3rem;
  width: 0.2rem;
  height: 0.3rem;
  top: 70%;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-next {
    display: none;
  }
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-prev:after,
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-container-rtl .swiper-button-next:after,
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-next:after,
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-prev:hover {
  background-image: url(../images/img175_a.png);
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-button-next:hover {
  background-image: url(../images/img176_a.png);
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.qtwy_about_qyzp .title .qtwy_join_rcdy_btn .swiper-pagination-bullet-active {
  background: #e40013;
}
.qtwy_about_qyzp .join-rcdy-swp {
  overflow: hidden;
  display: none;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-pagination-bullet {
  background: #e20001;
}
.qtwy_about_qyzp .join-rcdy-swp:nth-of-type(1) {
  display: block;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .a .rcdy_img {
  width: 100%;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .text {
  position: relative;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .text .div1 {
  position: absolute;
  top: -0.35rem;
  opacity: 1;
  z-index: 10;
  background: #fff;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .text .div2 {
  padding-top: 0.4rem;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .text .div2 .title {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-slide .text .div2 .span {
  font-size: 0.14rem;
  color: #666;
}
.qtwy_about_qyzp .swiper-slide a {
  display: flex;
}
.qtwy_about_qyzp .join-rcdy-swp .swiper-container-3d .swiper-slide-shadow-left,
.qtwy_about_qyzp .join-rcdy-swp .swiper-container-3d .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
}
@media (max-width: 1024px) {
  .qtwy_about_qyzp .title .qyzp_nav {
    margin-left: 0.6rem;
  }
}
@media (max-width: 991px) {
  .qtwy_about_qyzp .title .qyzp_nav {
    margin-left: 0.4rem;
  }
}
@media (max-width: 768px) {
  .qtwy_about_qyzp {
    padding: 0.4rem 0;
    padding-bottom: 0.23rem;
  }
  .qtwy_about_qyzp .title {
    flex-direction: column;
  }
  .qtwy_about_qyzp .title .title_text span {
    font-size: 0.2rem;
  }
  .qtwy_about_qyzp .title .qyzp_nav {
    margin-left: 0;
    justify-content: space-evenly;
    padding-bottom: 0.15rem;
    margin-top: 0.2rem;
  }
  .qtwy_about_qyzp .title .qyzp_nav .btn {
    font-size: 0.16rem;
    white-space: nowrap;
  }
  .qtwy_about_qyzp .title .qyzp_nav .btn::before {
    bottom: -0.15rem;
  }
  .qtwy_about_qyzp .qtwy_join_rcdy {
    padding: 0.2rem 0 0 0;
  }
  .qtwy_about_qyzp .qtwy_join_rcdy .join-rcdy-swp {
    padding-bottom: 0.3rem;
  }
  .qtwy_about_qyzp .qtwy_join_rcdy .join-rcdy-swp .swiper-pagination {
    left: 50%;
  }
}
.qtwy_about_fzlc {
  position: relative;
  width: 100%;
  min-height: 6.9rem;
  background: #f7f8f9;
  overflow: hidden;
}
.qtwy_about_fzlc .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.qtwy_about_fzlc .bgimg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qtwy_about_fzlc .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0 0.7rem 0;
}
@media (max-width: 768px) {
  .qtwy_about_fzlc .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_fzlc .hh_w .title .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_fzlc .hh_w .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_fzlc .hh_w .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_fzlc .hh_w .title .div1 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_fzlc .hh_w .title .div1 {
    font-size: 0.2rem;
  }
}
.qtwy_about_fzlc .hh_w .title .div1 .span {
  color: #333;
}
.qtwy_about_fzlc .hh_w .title .div2 {
  margin-top: 0.3rem;
  line-height: 1;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwy_about_fzlc .hh_w .title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_fzlc .hh_w .title .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_fzlc .hh_w .title .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_fzlc .hh_w .title .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp {
  overflow: hidden;
  padding-bottom: 0.1rem;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide {
  padding: 0.9rem 0.6rem 1.25rem 0.6rem;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .years {
  font-family: 'dinm';
  color: #e40013;
  line-height: 1;
  margin-bottom: 0.3rem;
}
@media (min-width: 1921px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .years {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .years {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .years {
    font-size: 42px;
  }
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY {
  height: 1.5rem;
  display: -webkit-box;
  overflow-y: auto;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY .text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY .text {
    font-size: 0.14rem;
    height: 1rem;
    line-height: 1.5;
  }
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .scrollY::before {
  content: "";
  position: absolute;
  background: #a4a5a6;
  height: 6px;
  width: 6px;
  opacity: 1;
  left: 0;
  bottom: -0.1rem;
  border-radius: 1000px;
  transition: all 0.5s;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  background: url('../images/img302.png');
  height: 15px;
  width: 100%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  bottom: 0;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  background: #e3e4e5;
  height: 75%;
  width: 1px;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 1;
  left: 1px;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide:hover .scrollY::before {
  background: #e40013;
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-prev {
  background-image: url(../images/icon_l.png);
  top: 58%;
  left: -0.75rem;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-prev {
    display: none;
  }
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-next {
  background-image: url(../images/icon_r.png);
  top: 58%;
  right: -0.75rem;
  background-size: 0.55rem 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-next {
    display: none;
  }
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-prev:after,
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-container-rtl .swiper-button-next:after,
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-next:after,
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-prev:hover {
  background-image: url(../images/icon_la.png);
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-button-next:hover {
  background-image: url(../images/icon_ra.png);
}
.qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-pagination-bullet-active {
  background: #e40013;
}
@media (max-width: 768px) {
  .qtwy_about_fzlc .hh_w {
    padding: 0.4rem 0.2rem 0.7rem;
  }
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide {
    padding: 0.2rem;
  }
  .qtwy_about_fzlc .hh_w .qtwy_fzlc_swp .swiper-wrapper .swiper-slide .years {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
  .qtwy_about_fzlc .bgimg2 {
    width: 100%;
  }
  .qtwy_about_fzlc {
    width: 100%;
    min-height: auto;
  }
  .qtwy_about_fzlc .swiper-pagination {
    bottom: 0.35rem;
    left: 50%;
  }
}
.qtwy_about_qyry {
  padding: 1rem 0;
}
.qtwy_about_qyry .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_about_qyry .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_qyry .hh_w .title {
  position: relative;
}
.qtwy_about_qyry .hh_w .title .title_text {
  margin-bottom: 0.65rem;
  width: 80%;
}
.qtwy_about_qyry .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_qyry .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qyry .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qyry .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_qyry .hh_w .title .title_text .div1 {
    font-size: 0.2rem;
  }
}
.qtwy_about_qyry .hh_w .title .title_text .div1 .span {
  color: #333;
}
.qtwy_about_qyry .hh_w .title .title_text .div2 {
  margin-top: 0.2rem;
  line-height: 1.4;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwy_about_qyry .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_qyry .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_qyry .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 500px) {
  .qtwy_about_qyry .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn {
  display: none;
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-prev {
  background-image: url(../images/img175.png);
  background-size: 0.2rem 0.3rem;
  left: unset;
  width: 0.2rem;
  height: 0.3rem;
  top: 70%;
  right: 1.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-prev {
    display: none;
  }
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-next {
  background-image: url(../images/img176.png);
  background-size: 0.2rem 0.3rem;
  width: 0.2rem;
  height: 0.3rem;
  top: 70%;
  right: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-next {
    display: none;
  }
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-prev:after,
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-container-rtl .swiper-button-next:after,
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-next:after,
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-container-rtl .swiper-button-prev:after {
  content: ' ';
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-prev:hover {
  background-image: url(../images/img175_a.png);
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-button-next:hover {
  background-image: url(../images/img176_a.png);
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-pagination {
  left: unset;
  right: 0.2rem;
  bottom: 0.15rem;
  width: auto;
}
.qtwy_about_qyry .hh_w .title .qtwy_about_qyry_btn .swiper-pagination-bullet-active {
  background: #e40013;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l {
  width: 4.45rem;
  height: 3.8rem;
  padding-left: 2.4rem;
  display: -webkit-box;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
  height: 0.6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li {
    font-size: 16px;
  }
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li::before {
  content: "";
  position: absolute;
  background: url('../images/img304.png') no-repeat;
  height: 14px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1000px;
  transition: all 0.5s;
  left: 0;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li:hover,
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li.on {
  color: #e40013;
  padding-left: 15px;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li:hover::before,
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li.on::before {
  width: 8px;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r {
  position: absolute;
  padding-left: 4.45rem;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp {
  z-index: 9;
  position: absolute;
  display: none;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide {
  width: 3.3rem !important;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a {
  padding: 0 0.2rem;
  background: #f7f8f9;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div1 {
  padding: 0.2rem;
  height: 2.9rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div1 .img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div1::before {
  content: "";
  position: absolute;
  background: url('../images/img309.png');
  opacity: 0;
  transition: all 0.5s;
  z-index: 12;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.28rem;
  height: 0.28rem;
  background-size: 100% 100%;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div1::after {
  content: "";
  position: absolute;
  background: #e40013;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0;
  transition: all 0.5s;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div2 {
  border-top: 1px solid #e3e4e5;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.2rem;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1280px) {
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div2 {
    font-size: 16px;
  }
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a::before {
  content: "";
  position: absolute;
  background: rgba(190, 190, 190, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  z-index: 11;
  left: 0;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a::after {
  content: "";
  position: absolute;
  background: #e40013;
  height: 4px;
  width: 0;
  transition: all 0.5s;
  z-index: 11;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a:hover::before {
  opacity: 1;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a:hover::after {
  width: 100%;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a:hover .div1 .img {
  transform: scale(1.05);
}
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a:hover .div1::before,
.qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a:hover .div1::after {
  opacity: 1;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .pagBox {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 0.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .qtwy_about_qyry .qtwy_qyry_swpBox .pagBox {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_qyry .qtwy_qyry_swpBox .pagBox .qtwy_about_qyry_pag {
  width: 100%;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .pagBox .qtwy_about_qyry_pag .swiper-pagination-progressbar {
  background: rgba(124, 124, 124, 0.05) !important;
  height: 4px;
  width: 100%;
}
.qtwy_about_qyry .qtwy_qyry_swpBox .pagBox .qtwy_about_qyry_pag .swiper-pagination-progressbar-fill {
  background: #e40013;
}
@media (max-width: 1440px) {
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l {
    width: 5.45rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r {
    padding-left: 5.45rem;
  }
}
@media (max-width: 1024px) {
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l {
    width: 6rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r {
    padding-left: 6rem;
  }
}
@media (max-width: 768px) {
  .qtwy_about_qyry {
    padding: 0.4rem 0 0.55rem 0;
  }
  .qtwy_about_qyry .hh_w .title .title_text {
    margin-bottom: 0.25rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: -webkit-box;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r {
    position: unset;
    padding-left: 0;
    margin-top: 0.22rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp .swiper-slide .a .div2 {
    font-size: 0.16rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l .li {
    font-size: 0.16rem;
    margin-right: 0.35rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_l::-webkit-scrollbar {
    height: 2px;
  }
  .qtwy_qyry_swpBox {
    padding: 0 0.2rem;
  }
  .qtwy_qyry_swpBox .swpBox {
    margin-bottom: 0.1rem;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .swpBox .swp_r .qtwy_qyry_swp {
    position: unset;
  }
  .qtwy_about_qyry .qtwy_qyry_swpBox .pagBox {
    padding-top: 0;
  }
  .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-pagination-bullet {
    margin: 0 0.05rem;
    background: #e50017;
  }
}
.qtwy_about_hzkh {
  padding: 1rem 0 0.4rem 0;
  background: #f7f8f9;
}
.qtwy_about_hzkh .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_about_hzkh .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_about_hzkh .hh_w .title {
  margin-bottom: 0.65rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qtwy_about_hzkh .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div1 {
    font-size: 0.24rem;
  }
}
.qtwy_about_hzkh .hh_w .title .title_text .div1 .span {
  color: #333;
}
.qtwy_about_hzkh .hh_w .title .title_text .div2 {
  margin-top: 0.2rem;
  line-height: 1;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_about_hzkh .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_about_hzkh .hh_w .title .navBox {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_about_hzkh .hh_w .title .navBox .nav {
  display: -webkit-box;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav {
    padding-bottom: 0.2rem;
  }
}
.qtwy_about_hzkh .hh_w .title .navBox .nav .li {
  margin-left: 0.2rem;
  background-color: #fff;
  padding: 0.15rem 0.25rem;
  color: #333;
  font-weight: bold;
  border-radius: 1000px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 0.16rem;
  }
}
.qtwy_about_hzkh .hh_w .title .navBox .nav .li:hover,
.qtwy_about_hzkh .hh_w .title .navBox .nav .li.on {
  background: #e50017;
  color: #FFF;
}
.qtwy_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar {
  width: 100%;
  /*对垂直流动条有效*/
  height: 3px;
}
.qtwy_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 1px;
}
.qtwy_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
  display: none;
}
.qtwy_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-slide img {
  width: 100%;
  height: 100%;
}
.qtwy_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination {
  bottom: 0;
}
.qtwy_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp .swiper-pagination-bullet-active {
  background: #e50017;
}
@media (max-width: 768px) {
  .qtwy_about_hzkh {
    padding: 0.4rem 0;
  }
  .qtwy_about_hzkh .hh_w .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.25rem;
  }
  .qtwy_about_hzkh .hh_w .title .navBox {
    width: 100%;
  }
  .qtwy_about_hzkh .hh_w .title .navBox .nav {
    padding-bottom: 0.15rem;
  }
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li {
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem;
  }
  .qtwy_about_hzkh .hh_w .title .navBox .nav .li:nth-of-type(1) {
    margin-left: 0;
  }
  .qtwy_about_hzkh .hh_w .title .navBox .nav::-webkit-scrollbar {
    height: 2px;
  }
  .swiper-pagination {
    left: 50% !important;
  }
  .qtwy_about_hzkh .hh_w .hzkh_swpBox .hzkh_swp {
    padding-bottom: 0.35rem;
  }
}
.qtwy_pinpai_jianjie {
  height: 6500px;
}
.qtwy_pinpai_jianjie .div1 {
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 100%;
}
.qtwy_pinpai_jianjie .div4 {
  opacity: 1;
  will-change: opacity;
  position: sticky;
  top: 0;
  justify-content: center;
  mix-blend-mode: screen;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1,
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1s;
  width: 100%;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1 *,
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 * {
  color: #fff;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1,
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 {
    width: 95%;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1_on,
.qtwy_pinpai_jianjie .div4 .zhuiqiu2_on {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1_on2,
.qtwy_pinpai_jianjie .div4 .zhuiqiu2_on2 {
  transform: translate(-50%, -100%);
  opacity: 0;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t {
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t {
    font-size: 34.13333333px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t {
    font-size: 28px;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t:nth-of-type(2) {
  margin-bottom: 0.4rem;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1 .c_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu1 .c {
  line-height: 2;
  width: 100%;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .c {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .c {
    font-size: 16px;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t1 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t1 {
    font-size: 25.6px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t1 {
    font-size: 21px;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t {
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t {
    font-size: 42px;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c {
  line-height: 2;
  width: 100%;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c {
    font-size: 16px;
  }
}
.qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c:nth-of-type(1) {
  margin-top: 0.4rem;
}
.qtwy_pinpai_jianjie .div4 img {
  position: sticky;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.qtwy_pinpai_jianjie .div5 {
  opacity: 1;
  width: 100%;
  height: 100vh;
  font-weight: 900;
  color: #e40013;
  font-size: 120px;
  background: #fff;
  mix-blend-mode: screen;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 1s;
  top: 0;
  left: 0;
  transition: all 0.5s;
  flex-direction: column;
}
.qtwy_pinpai_jianjie .jianjie_text {
  text-align: center;
  color: #666;
  line-height: 1.7;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    font-size: 0.16rem;
  }
}
.qtwy_pinpai_jianjie .bgText {
  opacity: 0;
}
.qtwy_pinpai_jianjie .opacity_0 {
  opacity: 0;
}
.qtwy_pinpai_jianjie .opacity_1 {
  opacity: 1;
}
.qtwy_pinpai_jianjie .color_unset {
  color: unset;
}
.qtwy_pinpai_jianjie .color_e40013 {
  color: #e40013;
}
@media (max-width: 768px) {
  .qtwy_pinpai_jianjie .jianjie_text {
    width: 100%;
    padding: 0 0.2rem;
    word-break: break-all;
    white-space: normal;
    box-sizing: border-box;
    font-size: 0.14rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1,
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 {
    padding: 0 0.2rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t {
    font-size: 0.2rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .t:nth-of-type(2) {
    margin-bottom: 0.1rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t {
    font-size: 0.18rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .t1 {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c {
    font-size: 0.14rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu2 .c:nth-of-type(1) {
    margin-top: 0.1rem;
  }
  .qtwy_pinpai_jianjie .div4 .zhuiqiu1 .c {
    font-size: 0.14rem;
  }
}
.qtwy_pinpai_zc {
  position: relative;
}
.qtwy_pinpai_zc .bgimg {
  width: 100%;
}
.qtwy_pinpai_zc .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.qtwy_pinpai_zc .con .hh_w {
  width: 14.4rem;
  margin: 0 auto;
  padding: 1rem 0 0.5rem 0;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
@media (max-width: 768px) {
  .qtwy_pinpai_zc .con .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_pinpai_zc .con .hh_w .title {
  width: 7.65rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 0.65rem;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zc .con .hh_w .title {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zc .con .hh_w .title {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_zc .con .hh_w .title {
    font-size: 42px;
  }
}
.qtwy_pinpai_zc .con .hh_w .scrollY {
  width: 7.65rem;
  height: 5rem;
  overflow-y: auto;
  line-height: 1.85;
  font-size: 16px;
  color: #666;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .qtwy_pinpai_zc .con .hh_w .scrollY {
    font-size: 0.14rem;
    height: 1rem;
    line-height: 1.5;
    padding-right: 0;
  }
}
.qtwy_pinpai_zc .con .hh_w .scrollY::-webkit-scrollbar {
  width: 3px;
  /*对垂直流动条有效*/
}
.qtwy_pinpai_zc .con .hh_w .scrollY::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 3px;
}
.qtwy_pinpai_zc .con .hh_w .scrollY::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_pinpai_zc .con .hh_w .qianming {
  color: #333;
  font-weight: bold;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  width: 7.65rem;
  border-top: 1px solid #e3e4e5;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zc .con .hh_w .qianming {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zc .con .hh_w .qianming {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_pinpai_zc .con .hh_w .qianming {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_pinpai_zc .con .hh_w .qianming {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zc .con .hh_w .qianming {
    font-size: 0.16rem;
  }
}
.qtwy_pinpai_zc .con .hh_w .qianming .img {
  margin-left: 0.25rem;
  margin-top: -0.1rem;
}
@media (max-width: 1024px) {
  .qtwy_pinpai_zc .con .hh_w .title {
    font-size: 32px;
  }
  .qtwy_pinpai_zc {
    display: flex;
    flex-direction: column;
  }
  .qtwy_pinpai_zc .bgimg {
    order: 1;
  }
  .qtwy_pinpai_zc .con {
    order: 0;
    position: unset;
    top: unset;
  }
  .qtwy_pinpai_zc .con .hh_w {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .qtwy_pinpai_zc .con .hh_w .title {
    font-size: 0.2rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .qtwy_pinpai_zc .con .hh_w .scrollY {
    width: 100%;
    height: 2.5rem;
  }
  .qtwy_pinpai_zc .con .hh_w .qianming {
    width: 100%;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
  }
  .qtwy_pinpai_zc .con .hh_w .qianming div {
    font-size: 0.14rem;
    display: flex;
    justify-content: space-between;
  }
}
.qtwy_pinpai_shzr {
  width: 14.4rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .qtwy_pinpai_shzr {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_pinpai_shzr .title {
  margin-bottom: 0.7rem;
}
.qtwy_pinpai_shzr .title .div1 {
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_shzr .title .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_shzr .title .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_shzr .title .div1 {
    font-size: 42px;
  }
}
.qtwy_pinpai_shzr .title .div2 {
  color: #666;
  text-align: center;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_shzr .title .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_shzr .title .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_shzr .title .div2 {
    font-size: 19.25px;
  }
}
.qtwy_pinpai_shzr .ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qtwy_pinpai_shzr .ul .liBox {
  margin-right: 1.4%;
  position: relative;
  width: 23.95%;
  height: 0;
  padding-bottom: 17.014%;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.qtwy_pinpai_shzr .ul .liBox .li {
  width: 71%;
  height: 100%;
  position: absolute;
  border-radius: 1000px;
}
.qtwy_pinpai_shzr .ul .liBox .li .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 1;
}
.qtwy_pinpai_shzr .ul .liBox .li .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1000px;
  object-fit: cover;
}
.qtwy_pinpai_shzr .ul .liBox .li .li_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0.2;
  z-index: 2;
  background: #000;
  border-radius: 1000px;
}
.qtwy_pinpai_shzr .ul .liBox .li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 0.16rem;
  }
}
.qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
  color: #FFF;
  line-height: 1.6;
  display: none;
  margin-top: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
    font-size: 16px;
  }
}
.qtwy_pinpai_shzr .ul .liBox:nth-child(4n+4) {
  margin-right: 0;
  border-right: none;
}
.qtwy_pinpai_shzr .ul .liBox:hover .li {
  width: 100%;
  border-radius: 10px;
}
.qtwy_pinpai_shzr .ul .liBox:hover .li .img2 {
  border-radius: 10px;
}
.qtwy_pinpai_shzr .ul .liBox:hover .li_mask {
  border-radius: 10px;
  background: #e40013;
  opacity: 0.8;
}
.qtwy_pinpai_shzr .ul .liBox:hover .text {
  width: 70%;
}
.qtwy_pinpai_shzr .ul .liBox:hover .text .div2 {
  display: block;
}
@media (max-width: 1280px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 14px;
  }
  .qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
    font-size: 12px;
    line-height: 1.4;
  }
  .qtwy_pinpai_shzr .title .div1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_shzr {
    padding: 0.4rem 0.2rem;
  }
  .qtwy_pinpai_shzr .title {
    margin-bottom: 0.25rem;
  }
  .qtwy_pinpai_shzr .title .div1 {
    margin-bottom: 0.1rem;
  }
  .qtwy_pinpai_shzr .title .div1 {
    font-size: 0.2rem;
  }
  .qtwy_pinpai_shzr .title .div2 {
    font-size: 0.14rem;
  }
  .qtwy_pinpai_shzr .ul .liBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding-bottom: 60%;
  }
  .qtwy_pinpai_shzr .ul .liBox .li {
    width: 100%;
  }
  .qtwy_pinpai_shzr .ul .liBox .li,
  .qtwy_pinpai_shzr .ul .liBox .li .img2,
  .qtwy_pinpai_shzr .ul .liBox .li .li_mask {
    border-radius: 0.1rem;
  }
  .qtwy_pinpai_shzr .ul .liBox .li .text .div2 {
    display: block;
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .qtwy_pinpai_shzr .ul .liBox .li .li_mask,
  .qtwy_pinpai_shzr .ul .liBox:hover .li_mask {
    opacity: 0.2;
    background: #000;
  }
  .qtwy_pinpai_shzr .ul .liBox .li .text .div1 {
    font-size: 0.16rem;
  }
  .qtwy_pinpai_shzr .ul .liBox .li .text,
  .qtwy_pinpai_shzr .ul .liBox:hover .text {
    width: 80%;
  }
}
.qtwy_pinpai_zmt {
  padding: 1rem 0 0.55rem 0;
  background: #f7f8f9;
}
.qtwy_pinpai_zmt .hh_w {
  width: 14.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.qtwy_pinpai_zmt .hh_w .title {
  margin-bottom: 0.7rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 51.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 0.24rem;
  }
}
.qtwy_pinpai_zmt .hh_w .title .title_text .div1 .span {
  color: #333;
}
.qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
  margin-top: 0.2rem;
  line-height: 1;
  color: #999;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 19.25px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.qtwy_pinpai_zmt .hh_w .title .navBox {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav {
  display: -webkit-box;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav {
    padding-bottom: 0.2rem;
  }
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
  margin-left: 0.2rem;
  background-color: #fff;
  padding: 0.15rem 0.25rem;
  color: #333;
  font-weight: bold;
  border-radius: 1000px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.5s;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 0.16rem;
  }
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav .li:hover,
.qtwy_pinpai_zmt .hh_w .title .navBox .nav .li.on {
  background: #e50017;
  color: #FFF;
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li:nth-of-type(1) {
    margin-left: 0;
  }
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav::-webkit-scrollbar {
  width: 100%;
  /*对垂直流动条有效*/
  height: 3px;
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
  border-radius: 1px;
}
.qtwy_pinpai_zmt .hh_w .title .navBox .nav::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px #e40013;
  background-color: #e40013;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp {
  position: relative;
  padding-bottom: 0.5rem;
  display: none;
  flex-wrap: wrap;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li {
  flex: 0 0 16.666%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 0.45rem;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .imgBox {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 0.2rem;
  border-radius: 1000px;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .imgBox img {
  width: 0.6rem;
  height: 0.6rem;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
  color: #666;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 0.16rem;
  }
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox {
  display: none;
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -105%;
  transition: all 0.5s;
  z-index: 10;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .iconimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.05rem;
}
@media (max-width: 500px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .iconimg {
    top: -0.1rem;
  }
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .text {
  color: #666;
  text-align: center;
  margin-top: 0.15rem;
}
@media (min-width: 1921px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .text {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .text {
    font-size: 16px;
  }
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .code {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox .code .img {
  width: 80%;
  height: 80%;
}
.qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li:hover .codeBox {
  display: flex;
}
@media (max-width: 1024px) {
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 32px;
  }
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .qtwy_pinpai_zmt {
    padding: 0.4rem 0 0 0;
  }
  .qtwy_pinpai_zmt .hh_w .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .qtwy_pinpai_zmt .hh_w .title .title_text .div1 {
    font-size: 0.2rem;
  }
  .qtwy_pinpai_zmt .hh_w .title .title_text .div2 {
    font-size: 0.14rem;
  }
  .qtwy_pinpai_zmt .hh_w .title .navBox {
    width: 100%;
  }
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav {
    padding-bottom: 0.15rem;
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav .li {
    font-size: 0.13rem;
    padding: 0.1rem 0.1rem;
    font-weight: 400;
    margin-left: 0rem;
  }
  .qtwy_pinpai_zmt .hh_w .title .navBox .nav::-webkit-scrollbar {
    height: 2px;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp {
    padding-bottom: 0.35rem;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li {
    flex: 0 0 25%;
    margin-bottom: 0.35rem;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .imgBox,
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .imgBox img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .imgBox {
    margin-bottom: 0.1rem;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li p {
    font-size: 0.14rem;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp .li .codeBox {
    width: 1rem;
    height: 1rem;
    bottom: -140%;
  }
  .qtwy_pinpai_zmt .hh_w .hzkh_swpBox .hzkh_swp {
    padding-bottom: 0;
  }
}
.qtwy_kehufuwu_gsLink {
  height: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .qtwy_kehufuwu_gsLink {
    height: 0.4rem;
  }
}
.layui-laypage {
  width: 100%;
  text-align: center;
}
.layui-laypage a,
.layui-laypage span {
  height: 20px;
  line-height: 25px;
  margin: 0 0.12rem !important;
  padding: 0.2rem 0.22rem !important;
  background: rgba(243, 243, 247) !important;
  width: 3.021vw;
  height: 3.021vw !important;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.layui-laypage span {
  padding: 0 !important;
}
@media (min-width: 1921px) {
  .layui-laypage .layui-laypage-curr em {
    font-size: 19.2px;
  }
}
@media (max-width: 1920px) {
  .layui-laypage .layui-laypage-curr em {
    font-size: 18px;
  }
}
@media (min-width: 1367px) {
  .layui-laypage .layui-laypage-curr em {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .layui-laypage .layui-laypage-curr em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .layui-laypage .layui-laypage-curr em {
    font-size: 0.16rem;
  }
}
.my_p {
  margin-bottom: 0.8rem;
}
.my_p2 {
  margin-top: 0.15rem;
}
@media (max-width: 768px) {
  .layui-laypage a,
  .layui-laypage span {
    margin: 0 0.05rem !important;
  }
  .my_p {
    margin-bottom: 0.3rem;
  }
}
