@charset "utf-8";
/* CSS Document */

.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  cursor: move;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  margin: 0 6px;
  opacity: 0.4;
  border: 1px solid #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.banner .swiper-visible-switch {
  background: #fff;
}

.banner .swiper-active-switch {
  background: #c74277;
  width: 20px;
  opacity: 1;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide a {
  position: relative;
  display: block;
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner a.prev_btn,
.banner a.next_btn {
  position: absolute;
  z-index: 66;
  top: 50%;
  margin-top: -40px;
  width: 44px;
  height: 81px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.banner a.prev_btn:hover,
.banner a.next_btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banner a.prev_btn {
  left: 6%;
  background: url(../img/common-img/banner-prev.png) no-repeat;
}

.banner a.next_btn {
  right: 6%;
  background: url(../img/common-img/banner-next.png) no-repeat;
}

.service {
  padding: 36px 0;
  background: #f5f6fa;
}

.service li {
  width: 190px;
  height: 278px;
  text-align: center;
  float: left;
  transition: all .2s linear;
  background: #fdfefe;
  margin: 15px 18px;
  padding: 0 6px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 6px;
}

.service li a {
  display: block;
  text-align: center;
}

.service li .img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 25px auto 0;
}

.service .desc .title {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  line-height: 26px;
  font-weight: bold;
}

.service .desc .tip {
  font-size: 15px;
  line-height: 26px;
  color: #999;
}

.service .desc .btn {
  display: block;
  width: 60%;
  line-height: 32px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.service .desc .count {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  color: #ccc;
  margin-top: 5px;
}

.service .desc .count i {
  color: #ff0f0f;
  font-style: normal;
  font-weight: bold;
}

.service .item_1 .desc .btn {
  border-color: #f47774;
  color: #f47774;
}

.service .item_2 .desc .btn {
  border-color: #1296db;
  color: #1296db;
}

.service .item_3 .desc .btn {
  border-color: #55cd98;
  color: #55cd98;
}

.service .item_4 .desc .btn {
  border-color: #bda782;
  color: #bda782;
}

.service .item_5 .desc .btn {
  border-color: #c74277;
  color: #c74277;
}

.service .item_1:hover {
  -webkit-box-shadow: 0 0 3px 1px #f47774;
  -moz-box-shadow: 0 0 3px 1px #f47774;
  box-shadow: 0 0 3px 1px #f47774;
  transform: translateY(-1%);
  border: 1px solid transparent;
}

.service .item_1:hover .desc .title {
  color: #f47774;
}


.service .item_1:hover .desc .btn {
  background: #f47774;
  color: #fff;
}

.service .item_1:hover .count i {
  color: #f47774;
}

.service .item_2:hover {
  -webkit-box-shadow: 0 0 3px 1px #1296db;
  -moz-box-shadow: 0 0 3px 1px #1296db;
  box-shadow: 0 0 3px 1px #1296db;
  transform: translateY(-1%);
  border: 1px solid transparent;
}

.service .item_2:hover .desc .title {
  color: #1296db;
}


.service .item_2:hover .desc .btn {
  background: #1296db;
  color: #fff;
}

.service .item_2:hover .count i {
  color: #1296db;
}

.service .item_3:hover {
  -webkit-box-shadow: 0 0 3px 1px #55cd98;
  -moz-box-shadow: 0 0 3px 1px #55cd98;
  box-shadow: 0 0 3px 1px #55cd98;
  transform: translateY(-1%);
  border: 1px solid transparent;
}

.service .item_3:hover .desc .title {
  color: #55cd98;
}


.service .item_3:hover .desc .btn {
  background: #55cd98;
  color: #fff;
}

.service .item_3:hover .count i {
  color: #55cd98;
}

.service .item_4:hover {
  -webkit-box-shadow: 0 0 3px 1px #bda782;
  -moz-box-shadow: 0 0 3px 1px #bda782;
  box-shadow: 0 0 3px 1px #bda782;
  transform: translateY(-1%);
  border: 1px solid transparent;
}

.service .item_4:hover .desc .title {
  color: #bda782;
}

.service .item_4:hover .desc .btn {
  background: #bda782;
  color: #fff;
}

.service .item_4:hover .count i {
  color: #bda782;
}

.service .item_5:hover {
  -webkit-box-shadow: 0 0 3px 1px #c74277;
  -moz-box-shadow: 0 0 3px 1px #c74277;
  box-shadow: 0 0 3px 1px #c74277;
  transform: translateY(-1%);
  border: 1px solid transparent;
}

.service .item_5:hover .desc .title {
  color: #c74277;
}

.service .item_5:hover .desc .btn {
  background: #c74277;
  color: #fff;
}

.service .item_5:hover .count i {
  color: #c74277;
}

.service-box_1,
.service-box_3,
.service-box_5 {
  background: #fff;
}

.service-box_1 .box-header .title span,
.service-box_3 .box-header .title span,
.service-box_5 .box-header .title span,
.service-box_7 .box-header .title span {
  background: #fff;
}

.service-box_2,
.service-box_4,
.service-box_6 {
  background: #f5f6fa;
}

.service-box_2 .box-header .title span,
.service-box_4 .box-header .title span,
.service-box_6 .box-header .title span {
  background: #f5f6fa;
}

.service-box {
  padding: 60px 0;
}

.service-box .box-header {
  text-align: center;
  margin-bottom: 40px;
}

.service-box .box-header .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}

.service-box .box-header .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}

.service-box .box-header .title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 56px;
}

