@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: #335078;
  padding: 70px 0px 30px 0;
  position: relative;
  margin: 0 auto;
  width: 96%;
  font-weight: bold;
}
.box-visible{
  overflow: visible;
}

/* 通用二级标题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #333;
  width: 90%;
  margin: 0 auto;
  line-height: 26px;
  margin-bottom: 30px;
}
.t-tit{
  color: #335078;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.text-left{
  text-align: left;
}
.t-page-title{
  text-align: center;
  font-size: 24px;
  color: #335078;
}
.t-page-title span{
  display: inline-block;
  background: url(../RJ-img/page-title1.png) no-repeat left center;
  color: #fff;
  padding: 13px 32px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.t-page-title span.bg2{
  background: url(../RJ-img/page-title2.png) no-repeat left center;
}
.t-page-title p{
  display: inline-block;
}
.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-nav{
  background: #666666;
  height: 60px;
  line-height: 60px;
}
.t-nav .nav-page{
  float: left;
}
.t-nav .nav-page li{
  float: left;
  background: url(../RJ-img/next.png)  no-repeat right center;
  color: #a6a6a6;
  padding: 0 20px;
  font-size: 16px;
}
.t-nav .nav-page li a{
  color: #a6a6a6;
  text-decoration: none;
  cursor: pointer;
}
.t-nav .nav-page li:first-child img{
  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;
  border-right: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
.t-page1 {
  background-image: url('../RJ-img/page1-bg.png');
  background-position: center bottom;
  height: 688px;
  overflow: hidden;
}
.page1-cont{
  width: 55%;
  margin: 120px 0 0 20px;
}
.page1-title img{
  width: 100%;
  display: block;
}
.page1-btnList{
  margin: 100px 100px 30px 80px;
}
.page1-btnList .btn{
  text-align: center;
  display: inline-block;
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e60039;
  font-size: 16px;
  text-decoration: none;
  border-radius: 43px;
  margin: 15px;
  box-sizing: border-box;
  border: 1px solid #e60039;
  padding: 0 30px;
  cursor: pointer;
}
.page1-btnList .btn:hover{
  background: #fff;
  color: #e60039;
}

.page1-btnList .btn1{
  border: 1px solid #e60039;
  background: #fff;
  color: #e60039;
}
.page1-btnList .btn1:hover{
  background: #e60039;
  color: #fff;
}



.t-page2{
  background: #fff;
  padding-bottom: 60px;
}
.page2-cont{
  overflow: hidden;
  clear: both;
  padding-top: 30px;
}
.page2-cont .page2-left,
.page2-cont .page2-right{
  padding: 15px;
  width: 46%;
  float: left;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.page2-cont .cont-tit{
  width: 150px;
  position: absolute;
  top: -15px;
  text-align: center;
  left: 50%;
  font-size: 24px;
  font-style: italic;
  color: #565252;
  margin-left: -75px;
  line-height: 30px;
  z-index: 2;
  background: url(../RJ-img/page2-tit3.png) no-repeat right center, 
  url(../RJ-img/page2-tit1.png) no-repeat left center;
}
.page2-cont .page2-left:after,
.page2-cont .page2-right:after{
  content: "";
  width: 150px;
  position: absolute;
  height: 2px;
  background: #fff;
  top: -2px;
  z-index: 0;
  left: 50%;
  margin-left: -75px;
}
.page2-cont .page2-right .cont-tit{
  background: url(../RJ-img/page2-tit4.png) no-repeat right center, 
  url(../RJ-img/page2-tit2.png) no-repeat left center;
}
.page2-cont .page2-center{
  width: 8%;
  float: left;
}
.page2-cont .page2-center img{
  display: block;
  width: 100%;
  margin: 20px 0;
}
.page2-cont .page2-left{
  border: 2px dotted #959595;
  background: #f6f6f6;
}
.page2-cont .page2-right{
  border: 2px dotted #3a91d2;
  background: #ebf4fa;
}

.page2-cont .cont-des{
  position: relative;
  min-height: 100px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 20px;
  margin: 20px auto 20px 60px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding-left: 64px;
}
.page2-cont .cont-des dt{
  position: absolute;
  height: 100px;
  width: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #a4a3a3;
  border-radius: 100px;
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2-cont .page2-right .cont-des{
  margin: 40px auto 30px 60px;
  border: 1px solid #c9e4f8;
}
.page2-cont .page2-right .cont-des dt{
  background-image: linear-gradient(to right, #3cd1f1 , #4ba6e2);
  box-shadow: 0 2px 5px 2px #8ecdf7;
}
.t-page3{
  background-image: url(../RJ-img/page3-bg.png);
  padding-bottom: 70px;
}

.page3-cont{
  display: flex;
}
.page3-cont .page3-info{
  margin: 20px 20px;
  flex: 1;
  box-sizing: border-box;
  padding: 0px 18px 20px 18px;
  background-image: linear-gradient(to bottom, transparent, #fff);
}
.page3-cont .info-tit{
  font-size: 24px;
  color: #407ca7;
  font-style: italic;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.page3-cont .info-tit:after{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 50px;
  width: 3px;
  background-image: linear-gradient(to bottom, #eef6fa, #c3e2f6);
}
.page3-cont .page3-info i{
  display: block;
  color: #999;
}
.page3-cont .info-des{
  padding: 20px;
}
.t-page4{
  background: #fff;
  padding-bottom: 60px;
}
.t-page4 .cont-img{
  width: 55%;
  padding-top: 80px;
  margin: 20px auto 40px auto;
  padding-bottom: 15px;
}
.t-page4 .cont-img img{
  width: 100%;
  display: block;
}
.page4-cont{
  position: relative;
}
.page4-cont .cont-list{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page4-cont .cont-info{
  width: 34%;
  position: absolute;
}
.page4-cont .cont-info .info-tit{
  height: 46px;
  width: 170px;
  background: #ebf7ff;
  font-size: 24px;
  color: #407ca7;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  border-radius: 46px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.page4-cont .cont-info .info-tit img{
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
}
.page4-cont .cont-info p{
  padding: 0;
  overflow: hidden;
  clear: both;
}
.page4-cont .cont-info p span{
  color: #407ca7;
  font-weight: bold;
}
.page4-cont .cont-info .info-tit.right{
  float: right;
}
.page4-cont .cont-info .info-tit.center{
  margin: 0 auto 20px auto;
}
.page4-cont .cont-info2{
  width: 26%;
  left: 37%;
}
.page4-cont .cont-info3{
  right: 0;
}
.page4-cont .cont-info4{
  left: 1%;
  bottom: 0;
  width: 22%;
}
.page4-cont .cont-info5{
  right: 0;
  bottom: 0;
  width: 24%;
}
.t-page5{
  background-image: url(../RJ-img/page5-bg.png);
}
.t-page5 .t-content{
  box-shadow: 0 0px 9px 4px #e6e6e6;
}
.slide1-cont{
  background: #fff;
  padding: 0px 30px 40px 30px;
  box-shadow: 0 0 0 5px #eee;
}

.page5-cont table{
  width: 100%;
  text-align: center;
  border: 1px solid #4e99cd;
}
.page5-cont table td{
  border: 1px solid #4e99cd;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 5px;
  color: #333;
}
.table-tr{
  background: #036eb8;
  color: #fff;
  padding: 10px 0;
  height: 50px;
  font-size: 22px;
  border-bottom: 1px solid #fff;
}
.table-tr td{
  color: #fff;
  font-size: 22px;
}

.page5-cont table td.table-td{
  background: #4e99cd;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #4e99cd;
}
.page5-cont table td.table-td:first-child{
  border-left: 1px solid #4e99cd;
}
.page5-cont table td.table-td:last-child{
  border-right: 1px solid #4e99cd;
  border-bottom: none;
}
.page5-cont table td.table-td1{
  background: #81b6db;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #4e99cd;
}
.page5-cont table td.table-td1:last-child{
  border-right: 1px solid #4e99cd;
}



.table-style2 .table-tr{
  background: #ff9100;
}
.page5-cont table.table-style2{
  border: 1px solid #ffb24c;
}
.page5-cont table.table-style2 td{
  border: 1px solid #ffb24c;
}
.page5-cont table.table-style2 td.table-td{
  background: #ffb24c;
  border: 1px solid #fff;
  border-bottom: 1px solid #ffb24c;
}
.page5-cont table.table-style2 td.table-td:first-child{
  border-left: 1px solid #ffb24c;
}
.page5-cont table.table-style2 td.table-td:last-child{
  border-right: 1px solid #ffb24c;
  border-bottom: none;
}
.page5-cont table.table-style2 td.table-td1{
  background: #ffc87f;
  border: 1px solid #fff;
  border-bottom: 1px solid #ffb24c;
}
.page5-cont table.table-style2 td.table-td1:last-child{
  border-right: 1px solid #ffb24c;
}


.table-style3 .table-tr{
  background: #37a0dc;
}
.page5-cont table.table-style3{
  border: 1px solid #73bce6;
}
.page5-cont table.table-style3 td{
  border: 1px solid #73bce6;
}
.page5-cont table.table-style3 td.table-td{
  background: #73bce6;
  border: 1px solid #fff;
  border-bottom: 1px solid #73bce6;
}
.page5-cont table.table-style3 td.table-td:first-child{
  border-left: 1px solid #73bce6;
}
.page5-cont table.table-style3 td.table-td:last-child{
  border-right: 1px solid #73bce6;
  border-bottom: none;
}
.page5-cont table.table-style3 td.table-td1{
  background: #9bcfed;
  border: 1px solid #fff;
  border-bottom: 1px solid #73bce6;
}
.page5-cont table.table-style3 td.table-td1:last-child{
  border-right: 1px solid #73bce6;
}

.table-style4 .table-tr{
  background: #e6552d;
}
.page5-cont table.table-style4{
  border: 1px solid #ed886c;
}
.page5-cont table.table-style4 td{
  border: 1px solid #ed886c;
}
.page5-cont table.table-style4 td.table-td{
  background: #ed886c;
  border: 1px solid #fff;
  border-bottom: 1px solid #ed886c;
}
.page5-cont table.table-style4 td.table-td:first-child{
  border-left: 1px solid #ed886c;
}
.page5-cont table.table-style4 td.table-td:last-child{
  border-right: 1px solid #ed886c;
  border-bottom: none;
}
.page5-cont table.table-style4 td.table-td1{
  background: #f2aa96;
  border: 1px solid #fff;
  border-bottom: 1px solid #ed886c;
}
.page5-cont table.table-style4 td.table-td1:last-child{
  border-right: 1px solid #ed886c;
}


.table-style5 .table-tr{
  background: #73b473;
}
.page5-cont table.table-style5{
  border: 1px solid #9dca9d;
}
.page5-cont table.table-style5 td{
  border: 1px solid #9dca9d;
}
.page5-cont table.table-style5 td.table-td{
  background: #9dca9d;
  border: 1px solid #fff;
  border-bottom: 1px solid #9dca9d;
}
.page5-cont table.table-style5 td.table-td:first-child{
  border-left: 1px solid #9dca9d;
  border-bottom: 1px solid #fff;
}
.page5-cont table.table-style5 td.table-td.border-white{
  border-bottom: 1px solid #9dca9d;
}
.page5-cont table.table-style5 td.table-td:last-child{
  border-right: 1px solid #9dca9d;
  border-bottom: none;
}
.page5-cont table.table-style5 td.table-td1{
  background: #b9d9b9;
  border: 1px solid #fff;
  border-bottom: 1px solid #9dca9d;
}
.page5-cont table.table-style5 td.table-td1:last-child{
  border-right: 1px solid #9dca9d;
}


.tab-list{
  display: flex;
  padding-bottom: 30px;
}
.tab-list .tab-item{
  flex: 1;
  text-align: center;
  height: 75px;
  line-height: 75px;
  background: #fff;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
.tab-list .tab-item .icon{
  height: 35px;
  width: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 5px;
}
.tab-list .tab-item .icon1{
  background: url(../RJ-img/page5-tit1.png) no-repeat center center;
}
.tab-list .tab-item.on .icon1{
  background: url(../RJ-img/page5-tit1-on.png) no-repeat center center;
}
.tab-list .tab-item .icon2{
  background: url(../RJ-img/page5-tit2.png) no-repeat center center;
}
.tab-list .tab-item.on .icon2{
  background: url(../RJ-img/page5-tit2-on.png) no-repeat center center;
}
.tab-list .tab-item .icon3{
  background: url(../RJ-img/page5-tit3.png) no-repeat center center;
}
.tab-list .tab-item.on .icon3{
  background: url(../RJ-img/page5-tit3-on.png) no-repeat center center;
}
.tab-list .tab-item .icon4{
  background: url(../RJ-img/page5-tit4.png) no-repeat center center;
}
.tab-list .tab-item.on .icon4{
  background: url(../RJ-img/page5-tit4-on.png) no-repeat center center;
}
.tab-list .tab-item .icon5{
  background: url(../RJ-img/page5-tit5.png) no-repeat center center;
}
.tab-list .tab-item.on .icon5{
  background: url(../RJ-img/page5-tit5-on.png) no-repeat center center;
}
.tab-list .tab-item.on{
  background: #036eb8;
  color: #fff;
  position: relative;
}
.tab-item.on:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -14px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #036eb8;
  margin-left: -14px;
}
.tab-list .tab-item:nth-child(2).on{
  background: #ff9100;
}
.tab-item:nth-child(2).on:after{
  border-top: 14px solid #ff9100;
}
.tab-list .tab-item:nth-child(3).on{
  background: #37a0dc;
}
.tab-item:nth-child(3).on:after{
  border-top: 14px solid #37a0dc;
}
.tab-list .tab-item:nth-child(4).on{
  background: #e6552d;
}
.tab-item:nth-child(4).on:after{
  border-top: 14px solid #e6552d;
}
.tab-list .tab-item:nth-child(5).on{
  background: #73b473;
}
.tab-item:nth-child(5).on:after{
  border-top: 14px solid #73b473;
}
.slide1-cont .t-main-title{
  color: #2d5082;
}
.table-des{
  color: #999;
  margin-top: 10px;
}


.t-page6{
  background: #fff;
  padding-bottom: 60px;
}
.page6-cont{
  display: flex;
  width: 90%;
  margin: 20px auto;
}
.page6-cont .cont-info{
  flex: 1;
}
.page6-cont .cont-info.info-img img{
  display: block;
  width: 100%;
  margin: 70px 0;
}
.page6-cont .cont-info.info-left{
  text-align: right;
}
.page6-cont .cont-info-item{
  background: #f3faff;
  border-radius: 6px;
  margin: 20px auto;
}
.page6-cont .cont-info-item .info-tit{
  background: #7db4dc;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  font-size: 24px;
  color: #fff;
  padding: 8px 10px;
}
.page6-cont .cont-info-item .info-tit img{
  max-width: 52px;
  margin: 0 6px;
}
.page6-cont .cont-info-item .info-des{
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding: 0 15px;
  margin: 10px 0;
  padding-bottom: 20px;
  min-height: 120px;
}
.page6-cont .cont-info-item .info-des a{
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
.page6-cont .cont-info-item .info-des span{
  color: #e63357;
}

.t-page7{
  background-image: url(../RJ-img/page7-bg.png);
  padding-bottom: 70px;
}
.page7-cont{
  display: flex;
  padding: 20px 0;
}
.page7-cont .cont-info{
  flex: 1;
  margin: 0 12px;
  background: #fff;
}
.page7-cont .cont-info img{
  display: block;
  width: 100%;
}
.page7-cont .cont-info .cont-tit{
  font-size: 24px;
  color: #4883ba;
  font-weight: bold;
  padding: 20px 15px 28px 15px;
  margin-bottom: 10px;
  background: url(../RJ-img/page7-tit-bg.png) no-repeat 17px bottom;
}
.page7-cont .cont-info ul{
  padding: 5px 15px 30px 15px;
}
.page7-cont .cont-info ul li{
  position: relative;
  line-height: 20px;
  margin: 8px 0;
  font-size: 16px;
  color: #333;
  padding-left: 10px;
}
.page7-cont .cont-info ul li:after{
  content: "•";
  position: absolute;
  left: 0;
  color: #fb844e;
  top: 0;
}


.t-page8{
  background: #fff;
  padding-bottom: 80px;
}
.page8-cont{
  display: flex;
}
.page8-cont .cont-info{
  flex: 1;
  margin: 0 25px;
  background: #e4f6ff;
}
.page8-cont .cont-info img{
  display: block;
  width: 100%;
}
.page8-cont .cont-info .info-tit{
  font-size: 22px;
  color: #4883ba;
  padding: 20px;
  font-weight: bold;
}
.page8-cont .cont-info .info-des{
  padding: 0 20px;
  line-height: 28px;
  padding-bottom: 40px;
}
.t-page9{
  background-image: url(../RJ-img/page9-bg.png);
  padding: 35px 0;
  text-align: center;
}
.page9-title{
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.t-page9 .btn-style{
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  background: #e50039;
  border: 1px solid #e50039;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.t-page9 .btn-style:hover{
  border: 1px solid #e50039;
  color: #e50039;
  background: #fff;
}


.t-page10{
  background: #fff;
  padding-bottom: 60px;
}
.page10-cont{
  padding-top: 20px;
  overflow: hidden;
  clear: both;
}
.page10-cont .cont-left,
.page10-cont .cont-right{
  float: left;
  width: 46%;
  padding-right: 4%;
}
.page10-cont .cont-tit{
  font-size: 24px;
  color: #2d5082;
  font-weight: bold;
  line-height: 30px;
  margin: 20px auto;
}
.page10-cont .cont-ul li{
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  line-height: 28px;
  position: relative;
}
.page10-cont .cont-ul li p{
  width: 86%;
  float: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  padding-left: 14px;
}
.page10-cont .cont-ul li p span{
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #999;
}
.page10-cont .cont-ul li p a{
  color: #333;
  text-decoration: none;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  float: left;
}
.page10-cont .cont-ul li p a:hover{
  color: #d31239;
}
.page10-cont .cont-ul li p:after{
  position: absolute;
  content: "●";
  left: 0;
}
.page10-cont .cont-ul li span{
  line-height: 28px;
  display: block;
  flex: 1;
}
.page10-cont .cont-ul li a.link-style{
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #e81132;
  padding-right: 20px;
  text-decoration: none;
  background: url(../RJ-img/down.png) no-repeat right center;
}
.btn-style-line{
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #e81132;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  border: 1px solid #eb1e29;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -moz-border-radius: 18px;
  margin-top: 20px;
}
.btn-style-line:hover{
  color: #fff;
  background: #d20032;
}
.show-pc{
  display: block!important;
}
.show-mobile{
  display: none!important;
}
@media screen and (max-width: 830px){

}
@media screen and (max-width: 768px){
  .t-nav{
    display: none;
  }
  .show-pc{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .t-sub-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
  }
  .t-main-title{
    font-size: 22px;
    padding: 30px 0px 10px 0;
  }
  .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-image: url(../RJ-img/page1-bg.png);
    height: auto;
    padding-bottom: 30px;
  }
  .page1-title{
    font-size: 28px;
  }
  .page1-cont{
    width: 98%;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 8;
    float: none;
  }
  .page1-title img{
    width: 86%;
    margin: 0;
  }
  .page1-des {
    line-height: 24px;
    width: 90%;
    margin: 5px 5%;
  }
  .page1-btnList .btn{
    min-width: 24%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
  }
  .page1-btnList {
    margin: 5px auto 10px auto;
  }
  .page2-cont .page2-left, 
  .page2-cont .page2-right{
    width: 94%;
    margin: 30px auto;
    float: none;
  }
  .page2-cont .cont-tit{
    width: 130px;
    left: 50%;
    font-size: 20px;
    margin-left: -65px;
  }
  .page2-cont .cont-des dt {
    position: absolute;
    height: 80px;
    width: 80px;
    left: -40px;
    font-size: 16px;
  }
  .page2-cont .cont-des {
    position: relative;
    min-height: 80px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 10px;
    margin: 10px auto 10px 35px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-left: 48px;
  }
  .page2-cont .page2-right .cont-des {
    margin: 10px auto 10px 35px;
  }
  .page2-cont .page2-center {
    width: 100%;
    float: none;
    display: flex;
  }
  .page2-cont .page2-center li{
    flex: 1;
    margin: 0;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);   /* IE 9 */
    -moz-transform:rotate(90deg);  /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 
  }
  .page2-cont .page2-center li img{
    width: 45%;
    margin: 0;
    position: relative;
    left: 20%;
  }
  .t-page2{
    padding-bottom: 20px;
  }
  .page3-cont{
    display: block;
  }
  .page3-cont .page3-info img{
    width: 100px;
  }
  .page3-cont .info-tit{
    font-size: 20px;
    margin-top: 10px;
  }
  .page3-cont .info-des {
    padding: 5px 20px;
  }
  .page4-cont .cont-list{
    position: relative;
  }
  .page4-cont .cont-info{
    position: relative;
    width: 85%;
    margin: 20px auto;
    left: 0;
    top: 0;
  }
  .page4-cont .cont-info .info-tit {
    height: 44px;
    width: 150px;
    background: #ebf7ff;
    font-size: 18px;
    float: none!important;
    margin: 10px 0!important;
  }
  .t-page4 .cont-img {
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0;
  }
  .tab-list{
    display: block;
    margin-top: 30px;
  }
  .tab-list .tab-item{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .tab-list .tab-item p{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-list .tab-item .icon{
    width: 29px;
    height: 25px;
    top: 0;
    background-size: cover!important;
  }
  .tab-item.on:after{
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top-width: 8px!important;
  }
  .table-des{
    font-size: 12px;
  }
  .slide1-cont {
    padding: 0px 10px 40px 10px;
  }
  .page5-cont table td{
    font-size: 12px;
    padding: 6px 2px;
    line-height: 16px;
  }
  .page5-cont table{
    margin-top: 20px;
  }
  .width20{
    width: 28%;
    text-align: left;
  }
  .table-tr{
    height: 40px;
    font-size: 18px;
    padding: 0!important;
  }


  .page6-cont{
    display: block;
  }
  .page6-cont .cont-info-item .info-tit{
    font-size: 18px;
    text-align: left;
    position: relative;
    height: 40px;
    padding: 5px 0 5px 60px;
    line-height: 40px;
  }
  .page6-cont .cont-info-item .info-tit img{
    width: 42px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .page6-cont .cont-info-item .info-des{
    min-height: auto;
  }
  .page6-cont .cont-info.info-img img{
    width: 80%;
    margin: 10px auto;
  }
  .t-page6{
    padding-bottom: 30px;
  }
  .page6-cont .cont-info-item .info-des{
    text-align: left;

  }
  .page6-cont .cont-info-item .info-des li{
    padding-left: 15px;
    position: relative;
  }
  .page6-cont .cont-info-item .info-des li span{
    position: absolute;
    left: 0;
    top: 0;
  }
  .t-page7{
    padding-bottom: 30px; 
  }
  .page7-cont{
    display: block; 
  }
  .page7-cont .cont-info{
    margin: 20px;
  }
  .page7-cont .cont-info .cont-tit{
    padding: 15px 20px 20px 20px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .t-page8{
    padding-bottom: 40px;
  }
  .page8-cont{
    display: block;
  }
  .page8-cont .cont-info{
    margin: 20px;
  }
  .page8-cont .cont-info .info-tit{
    padding: 15px 20px 10px 20px;
    font-size: 20px;
  }
  .page9-title{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .page10-cont .cont-left, 
  .page10-cont .cont-right{
    width: 94%;
    margin: 10px auto;
    float: none;
    padding: 0;
  }
  .page10-cont .cont-ul li p{
    width: 79%;
  }
  .cont-left .cont-ul li p{
    width: 94%;
  }
  .page10-cont .cont-tit {
    margin: 30px auto 0px auto;
  }
}


@media screen and (max-width: 320px){

}

