@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, "微软雅黑";
}
p,div{
  font-size: 16px;
}
*{
  outline: none;
}
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;
}

.mt60{
  margin-top: 60px;
}

.line20 {
  line-height: 200%;
}

.fc-fff {
  color: #fff;
}

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

.t-mobile {
  display: none;
}

/* 主体容器 */

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

/* 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-main-title {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #2c5080;
  font-weight: bold;
  padding: 50px 0px 15px;
  position: relative;
}
.t-main-title span{
  position: relative;
}
.t-main-title span:after{
  background: url(../RJ-img/tit-bg-right.png) no-repeat left center;
  width: 210px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 15px;
}
.t-main-title span:before{
  background: url(../RJ-img/tit-bg-left.png) no-repeat right center;
  width: 210px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  margin-right: 15px;
}

/* 通用二级标题 */

.t-sub-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #000;
}

/* 通用文字 */

.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;
}
.t-page1 {
  background-image: url('../RJ-img/page1-bg.png');
  height: 690px;
}
.t-page1 .head-logo{
  float: left;
  padding: 180px 10px 70px 0;
  position: relative;
}
.t-page1 .head-logo img {
  width: 85%;
  display: block;
}
.page1-btn{
  width: 170px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #e50039;
  color: #fff;
  border-radius: 36px;
  display: block;
  margin: 50px 0 0 90px;
  text-decoration: none;
  cursor: pointer;
}
.page1-btn:hover{
  background: #ce0033;
  color: #fff;
}
.t-page-nav{
  background: #666666;
}
.t-page-nav.on{
  position: fixed;
  z-index: 9999;
  top: 0;
  line-height: 60px;
}
.t-page-nav.on .t-nav-list{
  line-height: 60px;
}
.t-nav-list{
  line-height: 60px;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
}
.t-nav-list li{
  color: #fff;
  flex: 1;
  /*width: 150px;*/
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
}
.t-nav-list li:hover:after{
  content: "";
  position: absolute;
  height: 4px;
  width: 60%;
  bottom: 0;
  left: 20%;
  background: linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -ms-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -webkit-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -moz-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);

}
.t-nav-list li.active:after{
  content: "";
  position: absolute;
  height: 4px;
  width: 60%;
  bottom: 0;
  left: 20%;
  background: linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -ms-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -webkit-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -moz-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);

}
.page2-cont{
  padding: 34px;
}
.page2-cont p{
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0 25px 0;
}
.page2-cont p span{
  color: #01a8ba;
  font-weight: 450;
}
.t-title1{
  padding-bottom: 70px;
}
.t-title2{
  padding-bottom: 10px;
}
.t-title3{
  padding: 30px 0;
}
.t-title1 img{
  display: block;
  margin: 0 auto;
}
.t-title1 .des{
  height: 47px;
  line-height: 47px;
  font-size: 24px;
  color: #fff;
  margin: 10px auto;
  background: url(../RJ-img/title-1-bg.png) no-repeat center center;
  text-align: center;
}
.s-video {
  width: 94%;
  height: auto;
  margin: 50px auto 80px auto;
  cursor: pointer;
  position: relative;
}
.s-video > img{
  width: 100%;
  display: block;
}
.s-video .btn.sec3__btn{
  display: block;
  width: 170px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #e50039;
  border-radius: 21px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 75%;
  left: 13%;
}
.t-page3{
  background-image: url('../RJ-img/page10-bg.png');
}
.t-page4{
  background-image: url('../RJ-img/page4-bg.png');
  padding-bottom: 50px;
}
.t-page12{
  background-image: url('../RJ-img/page12-bg.jpg');
  padding-bottom: 80px;
}
.t-page12 .t-main-title{
  color: #fff;
  border-bottom: 1px solid #67a6a0;
}
.t-page12 .t-main-title:after{
  border: 1px solid #67a6a0;
  background: #004f50;
}
.page12-cont li{
  float: left;
  width: 32%;
  text-align: center;
  position: relative;
  color: #000;
  background: #fff;
  padding-top: 250px;
  padding-bottom: 45px;
}
.page12-cont li.cont1{
  background: url(../RJ-img/page12-img1.png) no-repeat top center;
  background-size: cover;
}
.page12-cont li.cont2{
  background: url(../RJ-img/page12-img2.png) no-repeat top center;
  background-size: cover;
}
.page12-cont li.cont3{
  background: url(../RJ-img/page12-img3.png) no-repeat top center;
  background-size: cover;
}
.page12-cont li.margin20{
  margin: 0 2%;
}
.page12-cont li p{
  padding: 18px 20px;
  line-height: 23px;
  color: #fff;
}
.page12-cont li p span{
  font-weight: 450;
}

