@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);

}
.t-page2{
  padding-bottom: 40px;
}
.page2-cont{
  padding: 34px;
}
.page2-cont p{
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0 25px 0;
}
.page2-cont p span{
  color: #379fdc;
  font-weight: 450;
}
.page2-introduce {
  overflow: hidden;
}
.page2-introduce .i-tit{
  font-size: 20px;
  font-weight: bold;
  color: #379fdc;
  margin-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}
.page2-introduce .i-cont{
  overflow: hidden;
  text-align: right;
  margin-bottom: 12px;
  font-size: 16px;
  color: #505050;
}
.page2-introduce .i-cont.position{
  position: relative;
  padding-left: 135px;
}
.page2-introduce .i-cont.position.pt90{
  padding-left: 105px;
}
.page2-introduce .i-cont .i-cont-tit{
  margin-left: 25px;
  float: left;
  font-weight: bold;
}
.page2-introduce .i-cont.position .i-cont-tit{
  position: absolute;
  left: 0;
}
.page2-introduce .i-cont .i-cont-des{
  padding-right: 25px;
  text-align: left;
  line-height: 24px;
}
.page2-introduce .i-cont .i-cont-des span{
  color: #acacac;
}
.page2-introduce .introduce1,
.page2-introduce .introduce2,
.page2-introduce .introduce3{
  float: left;
  width: 28.5%;
  min-height: 340px;
  padding-top: 85px;
}
.page2-introduce .introduce1{
  width: 38%;
  background: url(../RJ-img/page2-introduce1.png) no-repeat left 7px;
  background-size: 100%;
}
.page2-introduce .introduce2{
  background: url(../RJ-img/page2-introduce2.png) no-repeat right top;
  background-size: 100%;
  margin: 0 2%;
}
.page2-introduce .introduce3{
  background: url(../RJ-img/page2-introduce3.png) no-repeat right top;
  background-size: 100%;
}
.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/page3-bg.png');
  padding-top: 40px;
}
.t-page4{
  background: #fff;
  padding-bottom: 50px;
}
.t-page4 .page4-cont{
  overflow: hidden;
  padding: 20px 10px;
}
.page4-cont li{
  float: left;
  width: 23%;
  text-align: center;
  position: relative;
  color: #000;
  background: #fff;
  padding: 0 1%;
}
.page4-cont li a{
  color: #000;
  text-decoration: none;
}
.page4-cont li a:hover{
  text-decoration: underline;
  color: #f00;
}
.page4-cont li > a > span{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url('../RJ-img/play.png') no-repeat center 35%;
  background-size: 20%;
}
/*.page4-cont li.margin20{
  margin: 0 3%;
}*/
.page4-cont li > a > img{
  width: 100%;
  display: block;
}
.page4-cont li p{
  position: relative;
  text-align: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 0 3px 7px 3px #f3f3f3;
}
.t-page5{
  padding-bottom: 80px;
}
.page5-cont{
  width: 70%;
  float: right;
  position: relative;
  border-left: 2px solid #ccd5db;
  padding-left: 2.5%;
}
.page5-cont li{
  position: relative;
}
.page5-cont li .info-tit{
  font-size: 18px;
  font-weight: bold;
  color: #379fdc;
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
}
.page5-cont li > span{
  position: absolute;
  left: -27.5%;
  top: 0;
  display: block;
  width: 158px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  background: #31a8e8;
}
.page5-cont li > span:after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  right: -21%;
  top: 35%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #37b2d6;
}
.page5-info .info-des{
  background: url('../RJ-img/page5-bg.png') no-repeat center center;
  background-size: 100%;
  padding: 18px 20px 18px 15px;
  color: #505050;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  border-radius: 6px;
}
.page5-info .info-des .width50{
  float: left;
  width: 55%;
}
.page5-info .info-des .width50:last-child{
  width: 45%;
}
.page5-info .info-des > span,
.page5-info .info-des .width50 > span{
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 25px;
}
.page5-info .info-des > p,
.page5-info .info-des .width50 > p{
  float: left;
  font-size: 14px;
  padding-right: 25px;
  line-height: 25px;
}
.page5-info p.sub-tit{
  font-size: 16px!important;
  color: #379fdc;
  font-weight: bold;
  width: 100%;
  clear: both;
  margin-bottom: 5px;
}
.t-page6{
  background-image: url('../RJ-img/page6-bg.png');
  padding-bottom: 20px;
}

