html {
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande",
    Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun,
    sans-serif;
  font-size: 14px;
}
body {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  padding-top: 0px;
  background: #fff;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
header,
article,
aside,
div,
span,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify;
}
img {
  border: 0;
  font-size: 0;
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #414558;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #dadada;
  margin: 1em 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
body.bg-white {
  background: #fff;
}

.singleword{
  color:#f39800;
}

/*导航栏*/
.header {
  background: #fff;
  overflow: hidden;
}
.header-box {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  padding: 15px 0;
}
.header .logo {
  float: left;
  margin-top: 16px;
}
.header .logo img {
  height: 68px;
}

.top-desc {
  margin-top: 26px;
  float: left;
  margin-left: 26px;
  padding-left: 26px;
  border-left: solid 2px #eee;
}
.top-desc p.small {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  letter-spacing: 1.85px;
}
.top-desc p.big {
  font-size: 24px;
  line-height: 32px;
  color: #4aafb3;
  display: inline-block;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.header .call {
  background: url(../fonts/call-huise.svg) no-repeat left center;
  padding-left: 54px;
  background-size: 44px;
  float: right;
  margin-top: 23px;
}
.header .call p.small {
  line-height: 24px;
  color: #333;
  font-size: 16px;
}
.header .call p.big {
  line-height: 34px;
  color: #f39800;
  font-size: 28px;
  font-weight: bold;
}

.nav-bg {
  background: #43afb3;
  height: 50px;
}
.nav {
  width: 1200px;
  margin: 0 auto;
}
.nav:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav ul {
}
.nav ul li {
  position: relative;
  width: 14.285%;
  text-align: center;
  z-index: 9;
  font-size: 17px;
  line-height: 50px;
  float: left;
}
.nav ul li:after {
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 15px;
}
.nav ul li:first-child:before {
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 15px;
}
.nav ul li a {
  color: #fff;
  display: block;
  position: relative;
}
.nav ul li:hover a:after,
.nav ul li.hover a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
}
.nav ul li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #4ea37a;
  padding: 10px 0;
}
.nav ul li ul li {
  width: 100%;
  line-height: 40px;
  padding: 0;
  margin-right: 0;
  float: none;
  text-align: center;
}
.nav ul li ul li a {
  padding: 0;
  background: #4ea37a !important;
}
.nav ul li ul li:hover a {
  background: #4ea37a !important;
}
.nav ul li:hover ul {
  display: block;
}
.fixed-hd {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*轮播图*/
.slideBox {
  overflow: hidden;
  position: relative;
  background: #999;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 6px;
}
.slideBox .hd ul li.on {
  background: #43afb3;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.slideBox .bd li {
  overflow: hidden;
  margin: 0;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.slideBox .bd li img {
  display: block;
}
.slideBox .bd li .banner-bg {
  height: 600px;
}
.slideBox .prev {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  background: url(../images/slide_btn.png) no-repeat left -100px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.slideBox .next {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  background: url(../images/slide_btn.png) no-repeat left -170px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.slideBox:hover .prev,
.slideBox:hover .next {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

/*通用样式*/
.page-bg {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.page-box {
  width: 1200px;
  margin: 0 auto;
}
.page-box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-bg2 {
  background: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.border-top {
  border-top: solid 1px #ddd;
}

.page-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-title h2 {
  text-align: center;
  width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 36px;
  color: #222;
  line-height: 52px;
  display: inline-block;
}
.page-title h2 span {
  color: #43afb3;
}
.page-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #555;
}
.page-title h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #555;
}
.page-title p {
  text-align: center;
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.more-btn {
  margin-top: 50px;
  text-align: center;
}
.more-btn a {
  position: relative;
  padding-right: 16px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  width: 146px;
  height: 38px;
  line-height: 38px;
  border-radius: 100px;
  border: solid 2px #43afb3;
  color: #43afb3;
}
.more-btn i {
  background: #43afb3;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block;
}
.more-btn .iconfont {
  font-size: 18px;
}
.more-btn a:hover {
  background: #43afb3;
  color: #fff;
}
.more-btn a:hover i {
  background: #fff;
  color: #43afb3;
}

/*服务范围*/
.fw-fanwei {
    display: flex;
    display:-webkit-flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
/*.fw-fanwei:after {*/
/*  content: "";*/
/*  display: block;*/
/*  height: 0;*/
/*  clear: both;*/
/*  visibility: hidden;*/
/*}*/
/*.fw-fanwei ul {*/
/*  margin-left: -40px;*/
/*  margin-top: -40px;*/
/*}*/
/*.fw-fanwei ul li {*/
/*  width: 25%;*/
/*  float: left;*/
/*  margin-top: 40px;*/
/*}*/
.fw-fanwei .box {
  cursor: pointer;
  /*margin-left: 40px;*/
  text-align: center;
  width:180px;
}
.fw-fanwei .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: solid 2px #43afb3;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
/*.fw-fanwei .img:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -120px;*/
/*  background: rgba(112, 186, 150, 0.07);*/
/*  width: 120px;*/
/*  height: 120px;*/
/*  border-radius: 0;*/
/*  -webkit-transition: all 0.6s;*/
/*  -moz-transition: all 0.6s;*/
/*  -o-transition: all 0.6s;*/
/*}*/
.fw-fanwei .img img {
  position: relative;
  z-index: 3;
  margin-top: 22px;
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.fw-fanwei h3 {
  text-align: center;
  color: #555;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.fw-fanwei p {
  text-align: center;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fw-fanwei .box:hover .img img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.fw-fanwei .box:hover .img:before {
  left: 0;
}

/*咨询效果*/
.xiaoguo-bg {
  background: #dcede7 url(../images/xiaoguo-bg.jpg) no-repeat center center;
}

.list-xiaoguo {
  position: relative;
}
.list-xiaoguo:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.list-xiaoguo .hd {
  text-align: center;
  margin-top: 50px;
}
.list-xiaoguo .hd ul {
  text-align: center;
}
.list-xiaoguo .hd .prev,
.list-xiaoguo .hd .next {
  cursor: pointer;
  border-radius: 100%;
  border: solid 2px #43afb3;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #43afb3;
}
.list-xiaoguo .hd .iconfont {
  font-size: 20px;
  font-weight: bold;
}
.list-xiaoguo .hd .prev:hover,
.list-xiaoguo .hd .next:hover {
  background: #43afb3;
  color: #fff;
}
.list-xiaoguo .hd .pageState {
  color: #555;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 20px;
  display: inline-block;
}
.list-xiaoguo .hd .pageState span {
  color: #43afb3;
}

.list-xiaoguo .bd ul {
}
.list-xiaoguo .bd ul li {
  margin-bottom: 10px;
}
.list-xiaoguo .bd ul li .box {
  font-size: 20px;
  overflow: hidden;
  position: relative;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 60px;
}
.list-xiaoguo .bd ul li strong {
  font-weight: 500;
  color: #fff;
  border-radius: 0 50px 0 0;
  display: block;
  text-align: center;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  background: #43afb3;
}
.list-xiaoguo .bd ul li p {
  height: 60px;
  line-height: 60px;
  padding-left: 200px;
  padding-right: 20px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-xiaoguo .bd ul li:nth-child(2n) strong {
  background: #ffa309;
}

/*专家团队*/
.index-shizi-com {
  margin-bottom: 60px;
}
.picScroll-zhuanjia {
  overflow: hidden;
  position: relative;
}
.picScroll-zhuanjia .bd {
  overflow: hidden;
  margin-left: 30px;
}
.picScroll-zhuanjia .bd ul li {
    float: left;
    overflow: visible;
}

.picScroll-zhuanjia .bd ul li .box{
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.picScroll-zhuanjia .bd .img {
  position: relative;
  width:355px;
}
.picScroll-zhuanjia .bd .img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 12px #999;
}
/*.picScroll-zhuanjia .bd .img:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background: rgba(0, 0, 0, 0);*/
/*  -webkit-transition: all 0.6s;*/
/*  -moz-transition: all 0.6s;*/
/*  -o-transition: all 0.6s;*/
/*}*/
.picScroll-zhuanjia .bd .desc {
  position: absolute;
  top: 310px;
  color:#fff;
  font-size: 24px;
  font-weight:500;
  padding: 0px 20px;
  line-height: 24px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
/*.picScroll-zhuanjia .bd .desc h2 {*/
/*  margin-bottom: 20px;*/
/*  font-weight: 500;*/
/*  font-size: 20px;*/
/*  height: 28px;*/
/*  line-height: 28px;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.picScroll-zhuanjia .bd .desc h2 i {*/
/*  display: inline-block;*/
/*  font-style: normal;*/
/*  color: #ccc;*/
/*  padding: 0 5px;*/
/*}*/
.picScroll-zhuanjia .bd .desc span {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.picScroll-zhuanjia .bd .desc p.jianjie {*/
/*  text-align: justify;*/
/*  font-size: 13px;*/
/*  line-height: 22px;*/
/*  height: 130px;*/
/*  color: #666;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 6;*/
/*  -webkit-box-orient: vertical;*/
/*}*/
/*.picScroll-zhuanjia .bd .desc p.jianjie b {*/
/*  display: block;*/
/*  color: #f39800;*/
/*  margin-bottom: 5px;*/
/*}*/
/*.picScroll-zhuanjia .bd ul li:hover .desc {*/
/*  top: 228px;*/
/*}*/
.picScroll-zhuanjia .bd ul li:hover .img:after {
  background: rgba(0, 0, 0, 0.2);
}

.picScroll-zhuanjia .hd {
  text-align: center;
  margin-top: 50px;
}
.picScroll-zhuanjia .hd ul {
  text-align: center;
}
.picScroll-zhuanjia .hd .prev,
.picScroll-zhuanjia .hd .next {
  cursor: pointer;
  border-radius: 100%;
  border: solid 2px #43afb3;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  color: #43afb3;
}
.picScroll-zhuanjia .hd .iconfont {
  font-size: 22px;
}
.picScroll-zhuanjia .hd .prev:hover,
.picScroll-zhuanjia .hd .next:hover {
  background: #43afb3;
  color: #fff;
}
.picScroll-zhuanjia .hd .pageState {
  color: #555;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 20px;
  display: inline-block;
}
.picScroll-zhuanjia .hd .pageState span {
  color: #43afb3;
}

/*首页案例*/
.anli-bg {
  background: #dcede7 url(../images/anli-bg.jpg) no-repeat center center;
}
.tab-anli {
  position: relative;
}
.tab-anli .hd {
  width: 285px;
  position: absolute;
  left: 0;
}
.tab-anli .hd ul {
}
.tab-anli .hd ul li {
  color: #555;
  cursor: pointer;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-anli .hd ul li.on {
  background: #ffa309;
  color: #fff;
}
.tab-anli .hd ul li:last-child {
  margin-bottom: 0;
}

.tab-anli .bd {
  margin-left: 325px;
  overflow: hidden;
}
.tab-anli .anli-content {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.tab-anli .anli-content .img {
  width: 450px;
  float: left;
}
.tab-anli .anli-content .img img {
  width: 100%;
  height: 300px;
}
.tab-anli .anli-content .desc {
  width: 305px;
  float: right;
}
.tab-anli .anli-content .desc h2 {
  margin-bottom: 3px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}
.tab-anli .anli-content .desc h4 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #43afb3;
}
.tab-anli .anli-content .desc p {
  line-height: 24px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

/*咨询流程*/
.liucheng {
  overflow: hidden;
  margin-bottom: 50px;
}
.liucheng ul {
  margin-left: -10px;
}
.liucheng ul li {
  width: 20%;
  float: left;
}
.liucheng ul li .box {
  margin-left: 10px;
}
.liucheng ul li .liucheng-head {
  border-radius: 24px 24px 0 0;
  background: #43afb3;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}
/*.liucheng ul li:first-child .liucheng-head {*/
/*  background: #ffa309;*/
/*}*/
.liucheng ul li .liucheng-head h2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}
.liucheng ul li .liucheng-head p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.liucheng ul li .desc {
  border-radius: 0 0 24px 24px;
  width: 192px;
  height: 112px;
  padding: 30px 20px;
  border: solid 2px #eee;
  border-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.liucheng ul li .desc p {
  color: #555;
  /*text-align: center;*/
  font-size: 14px;
  line-height: 24px;
}
.liucheng ul li .yuyue-btn {
  width: 120px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  background: #ffa309;
  color: #fff;
  text-align: center;
  display: block;
}

/*公司简介*/
.home-about {
  overflow: hidden;
  margin-bottom: 30px;
}
.home-about .img {
  width: 570px;
  float: left;
}
.home-about .img img {
  width: 100%;
  height: 380px;
  border-radius: 24px;
}
.home-about .desc {
  width: 570px;
  height: 380px;
  float: right;
  position: relative;
}
.home-about .desc h2 {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 32px;
  color: #222;
  line-height: 42px;
}
.home-about .desc h4 {
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.home-about .desc p {
  line-height: 25px;
  font-size: 15px;
  color: #555;
}

.small-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.small-more-btn a {
  text-align: center;
  position: relative;
  padding-right: 16px;
  font-size: 16px;
  display: block;
  width: 146px;
  height: 38px;
  line-height: 38px;
  border-radius: 100px;
  border: solid 2px #43afb3;
  color: #43afb3;
}
.small-more-btn i {
  background: #43afb3;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block;
}
.small-more-btn .iconfont {
  font-size: 18px;
}
.small-more-btn a:hover {
  background: #43afb3;
  color: #fff;
}
.small-more-btn a:hover i {
  background: #fff;
  color: #43afb3;
}

/*首页新闻*/
.index-news {
  overflow: hidden;
}
.huodong-news {
  position: relative;
  width: 580px;
  padding: 0px;
  float: left;
}
.huodong-news .hd {
  overflow: hidden;
  position: absolute;
  bottom: 24px;
  right: 20px;
  z-index: 1;
}
.huodong-news .hd ul {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.huodong-news .hd ul li {
  border-radius: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: 8px;
  text-indent: -9999px;
}
.huodong-news .hd ul li.on {
  background: #43afb3;
}
.huodong-news .bd {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.huodong-news .bd li {
  margin: 0;
  position: relative;
  vertical-align: top;
}
.huodong-news .bd img {
  width: 100%;
  height: 387px;
  display: block;
  vertical-align: bottom;
}
.huodong-news .bd li .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 100px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.huodong-news .bd li h2 {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.huodong-news .bd li p {
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.huodong-news .prev {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  width: 35px;
  height: 65px;
  background: url(../images/slide_btn.png) no-repeat left -100px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.huodong-news .next {
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -30px;
  width: 35px;
  height: 65px;
  background: url(../images/slide_btn.png) no-repeat left -170px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.huodong-news:hover .prev,
.huodong-news:hover .next {
  filter: alpha(opacity=100);
  opacity: 1;
}
.huodong-news .prevStop {
  display: none;
}
.huodong-news .nextStop {
  display: none;
}

.data-news {
  width: 580px;
  float: right;
  overflow: hidden;
}
.data-news ul {
}
.data-news ul li {
  height: 80px;
  position: relative;
  margin-bottom: 22.3px;
}
.data-news ul li:last-child {
  margin: 0;
}
.data-news .data {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 16px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #f5f5f5;
  text-align: center;
}
.data-news .data span {
  text-align: center;
  display: block;
}
.data-news .data span.d {
  font-size: 32px;
  background: #43afb3;
  color: #fff;
  height: 46px;
  line-height: 46px;
}
.data-news .data span.m {
  font-size: 14px;
  color: #999;
  height: 34px;
  line-height: 34px;
}
.data-news .desc {
  margin-left: 100px;
  height: 80px;
}
.data-news .desc h2 {
  padding: 2px 0;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.data-news .desc p {
  line-height: 22px;
  height: 44px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.data-news .desc h2 a:hover {
  color: #43afb3;
}

/*列表页*/
.content {
  width: 1200px;
  margin: 30px auto;
}
.content:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main {
  width: 850px;
  float: left;
  background: #fff;
}
.side {
  width: 310px;
  float: right;
}
.danye-con {
  overflow: hidden;
  background: #fff;
  border: solid 1px #ddd;
}

.neiye-banner {
  height: 320px;
}
.now {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #999; /* border-bottom:1px solid #ddd; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.now span {
  color: #43afb3;
}
.now a:hover {
  color: #43afb3;
}

/*单页*/
.danye-content {
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.danye-side {
  width: 260px;
  float: left;
  overflow: hidden;
}

.son-nav {
  margin-bottom: 20px;
}
.son-nav h4 {
  border-radius: 24px 24px 0 0;
  background: #43afb3;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.son-nav ul {
  border-radius: 0 0 24px 24px;
  padding: 20px;
  border: solid 2px #eee;
  border-top: 0;
}
.son-nav ul li {
  border-bottom: solid 1px #eee;
}
.son-nav ul li .box {
}
.son-nav ul li a {
  font-size: 15px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.son-nav ul li.hover a,
.son-nav ul li:hover a {
  color: #43afb3;
}
.son-nav ul li:last-child {
  border-bottom: 0;
}

.danye-message {
  overflow: hidden;
}
.danye-message h4 {
  border-radius: 24px 24px 0 0;
  background: #43afb3;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.danye-message-list {
  border-radius: 0 0 24px 24px;
  padding: 30px 20px;
  overflow: hidden;
  border: solid 2px #eee;
  border-top: 0;
}
.danye-message-list ul {
}
.danye-message-list ul li {
  position: relative;
  border-bottom: solid 1px #eee;
}
.danye-message-list ul li:last-child {
  border-bottom: 0;
}
.danye-message-list ul li span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0;
  line-height: 22px;
  color: #555;
}
.danye-message-list ul li p.text {
  padding: 15px 0;
  line-height: 22px;
  font-size: 14px;
  padding-left: 70px;
  color: #555;
}
.danye-message-list ul li h2 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 500;
}
.danye-message-list ul li.center {
  text-align: center;
  padding-top: 15px;
}
.danye-message-list ul li.center img {
  width: 160px;
}
.danye-message-list ul li.center p {
  text-align: center;
  color: #f39800;
}

.danye-body {
  width: 890px;
  float: right;
  overflow: hidden;
  background: #fff;
  line-height: 28px;
  font-size: 15px;
  color: #555;
  text-align: justify;
}
.danye-body h1 {
  border-bottom: solid 2px #eee;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.danye-body p {
  margin-bottom: 20px;
}
.danye-body img {
  max-width: 100% !important;
  height: auto !important;
}
.danye-body blockquote {
  border-left: solid 3px rgba(112, 186, 150, 0.2);
  margin: 0;
  margin-bottom: 24px;
  padding: 26px 30px;
  background: rgba(112, 186, 150, 0.07);
}
.danye-body blockquote p {
  margin-bottom: 0;
}

/*团队列表*/
.list-tuandui {
  overflow: hidden;
  padding: 30px 0;
}
.list-tuandui ul {
  margin-top: -15px;
  margin-left: -15px;
}
.list-tuandui ul li {
  float: left;
  width: 33.33%;
  /* margin-top: 15px; */
}
.list-tuandui ul li .box {
  overflow: hidden;
  margin-left: 15px;
  padding: 24px;
  position: relative;
}
.list-tuandui ul li .img {
  position: relative;
}
.list-tuandui ul li .img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 12px #999;
  /* height: 370px; */
}
.list-tuandui ul li .img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.list-tuandui ul li .desc{
  position: absolute;
  bottom: 16px;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height:24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .list-tuandui ul li .desc h2 i {
  display: inline-block;
  font-style: normal;
  color: #ccc;
  padding: 0 5px;
} */
.list-tuandui ul li .desc span {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .list-tuandui ul li .desc p.jianjie {
  text-align: justify;
  font-size: 13px;
  line-height: 22px;
  height: 130px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
} */
/* .list-tuandui ul li .desc p.jianjie b {
  display: block;
  color: #f39800;
  margin-bottom: 5px;
} */
/* .list-tuandui ul li:hover .desc {
  top: 228px;
} */
.list-tuandui ul li:hover .img:after {
  background: rgba(0, 0, 0, 0.1);
}

/*团队详情*/
.tuandui-content {
  width: 890px;
  overflow: hidden; 
}
.tuandui-content .tuandui-head {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.tuandui-content .tuandui-img {
  width: 320px;
  /* overflow: hidden; */
  /* padding: 5px; */
}
.tuandui-content .tuandui-img img {
  width: 100%;
  /* border-radius: 24px; */
  box-shadow: 0 0 5px 0 #999;
  border-radius: 12px;
}
.tuandui-content .tuandui-desc {
  width: 520px;
  float: right;
  /* overflow: hidden; */
}
.tuandui-content .tuandui-desc h1 {
  font-size: 32px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
}
.tuandui-content .tuandui-desc h1 i {
  font-size: 16px;
  color: #ccc;
  padding: 0 6px 0 5px;
}
.tuandui-content .tuandui-desc h1 span {
  font-size: 24px;
  color: #43afb3;
}

.tuandui-content .tuandui-desc .tuandui-beizhu{
  font-size: 16px;
  color:#f39800;
  margin-top: 16px;
  font-weight: bold;
}
.tuandui-content .tuandui-zhengwen{
  line-height: 30px;
  font-size: 16px;
}

.tuandui-content .tuandui-desc .xuanzhong{
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #43afb3;
}
.tuandui-content .tuandui-desc .weixuanzhong{
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #999;
}

.tuandui-content .part-title{
  font-size: 24px;
  color: #43afb3;
  position: relative;
  left:16px;
  margin-top:20px ;
  margin-bottom: 10px;
}
.tuandui-content .part-title::before{
  content: "";
  width: 5px;
  height: 80%;
  position:absolute;
  background-color: #43afb3;
  left:-16px;
  top:16%;
}
.tuandui-jingli .tuandui-wapper{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.tuandui-lingyu .tuandui-zhengwen,
.tuandui-price .tuandui-zhengwen{
  margin-left: 16px;
}

.tuandui-price .tuandui-zhengwen span{
  font-size: 12px;
}

.statistics{
	font-size: 16px;
	color:#666;
  display: flex;
  justify-content:space-between;
  padding: 10px 0;
}
/* .tuandui-content .tuandui-lingyu {
  border-top: solid 2px #eee;
  padding-top: 42px;
} */
/* .tuandui-content .tuandui-lingyu ul li {
  margin-bottom: 26px;
  position: relative;
  line-height: 26px;
  font-size: 15px;
}
.tuandui-content .tuandui-lingyu ul li span.cs {
  color: #43afb3;
  position: absolute;
  top: 0;
  left: 0;
}
.tuandui-content .tuandui-lingyu ul li p.csz {
  padding-left: 100px;
}
.tuandui-content .tuandui-lingyu ul li .tuandui-body {
  line-height: 26px;
  font-size: 15px;
  padding-left: 100px;
}
.tuandui-content .tuandui-lingyu ul li .tuandui-body img {
  max-width: 100% !important;
  height: auto !important;
}
.tuandui-content .tuandui-lingyu ul li .tuandui-body p {
  margin-bottom: 15px;
} */
.tuandui-zixun {
  text-align: center;
  margin-top: 50px;
}
.tuandui-zixun a {
  background: #f39800;
  color: #fff;
  border-radius: 24px;
  line-height: 46px;
  font-size: 16px;
  width: 200px;
  display: block;
  margin: 0 auto;
}

.sxp {
  margin-top: 50px;
  padding-top: 50px;
  border-top: dashed 2px #eee;
}
.sxp p {
  line-height: 26px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sxp p.prev {
  margin-bottom: 10px;
}
.sxp p a:hover {
  color: #43afb3;
}

/*分页样式*/
.pages {
  overflow: hidden;
  padding: 20px 0;
}
.pages ul {
  display: inline-table;
  text-align: center;
  width: 100%;
}
.pages ul li {
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 50px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  margin: 0 5px;
}
.pages ul a {
  display: inline-block;
  padding: 0 17px;
  color: #333;
}
.pages ul li:hover {
  background: #43afb3;
  color: #fff;
}
.pages ul li:hover a {
  color: #fff;
}
.pages ul li.active {
  background: #43afb3;
  padding: 0 0px;
  border-radius: 50px;
  color: #fff;
}
.pages ul li.active a {
  color: #fff;
}
.pages ul li span.pageinfo {
  color: #999;
}
.pages span input {
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  width: 30px;
  margin: 0 2px 0 2px;
  text-align: center;
  padding-top: -1px;
  font-size: 14px;
}

/*个案分享*/
.list-anli {
  background: #fff;
  padding: 30px 0;
}
.list-anli ul {
}
.list-anli ul li {
  height: 400px;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-anli ul li .img {
  width: 600px;
  height: 400px;
  float: left;
}
.list-anli ul li .img img {
  width: 600px;
  height: 400px;
  border-radius: 24px;
}
.list-anli ul li .desc {
  width: 600px;
  float: left;
}
.list-anli ul li .desc-box {
  padding: 60px;
  height: 290px;
  display: table-cell;
  vertical-align: middle;
}
.list-anli ul li .desc h2 {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-anli ul li .desc i {
  display: block;
  width: 2em;
  height: 2px;
  background: #eee;
  margin: 20px 0;
}
.list-anli ul li .desc p.leixing {
  line-height: 22px;
  margin-bottom: 15px;
  color: #43afb3;
}
.list-anli ul li .desc p.miaoshu {
  line-height: 22px;
  margin-bottom: 5px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.list-anli ul li .list-anli-link {
  margin-top: 20px;
}
.list-anli ul li .list-anli-link a {
  border-radius: 50px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 120px;
  text-align: center;
}
.list-anli ul li .list-anli-link a.jxz {
  background: #43afb3;
  color: #fff;
}
.list-anli ul li:nth-child(2n) .img {
  float: right;
}
.list-anli ul li:hover .desc h2 {
  color: #43afb3;
}
.list-anli ul li:last-child {
  margin-bottom: 0;
}

/*新闻列表*/
.list-article {
  margin: 30px 0;
}
.list-article:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list-article ul {
  margin-top: -30px;
  margin-left: -30px;
}
.list-article ul li {
  width: 50%;
  float: left;
  margin-top: 30px;
}
.list-article ul li .box {
  border: solid 2px #eee;
  margin-left: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.list-article ul li .box h2 {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.article-desc {
  overflow: hidden;
  position: relative;
  height: 120px;
}
.article-desc img {
  width: 180px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-desc .desc {
  padding-left: 200px;
}
.article-desc .desc p.miaoshu {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-desc .desc p.data {
  color: #999;
  line-height: 24px;
  margin-top: 20px;
}
.list-article ul li .box:hover {
  border: solid 2px rgba(112, 186, 150, 0.15);
}
.list-article ul li .box:hover h2 {
  color: #43afb3;
}

/*新闻详情页*/
.article-head {
  margin-bottom: 40px;
}
.article-head h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}
.article-head .article-info {
  line-height: 22px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.article-head .article-info span {
  float: left;
  margin-right: 20px;
}
.article-body {
  line-height: 26px;
  font-size: 15px;
}
.article-body img {
  max-width: 100% !important;
  height: auto !important;
}
.article-body p {
  margin-bottom: 15px;
}

/*预约咨询*/
.list-form {
  /*margin: 50px 0;*/
  /*margin-bottom: 80px;*/
  background: #fff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.list-form .section-title{
  font-size: 20px;
  line-height: 60px;
}

.list-form .info{
    text-align: center;
    color:#f39800;
    font-size: 14px;
    margin-top: 10px;
}
.list-form ul {
  
}
.list-form ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 46px;
}

.list-form .half-ul{
  width:100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  /* margin-top: 20px; */
}

.list-form .half-ul .half-li{
  position: relative;
  overflow: hidden;
  /* margin-bottom: 20px; */
  min-height: 46px;
  width:50%
}

/* .list-form ul li:last-child {
  margin-bottom: 0;
} */

.list-form ul li .tip-text {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-form ul li .xuanze {
  padding-left: 100px;
  overflow: hidden;
}
.list-form ul li .xuanze input {
  display: none;
}
.list-form ul li .xuanze label {
  cursor: pointer;
  background: rgba(112, 186, 150, 0.1);
  color: #333;
  font-size: 16px;
  padding: 0 20px;
  line-height: 46px;
  min-width: 80px;
  text-align: center;
  float: left;
  margin-right: 8px;
  border-radius: 8px;
}
.list-form ul li .xuanze input:checked + label {
  background: #43afb3;
  color: #fff;
}
.list-form ul li .xuanze input:disabled + label {
  opacity: 0.7;
}

.list-form ul li .input {
  padding-left: 100px;
  overflow: hidden;
}
.list-form ul li .input input {
  float: left;
  margin-right: 5px;
  background: rgba(112, 186, 150, 0.1);
  font: 16px "Microsoft YaHei";
  line-height: 46px;
  width: 310px;
  border-radius: 8px;
  border: 0;
  outline: none;
  padding: 0 20px;
}

.list-form ul li .textarea {
  padding-left: 100px;
  overflow: hidden;
}
.list-form ul li .textarea textarea {
  height: 200px;
  resize: none;
  width: 100%;
  line-height: 26px;
  font: 16px "Microsoft YaHei";
  outline: none;
  padding: 13px 20px;
  border-radius: 8px;
  background: rgba(112, 186, 150, 0.1);
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.list-form ul li.center {
  text-align: center;
  margin-top: 40px;
}
.list-form ul li button {
  background: #43afb3;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 300px;
  border: 0;
  border-radius: 46px;
  height: 46px;
  line-height: 46px;
  font: 16px "Microsoft YaHei";
}

/*页脚*/
.footer-bg {
  background: #f5f5f5;
  padding: 60px 0;
  border-bottom: #eee 1px solid;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .left {
  float: left;
}
.footer-dh {
  overflow: hidden;
  line-height: 36px;
  margin-bottom: 20px;
}
.footer-dh ul {
}
.footer-dh ul li {
  float: left;
  font-size: 16px;
  margin-right: 25px;
}
.footer-dh ul li a {
  color: #555;
}
.footer-message {
  line-height: 34px;
  font-size: 14px;
  color: #555;
}
.footer .right {
  float: right;
}
.footer .right .ewm {
  float: left;
  margin-left: 20px;
  text-align: center;
}
.footer .right .ewm img {
  margin-bottom: 10px;
  width: 122px;
}
.footer .right .ewm p {
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  color: #999;
}

.footer-copy {
  font-size: 14px;
  background: #f5f5f5;
  padding: 30px 0;
  color: #999;
}
.footer-copy p {
  text-align: center;
}
.footer-copy a {
  color: #999;
}

/*客服*/
.kefu {
  position: fixed;
  z-index: 98;
  right: 0;
  top: 520px;
  width: 60px;
  background: #43afb3;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.kefu ul {
}
.kefu ul li {
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.kefu ul li i {
  display: block;
  height: 28px;
  width: 28px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.kefu ul li i.icon-kefu-1 {
  background: url(../images/kefu-1.svg) no-repeat center center;
  background-size: 100%;
}
.kefu ul li i.icon-kefu-2 {
  background: url(../images/kefu-2.svg) no-repeat center center;
  background-size: 100%;
}
.kefu ul li i.icon-kefu-3 {
  background: url(../images/kefu-3.svg) no-repeat center center;
  background-size: 100%;
}
.kefu ul li i.icon-kefu-4 {
  background: url(../images/kefu-4.svg) no-repeat center center;
  background-size: 90%;
}
.kefu ul li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.kefu ul li a {
  display: block;
}
.kefu ul li .kefu-call {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  background: #fff;
  height: 52px;
  padding: 10px 20px;
  border: solid 1px #eee;
}
.kefu ul li .kefu-call p {
  color: #333 !important;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.kefu ul li .kefu-call strong {
  display: block;
  font-size: 24px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffa309;
}
.kefu ul li:hover .kefu-call {
  display: block;
}
.kefu ul li .kefu-img {
  display: none;
  position: absolute;
  left: -162px;
  top: 0;
  width: 140px;
  background: #fff;
  padding: 10px;
  border: solid 1px #eee;
}
.kefu ul li .kefu-img img {
  width: 100%;
}
.kefu ul li .kefu-img p {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #666 !important;
}
.kefu ul li .kefu-img p.red {
  color: #ffa309 !important;
}
.kefu ul li:hover {
  background: #ffa309;
}
.kefu ul li:hover p {
  color: #fff;
}
.kefu ul li:hover i {
  opacity: 1;
}
.kefu ul li:last-child {
  border-bottom: 0;
}
.kefu ul li:hover .kefu-img {
  display: block;
}
.fixed-center {
  top: 50%;
  transform: translateY(-50%);
}

#ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
#ab_img p span {
  text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st {
  font-family: 宋体;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}


/* 君满心理新增 */