.t-page4 .page4-cont{
  overflow: hidden;
  padding: 20px 0;
}
.page4-cont li{
  float: left;
  width: 31%;
  text-align: center;
  position: relative;
  color: #000;
  background: #fff;
}
.page4-cont li.margin20{
  margin: 0 3%;
}
.page4-cont li > img{
  width: 100%;
  display: block;
}
.page4-cont li p{
  line-height: 23px;
  position: relative;
  padding: 25px 10px 24px 40px;
  text-align: left;
  height: 50px;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.page4-cont li p span{
  position: absolute;
  left: 2px;
  top: 0;
}
.t-page5{
  padding-bottom: 80px;
  background-image: url(../RJ-img/page5-bg.jpg);
}
.page5-cont{
  overflow: hidden;
}
.page5-cont ul{
  width: 80%;
  float: right;
  position: relative;
  border-left: 2px solid #daecde;
  padding-left: 2.5%;
}
.page5-cont ul li{
  position: relative;
}
.page5-cont ul li > span{
  position: absolute;
  left: -25%;
  top: 10px;
  display: block;
  width: 158px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -ms-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -webkit-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -moz-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
}
.page5-cont ul li > span:after{
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  right: -19%;
  top: 35%;
  border-radius: 8px;
  background: linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -ms-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -webkit-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -moz-linear-gradient(left, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
}
.page5-info{
  overflow: hidden;
  border-bottom: 1px dashed #e1e1e1;
}
.info-width50{
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #505050;
}
.info-width50.tit{
  font-weight: bold;
}
.color-tit{
  color: #73b472;
}
.t-page11{
  background: #fff;
}
.s-tables{
  width: 90%;
  margin: 20px auto;
  background: #d7f2ec;
}
.s-tables tr{
  border-bottom: 1px solid #2ec587;
}
.s-tables tr.s-tables-bg{
  background: url(../RJ-img/page5-img1.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0;
  height: 50px;
  border-bottom: none;
}
.s-tables td{
  padding: 7px;
  text-align: center;
}
.s-tables td.text-left{
  text-align: left;
}
.s-tables td .word{
  font-weight:bold;
  color: #01a8ba; 
}
.t-page6{
  background-image: url('../RJ-img/page6-bg.jpg');
  padding-bottom: 20px;
}
.t-page6 .t-main-title{
  color: #fff;
  border-bottom: 1px solid #6fb2ae;
}
.t-page6 .t-main-title:after{
  border: 1px solid #6fb2ae;
  background: #0c8a81;
}
.t-page6 .page6-cont{
  overflow: hidden;
  padding: 20px 0;
}
.page6-cont li{
  float: left;
  width: 31.3%;
  text-align: center;
  position: relative;
  padding-bottom: 45px;
}
.page6-cont li.margin20{
  margin: 0 3%;
}
.page6-cont li .page6-info{
  background: #fff;
  padding: 25px 20px 10px 20px;
}
.page6-title{
  border-bottom: 2px solid #01a8ba;
  color: #01a8ba;
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 15px;
}
.page6-cont li .page6-info p{
  color: #001b28;
  line-height: 30px;
}
.downBtn{
  display: block;
  background: #01a8ba;
  color: #fff;
  width: 48%;
  margin: 20px auto;
  padding: 7px;
  border-radius: 20px;
  cursor: pointer;
}
.page7-cont{
  position: relative;
  margin: 40px auto 70px auto;
}
.page7-link{
  width: 12%;
  display: block;
  height: 7%;
  position: absolute;
}
.page7-link.link1{
  top: 7.5%;
  left: 0;
}
.page7-link.link7{
  top: 7.5%;
  left: 0;
}
.page7-link.link2{
  top: 55.3%;
  left: 2%;
  width: 17%;
}
.page7-link.link3{
  top: 77.1%;
  left: 26.2%;
}
.page7-link.link4{
  top: 6.6%;
  right: 14.2%;
}
.page7-link.link5{
  top: 25%;
  right: 0.2%;
}
.page7-link.link6{
  top: 59.1%;
  right: -0.8%;
}
.page7-link.link7{
  top: 0;
  left: 45.6%;
}
.page7-cont img{
  margin: 30px auto 0 auto;
  width: 100%;
}
.t-page7{
  background: #fff;
}
.page7-ul{
  overflow: hidden;
  clear: both;
  width: 80%;
  margin: 0 auto;
}
.page7-ul img{
  width: 100%;
  display: block;
}
.page7-ul li{
  float: left;
  width: 33.33%;
  position: relative;
  padding: 10px 0;
  box-sizing:border-box;
  line-height: 22px;
  padding-left: 30px;
  font-weight: bold;
  color: #505050;
}
.page7-ul li.page7-info1{
  background: url(../RJ-img/page7-time.png) no-repeat left center;
   
}
.page7-ul li.page7-info2{
  background: url(../RJ-img/page7-address.png) no-repeat left center;
}
.page7-ul li.page7-info3{
  background: url(../RJ-img/page7-address.png) no-repeat left center;
}
.page7-ul li.margin20{
  margin: 0 2%;
}
.page7-ul li img{
  width: 172px;
  height: 172px;
  display: block;
  margin: 15px auto;
}
.t-page8{
  padding-bottom: 50px;
  background: #fff;
}
.s-swiper01.swiper-container {
  width: 94%;
  margin: 0 auto;
  height: 560px;
}
.s-swiper01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  position: relative;
}
.s-swiper01 .swiper-slide span.maskLayer{
  position: absolute;
  top: 29.5%;
  left: 0;
  width: 100%;
  height: 41%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}
.s-swiper01 .swiper-slide-active{
  transform: translateZ(0) scale(2.3);
  z-index: 9;
}
.s-swiper01 .swiper-slide:not(.swiper-slide-active){
  transform: translateZ(0) scale(1.3);
}
.s-swiper01 .swiper-slide-active span.maskLayer{
  display: none;
}
.s-swiper01 img{
  width: 100%;
  display: block;
  vertical-align: top;
}
.s-swiper01 .swiper-pagination-bullet,
.s-swiper04 .swiper-pagination-bullet{
  height: 10px;
  width: 10px;
  border: 1px solid #9db6b2;
  background: #9db6b2;
  opacity: 1;
}
.s-swiper01 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.s-swiper04 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.swiper-button-prev1{
  top:420px;
  right:auto;
  left: -10px;
  background: url(../RJ-img/s-left.png) center no-repeat;
  background-size: 60%;
  width:44px;
  height: 45px;
  position: absolute;
  z-index: 666;
  cursor: pointer;
}
.swiper-button-next1{
  top:420px;
  left:auto;
  right: -10px;
  background: url(../RJ-img/s-right.png) center no-repeat;
  background-size: 60%;
  width:44px;
  height: 45px;
  position: absolute;
  z-index: 666;
  cursor: pointer;
}
.t-page9{
  background-image: url(../RJ-img/page9-bg.png);
}

.s-swiper02, .s-swiper03{
  height: 440px;
  margin-top: 40px;
}
.t-page10{
  padding-bottom: 30px;
  background: #f1fafb;
  padding-bottom: 60px;
}
.t-page10 .t-content{
  padding-bottom: 10px;
}
.t-page3 .t-main-title:after, .t-page10 .t-main-title:after{
  border: 1px solid #6eb1ad;
  background: #0b8a82;
}
.s-swiper02>.swiper-pagination-bullets{
  bottom: 0px;
  width: 660px;
  position: absolute;
  left: 50%;
  margin-left: -330px;
}
.s-swiper02>.swiper-pagination-bullets .swiper-pagination-bullet{
  width:17px;
  height: 17px;
  opacity: 1;
  background: #9ab4b0;
  top: -8px;
}
.s-swiper02>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: url(../RJ-img/page10-img1.png) no-repeat center center;
  height: 28px;
  width: 28px;
  top: -13px;
  margin: 0;
}
.s-swiper02>.swiper-pagination-bullets{
  bottom: 15px;
}
.s-swiper02 span.swiper-pagination-bullet:nth-child(1){
  left: -5px;
  position: absolute;
}
.s-swiper02 span.swiper-pagination-bullet:nth-child(2){
  left: 215px;
  position: absolute;
}
.s-swiper02 span.swiper-pagination-bullet:nth-child(3){
  left: 420px;
  position: absolute;
}
.s-swiper02 span.swiper-pagination-bullet:last-child{
  left: 640px;
  position: absolute;
}
.getMeetingInfo{
  padding: 8px 20px;
  display: block;
  margin: 10px auto;
  background: #dd0f1d;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  width: 15%;
  text-align: center;
  border: none;
  cursor: pointer;
}
.t-page13{
  background-image: url(../RJ-img/page13-bg.png);
  padding-bottom: 30px;
}
.s-line{
  width:660px;
  margin:0 auto;
  position: relative;
  z-index: 0;
  height: 20px;
  top: -14px;
  border-top: 1px solid #82afba;
}
.s-line p{
  width:17px;
  height: 17px;
  border-radius: 17px;
  background: white;
  cursor: pointer;
}
.s-line p.active{
  background: #00a0e9;
}
.s-line div{
  font-size: 18px;
  cursor: pointer;
  padding-top: 10px;
  color: #505050;
}
.s-lines{
  position: absolute;
  z-index: 3333;
  margin-top: 5px;
}
.s-lines01{
  left: -20px;
}
.s-lines02{
  left:200px;
}
.s-lines03{
  right:200px;
}
.s-lines04{
  right: -20px;
}
.hide-pc{
  position: absolute;
  opacity: 0;
  z-index: -100;
  /*display: none;*/
}
.show-pc{
  display: block;
}
.s-swiper02 .swiper-slide a,.s-swiper03 .swiper-slide .Alink, .s-swiper03 .swiper-slide a{
  display: block;
  margin: 0 3%;
  position: relative;
  width: 94%;
}
.s-swiper02 .swiper-slide a .page10-info, .s-swiper03 .swiper-slide .page10-info{
  position: absolute;
  background: #fff;
  right: 0;
  width: 46%;
  top: 32px;
  color: #333;
  padding: 10px 20px 20px 35px;
  min-height: 240px;
}
.page10-info .title{
  font-size: 40px;
  color: #000;
  margin: 10px 0;
  background: url(../RJ-img/page10-bg2.png) no-repeat right center;
}
.page10-info .item-logo{
  height: 48px;
  margin-bottom: 5px;
}
.page10-info .item-logo img{
  height: 100%;
  display: block;
  width: auto;
}
.page10-info .subTit{
  width: 85%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(right, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -ms-linear-gradient(right, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -webkit-linear-gradient(right, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background: -moz-linear-gradient(right, #6fb378, #5cac9c, #4ba7ba, #3aa2d7);
  background-size: 100%;
  text-align: center;
  margin: 10px 0;
}
.page10-info .subTit1{
  line-height: 30px;
  font-size: 20px;
  margin: 10px 0 30px 0;
  position: relative;
  color: #000;
}
.page10-info .cont2{
  color: #000;
}
.page10-info .subTit1:after{
  width: 67px;
  border-top: 3px solid #09a0ac!important;
  content: " ";
  border-radius: 8px;
  position: absolute;
  bottom: -17px;
  left: 10px;
  background: #09a0ac;
  margin-left: -7px;
}
.page10-info a.seeMore{
  font-size: 16px;
  background: #e50039;
  color: #fff;
  display: inline-block;
  width: 170px;
  padding: 8px 0;
  border-radius: 150px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
}
.page10-info a.seeMore:hover{
  background: #9e032a;
}
.page10-info .cont{
  width: 85%;
  margin: 26px 0;
  line-height: 22px;
}
.s-swiper02 .swiper-slide > img, .s-swiper03 .swiper-slide > img{
  width: 55%;
  margin-top: 20px;
  display: block;
}
.s-swiper03 .swiper-pagination-bullet{
  height: 10px;
  width: 10px;
  border: 1px solid #9db6b2;
  opacity: 1;
  background: #9db6b2;
}
.s-swiper03 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: none;
}
.pc-img{
  display: block;
}
.phone-img{
  display: none;
}
.t-page3 .qr__code {
  display: none;
  position: fixed;
  max-width: 480px;
  height: auto;
  bottom: auto;
  top: 38%;
  left: 25%;
  margin-left: -110px;
  background: #fff;
  z-index: 10;
  padding:15px;
}
.t-page3 .qr__code .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
  background: url(../RJ-img/close.png) center center no-repeat;
  cursor: pointer;
  opacity: 1;
}
.t-page3 .qr__code dl{
  overflow: hidden;
}
.t-page3 .qr__code dt{
  width: 36%;
  float: left;
}
.t-page3 .qr__code dd{
  float: left;
  margin-left: 5%;
  width: 54%;
}
.t-page3 .qr__code dd h5{
  font-size: 20px;
  color: #2c5080;
  font-weight: bold;
  margin-top: 35px;
}
.t-page3 .qr__code .code__img {
  display: block;
  width: 100%;
}
.t-page3 .qr__code .code__text {
  margin: 22px 0 18px 0;
  font-size: 16px;
  color: #434343;
}
@media screen and (max-width: 1024px){
  .t-page1 .head-logo{
    padding: 20px 10px 50px 0;
  }
  .t-page1 .head-logo img {
    width: 85%;
  }
  .t-page2{
    padding-bottom: 20px;
  }
  .page2-cont{
    width: 94%;
    padding: 15px 3%;
    margin: 0 auto;
  }
  .page2-cont p{
    width: 47%;
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0 20px 0;
  }
  .page2-cont p span{
    color: #01a8ba;
  }
  .page2-cont .page-video{
    right: 10px;
    width: 50%;
    top: 70px;
  }
  .page2-cont img{
    display: block;
    width: 100%;
  }
  .s-video {
    margin: 50px auto;
  }
  .page4-cont li p{
    padding: 10px;
  }
  .page6-cont li img{
    width: 90%;
  }
  .page6-title{
    border-bottom: 2px solid #01a8ba;
    color: #01a8ba;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .cont-left .icon-box span, .cont-right .icon-box span{
    display: block;
  }
  .s-swiper02, .s-swiper03{
    height: 380px;
  }
  .s-swiper02 .swiper-slide a .page10-info, .s-swiper03 .swiper-slide a .page10-info{
    padding: 10px 20px;
    width: 50%;
    min-height: 190px;
    top: 15px;
  }
  .page10-info .title{
    font-size: 28px;
    margin: 8px 0;
  }
  .page10-info .subTit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 8px 0;
  }
  .page10-info .cont{
    width: 100%;
    margin: 6px 0;
  }
}
@media screen and (max-width: 768px){
  .t-page-nav{
    display: none;
  }
  .t-main-title {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #000;
    padding: 25px 0px 13px;
    margin-bottom: 20px;
  }
  .s-video {
    width: 94%;
    margin: 25px auto 40px auto;
    text-align: center;
  }
  .getMeetingInfo{
    width: 40%;
  }
  .s-video img {
    width: 100%;
  }
  .page2-cont p{
    width: 100%;
  }
  .page2-cont p span{
    color: #01a8ba;
  }
  .s-video .btn.sec3__btn {
    display: block;
    width: 120px;
    line-height: 17px;
    top: 81%;
    left: 4%;
  }
  .page2-cont .page-video{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
  }
  .t-title1{
    padding-bottom: 30px;
  }
  .t-title1 img{
    width: 100%;
  }
  .t-title1 .des{
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .t-page3 .qr__code {
    position: fixed;
    width: 90%;
    height: auto;
    top: 50%;
    left: 5%;
    bottom: auto;
    margin-top: -100px;
    margin-left: 0;
    border: 1px solid #ddd;
    padding: 4%;
    max-width: 90%;
  }
  .t-page3 .qr__code dd h5{
    margin-top: 0;
  }
  .t-page3 .qr__code .code__img {
    max-width: 140px;
  }
  .t-page3 .qr__code .code__text {
    font-size: 14px;
  }
  .page4-cont li p{
    padding: 3px 5px;
    height: auto;
    min-height: 50px;
  }
  .cont-left .title, .cont-right .title{
    padding: 5px 0;
    font-size: 20px;
  }
  .hide-pc{
    /*display: block;*/
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .show-pc{
    display: none;
  }
  .s-year-mobile div{
    text-align: center;
    margin-bottom: 10px;
  }
  .page10-info .cont2{
    padding: 0 15px;
    text-align: left;
  }
  .page10-info .subTit1{
    padding: 0 15px;
    line-height: 24px;
  }
  .s-year-mobile img{
    width:94%;
    display: block;
    margin: 0 auto;
  }
  .pc-img{
    display: none;
  }
  .phone-img{
    display: block;
  }
  .page7-link{
    width: 23%;
    display: block;
    height: 7%;
    position: absolute;
  }
  .page7-link.link1{
    top: 11.2%;
    left: 0.2%;
  }
  .page7-link.link2{
    top: 70.8%;
    left: 0%;
    width: 35%;
  }
  .page7-link.link3{
    top: 92.5%;
    left: 26%;
  }
  .page7-link.link4{
    top: 10.5%;
    right: 17%;
  }
  .page7-link.link5{
    top: 25%;
    right: 0%;
  }
  .page7-link.link6{
    top: 78.5%;
    right: 0.5%;
  }
  .page7-link.link7{
    top: 0;
    left: 31.5%;
  }
  .t-page8{
    padding-bottom: 30px;
  }
  .s-swiper01 .swiper-pagination-bullet,
  .s-swiper04 .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 2px!important;
  }
  .s-swiper04{
    padding-bottom: 30px;
  }
  .s-swiper01.swiper-container {
    height: auto;
    padding: 10px 0 40px 0;
  }
  .s-swiper01 .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
  }
  .s-swiper01 .swiper-slide-active {
    transform: scale(1);
  }
  .swiper-button-next1, .swiper-button-prev1{
    display: none;
  }
  .page9-cont .cont{
    width: 80%;
    margin: 0 auto 30px auto;
    float: none;
  }
  .page9-cont .cont.margin20{
    margin: 0 auto 30px auto;
  }
  .mobile-cont .page10-info{
    background: #fff;
    width: 94%;
    padding:1px 0;
    margin: 0 auto;
  }
  .page10-info .title{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 25px;
    font-size: 22px;
    margin-top: 5px;
    padding: 10px 5px;
    background: none;
  }
  .page10-info .subTit{
    width: 90%;
    margin: 0 auto;
  }
  .page10-info .cont{
    width: 90%;
    color: #000;
    padding: 10px 5px 15px 5px;
    margin: 0 auto;
    text-align: left;
  }
  .mobile-cont a{
    text-decoration: none;
  }
  .page12-cont li{
    padding-top: 200px;
    padding-bottom: 25px;
  }
  .page10-info .subTit1:after{
    width: 80%;
    left: 10%;
  }
  .page10-info .seeMore{
    margin: 10px auto 20px auto;
  }
  .page5-cont ul li > span {
    position: absolute;
    left: -53%;
    top: 10px;
    display: block;
    width: 42%;
    font-size: 12px;
  }
  .page5-cont ul li > span:after {
    right: -18%;
  }
  .page5-cont ul{
    width: 69%;
    padding-right: 5%;
  }
  .info-width50{
    width: 100%;
    float: none;
    height: auto;
    line-height: 30px;
  }
  .page5-info{
    padding: 5px 0;
  }
  .t-page4 .page4-cont{
    padding-top: 10px; 
  }
  .s-swiper03{
    height: auto;
    margin-top: 10px;
  }
  .s-swiper03 .swiper-slide .Alink > img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .s-swiper03 .swiper-slide .page10-info{
    position: relative;
    width: 100%;
    padding: 10px 0%;
    top: 0;
  }
  .page10-info .item-logo img{
    margin: 0 auto;
  }
  .page10-info a.seeMore{
    margin: 15px auto;
    display: block;
  }
}
@media screen and (max-width: 480px){
  .t-page1 {
    height: 350px;
    background-image: url(../RJ-img/page1-bg1.png);
    background-position: right bottom;
    padding-bottom: 0;
  }
  .t-page1 .head-logo img{
    float: none;
    margin: 0 0 0 4%;
    width:80%;
  }
  .page1-btn{
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 50px;
  }
  .t-page-nav{
    display: none;
  }
  .t-page4{
    padding-bottom: 20px;
  }
  .page4-cont li {
    float: none;
    width: 80%;
    margin: 15px auto;
  }
  .page4-cont li span img{
    width: 45px;
  }
  .page4-cont li p{
    padding: 10px 20px 10 40px;
  }
  .page4-cont li.margin20{
    margin: 15px auto;
  }
  .t-page5{
    padding-bottom: 50px;
  }
  .s-tables{
    width: 100%;
  }
  .t-page6 .page6-cont{
    padding: 0;
  }
  .page6-cont li {
    float: none;
    width: 70%;
    margin: 15px auto;
    padding-bottom: 0;
  }
  .page6-cont li .page6-info p{
    padding: 2px 30px;
    line-height: 20px;
  }
  .page6-cont li.margin20{
    margin: 15px auto;
  }
  .t-page7{
    padding-bottom: 0;
  }
  .page7-ul li{
    float: none;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .page7-ul li.margin20{
    margin: 0px auto;
  }
  .page7-ul li img{
    margin: 5px auto;
  }
  .t-page12{
    padding-bottom: 30px;
  }
  .page12-cont li {
    float: none;
    width: 80%;
    margin: 15px auto;
  }
  .page12-cont li.margin20{
    margin: 15px auto;
  }
}

