@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
tr,
table,
tbody,
thead,
tfoot,
em,
strong,
span {
  padding: 0;
  margin: 0;
  font-family: arial, "微软雅黑";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
}

input {
  vertical-align: middle;
}

em {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

body {
  position: relative;
}
.main-header .border-bottom{
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}

._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

/*-------common---------*/
.ry-mobile {
  display: none;
}

/* 主体容器 */
.ry-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;

}

/* item统一背景样式 */
.ry-cont-item {
  width: 100%;
  margin: 0 auto;
/*  background-color: #0C131D;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/* item主体内容区 */
.ry-content {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* 通用一级标题 */
.ry-main-title {
  font-weight: normal;
  font-size: 42px;
  text-align: center;
  color: #242424;
  padding-top: 60px;
  margin: 0 50px;
}
.ry-main-title.white{
  color: #fff;
}
/* 通用二级标题 */
.ry-sub-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

/* 通用文字 */
.ry-intro,
.ry-intro p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

.ry-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.ry-img img {
  width: auto;
  max-width: 100%;
}

/*--------自定义样式--------*/
#ry-container{
  background: #f5f5f5;
  padding-top: 0!important;
}
.hidden{
  overflow: hidden;
}
.ry-page-bg{
  position: relative;
}
.ry-page-bg img,
.ry-page-bg video{
  display: block;
  width: 100%;
  height: auto;
}
.r-page-title{
  font-size: 46px;
  font-weight: bold;
  line-height: 220%;
  color: #404040;
}
.sub-tit{
  font-size: 22px;
  line-height: 170%;
  text-align: left;
  color: #404040;
}
.ry-page-tit-position{
  position: absolute;
  z-index: 5;
  left: calc((100% - 1400px)/2);
  top: 30%;
  width: 40%;
  min-width: 785px;
  padding: 0 20px;
}
.n-nav{
  width: 100%;
  height: 68px;
  line-height: 68px;
  background: #055CFD;
  box-shadow: 0px 0px 43px 0px rgba(27,27,27,0.1);
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -35px;
}
.n-nav span{
  cursor: pointer;
  margin: 0 33px;
  display: inline-block;
}
.n-nav span.n-nav-active{
  color: #00ffbf;
  font-weight: bold;
}
.a-page-title{
  font-size: 42px;
  font-weight: bold;
  color: #404040;
  line-height: 48px;
  text-align: center;
  margin: 50px 0 30px 0;
}

.n-plans {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

.n-plan {
  position: relative;
  width: 344px;
  height: 360px;
  background: #fff;
  box-shadow: 0px 4px 7px 0px rgba(115,111,111,0.16);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 20px;
}

.n-plan::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.n-plan > img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.n-plan-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  text-align: center;
}
.n-plan-content img {
  margin-top: 50px;
  width: 120px;
  transition: opacity 0.3s ease-in-out;
}
.n-plan:hover::before {
    opacity: 0;
}
.n-plan:hover .n-plan-content img {
    opacity: 0;
}
.n-plan-content h5 {
  margin-top: 46px;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #282828;
  text-align: center;
}

.n-plan-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #7D7D7D;
  padding: 0 24px;
  margin-top: 12px;
  text-align: center;
}
.ry-page3{
  background: #fff;
}
.page3-tab{
  width: calc(153px * 3);
  margin: 0 auto 30px auto;
  font-size: 28px;
  color: #282828;
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #dee3ec;
}
.page3-tab li{
  width: 153px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  border-bottom: 3px solid transparent;
  position: relative;
  bottom: -2px;
  cursor: pointer;
  color: #404040;
}
.page3-tab li.active{
  border-bottom: 3px solid #0055CD;
  color: #0055CD;
  font-weight: bold;
}
.page3-item{
  position: relative;
  text-align: center;
}
.page3-item .item-tit{
  width: 100%;
  position: absolute;
  top: 5.2vw;
  left: 0;
  font-size: 42px;
  font-weight: bold;
  color: #2f2f2f;
  z-index: 5;
}
.page3-item .item-tit .des-cont{
  font-size: 28px;
  margin-top: 10px;
  font-weight: normal;
}

.page3-item .item-tit .color-black{
  color: #404040;
}

.page3-cont-item .page3-item{
  display: none;
}
.page3-cont-item .page3-item.active{
  display: block;
}

