.r_ina{
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 999;
  transition: 0.5s ease-in-out;
  background: linear-gradient(180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.00) 100%);
}
.r_jbg{
  background: linear-gradient(90deg, rgb(111, 44, 174 , 0) 0%, rgb(39, 47, 218,0) 100%);
  animation: back 0.1s 1 linear forwards;
}
@keyframes back{
  0%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 0) 0%, rgb(39, 47, 218,0) 100%);
  }
  20%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 0.2) 0%, rgb(39, 47, 218,0.5) 100%);
  }
  40%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 0.4) 0%, rgb(39, 47, 218,0.5) 100%);
  }
  60%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 0.6) 0%, rgb(39, 47, 218,0.5) 100%);
  }
  80%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 0.8) 0%, rgb(39, 47, 218,0.5) 100%);
  }
  100%{
    background: linear-gradient(90deg, rgb(111, 44, 174 , 1) 0%, rgb(39, 47, 218,1) 100%);
  }
}



.r_ina_a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 100px;
}
.r_ina_b{
  display: block;
  width: 330px;
  height: 60px;
}
.r_ina_c{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: 26px;
}
.r_ina_d{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.r_ina_d span{
  margin-right: 40px;
  cursor: pointer;
}
.r_ina_d img{
  display: block;
  width: 20px;
  height: 20px;
}
.r_ina_e{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.r_wsw_a{
  margin-left: 20px;
  display: block;
  position: relative;
  height: 35px;
  text-align: center;
}
.r_wsw_a span{
  cursor: pointer;
}
.r_ina_e span{
  color: #fff;
}
/* banner */
.bannerSwiper {
  /* pointer-events: none; */
  width: 100%;
  height: 900px;
}
.bannerSwiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.bannerSwiper .swiper-pagination-bullet-active{
  width:28px;
  height: 10px;
  border-radius: 50px;
}
.r_bna{
  background:#3a60c3 url('../../images/qz/banner1.png') no-repeat bottom center;
  position: relative;
}

.r_bnb{
  background: url('../../images/qz/banner3.png') no-repeat top center;
  position: relative;
}
.r_bnc{
  width: 1150px;
  position: relative;
  margin: 0 auto;
  margin-top: 130px;

}
.r_bnc img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.r_bna_a{
  position: absolute;
  z-index: 1;
  transform: rotate(-30deg);
  width: 178px;
  height: 10px;
  left: 352px;
  top: 641px;
  overflow: hidden;
}

.r_bna_a span{
  position: absolute;
  left: 0%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: zuo 1s linear infinite;
}
@keyframes zuo{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_b{
  position: absolute;
  z-index: 1;
  transform: rotate(-150deg);
  width: 92px;
  height: 10px;
  left: 452px;
  top: 585px;
  overflow: hidden;
}
.r_bna_b span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: zhong 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes zhong{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_c{
  position: absolute;
  z-index: 1;
  transform: rotate(-32deg);
  width: 94px;
  height: 10px;
  left: 440px;
  top: 531px;
  overflow: hidden;
}
.r_bna_c span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_d{
  position: absolute;
  z-index: 1;
  transform: rotate(30deg);
  width: 144px;
  height: 10px;
  left: 226px;
  top: 400px;
  overflow: hidden;
}
.r_bna_d span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_e{
    position: absolute;
    z-index: 1;
    transform: rotate(-30deg);
    width: 52px;
    height: 10px;
    left: 351px;
    top: 421px;
    overflow: hidden;
}
.r_bna_e span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
  animation-delay: 0.3s;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_f{
  position: absolute;
  z-index: 1;
  transform: rotate(-149deg);
  width: 85px;
  height: 10px;
  left: 803px;
  top: 291px;
  overflow: hidden;
}
.r_bna_f span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_g{
  position: absolute;
  z-index: 1;
  transform: rotate(-211deg);
  width: 147px;
  height: 10px;
  left: 680px;
  top: 300px;
  overflow: hidden;
}
.r_bna_g span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
  animation-delay: 0.3s;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_h{
  position: absolute;
  z-index: 1;
  transform: rotate(-149deg);
  width: 150px;
  height: 10px;
  left: 619px;
  top: 583px;
  overflow: hidden;
}
.r_bna_h span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_i{
  position: absolute;
  z-index: 1;
  transform: rotate(-33deg);
  width: 146px;
  height: 10px;
  left: 607px;
  top: 507px;
  overflow: hidden;
}
.r_bna_i span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
.r_bna_k{
  position: absolute;
  z-index: 1;
  transform: rotate(-149deg);
  width: 70px;
  height: 10px;
  left: 693px;
  top: 453px;
  overflow: hidden;
}
.r_bna_k span{
  position: absolute;
  left: -100%; 
  width: 100%;
  height: 10px;
  /* background-image: linear-gradient(to left,aqua ,transparent); */
  background: url('../../images/qz/line.png') no-repeat;
  animation: you 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes you{
  0%{
      left:0%;
  }
  50%,100%{
      left:100%;
  }
}
/* banner over */

.r_pna{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.r_pna_b{
  font-size: 36px;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 8px;
}
.r_pna_c{
  letter-spacing:1px;
  color: rgba(61, 61, 61, 0.5);
  margin-bottom: 20px;
  text-align: center;
}
.r_pna_d{
  width: 54px;
  height: 6px;
  background-color: #863CCB;
  margin: 0 auto;
}
.r_pna_e{
  opacity: 0;
  position: relative;
  top: 40px;
}
.r_pna_f{
  width: 1315px;
  height: 613px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0;
  margin-bottom: 120px;
}
.r_pna_g{
  display: block;
  width: 645px;
  height: 613px;
  position: absolute;
  left: 0;
  top: 0;
}
.r_pna_h{
  width: 1032px;
  height: 554px;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.r_pna_h img{
  display: block;
  position: absolute;
  left: 294px;
  top: 38px;
}
.r_pna_i{
  width: 584px;
  margin-left: 382px;
  line-height: 38px;
  margin-top: 44px;
}
.r_pna_i span{
  font-size: 30px;
}
.r_pna_i a{
  color: #3B35B9;
  font-weight: bold;
}
.r_pnb{
  background: url('../../images/qz/bgtwo.png') no-repeat center center;
  height: 860px;
  margin-top: -58px;
  overflow: hidden;
  margin-bottom: 120px;
}
.r_pnb_a{
  width: 1200px;
  margin: 0 auto;
  margin-top: 188px;
  display: flex;
  justify-content: space-between;
}
.r_pnb_b{
  width: 452px;
  height: 582px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  top: 40px;
}
.r_pnb_c{
  background: #fff;
  height: 369px;
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  border-radius: 6px;
}
.r_pnb_d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.r_pnb_d span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 24px;
  padding-bottom: 2px;
  background: linear-gradient(90deg, rgba(105,25,179,0.60) 0%, rgba(59,53,185,0.60) 88%);
  color: #fff;
}
.r_pnb_d i{
  color: #999999;
}
.r_pnb_e{
  color: #3D3D3D;
  font-size: 16px;
  margin-top: 15px;
}
.r_pnb_f{
  width: 100%;
  margin-top: 20px;
  height: 230px;
  overflow: hidden;
}
.r_pnb_f img{
  display: block;
  transition: 0.2s;
}
.r_pnb_f img:hover {
  transform: scale(1.1);
}
.r_pnb_g{
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  margin: 20px;
  padding-bottom: 20px;
}
.r_pnb_h{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.r_pnb_h span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 24px;
  padding-bottom: 2px;
  background: linear-gradient(90deg, rgba(105,25,179,0.60) 0%, rgba(59,53,185,0.60) 88%);
  color: #fff;
}
.r_pnb_h i{
  color: #fff;
}
.r_pnb_i{
  color: #fff;
  margin-top: 10px;
}
.r_pnc{
  display: flex;
  width: 708px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.r_pnc_a{
  width: 334px;
  height: 271px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  margin-bottom: 39px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.r_pnc_b{
  display: block;
  width: 100%;
  height: 183px;
  overflow: hidden;
}
.r_pnc_b img{
  display: block;
  transition: 0.2s;
}
.r_pnc_b img:hover{
  transform: scale(1.1);
}
.r_pnc_c{
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}
.r_pnc_d{
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.r_pnc_e{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.r_pnc_f{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  position: relative;
  right: 40px;
}
.r_pnc_f img{
  width: 41px;
  height: 7.5px;
  margin-left: 12px;
}
.r_pnd{
  text-align: center;
  width: 603px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  opacity: 0;
  position: relative;
  top: 40px;
}
.swiperYj{
  background: url('../../images/qz/bgab.png') no-repeat center center;
  height: 434px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  opacity: 0;
  margin-bottom: 60px;
}
.swiperYj .swiper-pagination-bullets{
  bottom: 26px !important;
}
.swiperYj .swiper-pagination-bullet-active{
  background-color: #863CCB;
}
.r_pne{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.r_pne_a{
  width: 146px;
  margin: 0 50px;
}
.r_pne_a img{
  display: block;
  margin: 0 auto;
}
.r_pne_b{
  color: #333333;
  margin-top: 36px;
  line-height: 24px;
  text-align: center;
  height: 54px;
}
.r_pnf{
  background: url('../../images/qz/bgzu.png') no-repeat center center;
  height: 860px;
  margin-bottom: 120px;
}
.r_pnf_a{
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  opacity: 0;
  position: relative;
  top: 40px;
}
.r_pnf_b{
  width: 130px;
  position: relative;
  margin-right: 20px;
}
.r_pnf_a .r_pnf_b:last-child{
  margin-right: 0;
}
.r_pnf_c{
  width:130px;
  height: 658px;
  box-shadow: 0px 4px 18px 0px rgba(134, 60, 203, 0.15);
  background: #fff;
  opacity: 0;
  overflow: hidden;
}
.r_pnf_d{
  width: 130px;
  height: 658px;
  position: absolute;
  right: 0;;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.r_zya{
  background: url('../../images/qz/rg1.png') no-repeat left top;
  width: 130px;
}
.r_zyb{
  background: url('../../images/qz/rg2.png') no-repeat left top;
  width: 130px;
}
.r_zyc{
  background: url('../../images/qz/rg3.png') no-repeat left top;
  width: 130px;
}
.r_zyd{
  background: url('../../images/qz/rg4.png') no-repeat left top;
  width: 130px;
}
.r_move{
  width: 130px;
  animation: movea 0.5s 1 linear forwards;
}
.r_move .r_pnf_d{
  opacity: 0; 
}
.r_move .r_pnf_c{
  animation: movea 0.5s 1 linear forwards;
  opacity: 1; 
}
@keyframes movea{
  0%{
    width: 130px;
  }
  100%{
    width: 750px;
  }
}
.r_remo{
  animation: moveb 0.5s 1 linear forwards;
}
.r_remo .r_pnf_d{
  opacity: 1; 
}
.r_remo .r_pnf_c{
  opacity: 0; 
}
@keyframes moveb{
  0%{
    width: 750px;
  }
  100%{
    width: 130px;
  }
}
.r_swty{
  width: 750px;
  height: 526px;
}
.r_pnf_e{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.r_pnf_e span{
  font-size: 24px;
  color: #3D3D3D;
}
.r_pnf_e img{
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.r_pnf_f{
  width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 470px;
}
.r_pnf_g{
  width: 180px;
}
.r_pnf_gg{
  width:220px;
}
.r_pnf_ggg{
  width: 330px;
}
.r_sta{
  display: block;
  margin-top: 90px;
}
.r_stb{
  display: block;
  margin-top: 30px;
}
.r_stb_a{
  font-size: 12px;
  color: #3D3D3D;
  width: 302px;
  margin-top: 50px;
  line-height: 24px;
}
.r_sta_a{
  width: 227px;
  font-size: 12px;
  color: #3D3D3D;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.r_sta_aa{
  width: 177px;
  font-size: 12px;
  color: #3D3D3D;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.r_sta_b{
  height: 233px;
}
.r_sta_c{
  height: 185px;
}
.r_pnf_h{
  width: 52px;
  height: 8px;
  background: linear-gradient(270deg, #6E2CAE 0%, #272FDA 100%);
  border-radius: 50px;
  margin-top: 50px;
}
.r_pnf_i{
  line-height: 36px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.r_pnf_j{
  width: 551px;
  height: 255px;
  background: rgba(243, 245, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  position: absolute;
  bottom: 10px;
  left: 0;
}
.r_pnf_jj{
  width: 640px;
  height: 225px;
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  background: rgba(243, 245, 255, 0.4);
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.r_pnf_jjj{
  width: 373px;
  height: 296px;
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  background: rgba(243, 245, 255, 0.4);
  position: absolute;
  bottom: 40px;
  left: 0;
}
.r_pnf_x{
  width: 332px;
  height: 407px;
  background: rgba(243, 245, 255, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  position: absolute;
  top: 0;
  right: 0;
}
.r_pnf_xx{
  width: 332px;
  height: 407px;
  background: rgba(243, 245, 255, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  position: absolute;
  top: 0;
  right: 0;
}
.r_pnf_xxx{
  width: 275px;
  height: 348px;
  background: rgba(243, 245, 255, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(196, 206, 255, 0.41);
  position: absolute;
  top: 0;
  right: 0;
}

.r_pnf_o{
  display: block;
  width: 444px;
  height: 333px;
}
.r_pnf_oo{
  display: block;
  width: 444px;
  height: 194px;
}
.r_pnf_ooo{
  display: block;
  width: 244px;
  height: 432px;
}
.r_akl{
  display: block;
  width: 303px;
  height: 335px;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.r_akl_a{
  display: block;
  width: 348px;
  height: 234px;
}
.r_pnf_k{
  border-left: 1px dashed rgba(39, 47, 217, 0.5);
  margin-left: 30px;
  margin-top: 35px;
}
.r_pnf_l{
  color: #6D2CAE;
  font-size: 14px;
  margin-left: -8px;
  position: relative;
  top: -7px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.r_pnf_l img{
  background-color: #fff;
  margin-right: 12px;
}
.r_pnf_m{
  width: 470px;
  font-size: 12px;
  color: #3D3D3D;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.r_pnf_mm{
  width: 140px;
  font-size: 12px;
  color: #3D3D3D;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.r_pnf_mmm{
  width: 286px;
  font-size: 12px;
  color: #3D3D3D;
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.r_swty .swiper-pagination-bullets{
  bottom: 0px !important;
  height: 16px !important;
}
.r_swty .swiper-pagination-bullet{
  width: 25%;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  background-color: #C8C8C8;
}
.r_swty .swiper-pagination-bullet-active{
  background: #863CCB;
}
.r_cka{
  color: #863CCB;
  font-size: 14px;
  position: absolute;
  right: 43px;
  bottom: 20px;
}
.r_cka img{
  display: block;
  width: 52px;
  height: 9px;
  margin-top: 5px;
}
.r_png{
  width: 321px;
  font-size: 14px;
  margin-left: 35px;
  margin-top: 50px;
  line-height: 26px;
}
.r_png span{
  color: #6D2CAE;
}
.r_png_a{
  height: 130px;
}
.r_png_b{
  height: 66px;
  margin-top: 46px;
  margin-right: 60px;
}
.r_png_c{
  height: 134px;
}
.r_png_e{
  height: 194px;
}
.r_png_d{
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  margin-left: 28px;
}
.r_imga{
  display: block;
  width: 351x;
  height: 407px;
}
.r_imgb{
  margin-bottom: 30px;
}
.r_swty .swiper-button-next{
  background: url('../../images/qz/next.png') no-repeat center center;
  width: 40px;
  height: 40px;
}
.r_swty .swiper-button-prev{
  background: url('../../images/qz/prev.png') no-repeat center center;
  width: 40px;
  height: 40px;
}
.r_png_f{
  display: none;
}
.r_swty:hover .r_png_f{
  display: block;
}
.r_yja{
  width: 56px;
  height: 203px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  border: 1px #fff solid;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.r_yja span{
  display: block;
  width: 25px;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.r_yjb{
  font-size: 14px;
  color: #fff;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.r_yjb img{
  display: block;
  width: 52px;
  margin-top: 10px;
}
.r_dsa{
  width: 600px;
  margin: 0 auto;
}
.r_dsa_a{
  display: flex;
  justify-content: space-between;
}
.r_dsa_a img{
  display: block;
  width: 169px;
  height: 74px;
}
.r_dsa_b{
  width: 391px;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 20px;
  margin-top: 10px;
}
.r_dsa_d{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.r_dsa_e{
  width: 194px;
  height: 60px;
  border: 1px dashed #7B72CD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-bottom: 16px;
  font-size: 18px;
  color: #7B72CD;
}
.r_dsa_d .r_dsa_e:nth-child(3n){
  margin-right: 0;
}
.r_line{
  width: 100%;
  height: 4px;
  background-color: #863CCB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.r_pnh{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.r_pnh_a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  opacity: 0;
  position: relative;
  top: 40px;
}
.r_pnh_b{
  width: 381px;
  height: 128px;
  position: relative;
  margin-bottom: 60px;
  padding-right: 10px;
  box-sizing: border-box;
}
.r_pnh_c{
  width: 107px;
  height: 128px;
  background: url('../../images/qz/xsa.png') no-repeat;
  position: absolute;
  left: 0;
  bottom: 7px;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-left: 13px;
}
.r_pnh_d{
  font-size: 12px;
  line-height: 28px;
}
.r_pnh_e{
  font-size: 28px;
  line-height: 67px;
}
.r_pnh_f{
  font-size: 14px;
  line-height: 32px;
}
.r_pnh_g{
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 51, 241, 0.1);
  height: 100px;
  margin-top: 21px;
  overflow: hidden;
}
.r_pnh_h{
  width:205px;
  margin-left: 118px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.r_pni{
  background: url('../../images/qz/xxnl.png') no-repeat center center;
  height: 560px;
  margin-top: 153px;
}
.r_pni_a{
  width: 1200px;
  height: 560px;
  margin: 0 auto;
  position: relative;
}
.r_pni_b{
  width: 748px;
  height: 493px;
  background: #2D4CB5;
  position: relative;
  top: -68px;
  padding: 50px 60px 0 60px;
  box-sizing: border-box;
  opacity: 0;
}
.r_pni_c{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.r_pni_d{
  font-size: 36px;
  color: #fff;
}
.r_pni_e{
  border: 1px #FFFFFF solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 44px;
  color: #fff;
  cursor: pointer;
}
.r_pni_e img{
  margin-left: 17px;
}
.r_pni_e:hover{
  background: rgba(255, 255, 255, 0.25);
}
.r_pni_f{
  color: #fff;
  line-height: 36px;
}
.div-map{
  width: 835px;
  height: 513px;
  background: #fff;
  padding: 25px 19px;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 85px;
  opacity: 0;
}
.r_pnj{
  width: 1200px;
  margin: 0 auto;
  margin-top: 67px;
  position: relative;
}
.r_pnj_a{
  font-size: 24px;
  color: #333333;
  margin-bottom: 48px;
}
.r_pnj_b{
  display: flex;
  flex-wrap: wrap;
  width: 760px;
}
.r_pnj_c{
  font-size: 15px;
  color: #333333;
  border-bottom: 1px #D8D8D8 solid;
  margin-right: 88px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.r_pnj_c:hover{
  color: #660874;
  border-bottom: 1px #660874 solid;
}
.r_pnk{
  background: #441872;
  height: 224px;
  margin-top: 36px;
  overflow: hidden;
}
.r_pnk_a{
  width: 1200px;
  margin: 0 auto;
  margin-top: 44px;
  position: relative;
}
.r_pnk_b{
  margin-left: 70px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.r_pnk_c{
  display:flex;
}
.r_pnk_c>img{
  display: block;
  width: 357px;
  height: 66px;
}
.r_pnk_d{
  display: block;
  width: 220px;
  height: 220px;
  position: absolute;
  right: 0;
  top: 100px;
}
.r_pnk_e{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px;
}
.r_wsw{
  position: absolute;
  background: #fff;
  width: 100%;
  border-bottom: 2px #863CCB solid;
  top: 35px;
  line-height: 24px;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2),inset 0px -2px 0px 0px #863CCB;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.r_wsw i{
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.r_wsw a{
  display: block;
  margin-bottom: 15px;
}
.r_wsw a:hover{
  color: #863CCB;
  cursor: pointer;
}
.r_wsw_a:hover .r_wsw{
  display: block;
}
.r_xan{
  position: absolute;
  right: 75px;
  bottom: -34px;
}
/* ===== */
.option1{
  animation: optiona 0.5s 1 linear forwards;
}
@keyframes optiona{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.option2{
  animation: optionb 0.5s 1 linear forwards;
  animation-delay: 0.5s;
}
@keyframes optionb{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.option3{
  animation: optionc 0.5s 1 linear forwards;
  animation-delay: 1s;
}
@keyframes optionc{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.option4{
  animation: optiond 0.5s 1 linear forwards;
  animation-delay: 1.5s;
}
@keyframes optiond{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.option5{
  animation: optione 0.5s 1 linear forwards;
  animation-delay: 2s;
}
@keyframes optione{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.option6{
  animation: optionf 0.5s 1 linear forwards;
  animation-delay: 2.5s;
}
@keyframes optionf{
  0%{
    opacity:0;
    top: 40px;
  }
  100%{
    opacity:1;
    top: 0px;
  }
}
.more{
  animation: morea 0.5s 1 linear forwards;
  animation-delay: 3s;
}
@keyframes morea{
  0%{
    opacity:0;
    right: 40px;
  }
  100%{
    opacity:1;
    right: 0px;
  }
}

.optionno{
  animation: optionno 0.5s 1 linear forwards;
  animation-delay: 0.5s;
}
@keyframes optionno{
  0%{
    opacity:0;
    top: -68px;
  }
  100%{
    opacity:1;
    top: -108px;
  }
}
.optionnp{
  animation: optionnp 0.5s 1 linear forwards;
  animation-delay: 1s;
}
@keyframes optionnp{
  0%{
    opacity:0;
    top: 85px;
  }
  100%{
    opacity:1;
    top: 115px;
  }
}



