@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;
}
a{
  text-decoration: 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;
}

.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;
}
.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;
}
.sh-top-header ul li{
  font-size: 14px;
  color: #333;
}
.sh-top-header ul li a{
  color: #333;
}
.t-page1 {
  background-image: url('../RJ-img/page1-bg.png');
  background-position: center bottom;
  height: 690px;
}
.page1-cont{
  width: 58%;
  float: left;
  margin: 120px auto 0 auto;
}
.page1-title{
  margin-bottom: 40px;
}
.page1-title img{
  width: 90%;
}
.page1-btnList{
  margin: 70px auto;
  padding-left: 0px;
}
.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,
.page1-btnList .btn1{
  background: #fff;
  color: #e60039;
  border: 1px solid #bd0231;
}
.page1-btnList .btn1:hover{
  background: #e60039;
  color: #fff;
}
.t-page2{
  padding-bottom: 80px;
  background: #fff;
}
.t-page2 .page2-cont{
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.t-page2 .page2-cont .cont-item{
  width: 370px;
  margin: 70px 20px 0 20px;
  position: relative;
}
.t-page2 .page2-cont .cont-item .item-tit{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #d3eafa;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: -80px;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #369ddc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-page2 .page2-cont .item-cont{
  background: #edf4fc;
  height: 307px;
  box-sizing: border-box;
  padding: 100px 26px 0 26px;
  text-align: left;
  line-height: 28px;
  margin: 0 25px;
}
.t-page2 .page2-cont .item-cont span{
  font-weight: bold;
}
.t-page2 .page2-cont .item-foot{
  background: #fff;
  box-shadow: 0 0 5px 5px #e9f1f6;
  height: 180px;
  box-sizing: border-box;
  padding: 10px 0;
}
.t-page2 .page2-cont .item-foot img{
  display: block;
  margin: 10px auto;
}
.t-page2 .page2-cont .item-foot .flex{
  width: 100%;
  text-align: center;
  display: flex;
}
.t-page2 .page2-cont .item-foot .flex p{
  flex: 1;
}
.t-page2 .page2-cont .item-foot.pd10{
  padding: 15px 10px;
}
.t-page2 .page2-cont .item-foot .foot-card{
  width: 44%;
  float: left;
  margin: 5px 3%;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: linear-gradient(45deg,#ecf5ec,#cfe9f4);
}
.t-page2 .page2-cont .item-foot .foot-more{
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.t-page3{
  background-image: url('../RJ-img/page3-bg.png');
  background-position: center bottom;
  padding-bottom: 50px;
}
.sub-title{
  width: 90%;
  margin: 0 auto 20px auto;
}
.page3-cont{
  padding-bottom: 10px;
}
.page3-cont .cont-img{
  display: block;
  position: relative;
}
.page3-cont .cont-img p {
  position: absolute;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  width: 100%;
  left: 0;
  top: 32%;
  text-align: center;
}
.page3-cont .cont-img img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.page3-cont .cont-list{
  display: flex;
}
.page3-cont .cont-item{
  flex: 1;
  margin: 10px 12px;
}
.page3-cont .cont-item .item-img{
  display: flex;
  text-align: center;
  background: #fff;
  height: 206px;
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px 5px #e0edeb;
  padding: 11px 6px;
  box-sizing: border-box;
}
.page3-cont .cont-item .item-img .img-cont{
  flex: 1;
  margin: 0 2px;
  position: relative;
}
.page3-cont .cont-item .item-img .img-cont p.position{
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.page3-cont .cont-item .item-img .img-cont.flex2{
  flex: 1.6;
}
.page3-cont .cont-item .item-img .img-cont img{
  display: block;
  width: 98%;
  margin: 10px auto;
}
.page3-cont .cont-item .item-word{
  width: 86%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #369fdb;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 64px;
  line-height: 64px;
}
.t-page4{
  background: #fff;
  padding-bottom: 30px;
}
.t-page4 .cont-item{
  display: flex;
  margin-bottom: 20px;
}
.t-page4 .cont-item .item-left{
  width: 170px;
  background: #7db4db;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.t-page4 .cont-item .item-left > div{
  width: 100%;
  margin: 0 auto;
}
.t-page4 .cont-item .item-left img{
  display: block;
  margin: 10px auto;
}
.t-page4 .cont-item .item-left span{
  width: 100%;
  text-align: center;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #fff;
  display: block;
}
.t-page4 .cont-item .item-left.green{
  background: #73b472;
}
.t-page4 .cont-item .item-right{
  flex: 1;
}
.t-page4 .cont-item .item-right .blue{
  border: 1px solid #cbe1f1;
  background: #f5f9fc;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.t-page4 .cont-item .item-right .green{
  border: 1px solid #c0e8c4;
  background: #f1f7f0;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.t-page4 .cont-item .item-right .box-flex{
  display: flex;
}
.t-page4 .cont-item .item-right .flex{
  flex: 1;
}
.t-page4 .cont-item .item-right .top-bg{
  height: 70px;
  line-height: 70px;
}
.t-page4 .cont-item .item-right .top-bg span{
  width: 176px;
  height: 70px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url('../RJ-img/page4-img1.png') no-repeat;
}
.t-page4 .cont-item .item-right .top-bg span.top-bg1{
  background-position: left top;
}
.t-page4 .cont-item .item-right .top-bg span.top-bg2{
  background-position: -339px top;
}
.t-page4 .cont-item .item-right .top-bg span.top-bg3{
  background-position: -680px top;
}

.t-page4 .cont-item .item-right .top-tit{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.t-page4 .cont-item .item-right .top-word-list{
  display: flex;
  margin-top: 13px;
}
.t-page4 .cont-item .item-right .top-word-list > div{
  flex: 3;
  text-align: center;
  background: #7db4db;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
}
.t-page4 .cont-item .item-right .top-word-list > div.num{
  flex: 1;
  background: none;
  color: #7db4db;
  font-size: 30px;
  font-weight: bold;
}
.t-page4 .cont-item .item-right .bottom-bg{
  text-align: center;
  flex: 1;
  text-align: center;
}
.t-page4 .cont-item .item-right .bottom-bg span{
  width: 125px;
  height: 60px;
  margin-bottom: 5px;
  display: block;
  background: url('../RJ-img/page4-img2.png') no-repeat;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg1{
  background-position: 30px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg2{
  background-position: -117px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg3{
  background-position: -267px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg4{
  background-position: -417px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg5{
  background-position: -565px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg6{
  background-position: -705px center;
}
.t-page4 .cont-item .item-right .bottom-bg span.bottom-bg7{
  background-position: -847px center;
}

.t-page4 .cont-item .item-right .item-card {
  overflow: hidden;
  margin: 10px auto;
  display: flex;
}
.t-page4 .cont-item .item-right .item-card li{
  flex: 1;
  background: #73b472;
  border-radius: 5px;
  min-height: 24px;
  line-height: 24px;
  padding: 7px 5px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}
.t-page4 .cont-item .item-right .item-card li:first-child{
  background: none;
  font-weight: bold;
  color: #333;
}
.t-page5{
  background-image: url('../RJ-img/page5-bg.png');
  background-position: center bottom;
  padding-bottom: 50px;
}
.page5-cont{
  display: flex;
  text-align: center;
}
.page5-cont .page5-item{
  width: 376px;
  margin: 10px 20px;
  font-size: 16px;
  color: #333;
  background: #fff;
  box-shadow: 0 4px 5px #d6e6f3;
  padding-bottom: 25px;
}
.page5-cont .page5-item img{
  width: 100%;
  display: block;
}
.page5-cont .page5-item .item-cont .des{
  padding: 20px 0;
  font-size: 20px;
}
.btn-list{
  padding: 6px 0;
}
.btn-list .btn{
  height: 38px;
  min-width: 120px;
  border-radius: 38px;
  line-height: 38px;
  color: #fff;
  padding: 0 30px;
  border: 1px solid #e50039;
  background: #e50039;
  display: inline-block;
  text-decoration: none;
}
.t-page6{
  background: #fff;
}
.page6-cont{

}
.page6-swiper .slide1{
  position: relative;
  padding: 30px 0;
}
.page6-swiper .slide1 > img{
  width: 35%;
  margin: 50px auto;
  display: block;
}
.page6-swiper .slide1 .slide1-cont{
  width: 90%;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 10%;
}
.slide1-cont dl{
  display: flex;
  width: 335px;
  position: absolute;
}
.slide1-cont dl:nth-child(1){
  left: 0;
  top: 0;
}
.slide1-cont dl:nth-child(2){
  left: 0;
  bottom: 0;
}
.slide1-cont dl:nth-child(3){
  right: 0;
  top: 0;
}
.slide1-cont dl:nth-child(4){
  right: 0;
  bottom: 0;
}
.slide1-cont dl dt{
  width: 85px;
  margin-right: 10px;
}
.slide1-cont dl dt img{
  width: 100%;
  display: block;
}
.slide1-cont dl dd{
  flex: 1;
}
.slide1-cont dl dd .slide1-tit{
  font-size: 20px;
  color: #369ddc;
  margin: 12px 0 10px 0;
  font-weight: bold;
}

.page6-swiper .slide2{
  position: relative;
  padding: 30px 0;
}
.page6-swiper .slide2 > img{
  width: 50%;
  margin: 15px auto;
  display: block;
}
.slide2-cont{
  position: absolute;
  width: 80%;
  left: 10%;
  top: 10%;
  height: 80%;
}
.slide2-cont .introduce-cont{
  height: 65%;
  position: relative;
  margin-top: 5%;
}
.introduce-cont li{
  position: absolute;
}
.introduce-cont li:nth-child(1){
  left: 0;
  bottom: 0;
}
.introduce-cont li:nth-child(2){
  left: 8%;
  bottom: 55%;
}
.introduce-cont li:nth-child(3){
  left: 25%;
  top: -5%;
}
.introduce-cont li:nth-child(4){
  right: 22%;
  top: -3%;
}
.introduce-cont li:nth-child(5){
  right: 14%;
  bottom: 55%;
}
.introduce-cont li:nth-child(6){
  right: 3%;
  bottom: 0;
}

.slide2-cont .introduce-cont li span{
  font-size: 20px;
  color: #369ddc;
  font-weight: bold;
}
.slide2-cont .cont-des{
  margin: 6% 0 2% 0;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.slide2-cont .cont-ul{
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex: 1;
}
.slide2-cont .cont-ul dl{
  display: flex;
  margin: 0 20px;
}
.slide2-cont .cont-ul dt{
  height: 44px;
  width: 44px;
  padding: 14px;
  border-radius: 5px;
  background: #369ddc;
}
.slide2-cont .cont-ul dd{
  background: #cde6f6;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.swiper-button-prev{
  background: url(../RJ-img/swiper-left.png) no-repeat center center ;
}
.swiper-button-next{
  background: url(../RJ-img/swiper-right.png) no-repeat center center ;
}
.page6-ul{
  width: 80%;
  margin: 20px auto;
  display: flex;
  box-shadow: 0 1px 6px 5px #e2ecf2;
}
.page6-ul > div{
  flex: 1;
  min-height: 22px;
  line-height: 22px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.page6-ul > div.cur{
  color: #369ddc;
  border-bottom: 2px solid #369ddc;
}
.page7-cont .page7-item img{
  width: 100%;
}
.page7-cont .page7-item .name{
  font-size: 20px;
  margin: 20px 0 10px 0;
}


.t-page7{
  background-image: url('../RJ-img/page7-bg.png');
  background-position: center bottom;
  padding-bottom: 50px;
}
.page7-cont{
  display: flex;
  text-align: center;
}
.page7-cont .page7-item{
  width: 376px;
  margin: 10px 20px;
  font-size: 16px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 4px 5px #d0e1f0;
  padding-bottom: 25px;
}
.page7-cont .page7-item img{
  width: 100%;
}
.page7-cont .page7-item .name{
  font-size: 20px;
  margin: 20px 0 10px 0;
}
.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-sub-tit{
    font-size: 22px;
    margin: 10px 0;
  }
  .t-main-title span {
    padding: 20px;
    background-size: 70%;
  }
  .t-page1{
    background-image: url(../RJ-img/page1-bg.png);
    height: auto;
    padding-bottom: 90px;
    background-position: 68% bottom;
  }
  .page1-title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page1-cont{
    width: 94%;
    margin: 20px 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: 0 auto 10px auto;
    padding-left: 0;
  }
  .t-page2 .page2-cont{
    display: block;
  }
  .t-page2 .page2-cont .cont-item{
    width: 92%;
    margin: 70px auto 20px auto;
  }
  .t-page2 .page2-cont .cont-item .item-tit{
    width: 100px;
    height: 100px;
    font-size: 16px;
    top: -50px;
    margin-left: -50px;
  }
  .t-page2 .page2-cont .item-cont{
    padding-top: 60px;
    height: auto;
    padding-bottom: 30px;
  }
  .t-page2{
    padding-bottom: 30px;
  }
  .page3-cont .cont-img img{
    width: 100%;
  }
  .page3-cont .cont-img p{
    font-size: 16px;
    top: 22px;
  }
  .page3-cont .cont-list{
    display: block;
  }
  .page3-cont .cont-item .item-word{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .page3-cont .cont-item .item-img{
    min-height: 190px;
    height: auto;
  }
  .page3-cont .cont-item .item-img .img-cont.flex2 {
    flex: 2;
  }
  .page3-cont .cont-item .item-img .img-cont p.position {
    position: absolute;
    width: 100%;
    bottom: -5px;
  }
  .t-page4 .cont-item{
    display: block;
    margin: 0 2%;
    width: 96%;
  }
  .t-page4 .cont-item .item-left,
  .t-page4 .cont-item .item-right{
    width: 100%;
    padding: 10px 0;
  }
  .t-page4 .cont-item .item-left img{
    margin: 0 auto;
  }
  .t-page4 .cont-item .item-left span{
    padding-top: 5px;
    margin-top: 5px;
  }
  .t-page4 .cont-item .item-right .box-flex{
    display: block;
    overflow: hidden;
    clear: both;
  }
  .t-page4 .cont-item .item-right .top-bg{
    margin: 3px 0;
  }
  .t-page4 .cont-item .item-right .blue{
    padding: 10px;
    width: auto;
  }
  .t-page4 .cont-item .item-right .bottom-bg{
    width: 50%;
    float: left;
    text-align: center;
    height: 90px;
    overflow: hidden;
  }
  .t-page4 .cont-item .item-right .bottom-bg span{
    margin: 0 auto 5px auto;
  }
  .t-page4 .cont-item .item-right .green{
    padding: 10px;
  }
  .t-page4 .cont-item .item-right .item-card{
    display: block;
  }
  .t-page4 .cont-item .item-right .item-card li{
    width: 44%;
    float: left;
    margin-bottom: 2%;
  }
  .t-page4 .cont-item .item-right .item-card li:first-child{
    width: 100%;
    float: none;
  }
  .t-page4 .cont-item .item-right .top-word-list > div{
    margin: 0 3px;
  }
  .t-page4 .cont-item .item-right .green > img{
    width: 100%;
    display: block;
  }
  .page5-cont{
    display: block;
  }
  .page5-cont .page5-item{
    width: 90%;
    margin: 10px auto 20px auto;
    padding-bottom: 10px;
  }
  .page5-cont .page5-item .item-cont .des{
    padding: 10px 0;
    font-size: 16px;
  }
  .page6-ul{
    width: 94%;
    margin: 10px auto;
    font-size: 14px;
  }
  .slide1-cont dl dt{
    width: 55px;
  }
  .swiper-button-prev {
    background: url(../RJ-img/swiper-left.png) no-repeat center center;
    background-size: 14px;
  }
  .swiper-button-next {
    background: url(../RJ-img/swiper-right.png) no-repeat center center;
    background-size: 14px;
  }
  .page6-swiper .slide1 .slide1-cont,
  .slide1-cont dl{
    position: relative;
  }
  .slide1-cont dl{
    width: 100%;
    margin-bottom: 5px;
  }
  .page6-swiper .slide1 .slide1-cont{
    width: 80%;
    margin: 0 auto;
    left: 0;
  }
  .page6-swiper .slide1 > img {
    width: 80%;
    margin: 10px auto;
    display: block;
  }
  .slide1-cont dl dd .slide1-tit {
    font-size: 16px;
    margin: 4px 0 3px 0;
  }
  .page6-swiper .slide2 > img{
    width: 90%;
  }
  .slide2-cont .introduce-cont{
    margin: 0 auto;
    width: 94%;
    line-height: 30px;
  }
  .page6-swiper .slide2{
    padding: 20px 0;
  }
  .slide2-cont,
  .introduce-cont li{
    position: relative;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    margin: 0 auto;
    width: 86%;
  }
  .slide2-cont .cont-des{
    margin: 20px auto;
  }
  .slide2-cont .cont-ul{
    display: block;
    width: 100%;
  }
  .slide2-cont .cont-ul dl{
    margin: 0 0 10px 0;
  }
  .slide2-cont .cont-ul dt{
    padding: 4px;
  }
  .slide2-cont .cont-ul dl dd{
    padding: 0 3px;
    flex: 1;
    margin-top: 7px;
  }
  .page7-cont{
    display: block;
  }
  .page7-cont .page7-item{
    box-sizing: border-box;
    width: 90%;
    margin: 10px auto 25px auto;
  }
  .page7-cont .page7-item .name{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 8px 0;
  }
}

@media screen and (max-width: 768px){
  .sh-box-header ul li.sh-mobile-nav ul {
    width: 150px;
  }
  .sh-box-header ul li.sh-mobile-nav ul li a.active {
    color: #de0032;
  }
}

@media screen and (max-width: 480px) {

}