/*.page3-step{
  position: relative;
  display: none;
}
.page3-step.active{
  display: block;
}*/
.tit-position .ry-content{
  padding: 0 0 40px 20px;
}
.page3-step .item-tit{
  text-align: left;
  top: 15.1vw;
}
.step-list{
  display: flex;
  width: 430px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 0px 43px 0px rgba(27,27,27,0.1);
  border-radius: 49px;
  font-size: 20px;
  color: #66676F;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 140px 0 0 0;
}
.step-list .stap-line{
  position: absolute;
  height: 2px;
  content: "";
  width: 68%;
  background: #D8D8D8;
  top: 33px;
}
.step-list .stap-line.width50:after{
  content: "";
  height: 2px;
  background: #00DCA5;
  width: 50%;
  position: absolute;
  left: 0;
}
.step-list .stap-line.width100:after{
  content: "";
  height: 2px;
  background: #00DCA5;
  width: 100%;
  position: absolute;
  left: 0;
}
.step-list .step-item{
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.step-list .step-item span{
  margin: 5px auto;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #D8D8D8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.step-list .step-item.active span{
  background: #00DCA5;
}
.step-list .step-item.active{
  color: #00dca5;
}
#page3-tab1-video2,
#page3-tab1-video3{
  display: none;
}


.ry-page4{
  position: relative;
  cursor: pointer;
}
.ry-page4:after{
  background: url(../RJ-img/play.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  content: "";
  height: 110px;
  width: 110px;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
}
.ry-page4:hover:after{
  opacity: 1;
}
.ry-cont-item.ry-page4 img{
  display: block;
  width: 100%;
  position: relative;
}
.cont-position video{
  display: block;
}
.ry-page5{
  position: relative;
}
.ry-page5 picture,
.ry-page5 picture img{
  display: block;
  width: 100%;
}
.ry-page5 .n-scene-name,
.n-scene-product{
  position: absolute;
  z-index: 2;
}

.ry-page5 .n-scene-name img{
  width: 100%;
}
.n-scene-product,
.n-scene-name {
    position: absolute;
}

.n-scene-name {
    opacity: 0;
}

#scene1 {
  top: 11.9vw;
  left: 25.2vw;
  width: 6.4vw;
  height: 10.3vw;
}
#name1 {
  width: 22vw;
  top: 5.9vw;
  left: 6.5vw;
}
.n-scene-name {
  transition: opacity 0.3s ease-in-out;
}

#scene2 {
  top: 22.2vw;
  left: 20.3vw;
  width: 14.8vw;
  height: 3vw;
  z-index: 3;
}

#name2 {
  width: 25.67vw;
  top: 18.5vw;
  left: 1.6vw;
}

#scene3 {
  top: 25.3vw;
  left: 18.2vw;
  width: 20vw;
  height: 2.8vw;
  z-index: 3;
}

#name3 {
  top: 27vw;
  left: 2.6vw;
  width: 34.68vw;
}

#scene4 {
  top: 16.9vw;
  left: 31.7vw;
  width: 5.8vw;
  height: 7vw;
  z-index: 2;
}

#name4 {
  top: 10.8vw;
  left: 34.4vw;
  width: 23.35vw;
}

#scene5 {
  top: 17.2vw;
  left: 43.2vw;
  width: 14vw;
  height: 2.7vw;
}

#name5 {
  top: 6.3vw;
  left: 55.6vw;
  width: 24.6vw;
}

#scene6 {
  top: 22.6vw;
  left: 41.3vw;
  width: 39.7vw;
  height: 5.4vw;
}

#name6 {
  top: 12.5vw;
  left: 60.5vw;
  width: 23.69vw;
}

#scene7 {
  top: 28.1vw;
  left: 41.1vw;
  width: 40vw;
  height: 4.1vw;
  z-index: 3;
}

#name7 {
  top: 18.7vw;
  left: 65.3vw;
  width: 33.3vw;
}
/* 全屏视频 */
.video-mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999999;
}

.video-mask > div {
  text-align: right;
  max-width: 85%;
  margin: 0 auto;
}

#full-video {
  max-width: 1440px;
  height: auto;
  width: 100%;
  display: block;
}

