@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:Microsoft YaHei, 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;
}

/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #fff;
  overflow-x: none;
}
.bg-gray{
  background: #f6f6f6;
  margin: 0 auto;
}

/* item统一配景样式 */
.t-cont-banner {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.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: 1400px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}

/* 通用一级问题 */
.t-main-title {
  text-align: center;
  padding: 20px 0px;
  position: relative;
  margin: 50px auto 20px auto;
  width: 96%;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #292929;
}

.box-visible{
  overflow: visible;
}

/* 通用二级问题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #7D7D7D;
  width: 90%;
  margin: 0 auto;
  line-height: 150%;
  margin-top: -25px;
  margin-bottom: 30px;
}
.text-left{
  text-align: left;
}
.sub-title{
  text-align: center;
  font-size: 24px;
  color: #000;
  margin: 30px auto;
  clear: both;
}
.sub-title span{
  padding: 0 20px;
}
.sub-title-bg {
  text-align: center;
  font-size: 24px;
  color: #2f5083;
  position: relative;
  margin: 30px 0 40px 0;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.hidden{
  overflow: hidden;
}

/* 首页样式  */
.t-page1 {
  background-image: url('/fa/zhjs/20230221/RJ-img/page1-bg.png');
  background-position: center bottom;
  height: 540px;
}
.t-page1 .page1-cont{
  width: 50%;
  padding-top: 130px;
}
.page1-name{
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
}
.page1-info{
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.page1-des{
  margin-top: 24px;
  margin-bottom: 57px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.page1-btn{
  display: flex;
  align-items: center;
}
.page1-btn .btn{
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  margin-right: 24px;
  background: #FFFFFF;
  border: 1px solid #DA0030;
  color: #DA0030;
  backdrop-filter: blur(2.5px);
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
}
.page1-btn .btn:hover,
.page1-btn .btn.btn-danger{
  background: linear-gradient(175.62deg, #FF4040 2.49%, #DA0030 134.78%);
  backdrop-filter: blur(2.5px);
  color: #fff;
}
.page1-btn .btn.btn-danger:hover{
  background: #FFFFFF;
  color: #DA0030;
}
.t-nav{
  background: #666666;
  height: 60px;
  line-height: 60px;
}
.t-nav .t-content{
  overflow: hidden;
}
.t-nav .nav-page{
  float: left;
}
.t-nav .nav-page li{
  float: left;
  background: url(/fa/zhjs/20230221/RJ-img/next.png)  no-repeat right center;
  color: #a6a6a6;
  padding: 0 20px;
  font-size: 16px;
}
.t-nav .nav-page li:first-child{
  padding-left: 0;
}
.t-nav .nav-page li a{
  color: #a6a6a6;
  text-decoration: none;
  cursor: pointer;
}
.t-nav .nav-page li:first-child img,
.t-nav .nav-page li:first-child object{
  display: block;
  margin: 19px 0;
}
.t-nav .nav-page li:last-child{
  background: none;
}
.t-nav .nav-page li:last-child a{
  color: #fff;
}
.t-nav .nav-lists{
  float: right;
}
.t-nav .nav-lists li{
  float: left;
}
.t-nav .nav-lists li a{
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}


.t-page2 {
  background-image: url('/fa/zhjs/20230221/RJ-img/page2-bg.png');
  background-position: center bottom;
  min-height: 600px;
  padding-bottom: 60px;
}
.page2-cont{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page2-cont .page2-item{
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  margin: 12px;
  height: 460px;
  max-width: 332px;
  box-sizing: border-box;
  padding: 0 24px;
}
.page2-cont .item-img{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page2-cont .item-tit{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  border-bottom: 1px solid #E7E7E7;
}
.page2-cont .item-des{
  padding: 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7D7D7D;
}
.page2-cont .item-des span{
  font-weight: 700;
}
.t-page3{
  background: #F3F9FF;
  min-height: 900px;
}
.page3-cont img,
.page3-cont object{
  width: 100%;
}
.t-page4{
  position: relative;
  height: 650px;
}
.t-page4 .t-content{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.page4-cont{
  height: 100%;
}
.page4-item{
  height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  background: #1C2437 url(../RJ-img/page4-bg.png) no-repeat left center;
  background-size: 65% 100%;
}
.page4-item .item-img{
  width: 65%;
  display: flex;
  align-items: center;
}
.page4-item .item-img img,
.page4-item .item-img object{
  max-width: 100%;

}
.page4-item .item-cont{
  width: 25%;
  position: absolute;
  color: #fff;
  left: 75%;
  top: 80px;
}
.page4-item .item-position{
  position: absolute;
  width: 540px;
  height: 200px;
  background: #0094FF;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
  left: 60%;
  bottom: 130px;
}
.page4-item .item-position .item-icon{
  margin: 0 40px;
}
.page4-item .item-position .item-desc{
  height: 158px;
  width: 350px;
  font-size: 16px;
}
.page4-item .item-position .item-desc div{
  display: flex;
  margin-bottom: 4px;
}
.page4-item .cont-tit{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
.page4-item .cont-info{
  font-size: 24px;
  line-height: 150%;
  margin-top: 15px;
}
.page4-item .cont-des{
  font-size: 16px;
  margin-top: 10px;
}
.page4-prev,
.page4-next{
  top: 48%!important;
}
.page4-prev,
.page5-prev,
.page4-next,
.page5-next{
  background: rgba(0, 0, 0, 0.1);
  height: 64px!important;
  width: 64px!important;
  border-radius: 64px;
  display: block;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px!important;
  color: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 40px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 40px!important;
}
.t-page5{
  position: relative;
}
.page5-item{
  width: 332px;
  height: 439px;
  box-sizing: border-box;
  padding: 0 30px;
  background: #F4F6FA;
  text-align: center;
  position: relative;
}
.page5-item .item-img img,
.page5-item .item-img object{
  display: block;
  width: 100%;
}
.page5-item .item-tit{
  font-size: 24px;
  line-height: 150%;
  color: #292929;
}
.page5-item .item-des{
  font-size: 16px;
  color: #7D7D7D;
  line-height: 150%;
  margin-top: 8px;
}
.page5-item .item-btn{
  display: block;
  width: 146px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #C90D2E;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #C90D2E;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 73px);
}
.page5-item .item-btn span{
  display: inline-block;
  background: url(/fa/zhjs/20230221/RJ-img/more-red.svg) no-repeat right center;
  padding-right: 26px;
}
.page5-item .item-btn:hover{
  background: #DA0030;
  color: #fff;
}
.page5-item .item-btn:hover span{
  background: url(/fa/zhjs/20230221/RJ-img/more-white.svg) no-repeat right center;
}
.t-page6{
  padding-bottom: 80px;
}
.page6-cont{
  padding-bottom: 20px;
}
.page6-cont .page6-item{
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.page6-cont .page6-item:last-child{
  border-bottom: 0;
}
.page6-cont .page6-q{
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  margin-bottom: 8px;
}
.page6-cont .page6-a{
  font-size: 16px;
  line-height: 170%;
  color: #292929;
}
.page6-cont .page6-q,
.page6-cont .page6-a{
  display: flex;
}
.page6-cont .page6-q span,
.page6-cont .page6-a span{
  width: 28px;
}
.show-more{
  text-align: center;
  color: #01A0E8;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding: 5px 0;
}
.show-more span{
  background: url(/fa/zhjs/20230221/RJ-img/more-up.svg) no-repeat right center;
  padding-right: 18px;
}
.show-more.down span{
  background: url(/fa/zhjs/20230221/RJ-img/more-down.svg) no-repeat right center;
}

.t-page7{
  height: 590px;
  background: url(/fa/zhjs/20230221/RJ-img/page7-bg.png);
}
.page7-tit{
  margin-top: 116px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #434343;
}
.page7-info{
  font-size: 24px;
  line-height: 150%;
  color: #292929;
}
.page7-des{
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  margin-top: 5px;
}
.page7-item{
  margin-top: 80px;
  font-size: 20px;
  line-height: 150%;
  color: #292929; 
}
.page7-item span{
  font-size: 28px;
  color: #0070C0;
  line-height: 160%;
  font-weight: 700;
}
.t-page8{
  background: url(/fa/zhjs/20230221/RJ-img/page8-bg.png);
  height: 155px;
}
.page8-cont{
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page8-left{
  font-size: 24px;
  line-height: 150%;
  color: #434343;
}
.page8-left span{
  font-weight: 700;
}
.page8-btn{
  display: block;
  line-height: 54px;
  text-align: center;
  width: 400px;
  height: 54px;
  background: #DA0030;
  border: 1px solid #DA0030;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.page8-btn:hover{
  color: #DA0030;
  background: #fff;
}
.show-pc{
  display: block;
}
.show-mobile{
  display: none!important;
}
@media screen and (max-width: 1440px) {
  .t-content{
    width: 1200px;
  }
  .t-page1 .page1-cont{
    width: 55%;
  }
  .page2-cont .page2-item{
    max-width: 280px;
    height: 500px;
  }
  .page4-item .item-cont{
    left: 73%;
  }
  .page4-item .item-position{
    left: 67%;
    width: 440px;
  }
  .page4-item .item-position .item-icon{
    margin: 0 20px;
  }
  .page5-item{
    width: 290px;
  }
  .t-page7{
    height: 490px;
    background-size: cover;
  }
  .page7-tit{
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .t-content{
    width: 900px;
  }
  .t-main-title{
    font-size: 28px;
    margin-top: 30px;
  }
  .t-page1 .page1-cont{
    width: 60%;
  }
  .t-page1 .page1-cont{
    padding-top: 80px;
  }
  .page1-name{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .page1-btn .btn{
    padding: 0 20px;
    font-size: 16px;
    margin-right: 15px;
  }
  .page2-cont{
    flex-wrap: wrap;
  }
  .page2-cont .page2-item{
    max-width: 45%;
    height: 340px;
  }
  .page2-cont .item-img{
    height: 100px;
    overflow: hidden;
  }
  .t-page3{
    min-height: 670px;
  }
  .page4-item{
    height: 600px;
  }
  .page4-item .cont-tit {
    font-size: 32px;
    line-height: 40px;
  }
  .page4-item .cont-info {
    font-size: 20px;
    margin-top: 10px;
  }
  .page4-item .item-position{
    width: 37%;
  }
  .page4-item .item-position .item-desc{
    height: auto;
  }
  .page4-item .item-position .item-icon{
    margin: 0 12px;
  }
  .page4-item .item-position .item-icon img,
  .page4-item .item-position .item-icon object{
    width: 45px;
  }
  .page4-item .item-cont{
    top: 45px;
  }
  .page5-item .item-tit{
    font-size: 20px;
  }
  .t-page7 {
    height: 400px;
    background-size: cover;
  }
  .page7-tit {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .page7-item {
    margin-top: 50px;
    font-size: 18px;
  }
  .page8-left {
    font-size: 20px;
  }
  .page8-btn{
    height: 45px;
    line-height: 45px;
    width: 320px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px){
  .t-content{
    width: 100%;
  }
  .t-nav{
    display: none;
  }
  .show-pc{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .t-sub-title {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
  }
  .t-main-title{
    font-size: 22px;
    line-height: 30px;
    padding: 0 0px 10px 0;
    margin: 30px auto 10px auto;
  }
  .t-sub-tit{
    font-size: 20px;
    padding: 40px 0 20px 0;
    margin: 10px auto 10px auto;
  }
  .t-main-title span {
    padding: 20px;
    background-size: 70%;
  }
  .t-page1{
    background: #7ab2e1 url(../RJ-img/page1-bg_750.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 120px;
  }
  .t-page1 .page1-cont{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 14px;
  }
  .page1-name{
    font-size: 24px;
    line-height: 30px;
  }
  .page1-info{
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .page1-des{
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page1-btn .btn{
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
  }
  .page1-btn .btn:last-child{
    margin-right: 0;
  }
  .t-page2{
    padding-bottom: 30px;
  }
  .page2-cont .item-des{
    font-size: 14px;
    line-height: 130%;
    padding: 15px 0;
  }
  .page2-cont .page2-item{
    max-width: 90%;
    height: auto;
    padding-bottom: 10px;
  }
  .page3-cont img,
  .page3-cont object{
    width: 94%;
    margin: 15px auto;
  }
  .t-page4{
    height: auto;
  }
  .page4-item,
  .t-page4 .t-content{
    display: block;
  }
  .page4-item{
    background: #1C2437 url(../RJ-img/page4-bg.png) no-repeat center bottom;
    background-size: 100% 53%;
  }
  .page4-item .item-img{
    width: 94%;
    margin: 0 auto;
  }

  .page4-item .item-cont{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 15px;
    height: 300px;
  }
  .page4-item .cont-tit{
    font-size: 24px;
  }
  .page4-item .cont-info{
    font-size: 16px;
    margin-top: 0;
  }

  .page4-item .item-position{
    width: 96%;
    top: 150px;
    left: 0;
    height: 120px;
  }
  .page4-item .cont-des{
    font-size: 14px;
    line-height: 120%;
  }
  .page4-item .item-position .item-icon img,
  .page4-item .item-position .item-icon object{
    width: 35px;
  }
  .page4-item .item-position .item-desc{
    height: 116px;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .page4-item .item-position .item-desc div{
    margin-bottom: 0;
  }
  .page4-item .item-position .item-icon{
    margin: 0 10px;
  }

  .page4-prev, .page5-prev, 
  .page4-next, .page5-next{
    height: 30px!important;
    width: 30px!important;
    background: rgba(0, 0, 0, 0.3);
  }
  .swiper-button-next:after, 
  .swiper-button-prev:after{
    font-size: 15px!important;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 10px!important;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px!important;
  }
  .page5-item {
    width: 70%;
    margin: 0 auto;
  }
  .t-page6{
    padding-bottom: 40px;
  }
  .page6-cont{
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page6-cont .page6-item{
    padding: 15px 0;
  }
  .t-page7{
    background: url(/fa/zhjs/20230221/RJ-img/page7-bg_750.png);
    background-size: cover;
    height: 520px;
  }
  .page7-cont{
    padding: 0 15px;
  }
  .page7-tit {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .page7-des{
    font-size: 14px;
  }
  .page7-info{
    font-size: 18px;
  }
  .page7-item {
    margin-top: 20px;
    font-size: 14px;
  }
  .page7-item span {
    font-size: 22px;
    color: #0070C0;
    line-height: 130%;
    font-weight: 700;
  }
  .page8-cont{
    height: auto;
    display: block;
    height: auto;
    padding: 20px 0 10px 0;
  }
  .page8-left {
    font-size: 16px;
    text-align: center;
  }
  .page8-btn{
    width: 80%;
    font-size: 16px;
    margin: 15px auto;
  }

}