.service-box .box-header .desc {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 6px;
}

.service-box .box-body .list ul {
  margin-left: -12px;
}

.service-box .box-body .list li {
  float: left;
  width: 33.33333%;
  margin-bottom: 12px;
  cursor: pointer;
}

.service-box .box-body .list li a {
  position: relative;
  display: block;
  margin-left: 12px;
  padding: 32px 30px 22px;
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.2);
  background: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.service-box .box-body .list li a .bg-ico {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 88px;
  height: 88px;
}

.service-box .box-body .list li a .text {
  position: relative;
  padding-right: 76px;
}

.service-box .box-body .list li a .title {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 6px;
}

.service-box .box-body .list li a .desc {
  font-size: 13px;
  color: #575757;
  line-height: 20px;
  margin-bottom: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-box .box-body .list li a .btn {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 24px;
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.service-box_1 .box-header .title span {
  color: #359ece;
}

.service-box_1 .box-body .list li a .btn {
  border-color: #359ece;
  color: #359ece;
}

.service-box_2 .box-header .title span {
  color: #bda782;
}

.service-box_2 .box-body .list li a .btn {
  border-color: #bda782;
  color: #bda782;
}

.service-box_3 .box-header .title span {
  color: #507fb3;
}

.service-box_3 .box-body .list li a .btn {
  border-color: #507fb3;
  color: #507fb3;
}

.service-box_4 .box-header .title span {
  color: #f279a2;
}

.service-box_4 .box-body .list li a .btn {
  border-color: #f279a2;
  color: #f279a2;
}

.service-box_5 .box-header .title span {
  color: #259aa8;
}

.service-box_5 .box-body .list li a .btn {
  border-color: #259aa8;
  color: #259aa8;
}

.service-box .box-body .list li a:hover .title,
.service-box .box-body .list li a:hover .desc {
  color: #fff;
}

.service-box .box-body .list li a:hover .btn {
  background: #fff;
}

.service-box_1 .box-body .list li a:hover {
  background: #359ece;
}

.service-box_1 .box-body .list li a:hover .btn {
  color: #359ece;
}

.service-box_2 .box-body .list li a:hover {
  background: #bda782;
}

.service-box_2 .box-body .list li a:hover .btn {
  color: #bda782;
}

.service-box_3 .box-body .list li a:hover {
  background: #507fb3;
}

.service-box_3 .box-body .list li a:hover .btn {
  color: #507fb3;
}

.service-box_4 .box-body .list li a:hover {
  background: #f279a2;
}

.service-box_4 .box-body .list li a:hover .btn {
  color: #f279a2;
}

.service-box_5 .box-body .list li a:hover {
  background: #259aa8;
}

.service-box_5 .box-body .list li a:hover .btn {
  color: #259aa8;
}

/* .baozhang {
  overflow: hidden;
} */

.baozhang ul {
  margin-left: -24px;
}

.baozhang li {
  float: left;
  width: 25%;
  margin-bottom: 12px;
}

.baozhang li a {
  position: relative;
  display: block;
  margin-left: 24px;
  border: 1px solid transparent;
  top: 0;
  transition: all .4s;
}

.baozhang li a .img {
  display: block;
  width: 100%;
}

.baozhang li.item_1 a {
  background: #359ece;
}

.baozhang li.item_2 a {
  background: #bda782;
}

.baozhang li.item_3 a {
  background: #507fb3;
}

.baozhang li.item_4 a {
  background: #259aa8;
}

.baozhang .text {
  padding: 32px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.baozhang .text .title {
  position: relative;
  font-size: 18px;
  margin-bottom: 32px;
}

.baozhang .text .title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-top: 2px solid #fff;
  transition: all .4s;
}

.baozhang li a:hover {
  top: -12px;
}

.baozhang li a:hover .text .title::after {
  width: 72px;
  margin-left: -36px;
}

.baozhang li.item_1 a:hover {
  border-color: #359ece;
}

.baozhang li.item_2 a:hover {
  border-color: #bda782;
}

.baozhang li.item_3 a:hover {
  border-color: #507fb3;
}

.baozhang li.item_4 a:hover {
  border-color: #259aa8;
}



.index-news .index-news-header ul {
  text-align: center;
  border-bottom: 1px solid #c74277;
}

.index-news .index-news-header li {
  display: inline-block;
  vertical-align: top;
}

.index-news .index-news-header li a {
  display: block;
  padding: 0 26px;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  margin: 0 8px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #eeeeee;
}

.index-news .index-news-header li.active a {
  background: #c74277;
  color: #fff;
}

.index-news .index-news-body {
  padding-top: 24px;
  overflow: hidden;
}

.index-news .index-news-body ul {
  margin-left: -32px;
}

.index-news .index-news-body li {
  float: left;
  width: 33.33333%;
  /* margin-bottom: 8px; */
}

.index-news .index-news-body .inner {
  margin-left: 32px;
}

.index-news .index-news-body .date {
  float: right;
  line-height: 32px;
  font-size: 14px;
  color: #7d7d7d;
}

.index-news .index-news-body .title {
  margin-right: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}

.index-news .index-news-body .title a {
  font-size: 14px;
  color: #333;
}

.index-news .index-news-body .title a:hover {
  color: #c74277;
  text-decoration: underline;
}

.index-news .index-news-body .item {
  display: none;
}

.box-header-2 .title {
  font-size: 28px !important;
  font-weight: normal !important;
}

.box-header-2 .title::before {
  display: none;
}

.pinpai li {
  float: left;
  width: 20%;
}

.pinpai li img {
  display: block;
  width: 100%;
}


.about .img {
  float: left;
  width: 592px;
}

.about .text {
  margin-left: 616px;
  font-size: 14px;
  line-height: 24px;
  font-size: 14px;
  color: #444;
}

.main {
  padding-bottom: 64px;
}

.main .main-right {
  float: right;
  width: 306px;
}

.main .main-right .item {
  border: 1px solid #eeeeee;
  margin-bottom: 16px;
  padding: 0 12px;
}

.main .main-right .item-header {
  padding-left: 28px;
  line-height: 48px;
  background: url(../img/common-img/title-ico.png) left center no-repeat;
  font-size: 15px;
  color: #333;
  border-bottom: 1px dashed #eee;
  font-weight: bold;
}

.main .main-right .item-category .list {
  padding: 12px 0 1px;
}

.main .main-right .item-category .list ul {
  margin-left: -16px;
}

.main .main-right .item-category .list li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.main .main-right .item-category .list li a {
  display: block;
  margin-left: 16px;
  text-align: center;
  font-size: 13px;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main .main-right .item-category .list li a:hover {
  background: #C74277;
  border-color: #C74277;
  color: #fff;
}

.main .main-right .item-recommend li {
  position: relative;
  padding: 8px 0 8px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f1f1f1;
}

.main .main-right .item-recommend li:last-child {
  border: none;
}

.main .main-right .item-recommend li .ico {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dddddd;
  color: #fff;
  border-radius: 50%;
}

.main .main-right .item-recommend li:nth-child(1) .ico,
.main .main-right .item-recommend li:nth-child(2) .ico,
.main .main-right .item-recommend li:nth-child(3) .ico {
  background: #C74277;
}

.main .main-right .item-recommend li a {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.main .main-right .item-recommend li a:hover {
  color: #C74277;
  text-decoration: underline;
}

.main .main-right .item-header-2 {
  position: relative;
  background: none;
  padding-left: 12px;
}

.main .main-right .item-header-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  height: 16px;
  border-left: 4px solid #C74277;
}

.main .main-right .item-xiangguan .list li {
  border-bottom: 1px solid #f1f1f1;
}

.main .main-right .item-xiangguan .list li:last-child {
  border: none;
}

.main .main-right .item-xiangguan .list a {
  display: block;
  padding: 12px 0;
}

.main .main-right .item-xiangguan .list a:hover .text .title {
  color: #C74277;
}

.main .main-right .item-xiangguan .list .img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.main .main-right .item-kefu {
  padding: 0;
}

.main .main-right .item-kefu .item-kefu-header li {
  position: relative;
  float: left;
  width: 50%;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.main .main-right .item-kefu .item-kefu-header li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #eee;
}

.main .main-right .item-kefu .item-kefu-header li:first-child::before {
  display: none;
}

.main .main-right .item-kefu .item-kefu-header li a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.main .main-right .item-kefu .item-kefu-header li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  margin-right: 10px;
}

.main .main-right .item-kefu .item-kefu-header li.active {
  border-bottom: none;
}

.main .main-right .item-kefu .item-kefu-header li.active a {
  color: #C74277;
  font-weight: bold;
}

.main .main-right .item-kefu .item-kefu-header li.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  border: 7px solid transparent;
  border-top-color: #C74277;
}

.main .main-right .item-kefu .item-kefu-body {
  position: relative;
  text-align: center;
  padding: 24px;
}

.main .main-right .item-kefu .item-kefu-body .avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto 12px;
}