.mask-btn {
  cursor: pointer;
}
.show-pc,
.ry-page-bg img.show-pc{
  display: block;
}
.show-mobile,
.ry-page-bg img.show-mobile{
  display: none;
}
.step-list.show-pc{
  display: flex;
}
@media screen and (max-width: 1440px){
  .r-page-title {
    font-size: 40px;
  }
  .sub-tit {
    font-size: 18px;
    text-align: left;
  }
  .ry-page-tit-position{
    width: 50%;
    min-width: 50%;
    left: calc((100% - 1200px)/2);
  }
  .n-nav{
    width: 100%;
  }
  .ry-content{
    max-width: 1200px;
  }
  .n-nav{
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
  .n-plans{
    margin-top: 76px;
    padding-bottom: 102px;
  }
  .n-plan{
    width: 292px;
    height: 306px;
    margin: 0 16px;
  }
  .n-plan-content img {
    margin-top: 40px;
    width: 102px;
  }
  .a-page-title {
    font-size: 35px;
    line-height: 45px;
    margin: 35px 0 10px 0;
  }
  .n-plan-content h5 {
    margin-top: 40px;
    font-size: 24px;
  }
  .n-plan-content p {
    font-size: 17px;
  }
  .page3-tab{
    width: calc(130px * 3);
    font-size: 24px;
    padding: 15px 0 0 0;
    margin: 0 auto 25px auto;
  }
  .page3-tab li {
    width: 130px;
    height: 50px;
    line-height: 50px;
  }
  .page3-item .item-tit{
    font-size: 35px;
    top: 4.42vw;
  }
  .page3-item .item-tit .des-cont{
    font-size: 24px;
    margin-top: 2px;
  }
  .page3-step .item-tit {
    text-align: left;
    top: 10.1vw;
  }
  .step-list {
    width: 365px;
    height: 76px;
    font-size: 17px;
    margin-top: 120px;
  }
  .step-list .stap-line{
    top: 24px;
  }
}

@media screen and (max-width: 1200px){
  .ry-page-tit-position{
    left: calc((100% - 1000px)/2);
  }
  .ry-content {
    max-width: 1000px;
  }
  .r-page-title{
    font-size: 28px;
  }
  .sub-tit{
    font-size: 15px;
  }
  .n-nav {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
  }
  .a-page-title {
    font-size: 30px;
    line-height: 40px;
    margin: 35px 0 0px 0;
  }
  .n-plans {
    margin-top: 60px;
    padding-bottom: 85px;
  }
  .n-plan {
    width: 240px;
    height: 252px;
    margin: 0 14px;
  }
  .n-plan-content img {
    margin-top: 35px;
    width: 84px;
  }
  .n-plan-content h5 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
  }
  .n-plan-content p {
    font-size: 14px;
    padding: 0;
    margin-top: 8px;
  }
  .page3-tab {
    width: calc(108px * 3);
    font-size: 20px;
    padding: 10px 0 0 0;
    margin: 0 auto 20px auto;
  }
  .page3-tab li {
    width: 108px;
    height: 40px;
    line-height: 40px;
  }
  .page3-item .item-tit {
    font-size: 30px;
    top: 3.6vw;
  }
  .page3-item .item-tit .des-cont {
    font-size: 19px;
    margin-top: 2px;
  }
  .page3-step .item-tit {
    text-align: left;
    top: 12.2vw;
  }
  .step-list .step-item {
    text-align: center;
    line-height: 16px;
  }
  .step-list {
    width: 300px;
    height: 64px;
    font-size: 14px;
    margin-top: 100px;
  }
  .ry-page4:after{
    height: 77px;
    width: 77px;
  }
}


