@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, "微软雅黑";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
}

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;
}

/*-------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 {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* 通用一级标题 */
.t-main-title {
  font-weight: normal;
  font-size: 42px;
  text-align: center;
  color: #333;
  padding-top: 60px;
  margin: 0 50px;
}
.t-main-title.white{
  color: #fff;
}
/* 通用二级标题 */
.t-sub-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.sub-title{
  font-size: 16px;
  color: #333;
  line-height: 25px;
  text-align: center;
  margin: 30px 0;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

.t-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.t-img img {
  width: auto;
  max-width: 100%;
}

/*--------自定义样式--------*/
.hidden{
  overflow: hidden;
}
.t-page1 {
  background-image: url('../RJ-img/s-page1-bg.png');
  padding-bottom: 10px;
}
.t-page1 .banner{
  padding-top: 90px;
  text-align: center;
  margin: 0 auto;
}

.t-page2{
  background: #f1f2f7 url('../RJ-img/s-page2-bg.png') no-repeat center bottom;
}
.t-page2 .page2-cont{
  overflow: hidden;
  clear: both;
  margin: 30px auto;
  position: relative;
}
.t-page2 .page2-cont .clearfix{
  clear: both;
  overflow: hidden;
}
.t-page2 .page2-cont .title1,
.t-page2 .page2-cont .title2{
  position: relative;
  margin-top: 40px;  
  height: 60px;
  border-radius: 6px;
}
.t-page2 .page2-cont .title1{
  width: 538px;
  float: left;
  border: 2px dotted #5782ee;
  border-bottom: none;
  margin-left: 90px;
  position: relative;
  top: 20px;
}
.t-page2 .page2-cont .title1 span,
.t-page2 .page2-cont .title2 span{
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: #7965dd;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -75px;
}
.t-page2 .page2-cont .title1 span{
  background: #5984ee;
}
.t-page2 .page2-cont .title2{
  width: 358px;
  margin-right: 90px;
  float: right;
  border: 2px dotted #7965dd;
  border-bottom: none;
  position: relative;
  top: 20px;
}
.t-page2 .page2-cont .cont:last-child:before{
  content: "";
  background: url(../RJ-img/s-page3-bg.png) no-repeat right center;
  background-size: 25px;
  display: block;
  height: 40px;
  width: 40px;
  top: -3px;
  right: -2px;
  z-index: 3;
  position: absolute;
}
.t-page2 .page2-cont .cont{
  width: 180px;
  float: left;
  margin: 0;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  cursor: pointer;
}
.t-page2 .page2-cont .cont:after{
  content: "";
  border-top: 4px solid #d2d3d8;
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
}
.t-page2 .page2-cont .cont:hover .circle{
  height: 30px;
  width: 30px;
  border-radius: 30px;
  margin-left: -15px;
  background: #356aec;
  box-shadow: 0 4px 5px #d0d9f3;
  margin-top: -6px;
}
.t-page2 .page2-cont .cont:hover h3{
  font-size: 24px;
  color: #356aec;
}
.t-page2 .page2-cont .cont:hover .box{
  display: block;
}
.t-page2 .page2-cont .cont .circle{
  position: absolute;
  left: 50%;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  margin-left: -11px;
  background: #c2c3c7;
  top: 7px;
  z-index: 1;
}
.t-page2 .page2-cont .cont h3{
  font-size: 22px;
  color: #333;
  margin: 20px 0;
  height: 30px;
  position: relative;
}
.t-page2 .page2-cont .cont h3:after{
  position: absolute;
  content: ">";
  right: 0;
  top: 4px;
  color: #c2c3c7;
}
.t-page2 .page2-cont .cont .box{
  text-align: left;
  padding: 25px 8px;
  background: #fff;
  box-shadow: 0 4px 6px #bfcdf1;
  min-height: 130px;
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  position: relative;
  display: none;
}
.t-page2 .page2-cont .cont .box p{
  padding-left: 15px;
  position: relative;
}
.t-page2 .page2-cont .cont .box span{
  position: absolute;
  left: 5px;
  top: 8px;
  height: 5px;
  width: 5px;
  border-radius: 15px;
  font-size: 30px;
  background: #5480ee;
}
.t-page3{
  padding: 20px 0;
}
.t-page3 .page3-cont{
  overflow: hidden;
  clear: both;
  margin: 30px auto;
}
.t-page3 .page3-cont li{
  float: left;
  width: 16%;
  text-align: center;
  position: relative;
}
.t-page3 .page3-cont li .point{
  height: 20px;
  width: 20px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 172px;
  background: #dadde7;
  z-index: 1;
}
.t-page3 .page3-cont li.two-cont .two-img .point{
  left: 9%;
}
.t-page3 .page3-cont li.two-cont .two-img .point1{
  left: 90%;
}
.t-page3 .page3-cont .page3-img{
  position: relative;
}
.t-page3 .page3-cont li:before{
  content: ">";
  font-size: 25px;
  position: absolute;
  left: 96%;
  top: 230px;
  color: #979797;
}
.t-page3 .page3-cont li:last-child:before{
  content: "";
  background: url(../RJ-img/s-page3-bg.png) no-repeat right center;
  background-size: 25px;
  display: block;
  height: 40px;
  width: 40px;
  top: 161px;
  left: 80%;
  z-index: 3;
}
.t-page3 .page3-cont li:not(.two-cont) .page3-img:after{
  position: absolute;
  content: "";
  border-top: 4px solid #f0f2f5;
  height: 1px;
  width: 100%;
  left: 0;
  top: 180px;
}
.t-page3 .page3-cont li.two-cont{
  width: 20%;
  position: relative;
}
.t-page3 .page3-cont li.two-cont:after{
  position: absolute;
  content: "";
  width: 80%;
  height: 40%;
  border: 4px solid #f0f2f5;
  border-radius: 5px;
  left: 8%;
  top: 20%;
  z-index: -1;
  background: #fff;
}
.t-page3 .page3-cont li .two-img:after{
  position: absolute;
  content: "";
  border-top: 4px solid #f0f2f5;
  height: 1px;
  width: 100%;
  left: 0;
  top: 180px;
  z-index: -1;
}
.t-page3 .page3-cont li:not(.two-cont) .word{
  line-height: 40px;
  color: #000;
  font-size: 20px;
  padding: 10px 0;
  margin-top: 80px;
}
.t-page3 .page3-cont li.two-cont .word{
  line-height: 40px;
  color: #000;
  font-size: 20px;
  padding: 10px 0;
}
.page4-cont{
  margin: 50px auto;
  clear: both;
  overflow: hidden;
}
.page4-cont dl{
  width: 31.333%;
  float: left;
  margin: 0 1%;
  background: #f3f4f8;
  min-height: 520px;
}
.page4-cont dl dt{
  text-align: center;
  height: 240px;
  line-height: 240px;
}
.page4-cont dl dd{
  padding: 10px 10px 0 40px;
  font-size: 16px;
}
.page4-cont dl dd h3{
  font-size: 24px;
  color: #000000;
  position: relative;
  padding-bottom: 30px;
}
.page4-cont dl dd h3:after{
  content: "";
  position: absolute;
  width: 34px;
  height: 5px;
  background: #5480ee;
  left: 0;
  top: 40px;
}
.page4-cont dl dd p{
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
}
.page4-cont dl dd p:after{
  content: "";
  height: 5px;
  width: 5px;
  background: #5480ee;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 5px;
}
.mobile-show{
  display: none;
}
@media screen and (max-width: 1024px){
  .t-page2 .page2-cont .title1,
  .t-page2 .page2-cont .title2{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sh-box-header ul li.sh-mobile-nav ul {
    width: 135px!important;
  }
  .t-main-title {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    padding: 25px 0px 13px;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .t-page1 .banner{
    padding-top: 40px;
  }
  .t-page1 .banner img{
    width: 90%;
  }
  .t-page3 .page3-cont li{
    width: 50%;
    margin-bottom: 20px;
  }
  .t-page3 .page3-cont li.two-cont{
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mobile-show{
    display: block;
    clear: both;
    overflow: hidden;
  }
  .t-page2 .page2-cont .mobile-show span,
  .t-page2 .page2-cont .mobile-show span{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background:#5984ee ;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
  }
  .t-page2 .page2-cont .mobile-show .title-2 span{
    background: #7965dd;
  }
  .t-page2 .page2-cont .cont:last-child h3:after{
    display: none;
  }
  .t-page2 .page2-cont .cont .box{
    display: block;
    margin: 0 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 120px;
    padding: 10px;
  }
  .t-page2 .page2-cont .cont h3{
    font-size: 20px;
    margin: 10px 0;
  }
  .t-page2 .page2-cont .cont {
    width: 50%;
    float: left;
    margin: 0;
  }
  .t-page2 .page2-cont .cont:hover .circle{
    position: absolute;
    left: 50%;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    margin-left: -11px;
    background: #c2c3c7;
    top: 7px;
    z-index: 1;
    box-shadow: none;
    margin-top: 0;
  }
  .t-page2 .page2-cont .cont:hover h3{
    font-size: 20px;
    color: #333;
  }
  .t-page2 .page2-cont .cont{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .t-page2 .page2-cont .cont img{
    width: 60px;
  }
  .t-page3 .page3-cont{
    margin: 0 auto;
  }
  .t-page3 .page3-cont li.two-cont .word{
    font-size: 18px;
    padding: 0;
  }
  .t-page3 .page3-cont li:not(.two-cont) .word{
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    padding: 0px 0;
    margin-top: 0px;
  }
  .t-page3 .page3-cont li:before{
    display: none;
  }
  .t-page3 .page3-cont li:not(.two-cont) .page3-img:after {
    top: 110px;
  }
  .t-page3 .page3-cont li .point{
    top: 101px;
  }
  .t-page3 .page3-cont li .two-img:after{
    top: 83px;
  }
  .t-page3 .page3-cont li.two-cont{
    margin: 0;
  }
  .t-page3 .page3-cont .page3-img img{
    width: 60px;
  }
  .t-page3 .page3-cont li {
    width: 50%;
    margin-bottom: 35px;
  }
  .t-page3 .page3-cont li.two-cont .two-img .point{
    top: 75px;
  }
  .page4-cont{
    margin: 20px auto;
  }
  .page4-cont dt img{
    width: 70px;
  }
  .page4-cont dl{
    width: 92%;
    margin: 0 4%;
    margin-bottom: 20px;
    min-height: 310px;
  }
  .page4-cont dl dt {
    text-align: center;
    height: 110px;
    line-height: 150px;
  }
  .page4-cont dl dd {
    padding: 10px 10px 0 25px;
    font-size: 16px;
  }

}