.main .main-right .item-kefu .item-kefu-body .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

.main .main-right .item-kefu .item-kefu-body .tel {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.main .main-right .item-kefu .item-kefu-body .star {
  font-size: 0;
}

.main .main-right .item-kefu .item-kefu-body .star img {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}

.main .main-right .item-kefu .kefu-contact {
  margin-top: 32px;
}

.main .main-right .item-kefu .kefu-contact ul {
  margin-left: -12px;
}

.main .main-right .item-kefu .kefu-contact li {
  float: left;
  width: 50%;
}

.main .main-right .item-kefu .kefu-contact li .text {
  display: block;
  margin-left: 12px;
  border-radius: 3px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.main .main-right .item-kefu .kefu-contact li:nth-child(1) .text {
  background: #C74277;
  cursor: pointer;
}

.main .main-right .item-kefu .kefu-contact li:nth-child(1) .text:hover .ewm-box {
  display: block;
}

.main .main-right .item-kefu .kefu-contact li:nth-child(2) .text {
  background: #3573ec;
}

.main .main-right .item-xiangguan .list .text {
  margin-left: 84px;
}

.main .main-right .item-xiangguan .list .text .title {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 16px;
}

.main .main-right .item-xiangguan .list .text .desc {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 9px;
}


.main .main-left {
  margin-right: 332px;
}


.bread {
  font-size: 12px;
  color: #cbcbcf;
  padding: 20px 0;
}

.bread a {
  color: #888;
  font-size: 14px;
}

.bread a:hover,
.bread a.active {
  color: #C74277;
}

.news li {
  margin-bottom: 16px;
}

.news li a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 18px;
  overflow: hidden;
}

.news .date {
  float: left;
  width: 110px;
  padding: 18px 0;
  text-align: center;
  background: #C74277;
  color: #fff;
}

.news .date .day {
  font-size: 32px;
  font-weight: bold;
}

.news .date .year {
  font-size: 14px;
  margin-top: 14px;
}

.news .text {
  margin-left: 130px;
  padding-top: 6px;
}

.news .text .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.news .text .desc {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 13px;
}

.news .text .key {
  font-size: 12px;
  color: #4fc5ff;
}

.news li a:hover .text .title {
  color: #C74277;
}

.page {
  text-align: center;
}

.page a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #999;
  border: 1px solid #dddddd;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 3px;
  transition: all 0.4s;
}