.downBtn{
  display: block;
  background: #01a8ba;
  color: #fff;
  width: 48%;
  margin: 20px auto;
  padding: 7px;
  border-radius: 20px;
  cursor: pointer;
}
.t-page7{
  background-image: url('../RJ-img/page7-bg.png');
  padding-top: 60px;
}
.page7-cont{
  position: relative;
}
.page7-link{
  width: 12%;
  display: block;
  height: 7%;
  position: absolute;
}
.page7-link.link1{
  top: 9.5%;
  left: 0;
  width: 22%;
}
.page7-link.link4{
  top: 17.7%;
  left: 83%;
  width: 17%;
}
.page7-link.link2{
  top: 29.3%;
  left: 0%;
  width: 15%;
  height: 6%;
}
.page7-link.link3{
  top: 35.4%;
  left: 0;
  width: 15%;
}

.page7-cont img{
  margin: 30px auto 0 auto;
  width: 100%;
}
.t-page8{
  padding-bottom: 50px;
  background: #deeff8;
}
.t-page8 .t-content{
  max-width: 100%;
}
.s-swiper01.swiper-container {
  width: 100%;
  margin: 50px auto;
  padding-bottom: 40px;
}
.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 img{
  width: 100%;
  display: block;
  vertical-align: top;
}
.s-swiper01 .swiper-pagination-bullet,
.s-swiper02 .swiper-pagination-bullet{
  height: 11px;
  width: 11px;
  background: #829dae;
  opacity: 1;
}
.s-swiper01 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.s-swiper02 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0386fd;
  width: 22px;
  height: 11px;
  border-radius: 11px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.swiper-button-prev1{
  top:420px;
  right:auto;
  left: 23.5%;
  background: url(../RJ-img/s-left.png) center no-repeat;
  background-size: 78%;
  width:70px;
  height: 50px;
  position: absolute;
  z-index: 666;
  cursor: pointer;
}
.swiper-button-next1{
  top:420px;
  left:auto;
  right: 23.5%;
  background: url(../RJ-img/s-right.png) center no-repeat;
  background-size: 78%;
  width:70px;
  height: 50px;
  position: absolute;
  z-index: 666;
  cursor: pointer;
}
.t-page9{
  background-image: url(../RJ-img/page9-img.png);
  height: 315px;
}
.t-page3 .t-main-title:after, .t-page10 .t-main-title:after{
  border: 1px solid #6eb1ad;
  background: #0b8a82;
}
.page6-cont{
  margin: 20px auto;
}
.s-swiper02{
  margin: 0 10px;
  min-height: 450px;
  padding-bottom: 50px;
}
.swiper-button-prev2{
  background-image: url(../RJ-img/p-left.png);
  background-size: 90%;
  left: -2px;
}
.swiper-button-next2{
 background-image: url(../RJ-img/p-right.png);
 background-size: 90%;
 right: -2px;
}
.page6-cont .width-half{
  width: 98%;
  float: left;
  margin-bottom: 20px;
  color: #505050;
  font-size: 16px;
}
.page6-cont .width-half dt{
  width: 35%;
  float: left;
}
.page6-cont .width-half dd{
  float: left;
  width: 63%;
}
.page6-cont .width-half dd p{
  font-size: 14px;
}
.page6-cont .width-half dt img{
  width: 90%;
  display: block;
}
.page6-cont .width-half dd p.page6-name{
  font-size: 22px;
  font-weight: bold;
  margin: 5px auto;
}
.page6-cont .width-half dd p.page6-title{
  font-size: 16px;
  color: #379fdc;
  font-weight: bold;
  margin-top: 10px;
}
.hide-pc{
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.show-pc{
  display: block;
}
.phone-img{
  display: none;
}
.t-page3 .qr__code {
  display: none;
  position: fixed;
  max-width: 480px;
  height: auto;
  bottom: auto;
  top: 25%;
  left: 30%;
  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%;
  }
  .s-swiper02{
    height: auto;
  }
}
@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;
  }
  .page2-introduce .introduce1,
  .page2-introduce .introduce2,
  .page2-introduce .introduce3{
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 80px;
  }
  .page2-introduce .introduce1{
    /*min-height: 330px;*/
    padding-bottom: 55px;
  }

  .page2-introduce .introduce2,
  .page2-introduce .introduce3{
    background: none;
    border: 2px solid #0b9ce8;
    margin: 10px 2% 20px 1%;
    width: 96%;
    position: relative;
    padding: 20px 0;
    float: left;
  }
  .page2-introduce .introduce2:after,
  .page2-introduce .introduce3:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #eaf8fc;
    left: 10px;
    top: 10px;
    z-index: -1;
  }

  .page2-introduce .i-tit{
    margin-bottom: 5px;
  }
  .page2-introduce .i-cont{
    margin-bottom: 2px;
  }
  .t-page3 .qr__code {
    position: fixed;
    width: 90%;
    height: auto;
    top: 50%;
    left: 1%;
    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;
  }
  .page5-cont li > span{
    width: auto;
    padding: 0 5px;
    left: -45.5%;
    height: 28px;
    line-height: 28px;
  }
  .page5-info .info-des{
    padding: 10px;
    background: #dceff9;
    background-size: auto 100%;
    margin-right: 10px;
    border: 2px solid #a8d9f6;
  }
  .page5-info .info-des .width50{
    width: 100%;
    margin-bottom: 15px;
  }
  .page5-cont li .info-tit{
    height: auto;
    line-height: 26px;
  }
  .page5-info .info-des > p, .page5-info .info-des .width50 > p{
    padding-right: 0;
  }
  .page6-cont .width-half{
    width: 100%;
  }
  .page6-cont .width-half dt,
  .page6-cont .width-half dd{
    width: 50%;
  }
  .page6-name{
    font-size: 20px;
    margin: 0;
  }
  .page6-title{
    font-size: 16px;
  }
  .pc-img{
    display: none;
  }
  .phone-img{
    display: block;
  }
  .page7-link{
    width: 23%;
    display: block;
    height: 7%;
    position: absolute;
  }
  .page7-link.link1{
    top: 0.5%;
    left: 32%;
    width: 38%;
  }
  .page7-link.link2{
    top: 12.8%;
    left: 0%;
    width: 29%;
  }
  .page7-link.link3{
    top: 18.9%;
    left: 0;
    width: 29%;
  }
  .page7-link.link4{
    top: 26.5%;
    left: 67%;
    width: 32%;
  }
  .t-page8{
    padding-bottom: 30px;
  }
  .s-swiper01 .swiper-pagination-bullet,
  .s-swiper04 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .s-swiper04{
    padding-bottom: 30px;
  }
  .s-swiper01.swiper-container {
    height: auto;
    padding: 10px 0 30px 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;
  }
  .t-page4 .page4-cont{
    padding-top: 10px; 
  }
  .t-page9{
    height: 120px;
  }
  .page5-info .info-des .width50:last-child{
    width: 100%;
  }
  .page6-cont .width-half dd p.page6-name{
    font-size: 18px;
    margin: 0 auto;
  }
  .t-page4{
    padding-bottom: 20px;
  }
  .page4-cont li {
    float: none;
    width: 94%;
    margin: 15px auto;
  }
  .page4-cont li span img{
    width: 45px;
  }
  .page4-cont li p{
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .page4-cont li.margin20{
    margin: 15px auto;
  }
}
@media screen and (max-width: 480px){
  .t-page1 {
    height: 320px;
    background-image: url(../RJ-img/page1-bg1.png);
    background-position: right bottom;
    padding-bottom: 0;
  }
  .t-page1 .head-logo img{
    float: none;
    margin: 0;
    width: 100%;
  }
  .page1-btn{
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 50px;
  }
  .t-page-nav{
    display: none;
  }

  .t-page5{
    padding-bottom: 50px;
  }
  .s-tables{
    width: 100%;
  }
  .t-page6 .page6-cont{
    padding: 0;
  }
  .s-swiper02{
    margin: 0 10px;
    min-height: 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;
  }
}
@media screen and (min-width:410px) and (max-width:420px){
  .page5-cont li > span:after{
    right: -27%;
  }
}
@media screen and (min-width:360px) and (max-width:370px){
  .page5-cont li > span:after{
    right: -30%;
  }
}
@media screen and (max-width: 360px){
  .page2-introduce .i-cont .i-cont-des,
  .page2-introduce .i-cont .i-cont-tit{
    font-size: 14px;
    line-height: 18px;
  }
  .page5-cont li > span{
    font-size: 14px;
    left: -47.5%;
  }
  .t-page9 {
    height: 100px;
  }
  .page2-introduce .introduce1,
  .page2-introduce .introduce2,
  .page2-introduce .introduce3{
    padding-top: 65px;
  }
}

