@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;
  overflow-x: none;
}

/* item统一配景样式 */

.t-cont-item {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 16px;
}

/* item主体内容区 */

.t-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}

/* 通用一级问题 */

.t-main-title {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #33507a;
  padding: 60px 0px 40px 0;
  position: relative;
  margin: 0 auto;
  width: 96%;
  font-weight: bold;
}
.t-main-title:after{
  content: "";
  position: absolute;
  height: 2px;
  width: 120px;
  bottom: 35px;
  left: 50%;
  margin-left: -60px;
  background: linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -ms-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -webkit-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -moz-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
}
.box-visible{
  overflow: visible;
}

/* 通用二级问题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #505251;
  width: 90%;
  margin: 0 auto;
  line-height: 26px;
  margin-bottom: 30px;
}
.text-left{
  text-align: left;
}
.color1{
  color: #33507a;
}

.t-main-des{
  font-size: 20px;
  color: #595757;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin: 20px auto;
}
/* 通用文字 */
.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/fa-qy/20210401/RJ-img/banner.jpg');
  background-position: center bottom;
  height: 690px;
}
.page1-cont{
  width: 52%;
  float: left;
  margin: 50px auto 0 auto;
}
.page1-title{
  margin-bottom: 20px;
}
.page1-title img{
  width: 90%;
}
.page1-icon{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #379fdc;
}
.page1-icon img{
  margin-right: 10px;
}
.page1-des{
  font-size: 14px;
  color: #505050;
  margin: 15px 0 20px 10px;
}
.page1-des p{
  font-weight: bold;
}
.page1-des p span{
  color: #379fdc;
}
.page1-btnList{
  margin: 30px auto;
}
.page1-btnList .btn{
  text-align: center;
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e60039;
  font-size: 16px;
  text-decoration: none;
  border-radius: 43px;
  margin: 10px;
  border: 1px solid #e60039;
  padding: 0;
  cursor: pointer;
}
.page1-btnList .btn:hover{
  background: #fff;
  color: #e60039;
  border: 1px solid #bd0231;
}
.t-nav{
  background: #666666;
  height: 60px;
  line-height: 60px;
  
}
.t-nav .nav-lists{
  display: flex;
}
.t-page-nav.on {
  position: fixed;
  z-index: 9999;
  top: 0;
  line-height: 60px;
}
.t-nav .nav-lists li{
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  display: block;  
  position: relative;
}
.nav-lists li.active:after{
  content: "";
  position: absolute;
  height: 4px;
  width: 60%;
  bottom: 0;
  left: 20%;
  background: linear-gradient(left, #0286fd, #1b9ee3, #34b8c9);
  background: -ms-linear-gradient(left, #0286fd, #1b9ee3, #34b8c9);
  background: -webkit-linear-gradient(left, #0286fd, #1b9ee3, #34b8c9);
  background: -moz-linear-gradient(left, #0286fd, #1b9ee3, #34b8c9);
}
.page2-table{
  text-align: center;
}
.t-page2{
  background: #fff;
  padding-bottom: 30px;
}
.t-page2 .page2-cont{
  clear: both;
  margin-bottom: 60px;
  position: relative;
  padding-left: 28%;
  margin-top: 50px;
}
.page2-cont img{
  position: absolute;
  width: 28%;
  left: 0;
  top: -35px;
}
.page2-cont .page2-word{
  background: #ebf7ff;
  padding: 42px;
  font-size: 16px;
  color: #505050;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 24px;
}
.page2-cont .page2-word p{
  margin-bottom: 20px;
}
.page2-cont .page2-word p:last-child{
  margin-bottom: 0;
}
.btn-list{
  text-align: center;
  margin: 20px auto;
  clear: both;
}
.btn-list a.btn{
  height: 38px;
  line-height: 38px;
  padding: 0 28px;
  font-size: 16px;
  color: #fff;
  background: #e50039;
  border: 1px solid #e50039;
  display: inline-block;
  margin: 10px 8px;
  border-radius: 38px;
  text-decoration: none;
}
.btn-list a.btn:hover{
  background: none;
  color: #e50039;
}
.btn-list a.btn.line-bg{
  background: none;
  color: #e50039;
}
.btn-list a.btn.line-bg:hover{
  color: #fff;
  background: #e50039;
}
.t-page3{
  background-image: url(/special/fa-qy/20210401/RJ-img/page3-bg.jpg);
  padding-bottom: 60px;
}
.page3-cont{
  display: flex;
  margin: 20px auto;
}
.page3-cont .cont-item{
  flex: 1;
  margin: 0 20px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-size: 24px;
  color: #505050;
  position: relative;
  cursor: pointer;
}
.page3-cont .cont-item a{
  display: block;
  color: #505050;
  text-decoration: none;
}
.page3-cont .cont-item p{
  padding: 15px 0;
}
.page3-cont .cont-item .item-img{
  position: relative;
}
.page3-cont .cont-item img{
  width: 100%;
}
.page3-cont .cont-item .item-mask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  left: 0;
  top: 0;
}
.page3-cont .cont-item img.page3-play{
  height: 54px;
  width: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.t-page4{
  background-image: url(/special/fa-qy/20210401/RJ-img/page4-bg.jpg);
  padding-bottom: 60px;
}
.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%;
  border: 1px solid #e50039;
}
.s-video .btn.sec3__btn:hover{
  background: #fff;
  color: #e50039;
}
.t-page4 .qr__code {
  display: none;
  position: fixed;
  max-width: 480px;
  height: auto;
  bottom: auto;
  top: 25%;
  left: 50%;
  margin-left: -240px;
  background: #fff;
  z-index: 10;
  padding:20px;
}
.t-page4 .qr__code .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
  cursor: pointer;
  opacity: 1;
}
.t-page4 .qr__code dl{
  overflow: hidden;
}
.t-page4 .qr__code dt{
  width: 36%;
  float: left;
}
.t-page4 .qr__code dd{
  float: left;
  margin-left: 5%;
  width: 54%;
}
.t-page4 .qr__code dd h5{
  font-size: 20px;
  color: #379fdc;
  font-weight: bold;
  margin-top: 35px;
}
.t-page4 .qr__code .code__img {
  display: block;
  width: 100%;
}
.t-page4 .qr__code .code__text {
  margin: 22px 0 18px 0;
  font-size: 16px;
  color: #434343;
}




.t-page5{
  background: #fff;
  padding-top: 20px;
  padding-bottom: 360px;
  position: relative;
}
.page5-cont {
  position: relative;
}
.page5-cont ul:after{
  position: absolute;
  height: 5px;
  background: #e7f2f7;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 200px; 
}
.page5-cont li{
  float: left;
  width: 280px;
  height: 128px;
  border-radius: 5px;
  background: url(/special/fa-qy/20210401/RJ-img/page5-bg1.png) no-repeat center center;
  background-size: 100% 128px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 25px;
  font-size: 16px;
  color: #505050;
}
.page5-cont li:nth-child(2n){
  position: relative;
  top: 280px;
  left: 150px;
}
.page5-cont li:nth-child(2n - 1){
  position: absolute;
  top: 0px;
}
.page5-cont li:after{
  content: "";
  height: 87px;
  width: 24px;
  background: url(/special/fa-qy/20210401/RJ-img/page5-bg3.png) no-repeat center center;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -87px;
  margin-left: -12px;
  z-index: 9;
}
.page5-cont li:nth-child(2n):after{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);   /* IE 9 */
  -moz-transform:rotate(180deg);  /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg);  /* Opera */
  bottom: 129px;
}
.page5-cont li:first-child{
  left: 0;
}
.page5-cont li:nth-child(3){
  left: 310px;
}
.page5-cont li:nth-child(5){
  left: 615px;
}
.page5-cont li:nth-child(7){
  left: auto;
  right: 0;
  margin-right: 0;
}
.page5-cont li .line-time{
  font-size: 24px;
  color: #379fdc;
  font-weight: bold;
  margin: 5px 0;
}
.t-page6{
  background-image: url(/special/fa-qy/20210401/RJ-img/page6-bg.png);
  padding-bottom: 60px;
}
.page6-cont{
  display: flex;
}
.page6-cont .cont-item{
  flex: 1;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #505050;
}
.page6-cont .cont-item img{
  width: 90%;
  max-width: 200px;
  display: block;
  margin: 0 auto 30px auto;
}
.page6-cont .cont-item .item-tit{
  font-size: 18px;
  font-weight: bold;
  color: #379fdc;
  height: 50px;
}
.page6-cont .cont-item .item-tit p{
  color: #505050;
}
.page6-cont .cont-item .item-name{
  font-size: 24px;
  color: #505050;
  margin: 30px auto 20px auto;
  font-weight: bold;
  position: relative;
}
.page6-cont .cont-item .item-name:after{
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: 50%;
  margin-left: -19px;
  top: -15px;
  background: linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -ms-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -webkit-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
  background: -moz-linear-gradient(left, #23cae2, #1b9ee3, #438cd3);
}
.item-btn{
  height: 37px;
  text-align: center;
  width: 164px;
  line-height: 37px;
  background: #e50039;
  border-radius: 37px;
  border: 1px solid #e50039;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 20px auto;
  text-decoration: none;
}
.item-btn:hover{
  background: #fff;
  color: #e50039;
}
.t-page7{
  background-image: url(/special/fa-qy/20210401/RJ-img/page7-bg.png);
  padding-bottom: 60px;
}
.t-page8{
  padding-bottom: 60px;
}
.s-swiper01 {
  position: relative;
  margin: 0 auto 40px auto;
}

.s-swiper01 .swiper-container {
  padding-bottom: 60px;
}

.s-swiper01 .swiper-slide {
  width: 340px;
  height: 650px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.s-swiper01 .swiper-slide img{
  display:block;
  width: 100%;
}
.s-swiper01  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.s-swiper01 .swiper-pagination {
  width: 100%;
  bottom: -3px;
}

.s-swiper01 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.s-swiper01 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.s-swiper01 .swiper-button-prev,
.gallery-top .swiper-button-prev{
  width: 30px;
  height: 30px;
  background: url(/special/fa-qy/20210401/RJ-img/wm_button_icon-left.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.s-swiper01 .swiper-button-next,
.gallery-top .swiper-button-next{
  width: 30px;
  height: 30px;
  background: url(/special/fa-qy/20210401/RJ-img/wm_button_icon.png) no-repeat;
  background-size: 100%;
}
.swiper-hand{
  position: absolute;
  bottom: 0;
  width: 180px;
  line-height: 19px;
  height: 0px;
  left: 50%;
  font-size: 20px;
  margin-left: -90px;
}
.swiper-pagination-current{
  color: #379fdc;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 15px 35px 0 35px;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.8;
}
.gallery-thumbs .swiper-slide img{
  width: 100%;
}
.swiper-next{
  background: url(/special/fa-qy/20210401/RJ-img/page7-right.png) no-repeat center center;
  background-size: 27px 80px;
  left: auto;
  right: 0;
  height: 80px;
  bottom: 2px;
  position: absolute;
  width: 27px;
  opacity: 1;
  z-index: 2;

}
.swiper-prev{
  background: url(/special/fa-qy/20210401/RJ-img/page7-left.png) no-repeat center center;
  background-size: 27px 80px;
  left: 0;
  right: auto;
  height: 80px;
  bottom: 2px;
  position: absolute;
  width: 27px;
  opacity: 1;
  z-index: 2;
}
.gallery-thumbs .swiper-hand{
  width: 100%;
  left: 0;
  margin-left: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #379fdc;
  position: relative;
  box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-thumb-active:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #379fdc;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -7px;
}
/*视频弹框*/
.ns-layer {
    z-index: 2000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.ns-layer.ns-video-layer .ns-layer-inner {
    position: relative;
    top: 10%;
    padding: 5px;
    width: 720px;
    margin-left: auto;
    background-color: #fff;
    margin-right: auto;
}
.ns-layer .close {background: url(/special/fa-qy/20210401/RJ-img/close.jpg) no-repeat center center; position: absolute; right: 10px; top: 10px; display: block; cursor: pointer; width: 18px;height: 21px;}
.ns-layer.ns-video-layer .ns-layer-inner .ns-title { text-align: center; padding-top: 15px; padding-bottom: 20px; font-size: 18px; }
.ns-layer.ns-video-layer .ns-layer-inner .ns-content { height: 405px; width: 100%; }

.show-pc{
  display: block!important;
}
.show-mobile{
  display: none!important;
}
@media screen and (max-width: 830px){

}
@media screen and (max-width: 768px){
  .show-pc{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .t-sub-title {
    font-size: 16px;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
  }
  .t-main-title{
    font-size: 22px;
    padding: 30px 0px 10px 0;
  }
  .t-main-title:after{
    bottom: 5px;
  }
  .t-sub-tit{
    font-size: 20px;
    padding: 40px 0 20px 0;
    margin: 10px auto 10px auto;
  }
  .page1-title img{
    width: 90%;
    margin: 10px 5%;
  }
  .page1-sub-tit{
    font-size: 22px;
    margin: 10px 5%;
  }
  .page1-des {
    font-size: 16px;
    margin: 10px 0%;
  }
  .t-main-title span {
    padding: 20px;
    background-size: 70%;
  }
  .t-page1{
    background-image: url(/special/fa-qy/20210401/RJ-img/banner-m.jpg);
    height: auto;
    padding-bottom: 160px;
  }
  .page1-icon{
    font-size: 16px;
  }
  .page1-icon img{
    width: 16px;
  }
  .page1-title{
    font-size: 28px;
  }
  .page1-cont{
    width: 90%;
    margin: 30px auto 0 auto;
    position: relative;
    z-index: 8;
    float: none;
  }
  .page1-btnList .btn{
    min-width: 40%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 40%;
  }
  .page1-btnList {
    margin: 5px auto 10px auto;
  }
  .t-nav{
    display: none;
  }
  .page2-cont img{
    position: relative;
    top: 0;
    width: 50%;
    left: 25%;
    margin: 0 auto;
  }
  .t-page2 .page2-cont{
    width: 92%;
    margin: 20px auto;
    padding: 0;
  }
  .page2-cont .page2-word{
    padding: 20px;
  }
  .btn-list a.btn{
    height: 32px;
    line-height: 32px;
    margin: 5px 8px;
  }
  .t-page3{
    padding-bottom: 10px;
  }
  .page3-cont{
    display: block;
  }
  .page3-cont .cont-item{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page3-cont .cont-item p{
    padding: 0;
  }
  .s-video{
    margin: 20px auto 0 auto;
  }
  .t-page4 .qr__code{
    max-width: 80%;
    top: 25%;
    left: 6%;
    margin-left: 0;
    z-index: 10;
    padding: 15px;
  }
  .t-page4 .qr__code dd h5{
    margin-top: 0;
  }
  .s-video .btn.sec3__btn{
    width: auto;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #e50039;
    border-radius: 21px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 10%;
    padding: 0 17px;
  }
  .t-page5{
    padding-bottom: 30px;
  }
  .page5-cont{
    padding-top: 20px;
  }
  .page5-cont ul{
    width: 85%;
    padding-left: 12%;
    height: auto;
    overflow: hidden;
    clear: both;
  }
  .page5-cont li{
    display: block;
    width: 100%;
    height: 95px;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    background: url(/special/fa-qy/20210401/RJ-img/page5-bg4.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 2px 10px;
    margin-bottom: 20px;
  }
  .page5-cont ul:after {
    height: 100%;
    content: "";
    width: 100%;
    left: 20px;
    top: 0;
    width: 4px;
  }
  .page5-cont li:after,
  .page5-cont li:nth-child(2n):after{
    transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -webkit-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    bottom: 18px!important;
    left: -23px;
    background: url(/special/fa-qy/20210401/RJ-img/page5-bg3.png) no-repeat center -10px;
    background-size: 12px;
    height: 50px;
  }

  .page6-cont{
    display: block;
  }
  .page6-cont .cont-item .item-tit{
    height: auto;
  }


  .s-swiper01 .swiper-slide{
    width: 90%;
    height: auto;
  }
  .gallery-top{
    padding-bottom: 50px;
  }
  .gallery-top img{
    width: 100%;
  }
  .page8-cont{
    padding: 0 3%;
  }
  .gallery-top .swiper-button-next,
  .gallery-top .swiper-button-prev{
    margin-top: -33px;
  }
  .swiper-prev1{
    width: 30px;
    height: 30px;
    background: url(/special/fa-qy/20210401/RJ-img/wm_button_icon-left.png) no-repeat;
    background-size: 100%;
  }
  .swiper-next1{
    width: 30px;
    height: 30px;
    background: url(/special/fa-qy/20210401/RJ-img/wm_button_icon.png) no-repeat;
    background-size: 100%;
  }
  .gallery-pagination1{
    position: absolute;
    text-align: center;
    bottom: 7px;
  }
    /**/
    .ns-layer.ns-video-layer .ns-layer-inner { width: 420px; }
    .ns-layer.ns-video-layer .ns-layer-inner .ns-content { height: 240px; }
}


@media screen and (max-width: 480px) {
  /**/
  .ns-layer.ns-video-layer .ns-layer-inner { width: 300px; }
  .ns-layer.ns-video-layer .ns-layer-inner .ns-content { height: 170px; }
}

