/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul, li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
p, h1, h2, h3 {
  padding: 0;
  margin: 0;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
/* 整屏滑动*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.section-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.swiper-container .section {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper-container .section-1 {
    background: url(../img/bg1.jpg) no-repeat 50%/100% 100%;
    background-size: cover;
  }
  .swiper-container .section-2 {
    background: url(../img/bg2.jpg) no-repeat center top;
    background-size: cover;
  }
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: .4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet {
  background: none !important;
  border: 1px solid #fff;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 10px 0 !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
/* 向下滑动按钮动画 */
.mouse-hint {
  border: 2px solid #fff;
  width: 28px;
  height: 36px;
  border-radius: 20px;
  position: absolute;
  right: 50%;
  bottom: 2%;
  margin-right: -14px;
  margin-top: -18px;
  box-sizing: border-box;
  transition: opacity .25s;
  opacity: 1;
  z-index: 1000;
}
.mouse-hint .bar {
  width: 2px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 11px;
  top: 6px;
  animation: anim-mouse-hint-bar 2s linear infinite;
}
@keyframes anim-mouse-hint-bar {
  0% {
    transform: translateY(0);
    border-color: #fffc
  }
  20% {
    border-color: #fffc
  }
  80% {
    transform: translateY(14px);
    border-color: #fff0
  }
  to {
    border-color: #fff0
  }
}
@media (min-width:1200px) {
  .container-first {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .nav > li {
    padding: 0px 25px;
    font-size: 16px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
/* 第1屏 */
.ptop {
  height: 100%;
  position: relative !important;
}
.zhubiao-p {
  padding-top: 19vh;
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.zhubiao {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  padding-left: 5px;
}
.zhubiao img {
  width: 108vh;
  display: block;
}
.zhubiao-phone {
  display: none;
}
.fubiao img {
  width: 110vh;
  padding-top: 30px;
}
.fubiao p {
  text-indent: -999999px;
}
.adress {
  color: #fff;
  margin-top: 5vh;
}
.adress .adress_tit {
  font-size: 17px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
  width: 160px;
  line-height: 34px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #0076e4, #0066e1), linear-gradient(90deg, #dff58d, #23e3ff);
}
.adress p {
  font-size: 22px;
  padding-bottom: 30px;
}
.adress_time {
  font-size: 22px;
  color: #fff;
  margin-top: 6vh;
  padding-left: 15px;
}
.adress_time .hy-time::before {
  background: url(../img/hy-time.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
}
.adress_time .hy-adress::before {
  background: url(../img/hy-adress.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
}
.adress_time span {
  position: relative;
  padding-left: 38px;
}
.adress-line {
  border-top: 1px solid #fff;
  margin-left: 30px;
  margin-top: 2vh;
}
.bm-ewm {
  padding: 140px 0 0 0;
  color: #fff;
}
.bm-ewm img {
  width: 18vh;
  height: 18vh;
}
.bm-ewm p {
  padding-left: 20px;
  line-height: 30px;
  padding-top: 20px;
  font-size: 16px;
}
.bm-ewm-pic {
  float: left;
}
.bm-ewm-t {
  float: left;
}
.bm-ewm-t i {
  display: block;
  width: 46px;
  height: 16px;
  background: url(../img/bm-arrow.png);
  background-size: cover;
  margin-left: 20px;
  margin-top: 15px;
}
.bm-ewm-p {
  display: none;
}
.zbdw {
  color: #FFFFFF;
  letter-spacing: 0px;
  padding-top: 20px;
  max-width: 940px;
}
.zbdw p {
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 12px;
}
.zbdw span {
  padding-left: 35px;
  font-size: 16px;
}
.zbdw ul {
  font-size: 16px;
  padding: 0;
  line-height: 34px;
}
.adress_time_p {
  display: none;
}
@media screen and (max-width: 1366px) {
  .zbdw ul {
    font-size: 14.5px;
    padding: 0;
    line-height: 24px !important;
  }
  .zbdw p {
    font-size: 18px;
    margin-bottom: 13px;
    padding-top: 0px;
  }
  .adress p {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .adress .adress_time {
    font-size: 24px;
  }
  .adress {
    margin-top: 2vh;
  }
  .zbdw {
    margin-top: 1vh;
  }
  .zhubiao img {
    width: 90vh !important;
  }
  .adress_time {
    margin-top: 5vh;
  }
  .bm-ewm {
    padding: 100px 0 0 0;
    color: #fff;
  }
  .bm-ewm p {
    padding-left: 20px;
    line-height: 24px;
    padding-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .zhubiao img {
    width: 94vh !important;
  }
  .zbdw ul {
    font-size: 14px;
    padding: 0;
    line-height: 26px;
  }
  .bm-ewm p {
    padding-left: 20px;
    line-height: 24px;
    padding-top: 15px;
    font-size: 14px;
  }
}
.triangle {
  display: inline-block;
  background: url(../img/zhub-arrow.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-right: 5px;
}
/* 第1屏 球动画 */
.ghost {
  position: absolute;
  bottom: 5%;
  left: 5%;
  animation: ghostUpdown 2s infinite alternate;
  -webkit-animation: ghostUpdown 2s infinite alternate;
}
.ghost img {
  width: 14vh;
}
@keyframes ghostUpdown {
  from {
    bottom: 4%;
  }
  to {
    bottom: 8%;
  }
}
@-webkit-keyframes ghostUpdown {
  from {
    left: 7%;
  }
  to {
    left: 7%;
  }
}
.ghost3 {
  position: absolute;
  top: 20%;
  right: 17%;
  animation: ghostUpdown3 2.5s infinite alternate;
  -webkit-animation: ghostUpdown3 2.5s infinite alternate;
}
.ghost3 img {
  width: 8vh;
}
@keyframes ghostUpdown3 {
  from {
    top: 15%;
  }
  to {
    top: 13%;
  }
}
@-webkit-keyframes ghostUpdown3 {
  from {
    right: 17%;
  }
  to {
    right: 17%;
  }
}
.ghost4 {
  position: absolute;
  top: 20%;
  left: 30%;
  animation: ghostUpdown4 2s 0.5s infinite alternate;
  -webkit-animation: ghostUpdown4 2s 0.5s infinite alternate;
}
.ghost4 img {
  width: 6vh;
}
@keyframes ghostUpdown4 {
  from {
    top: 20%;
  }
  to {
    top: 23%;
  }
}
@-webkit-keyframes ghostUpdown4 {
  from {
    left: 30%;
  }
  to {
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .ghost {
    width: 100px;
  }
  .ghost2 {
    width: 50px;
  }
  .ghost img, .ghost2 img {
    width: 100%;
  }
  .swiper-container .section-1 {
    background: url(../img/p_bg1.jpg) no-repeat center top;
    background-size: cover;
  }
  .swiper-container .section-2 {
    background: url(../img/p_bg2.jpg) no-repeat center top;
    background-size: cover;
  }
  .ptop {
    height: 100%;
    position: relative !important;
  }
  .zhubiao-p {
    padding-top: 17vh;
    padding-left: 0 !important;
  }
  .zhubiao {
    display: none;
  }
  .zhubiao-phone {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: block !important;
  }
  .zhubiao-phone img {
    width: 100%;
    display: block;
    margin: auto;
  }
  .fubiao {
    display: none;
  }
  .adress {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
  }
  .adress span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
  }
  .adress .adress-ico, .adress .time-ico {
    position: relative;
    padding-left: 30px;
    margin: 0 10px;
  }
  .adress .adress-ico:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/did-ico.png") no-repeat;
    display: inline-block;
    background-size: cover;
    left: 0;
  }
  .adress .time-ico:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/riqi-ico.png") no-repeat;
    display: inline-block;
    background-size: cover;
    left: 0;
  }
  .adress_time_p .hy-time {
    background: url(../img/hy-time.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 6px;
  }
  .adress_time_p .hy-adress {
    background: url(../img/hy-adress.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 6px;
  }
  .zbdw {
    display: none;
  }
  .adress_time {
    display: none;
  }
  .adress-line {
    display: none;
  }
  .adress_time_p {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    line-height: 28px;
  }
  .adress {
    display: none;
  }
  .ghost3 {
    position: absolute;
    top: 40%;
    right: 10%;
    animation: ghostUpdown3 2.5s infinite alternate;
    -webkit-animation: ghostUpdown3 2.5s infinite alternate;
  }
  .ghost {
    position: absolute;
    bottom: 8%;
    left: 5%;
    animation: ghostUpdown 2s infinite alternate;
    -webkit-animation: ghostUpdown 2s infinite alternate;
  }
  @keyframes ghostUpdown {
    from {
      bottom: 8%;
    }
    to {
      bottom: 12%;
    }
  }
  @-webkit-keyframes ghostUpdown {
    from {
      left: 5%;
    }
    to {
      left: 5%;
    }
  }
  .ghost3 img {
    width: 5vh;
  }
  .ghost2 {
    position: absolute;
    bottom: 5%;
    right: 6%;
    animation: ghostUpdown2 1.5s infinite alternate;
    -webkit-animation: ghostUpdown2 1.5s infinite alternate;
  }
  @keyframes ghostUpdown2 {
    from {
      bottom: 5%;
    }
    to {
      bottom: 8%;
    }
  }
  @-webkit-keyframes ghostUpdown2 {
    from {
      right: 6%;
    }
    to {
      right: 6%;
    }
  }
  .ghost4 {
    position: absolute;
    top: 13%;
    left: 20%;
    animation: ghostUpdown4 2s 0.5s infinite alternate;
    -webkit-animation: ghostUpdown4 2s 0.5s infinite alternate;
  }
  .ghost4 img {
    width: 6vh;
  }
  @keyframes ghostUpdown4 {
    from {
      top: 13%;
    }
    to {
      top: 15%;
    }
  }
  @-webkit-keyframes ghostUpdown4 {
    from {
      left: 20%;
    }
    to {
      left: 20%;
    }
  }
  .bm-ewm-p {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .bm-ewm-p img {
    width: 15vh;
    height: 15vh;
    margin-bottom: 10px;
  }
  .bm-ewm {
    display: none;
  }
}
/* 第二屏*/
.tit_p {
  padding-top: 15vh;
}
.news_titbg {
  background: url(../img/tit-bg.png) no-repeat center;
  background-size: cover;
  width: 444px;
  height: 110px;
  margin: auto;
  padding-top: 10px;
}
.news_tit {
  font-size: 47px;
  color: #fff;
  display: inline-block;
  letter-spacing: 5px;
  background: linear-gradient(to right, #019cff, #09f5c1, #edfd55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newse_tit {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  margin-top: -10px;
  color: #fff;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #1a3fcf, #97a8c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_jj {
  width: 100%;
  background: url(../img/ldzc-bg.png) no-repeat center;
  background-size: cover;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(-215deg, #0fff31 0%, #0072ff 97.9381%);
  border-image-slice: 2;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  height: calc(42vh - 0px);
  padding: 60px 40px 20px 40px;
  margin-top: 10vh;
  border-radius: 10px;
}
.news_jj .jjt {
  overflow: auto;
  height: calc(42vh - 110px);
  padding: 0 20px 20px 20px;
}
.news_jj .jjt01 {
  font-size: 26px;
  letter-spacing: 2px;
  text-indent: 0 !important;
  font-weight: bold;
  margin-bottom: 30px;
}
.news_jj .jjt02 {
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 0 !important;
}
.news_jj .jjt03 {
  text-indent: 0 !important;
}
.news_jj .jjt p {
  text-indent: 2em;
}
.jjt::-webkit-scrollbar {
  width: 6px;
  margin-right: 10px;
}
.jjt::-webkit-scrollbar-thumb {
  background-color: #0077d2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .tit_p {
    padding-top: 15vh;
  }
  .news_titbg {
    background: url(../img/tit-bg.png) no-repeat center;
    background-size: cover;
    width: 80%;
    height: 76px;
    margin: auto;
    padding-top: 0px;
  }
  .news_tit {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 6px;
    margin-top: 15px;
    font-weight: bold;
  }
  .newse_tit {
    font-size: 3vw;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding-top: 10px;
    font-weight: bold;
  }
  .news_jj {
    width: 100%;
    background: url(../img/ldzc-bg.png) no-repeat center;
    background-size: cover;
    border-width: 2px;
    border-style: solid;
    border-image-source: linear-gradient(-235deg, #0072ff 0%, #04d099 97.9381%);
    border-image-slice: 2;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    height: calc(62vh - 50px);
    padding: 10px 10px 10px 10px;
    margin-top: 50px;
  }
  .news_jj .jjt {
    overflow: auto;
    height: calc(62vh - 80px);
    padding: 20px 10px;
  }
  .news_jj .jjt01 {
    font-size: 18px;
    letter-spacing: 0px;
    text-indent: 0 !important;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .news_jj .jjt p {
    line-height: 24px;
  }
  .news_jj .jjt01 span {
    display: block;
  }
  .news_jj .jjt02 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    text-indent: 0 !important;
    line-height: 22px;
  }
  .news_jj .jjt03 {
    padding-top: 10px;
  }
  .jjt::-webkit-scrollbar {
    width: 6px;
    margin-right: 10px;
  }
}
/* 第三屏*/
.news_p {
  width: 100%;
  position: absolute;
  top: 25%;
}
.news_r {
  width: 80%;
  margin: 25px auto;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  padding-top: 10vh;
  background-size: contain;
  position: relative;
}
.news_r a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin-top: 0px;
}
.news_r p, .news_r span {
  display: inline-block;
  margin-top: 0px;
  line-height: 36px;
}
.news_r a:hover {
  text-decoration: underline;
}
.news_r .news_arrow {
  background: url(../img/news_arrow.png);
  width: 32px;
  height: 32px;
  margin: auto;
  background-size: cover;
}
.news_r .news_more {
  margin-top: 4vh;
  font-size: 14px;
  color: #fff;
  float: right;
  position: relative;
  padding-right: 100px;
}
.news_r .news_more:before {
  content: "";
  position: absolute;
  background: url(../img/more-c.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  right: 30px;
  top: -10px;
  transition: all 300ms linear;
}
.news_r .news_more:hover {
  color: #14fffc;
  text-decoration: none;
}
.news_r .news_more:after {
  content: "";
  position: absolute;
  background: url(../img/more-r.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  right: 50px;
  top: -10px;
  transition: all 300ms linear;
}
.news_r .news_more:hover:before {
  right: 33px;
  transition: transform all 2s !important;
}
.news_r .news_more:hover::after {
  right: 45px;
  transition: transform all 2s !important;
}
.news_r .news_mt {
  border-left: 1px dashed #64bdfc;
  padding: 1vh 0 1vh 30px;
  position: relative;
}
.news_r .news_mt:before {
  content: "";
  position: absolute;
  background: url(../img/news-ico.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  left: -7px;
  top: 18px;
}
.news_r .news_time {
  padding: 1vh 0;
  color: #14fffc;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news_p {
    position: absolute;
    top: 25%;
    width: 100%;
  }
  .news_mt a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_r {
    width: 100%;
    margin: 25px auto;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    padding-top: 2vh;
    background-size: contain;
    position: relative;
  }
  .news_r .news_time {
    display: none;
  }
  .news_r .news_more {
    padding-right: 70px;
  }
  .news_r .news_more:before {
    right: 0px;
  }
  .news_r .news_more:after {
    right: 20px;
  }
  .news_r .news_more:hover:before {
    right: 5px;
    transition: transform all 2s !important;
  }
  .news_r .news_more:hover::after {
    right: 15px;
    transition: transform all 2s !important;
  }
  .news_r .news_mt {
    padding: 2px 0 2px 30px;
  }
  .news_r .news_mt:before {
    top: 10px;
  }
  .news_r p, .news_r span {
    line-height: 28px;
  }
}
/* 第四屏*/
.hyrc {
  width: 90%;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  background-size: contain;
  padding-top: 10vh;
}
.hyrc-tit {
  width: calc(320px + 3%);
  margin: 0px auto 25px auto;
  ;
}
.hyrc-tit span {
  font-size: 20px;
  margin: 0 1.5%;
  padding-bottom: 0;
  cursor: pointer;
  width: 160px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  position: relative;
}
.hyrc-tit .over {
  position: relative;
  background-image: linear-gradient(to right, #01a2fb, #82bf66);
}
.hyrc-line {
  border-top: 2px solid #2beb9c;
  margin-bottom: 20px;
}
.hyrc-cont ul, .hyrc-cont li {
  padding: 0;
  margin: 0;
}
.hyrc-cont {
  height: 35vh;
  overflow-y: auto;
}
.hyrc-cont ul {
  position: relative;
}
.hyrc-cont ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #1c35bd;
  left: 40px;
}
.hyrc-cont li {
  line-height: 26px;
  padding: 10px 30px;
  margin-bottom: 0px;
}
.hyrc-cont li .hyrc-list01 {
  width: 30%;
  display: inline-block;
  margin-left: 0%;
  position: relative;
  padding-left: 35px;
}
.hyrc-cont li .hyrc-list01 i {
  display: inline-block;
  background: url(../img/yc-ico.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
}
.hyrc-cont li .hyrc-list01 b {
  color: #14fffc;
  font-weight: bold;
  padding-left: 5px;
}
.hyrc-cont li .hyrc-list02 {
  width: 20%;
  display: inline-block;
  color: #23d8ff;
}
.hyrc-cont li .hyrc-list03 {
  width: 50%;
  display: inline-block;
}
.hyrc-cont li .hyrc-list04 {
  width: 70%;
  display: inline-block;
  color: #00fff0;
  font-size: 18px;
}
.hyrc-cont li .hyrc-list04 p {
  font-size: 14px;
  color: #fff;
}
.skew-span {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(-45deg, rgba(53, 223, 182, 0.05), rgba(12, 217, 214, 0.25));
  color: white;
  transform: skewX(-12deg);
}
/* 保持内部文字不倾斜 */
.skew-span span {
  display: inline-block;
  transform: skewX(12deg);
}
.hyrc-cont .listnonebg {
  background: none;
  line-height: 24px;
  padding: 10px 30px;
}
.hyrc-cont .listnonebg .hyrc-list02 {
  color: #fff;
  width: 70%;
}
.hyrc-cont::-webkit-scrollbar {
  width: 6px;
  margin-right: 10px;
}
.hyrc-cont em {
  font-style: normal;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.hyrc-cont::-webkit-scrollbar-thumb {
  background-color: #0077d2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .hyrc {
    padding-top: 7vh;
  }
  .hyrc-tit {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .hyrc-tit span {
    font-size: 16px;
    width: 46%;
    height: 40px !important;
    line-height: 40px !important;
  }
  .hyrc-tit .over i, .hyrc-tit i {
    width: 100%;
  }
  .hyrc-cont ul::before {
    display: none;
  }
  .hyrc-cont {
    height: 45vh;
    overflow-y: auto;
  }
  .hyrc-cont li {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .hyrc-cont .listnonebg {
    padding: 6px 10px;
    line-height: 20px;
  }
  .hyrc-cont li .hyrc-list01 {
    width: 100%;
  }
  .hyrc-cont li .hyrc-list01 i {
    width: 20px;
    height: 20px;
  }
  .hyrc-cont .listnonebg .hyrc-list02 {
    width: 100%;
  }
  .hyrc-cont li .hyrc-list03 {
    width: 100%;
  }
  .hyrc-cont li .hyrc-list04 {
    width: 100%;
    font-size: 16px;
    margin-top: -10px;
  }
  .hyrc-cont li .hyrc-list05 {
    width: 100%;
  }
  .hyrc-cont ul {
    height: auto;
  }
  .hyrc-cont em {
    margin: 10px 0;
  }
}
/* 第五屏*/
.rukou_p {
  padding-top: 15vh;
}
.rukou {
  width: 90%;
  height: 38vh;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(-215deg, #0fff31 0%, #0072ff 97.9381%);
  border-image-slice: 2;
}
.rukou span {
  display: block;
  font-size: 20px;
  margin: 20px 0 30px 0;
}
.rk_btn01 {
  background: url(../img/rukou-bg1.png);
  background-size: cover !important;
}
.rukou:hover {
  color: #fff;
  text-decoration: none;
}
.rukou a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 17px;
  color: #1d3732;
  background: linear-gradient(90deg, #07ecc9 40%, #1aa5f9 100%);
  border-radius: 0px;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.rukou a:hover {
  color: #1d3732;
  background: linear-gradient(90deg, #07ecc9 60%, #1aa5f9 100%);
}
.rukou .td-ico1 {
  display: block;
  background: url(../img/td-ico1.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: 10vh auto 0 auto;
}
.rukou .td-ico2 {
  display: block;
  background: url(../img/td-ico2.png);
  background-size: cover;
  width: 66px;
  height: 66px;
  margin: 10vh auto 0 auto;
}
.rukou .td-ico3 {
  display: block;
  background: url(../img/td-ico3.png);
  background-size: cover;
  width: 66px;
  height: 66px;
  margin: 10vh auto 0 auto;
}
@media screen and (max-width: 768px) {
  .rukou_p {
    padding-top: 10vh;
  }
  .rukou {
    width: 100%;
    height: 15vh;
    max-height: 120px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .rk_btn01, .rk_btn02, .rk_btn03 {
    background: url(../img/rukou-bg1.png);
    background-size: cover;
  }
  .rukou .td-ico1, .rukou .td-ico2, .rukou .td-ico3 {
    display: none;
  }
  .rukou span {
    font-size: 16px;
    margin: 2.5vh 0 2vh 0;
  }
  .rukou a {
    font-size: 13px;
    padding: 0px 30px;
    height: 40px !important;
    line-height: 40px !important;
    width: 50%;
    left: 25%;
    border-radius: 30px;
    bottom: 15px !important;
  }
  .rukou::before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(13vh + 4px);
    top: -2px;
    left: -2px;
    z-index: -1;
    border-radius: inherit; /*important*/
  }
}
/* 第六屏*/
.ljjy-p {
  padding-top: 10vh;
}
.vmcarousel-normal li {
  width: 50%;
  position: relative;
}
.vmcarousel-normal li:before {
  position: absolute;
  content: "";
  width: 80%;
  margin-left: 10%;
  height: 200px;
  background: linear-gradient(0deg, rgba(12, 71, 239, 0.7) 0%, rgba(12, 71, 239, 0) 70%);
  bottom: 50px;
}
.vmcarousel-normal span {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #07ecc9 40%, #1aa5f9 100%);
  font-size: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1366px) {
  .vmc-container {
    width: 60%;
    margin-left: 20%;
  }
  .hezuo_bot {
    bottom: 7% !important;
    line-height: 24px !important;
  }
  .rukou_p {
    padding-top: 8vh;
}  
}
@media screen and (min-width: 1367px) and (max-width: 1680px) {
  .vmc-container {
    width: 80%;
    margin-left: 10%;
  }
  .hezuo_bot {
    bottom: 7% !important;
    line-height: 24px !important;
  }
  .rukou_p {
    padding-top: 12vh;
}  
}
@media screen and (max-width: 768px) {
  .ljjy-p {
    padding-top: 10vh;
  }
  .vmcarousel-normal li {
    width: 100%;
    margin: auto;
  }
  .vmc-arrow-left {
    bottom: -80px;
    width: 30px;
    height: 30px;
    margin-left: -65px;
  }
  .vmcarousel-normal span {
    letter-spacing: 0px;
  }
  .vmc-arrow-line {
    bottom: -66px;
    width: 60px;
    height: 1px;
    margin-left: -30px;
  }
  .vmc-arrow-right {
    bottom: -80px;
    width: 30px;
    height: 30px;
    margin-left: 35px;
  }
  .vmc-container {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
/* 合作 */
.hezuo {
  background: #fff;
  height: 100px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 2vh auto;
  border-radius: 10px;
  width: 100%;
}
.hezuo_in {
  width: 100%;
}
.hezuo_in img {
  width: 100%;
}
.huayang img {
  width: 100%;
}
.hezuo_p {
  padding-top: 8vh;
  margin: 0 auto;
  width: 100%;
}
.hezuo_bot {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: calc(100% - 0px);
  position: absolute;
  bottom: 8%;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .hezuo_p {
    padding-top: 6vh;
    margin: 0 0px;
    width: 100% !important;
  }
  .hezuo {
    background: #fff;
    height: 54px;
    text-align: center;
    padding: 4px 10px;
    margin-bottom: 2vh;
    border-radius: 5px;
    width: 100% !important;
  }
  .hezuo_in img {
    width: 100%;
  }
  .hezuo_bot {
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: calc(100% - 15px);
    position: absolute;
    bottom: 6% !important;
    line-height:18px !important;
  }
}