.page a:hover,
.page a.active {
  background: #C74277;
  color: #fff;
  border-color: #C74277;
}

.news .page {
  padding-top: 12px;
}

.relevant .box-title {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 12px;
}

.relevant ul {
  margin-left: -32px;
}

.relevant li {
  float: left;
  width: 50%;
  /* margin-bottom: 8px; */
}

.relevant .inner {
  margin-left: 32px;
}

.relevant .date {
  float: right;
  line-height: 32px;
  font-size: 14px;
  color: #999;
}

.relevant .inner .title {
  position: relative;
  padding-left: 16px;
  margin-right: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}

.relevant .inner .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  margin-top: -3px;
}


.relevant .title a {
  font-size: 14px;
  color: #454545;
}

.relevant .title a:hover {
  color: #c74277;
  text-decoration: underline;
}

.main .main-left-inner {
  border: 1px solid #eee;
  padding: 12px;
}

.news-detail .title {
  font-size: 22px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 12px;
}

.news-detail .msg {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.news-detail .msg span {
  display: inline-block;
  font-variant: top;
  margin-right: 16px;
  font-size: 13px;
  color: #999;
}

.news-detail .content {
  padding: 16px 0 28px;
  font-size: 14px;
  color: #454545;
  line-height: 24px;
}

.page-controller {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 36px;
  color: #333;
}

.page-controller p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-controller a {
  color: #666;
}

.page-controller a:hover {
  text-decoration: underline;
  color: #C74277;
}

.share-box {
  padding: 26px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.share-box .qrcode {
  float: right;
  width: 315px;
}

.share-box .qrcode .img {
  float: left;
  width: 83px;
  height: 83px;
}

.share-box .qrcode .text {
  margin-left: 94px;
  height: 83px;
  border-left: 1px solid #C74277;
  padding-left: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #C74277;
  line-height: 26px;
}

.share-box .qrcode .text .p1 {
  padding-top: 14px;
}

.share-box .share {
  float: left;
}

.share-box .share .title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.bshare-custom.icon-medium-plus a {
  padding-left: 42px !important;
  height: 42px !important;
}

.bshare-custom.icon-medium-plus .bshare-sinaminiblog {
  background: url(../img/common-img/share-weibo.png) !important;
}

.bshare-custom.icon-medium-plus .bshare-weixin {
  background: url(../img/common-img/share-weixin.png) !important;
}

.bshare-custom.icon-medium-plus .bshare-qqim {
  background: url(../img/common-img/share-qq.png) !important;
}

.bshare-custom.icon-medium-plus .bshare-qzone {
  background: url(../img/common-img/share-qzone.png) !important;
}

.bshare-custom.icon-medium-plus .bshare-baiduhi {
  background: url(../img/common-img/share-baidu.png) !important;
}

.filter {
  font-size: 14px;
  color: #333;
  padding: 16px 16px 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 3px 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.filter .item {
  line-height: 24px;
  margin-bottom: 16px;
}

.filter .item:last-child {
  margin-bottom: 0;
}

.filter .item-header {
  float: left;
  width: 72px;
  text-align: right;
}

.filter .item-body {
  margin-left: 92px;
}

.filter .item-body li {
  float: left;
  margin-right: 24px;
  margin-bottom: 6px;
}

.filter .item-body li a {
  display: block;
  color: #333;
}

.filter .item-body li a:hover,
.filter .item-body li a.active {
  color: #C74277;
}

.service-list {
  background: #fff;
  padding-bottom: 64px;
  padding-top: 0;
}

.service-list ul {
  margin-left: -12px;
  padding-bottom: 32px;
}

.service-list li {
  float: left;
  width: 20%;
  height: auto;
  margin: 0 0 12px 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}

.service-list li a {
  position: relative;
  display: block;
  margin-left: 12px;
  border: 1px solid #eee;
  padding-bottom: 36px;
  padding-top: 1px;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #ddd;
  transition: all .4s;
  top: 0;
}

.service-list li a .desc .title {
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 16px;
  padding: 0 12px;
  line-height: 26px;
  height: 52px;
}

.service-list li a .desc .tip {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
}

.service-list li a .desc .btn {
  margin-top: 24px;
  font-size: 14px;
  transition: all .4s;
}

.service-list li a .img {
  border: 8px solid #f4f4f4;
  border-radius: 50%;
  margin-top: 36px;
}

.service-list li a:hover {
  border-color: #C74277;
  top: -5px;
}

.service-list li a:hover .desc .btn {
  border-color: #C74277;
  color: #C74277;
}

.service-detail {
  padding: 12px 0;
}

.service-detail .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 12px;
}

.service-detail .desc {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  padding: 0 12px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.service-detail .content .tip {
  position: relative;
  left: -12px;
  background: #f8f8f8;
  font-size: 15px;
  color: #555;
  font-weight: bold;
  padding: 16px 24px;
  width: 818px;
}

.service-detail .content .tip span {
  display: inline-block;
  vertical-align: top;
  border-left: 4px solid #C74277;
  padding-left: 8px;
}

.service-detail .content .text {
  padding: 24px 16px;
  font-size: 15px;
  line-height: 25px;
  color: #555;
}

.ewm-box {
  width: 200px;
  background: #FFFFFF;
  border-radius: 2px;
  position: relative;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 2px 15px 13px 2px rgb(214 218 226 / 63%);
}

.ewm-box {
  display: none;
  position: absolute;
  top: 20px;
  left: 50px;
}

.ewm-box>img {
  width: 148px;
  height: 148px;
  object-fit: contain;
}

.ewm-box .desc {
  /* width: 121px; */
  background: #F2F4F8;
  height: 28px;
  line-height: 28px;
  margin-top: 6px;
  position: relative;
  padding-left: 29px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 0 !important;
}

.ewm-box .desc img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 6px;
}

.main .main-right {
  position: relative;
  z-index: 9;
}

.main .main-right .item-kefu .child-kefu {
  text-align: left;
}

.main .main-right .item-kefu .child-kefu li {
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}

.main .main-right .item-kefu .child-kefu ul li:first-child {
  padding-top: 0;
}

.main .main-right .item-kefu .child-kefu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.main .main-right .item-kefu .child-kefu li .avatar {
  float: left;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.main .main-right .item-kefu .child-kefu li .text {
  margin-left: 92px;
  padding-top: 11px;
}

.main .main-right .item-kefu .child-kefu li .text span {
  display: inline-block;
  vertical-align: baseline;
}

.main .main-right .item-kefu .child-kefu li .text .title .desc {
  color: #797979;
  margin-left: 10px;
}

.main .main-right .item-kefu .child-kefu li .text .btn{
  font-size: 0;
}

.main .main-right .item-kefu .child-kefu li .text .btn a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  border-radius: 3px;
  width: 64px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border: 1px solid transparent;
  margin-bottom: 0;
  font-size: 12px;
}

.main .main-right .item-kefu .child-kefu li .text .btn a.wx {
  color: #C74277;
  border-color: #C74277;
}

.main .main-right .item-kefu .child-kefu li .text .btn a.tel {
  color: #3573ec;
  border-color: #3573ec;
  margin-left: 8px;
}

.main .main-right .item-kefu .child-kefu li .text .btn a:hover .ewm-box {
  display: block;
  left: -211px;
  top: -124px;
}
