@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, "微软雅黑";
}
*{
  outline: none;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
  width: auto;
  height: auto;
}
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;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}
._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_c {
  text-align: center;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.line20 {
  line-height: 200%;
}

.fc-fff {
  color: #fff;
}

/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #f3f5f9;
}

/* item统一配景样式 */

.t-cont-item {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* item主体内容区 */

.t-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}
.t-page3 .t-content{
  max-width: 1260px;
}
/* 通用一级问题 */

.t-main-title {
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #325078;
  padding: 90px 0px 5px 0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 98%;
  font-weight: bold;
}
.t-main-title.white{
  color: #fff;
}
.box-visible{
  overflow: visible;
}

/* 通用二级问题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #325078;
}
.sub-title{
  text-align: center;
  font-size: 24px;
  color: #000;
  margin: 30px auto;
  clear: both;
}
.sub-title span{
  padding: 0 20px;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.t-img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.t-img img {
  width: auto;
  max-width: 100%;
}
.t-intro span.tips {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fd300e;
  text-align: left;
}
.hidden{
  overflow: hidden;
}
.t-page1 {
  background-image: url('/special/20200406/RJ-img/banner.png');
  background-position: center bottom;
  padding-top: 340px;
}
.page1-cont{
  width: 98%;
  margin: 0 auto;
}
.page1-title{
  font-size: 40px;
  font-style: italic;
  color: #424242;
}
.page1-des{
  font-size: 22px;
  margin: 20px 0;
  color: #1a7ed1;
  padding-left: 25px;
  background: url(/special/20200406/RJ-img/icon.png) no-repeat left center;
  background-size: 20px;
}
.page1-btnList{
  margin: 50px auto 100px auto;
}
.page1-btnList .btn{
  text-align: center;
  display: inline-block;
  min-width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #1a7ed1;
  border-radius: 43px;
  margin: 10px;
  border: 1px solid #1a7ed1;
}
.page1-btnList .btn.btn1{
  background: none;
  border: 1px solid #1a7ed1;
  color: #1a7ed1;
}
.t-page2{
  background: #325078;
}
.page2-cont{
  width: 88%;
  margin: 40px auto;
  color: #fff;
  line-height: 30px;
}
.page2-cont span{
  color: #41acff;
  font-weight: bold;
}
.t-page3,
.t-page4{
  background: #f0f1f3;
  overflow: visible;
}
.page3-cont {
  width: 100%;
  padding: 20px 0;
}
.page3-cont img{
  width: 100%;
}
.t-page3 .qr__code {
  display: none;
  position: absolute;
  width: 260px;
  height: 310px;
  bottom: 5px;
  left: 50%;
  margin-left: -130px;
  background: #fff;
  z-index: 10;
}
.t-page3 .qr__code .close {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 6px;
  background: url("/special/20200406/RJ-img/close.png") center center/100% 100% no-repeat;
  cursor: pointer;
}
.t-page3 .qr__code .code__img {
  display: block;
  max-width: 158px;
  margin: auto;
  padding-top: 32px;
}
.t-page3 .qr__code .code__text {
  margin: 22px 0 18px 0;
  font-size: 22px;
  color: #1a7ed1;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.t-page3 .qr__code .code__text span{
  display: block;
  line-height: 20px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 5px auto;
}
.s-video .btn.sec3__btn{
  width: 150px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #1a7ed3;
  border-radius: 21px;
  border: 1px solid #1a7ed3;
  cursor: pointer;
  position: absolute;
  top: 85%;
  left: 12%;
}
.page4-cont{
  margin: 40px auto 80px auto;
  clear: both;
  overflow: hidden;
  position: relative;
}
.page4-cont:after{
  content: "";
  display: block;
  border-top: 1px #cbd9e0 dotted;
  font-size: 20px;
  zoom: 2;
  top: 60px;
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 0;
}
.page4-cont li{
  width: 20%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #424242;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.page4-cont li .time{
  font-size: 24px;
  color: #508cbe;
  font-weight: bold;
  line-height: 40px;
}
.t-page5{
  background: #274e82 url('../RJ-img/page5-bg.png');
  position: relative;
}
.t-page5 .down_code{
  width: 190px;
  height: 240px;
  background: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -95px;
  top: 50%;
  display: none;
}

.t-page5 .close {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 6px;
  background: url("/special/20200406/RJ-img/close.png") center center/100% 100% no-repeat;
  cursor: pointer;
}
.t-page5 .code_img {
  display: block;
  max-width: 158px;
  margin: auto;
  padding-top: 32px;
}
.t-page5 .code_text {
  margin: 10px 0 10px 0;
  font-size: 18px;
  color: #1a7ed1;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.page5-cont{
  overflow: hidden;
  clear: both;
  display: flex;
  padding-bottom: 60px;
}
.page5-cont .user{
  width: 480px;
  flex: 1;
  position: relative;
  height: 480px;
}
.page5-cont .user .user-img{
  margin: 0 auto;
  text-align: center;
}
.page5-cont .user .user-info{
  position: absolute;
  top: 230px;
  height: 250px;
  background: url('/special/20200406/RJ-img/page5-img-bg.png') no-repeat center bottom;
  padding: 0 14%;
  width: 400px;
}
.info-name{
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 6px;
  width: 200px;
  text-align: center;
  margin-top: 10px;
}
.info-name.spacing-none{
  letter-spacing: 0;
}
.info-title{
  height: 55px;
  line-height: 55px;
  color: #fff;
}
.info-cont{
  font-size: 15px;
  color: #63d0ff;
  padding: 14px 0;
}
.info-cont li{
  margin: 6px 0;
}
.t-sub-des{
  width: 94%;
  text-align: center;
  color: #424242;
  line-height: 30px;
  margin: 40px auto 60px auto;
}
.page5-cont .user .info-btn{
  clear: both;
  height: 40px;
  line-height: 40px;
  background: #1a7ed1;
  width: 40%;
  margin: 90px auto 20px auto;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
}
.t-page6{
  background: #dbe2e8;
  position: relative;
}
.page6-cont .swiper-slide{
  display: flex;
  text-align: center;
}
.page6-cont .swiper-slide a{
  text-decoration: none;
}
.page6-cont .swiper-slide .page6-info{
  width: 330px;
  flex: 1;
}
.page6-tab{
  display: flex;
  margin: 50px auto 80px auto;
}
.t-page6:after{
  display: block;
  content: "";
  border-top: 1px solid #afc2d2;
  position: absolute;
  top: 257px;
  width: 100%;
}
.page6-tab li{
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: #508cbe;
  cursor: pointer;
}
.page6-tab li span{
  display: block;
  margin: 0 15px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}
.page6-tab li span.cur{
  background: #508cbe;
  color: #fff;
}
.page6-tab li span:after{
  display: block;
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background: #508cbe;
  border-radius: 7px;
  left: 50%;
  bottom: -20px;
  border: 3px solid #dbe2e8;
}
.page6-cont .swiper-slide .page6-info .info-tit{
  background: url(/special/20200406/RJ-img/page6-img-bg.png) no-repeat left center;
  height: 30px;
  line-height: 30px;
  width: 102px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: -106px;
  padding-right: 15px;
  color: #262626;
}
.page6-info .info-cont{
  width: 330px;
  background: #fff;
  margin: 0 auto;
  font-size: 24px;
  color: #262626;
  padding: 20px 0;
}
.page6-info .info-cont span{
  display: block;
  font-size: 17px;
  line-height: 30px;
}
.page6-cont .swiper-slide .page6-info img{
  width: 330px;
  margin: 0 auto;
  display: block;
}
.t-page7{
  background: #212121;
  text-align: center;
}
.t-page7 .btn-list{
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #373737;
  margin: 30px auto;
  width: 80%;
}
.btn-list a{
  display: inline-block;
  width: 260px;
  height: 57px;
  line-height: 57px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  background: #02aebf;
  border-radius: 57px;
  margin: 0 20px;
}
.btn-list a.btn2{
  background: #006cc5;
}
.page7-img{
  color: #02aebf;
  font-size: 20px;
  line-height: 30px;
  margin: 40px 0;
}
.page7-img .word{
  margin: 30px auto;
}
.page7-img span{
  display: block;
  font-size: 16px;
  color: #fff;
}
.show-pc{
  display: block;
}
.show-mobile{
  display: none;
}
@media screen and (max-width: 950px){
  .page5-cont{
    display: block;
    
  }
  .page5-cont .user{
    flex: auto;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px){
  .show-pc{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .t-page1 {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .page1-cont {
    width: 94%;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    top: 50px;
  }
  .page1-title {
    font-size: 18px;
    text-align: left;
    margin-top: 70px;
  }
  .page1-des {
    font-size: 16px;
    margin: 5px 0 20px 0;
    text-align: left;
    padding-left: 20px;
    background: url(/special/20200406/RJ-img/icon.png) no-repeat left center;
    background-size: 15px;
  }
  .page1-btnList{
    margin: 0 auto;
    text-align: center;
    clear: both;
    overflow: hidden;
  }
  .page1-btnList .btn {
    min-width: 30%;
    font-size: 17px;
    height: 33px;
    line-height: 33px;
    float: left;
    margin: 0 7px 5px 0;
  }
  .page2-cont {
    margin: 30px auto;
    line-height: 24px;
  }
  .s-video .btn.sec3__btn{
    width: 100px;
    line-height: 28px;
    top: 79%;
    left: 9%;
  }
  .page4-cont{
    margin-bottom: 20px;
  }
  .page4-cont:after{
    display: none;
  }
  .page4-cont li{
    width: 50%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .page4-cont li .bg-img img{
    width: 70%;
  }
  .page4-cont li .time {
    font-size: 20px;
    line-height: 26px;
  }
  .page5-cont .user {
    zoom: 0.8;
    height: 580px;
  }
  .page5-cont .user .user-info{
    padding: 0 7%;
    height: 307px;
    background: url(/special/20200406/RJ-img/page5-img-bg1.png) no-repeat center bottom;
    background-size: 98%;
  }
  .page5-cont .user  .info-title{
    font-size: 15px;
  }
  .page5-cont .user .info-cont {
    font-size: 16px;
  }
  .page5-cont{
    padding-bottom: 30px;
  }
  .page5-cont .user .info-btn{
    margin: 150px auto 20px auto;
    width: 55%;
  }
  .page6-tab {
    display: block;
    margin: 20px auto 0 auto;
    clear: both;
    overflow: hidden;
  }
  .page6-tab li {
    flex: none; 
    float: left;
    width: 33.33%;
    height: 50px;
  }
  .page6-tab li span:after{
    display: none;
  }
  .page6-cont .swiper-slide{
    display: block;
  }
  .page6-cont .swiper-slide .page6-info{
    flex: none;
    display: inline-block;
    margin: 30px auto 0 auto;
  }
  .page6-info .info-cont {
    font-size: 20px;
    padding: 10px 0;
  }
  .btn-list a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background: #02aebf;
    border-radius: 57px;
    margin: 0 5px;
  }
  .t-page7 .btn-list{
    padding-top: 0;
    width: 92%;
  }
}

@media screen and (max-width: 480px){
  .t-main-title {
    padding: 30px 0 0 0;
    width: 90%;
    font-size: 26px;
  }
}
@media screen and (max-width: 320px){
  .t-main-title {
    padding: 40px 0px 5px 0;
    width: 90%;
  }
  .page1-title {
    margin-top: 50px;
    font-size: 14px;
  }
  .page1-cont {
    width: 97%;
  }
  .page1-des {
    font-size: 12px;
    margin: 2px 0 7px 0;
  }
  .page1-btnList .btn {
    margin: 0 5px 5px 0!important;
    min-width: 31%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
  }
  .page2-cont{
    font-size: 14px;
    line-height: 20px;
  }
  .page4-cont li {
    font-size: 14px;
  }
  .page5-cont .user {
    zoom: 0.68;
  }
  .page5-cont .user .user-info{
    padding: 0 6%;
  }
  .page6-cont .swiper-slide .page6-info{
    zoom: 0.9;
  }
  .page6-tab li span {
    padding: 5px 3px;
  }
  .btn-list a {
    font-size: 16px;  
    width: 130px;
  }
}