@media screen and (max-width: 1000px){
  .ry-page-tit-position{
    left: calc((100% - 750px)/2);
  }
  .ry-content {
    max-width: 750px;
  }
  .r-page-title{
    font-size: 20px;
  }
  .sub-tit{
    font-size: 12px;
  }
  .n-nav {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .n-nav span{
    margin: 0 15px;
  }
  .a-page-title {
    font-size: 21px;
    line-height: 26px;
    margin: 5px 0 0px 0;
  }
  .n-plans {
    margin-top: 45px;
    padding-bottom: 60px;
  }
  .n-plan {
    width: 178px;
    height: 185px;
    margin: 0 10px;
  }
  .n-plan-content img {
    margin-top: 25px;
    width: 60px;
  }
  .n-plan-content h5 {
    margin-top: 23px;
    font-size: 14px;
    line-height: 20px;
  }
  .n-plan-content p {
    font-size: 12px;
    padding: 0;
    margin-top: 6px;
  }

  .page3-tab{
    font-size: 14px;
    padding: 5px 0 0 0;
    margin: 0 auto 15px auto;
    width: calc(76px * 3);
  }
  .page3-tab li {
    width: 76px;
    height: 30px;
    line-height: 30px;
  }
  .page3-item .item-tit {
    font-size: 21px;
    top: 2.6vw;
  }
  .page3-item .item-tit .des-cont {
    font-size: 14px;
  }
  .page3-tab li {
    width: 70px;
    height: 34px;
    line-height: 34px;
  }
  .page3-step .item-tit {
    top: 13.1vw;
  }
  .step-list {
    width: 215px;
    height: 48px;
    font-size: 12px;
    margin-top: 80px;
  }
  .step-list .step-item span {
    margin: 5px auto;
    width: 20px;
    font-size: 12px;
    height: 20px;
  }
  .step-list .stap-line {
    top: 17px;
  }
  .step-list .step-item{
    line-height: 12px;
  }
  .ry-page4:after{
    width: 54px;
    height: 54px;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
  }
}

@media screen and (max-width: 750px) {
  .show-pc,
  .ry-page-bg img.show-pc{
    display: none!important;
  }
  .show-mobile,
  .ry-page-bg img.show-mobile{
    display: block!important;
  }
  .ry-page-tit-position {
    width: 70%;
    min-width: 70%;
    left: 2.06rem;
    top: 3.5rem;
    padding: 0;
  }
  .r-page-title{
    font-size: 1.5rem;
  }
  .sub-tit {
    font-size: 0.875rem;
    line-height: 150%;
  }
  .n-nav{
    display: none;
  }

  .a-page-title {
    font-size: 1.375rem;
    line-height: 130%;
    margin: 3.03rem 0 0px 0;
  }
  .a-page-title > div{
    margin-bottom: 0.5rem;
  }


  .page3-cont-item{
    height: 17.78rem;
  }
  .page3-cont-item .page3-item{
    height: 17.78rem;
  }
  .cont-position {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .page3-cont-item .page3-item:nth-child(1){
    background: #fff url(../RJ-img/page3-tab1-bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .page3-cont-item .page3-item:nth-child(2){
    background: #d1dae3 url(../RJ-img/page3-tab2-bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .page3-cont-item .page3-item:nth-child(3){
    background: #8d8f91 url(../RJ-img/page3-tab3-bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .page3-cont-item .page3-item:nth-child(3) .color-black{
    color: #fff;
  }
  .page3-item .item-tit{
    font-size: 1.375rem;
    top: 1.562rem;
    line-height: 115%;
  }
  .page3-item .item-tit .des-cont{
    font-size: 0.9375rem;
    line-height: 120%;
    margin-top: 0.5rem;
  }
  .page3-step .item-tit{
    text-align: center;
  }
  .page3-tab {
    font-size: 0.9375rem;
    padding: .2rem 0 0 0;
    margin: 0 auto .4rem auto;
    width: calc(4.78rem * 3);
  }
  .page3-tab li {
    width: 4.78rem;
    height: 1.81rem;
    line-height: 1.81rem;
  }
  .step-list {
    width: 70%;
    height: 2.95rem;
    font-size: 0.625rem;
    margin-top: 1rem;
    margin: 0.7rem 15%
  }
  .step-list .step-item{
    line-height: 120%;
  }

  #scene1 {
    top: 16.5vw;
    left: 16.1vw;
    width: 8.6vw;
    height: 15vw;
  }
  #name1 {
    width: 22vw;
    top: 9.9vw;
    left: 1.5vw;
  }
  #scene2 {
    top: 31.2vw;
    left: 9.6vw;
    width: 20.8vw;
    height: 3.9vw;
    z-index: 3;
  }
  #name2 {
    top: 28.5vw;
    left: 1.2vw;
  }
  #scene3 {
    top: 35.2vw;
    left: 6.7vw;
    width: 27vw;
    height: 3.8vw;
  }
  #name3 {
    top: 37vw;
    left: 0.6vw;
    width: 33vw;
  }
  #scene4 {
    top: 23.4vw;
    left: 25.3vw;
    width: 7.8vw;
    height: 10vw;
  }
  #name4 {
    top: 17.4vw;
    left: 29.4vw;
    width: 23.35vw;
  }
  #scene5 {
    top: 23.8vw;
    left: 41.2vw;
    width: 19.4vw;
    height: 3.7vw;
  }
  #name5 {
    top: 12.9vw;
    left: 54.6vw;
    width: 24.6vw;
  }
  #scene6 {
    top: 31.6vw;
    left: 38.7vw;
    width: 55.7vw;
    height: 7.4vw;
  }
  #name6 {
    top: 20.8vw;
    left: 68.5vw;
    width: 24.69vw;
  }
  #scene7 {
    top: 39.1vw;
    left: 38.1vw;
    width: 56vw;
    height: 5.6vw;
  }
  #name7 {
    top: 29.7vw;
  }

  .n-plans {
    margin-top: 1.56rem;
    padding-bottom: 2.18rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .n-plan {
    width: 20.125rem;
    height: 6.25rem;
    margin-bottom: 0.53rem;
  }
  .n-plan-content h5 {
    margin-top: 0;
    font-size: 1.0625rem;
    line-height: 160%;
    text-align: left;
  }

  .n-plan-content{
    display: flex;
    align-items: center;
  }

  .n-plan-content img {
    margin-top: 0;
    margin: 0 1.25rem 0 3.1rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .n-plan-content p {
    font-size: 0.8125rem;
    margin-top: 0.2rem;
    line-height: 130%;
    text-align: left;
  }
  .n-plan > img{
    width: auto;
    height: 100%;
  }
  /*.n-plan:hover h5,
  .n-plan:hover p{
    color: #afafaf;
  }*/
  .ry-page4:after{
    width: 50px;
    height: 50px;
    opacity: 1;
  }

  .tit-position .ry-content{
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  
}