input {
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

/*color*/
.text-gray-5 {
  color: #555;
}

.text-gray {
  color: #999;
}

a:hover, a:focus {
  text-decoration: none;
}

/*ellipsis*/
.p-ellipsis01, .sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-title, .sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item .item-title, .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title, .sub-page .detail-body .body-left .box-cont .news-list-con .news-item .item-title, .index-page .index-news .news-list .news-info-item .info-con .news-font-top, .case-list .case-item-con .index-case-title, .banner-con .banner-body-con .banner-article .article-item .item-info-con {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item, .sub-page.tags-list-page .tags-list-box .tags-list-con, .sub-page.function-detail-page .detail-top-con, .sub-page .search-box, .sub-page .detail-body .body-right .right-con.new-news-box .news-list, .sub-page .detail-body .body-left .article-list-con .thumbnail-box, .sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con, .sub-page .detail-body .body-left .article-list-con .article-list .article-item, .sub-page .detail-body .body-left .box-cont .news-list-con .news-item, .sub-page .detail-body, .sub-page .menu-list-box .box-con, .sub-page .sub-banner, .index-page .index-news .news-list .news-info-item, .index-page .index-client .client-list, .index-page .product-category .category-list-con .category-item .item-title, .index-page .product-category .category-list-con, .banner-con .banner-body-con .banner-article, .banner-con .banner-body-con, .footer-con .footer-info .info-left .info-con, .footer-con .footer-info {
  display: flex;
  display: -webkit-flex;
}

/*fontsize*/
.size12 {
  font-size: 12px;
}

.size18 {
  font-size: 18px;
}

.overflow {
  overflow: hidden;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.marg-t-10 {
  margin-top: 10px;
}

.marg-t-20 {
  margin-top: 20px;
}

@font-face {
  font-family: "NeueMachina";
  src: url("../css/NeueMachina-Regular.otf");
}
/*header*/
.index-page .navbar-default {
  box-shadow: 0 0 30px #eee;
}

.navbar-default {
  background: #fff;
  top: 0;
  border-bottom: none;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
}
.navbar-default.navbar {
  margin-bottom: 0;
  min-height: 90px;
}
.navbar-default .header-top-con {
  background: #fff;
  padding: 15px 0;
  font-size: 12px;
  box-shadow: 0 0 5px 0 #eee;
}
.navbar-default .header-top-con a {
  color: #555;
}
.navbar-default .header-top-con .top-nav {
  margin-right: 30px;
}
.navbar-default .header-top-con .top-login {
  float: right;
  position: relative;
}
.navbar-default .header-top-con .top-login .dropdown-menu {
  margin-top: 10px;
}
.navbar-default .header-top-con .top-login .loader {
  position: relative;
  width: 20px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -11px;
}
.navbar-default .header-top-con .top-login .loader .line {
  width: 4px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6368), to(#ff0008));
  background: -webkit-linear-gradient(top, #ff6368, #ff0008);
  background: linear-gradient(to bottom, #ff6368, #ff0008);
}
.navbar-default .header-top-con .top-login .loader .line.line1 {
  left: 0;
  -webkit-animation: line-grow 0.5s ease alternate infinite;
  animation: line-grow 0.5s ease alternate infinite;
}
.navbar-default .header-top-con .top-login .loader .line.line2 {
  left: 8px;
  -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
  animation: line-grow 0.5s 0.2s ease alternate infinite;
}
.navbar-default .header-top-con .top-login .loader .line.line3 {
  left: 16px;
  -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
  animation: line-grow 0.5s 0.4s ease alternate infinite;
}
@-webkit-keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}
@keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}
.navbar-default .header-top-con .top-login .online-btn {
  margin-right: 20px;
  cursor: pointer;
}
.navbar-default .header-top-con .top-login .top-btn {
  border-radius: 2px;
  color: #fff;
  padding: 8px 20px;
}
.navbar-default .navbar-header {
  margin-left: -15px !important;
}
.navbar-default .navbar-header .navbar-brand {
  height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 300px;
  display: inline-block;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  margin-top: 30px;
}
.navbar-default .navbar-collapse {
  margin-right: 240px;
}
.navbar-default .navbar-nav {
  font-size: 16px;
  margin-top: 27px;
}
.navbar-default .navbar-nav > li {
  margin-left: 50px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 20px 5px;
  display: inline-block;
  position: relative;
}
.navbar-default .navbar-nav > li > a:before {
  width: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 3px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  background: #FF5474;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #FF5474;
}
.navbar-default .navbar-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #FF5474;
}
.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
}
.navbar-default .navbar-nav > li > a .caret {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.navbar-default .navbar-nav > li.active a {
  background: transparent;
  border-bottom: 3px solid #FF5474;
  color: #FF5474;
}
.navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus {
  background: transparent;
  color: #FF5474;
}
.navbar-default .navbar-nav .sub-nav-list {
  position: absolute;
  background: #fff;
  width: 160px;
  border-top: 2px solid #FF5474;
  padding-left: 0;
  left: 0;
  top: 60px;
  display: none;
}
.navbar-default .navbar-nav .sub-nav-list li {
  list-style: none;
  padding: 10px 10px 10px 30px;
}
.navbar-default .navbar-nav .sub-nav-list li a {
  color: #333;
  border-bottom: none;
  display: block;
}
.navbar-default .navbar-nav .sub-nav-list li a:hover {
  text-decoration: none;
}
.navbar-default .navbar-nav .sub-nav-list li:hover {
  background: #f3f3f3;
}
.navbar-default .phone-con {
  position: absolute;
  right: 20px;
  top: 20px;
}
.navbar-default .phone-con p {
  margin-bottom: 5px;
}
.navbar-default .phone-con .iconfont {
  color: #999;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.navbar-default .phone-con span, .navbar-default .phone-con a {
  font-size: 18px;
  color: #999;
}

/*footer*/
.footer-con {
  background: #2b303b;
  padding: 60px 0 40px;
  color: #fff;
}
.footer-con .footer-info {
  border-bottom: 1px solid #555;
}
.footer-con .footer-info .info-left {
  flex: auto;
}
.footer-con .footer-info .info-left .info-con {
  margin-bottom: 20px;
  line-height: 28px;
}
.footer-con .footer-info .info-left .info-con .info-title {
  width: 160px;
  flex: none;
  font-size: 18px;
}
.footer-con .footer-info .info-left .info-con .info-text {
  flex: auto;
  color: #ccc;
}
.footer-con .footer-info .info-left .info-con .info-text a {
  color: #ccc;
}
.footer-con .footer-info .info-left .info-con .info-text a:hover {
  color: #fff;
}
.footer-con .footer-info .info-left .info-con .info-text span {
  margin-right: 20px;
}
.footer-con .footer-info .info-right {
  flex: none;
  width: 150px;
  text-align: center;
  margin-left: 150px;
}
.footer-con .footer-info .info-right img {
  width: 100%;
  margin-top: 10px;
}
.footer-con .footer-copyright {
  margin-top: 20px;
  color: #aaa;
}
.footer-con .footer-copyright a {
  color: #aaa;
}
.footer-con .footer-copyright a:hover {
  color: #fff;
}

/*banner*/
.banner-con {
  padding: 30px 0;
}
.banner-con .banner-body-con .banner-box {
  width: 1020px;
  border-radius: 5px;
  overflow: hidden;
}
.banner-con .banner-body-con .banner-box img {
  object-fit: cover;
  width: 100%;
  height: 360px;
  border-radius: 5px;
}
.banner-con .banner-body-con .banner-article {
  margin-left: 30px;
  width: calc(100% - 1050px);
  flex-direction: column;
  justify-content: space-between;
}
.banner-con .banner-body-con .banner-article .article-item {
  width: 100%;
  height: 165px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.banner-con .banner-body-con .banner-article .article-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-con .banner-body-con .banner-article .article-item .item-info-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.3);
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.banner-con .swiper-container {
  --swiper-theme-color: #fff;
}
.banner-con .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.banner-con .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #110f28;
}
.banner-con .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
}

/*page*/
.pagelist {
  text-align: center;
  margin: 30px 0;
  font-size: 0;
  padding-left: 0;
}
.pagelist li {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.pagelist li a {
  color: #999;
}
.pagelist li a:hover {
  color: #FF5474;
}
.pagelist li.thisclass {
  border: 1px solid #FF5474;
  color: #FF5474;
}
.pagelist li .pageinfo {
  color: #999;
}
.pagelist li .pageinfo strong {
  margin: 0 5px;
  color: #FF5474;
}

@media (max-width: 1479px) {
  .navbar-default .navbar-header .navbar-brand {
    width: 200px;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 40px;
  }

  /*footer*/
  .footer-con .footer-info .info-right {
    margin-left: 100px;
  }

  /*banner*/
  .banner-con {
    padding: 30px 0;
  }
  .banner-con .banner-body-con .banner-box {
    width: 900px;
  }
  .banner-con .banner-body-con .banner-box img {
    height: 312px;
  }
  .banner-con .banner-body-con .banner-article {
    margin-left: 20px;
    width: calc(100% - 920px);
  }
  .banner-con .banner-body-con .banner-article .article-item {
    height: 145px;
  }
}
@media (max-width: 1239px) {
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default.navbar {
    min-height: 80px;
  }
  .navbar-default .navbar-collapse {
    margin-right: 180px;
  }
  .navbar-default .navbar-nav {
    font-size: 14px;
    margin-top: 15px;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 30px;
  }
  .navbar-default .phone-con {
    top: 16px;
  }
  .navbar-default .phone-con span, .navbar-default .phone-con a {
    font-size: 16px;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 150px;
    margin-top: 25px;
  }

  /*footer*/
  /*banner*/
  .banner-con .banner-body-con .banner-box {
    width: 100%;
  }
  .banner-con .banner-body-con .banner-box img {
    height: 320px;
  }
  .banner-con .banner-body-con .banner-article {
    display: none;
  }

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 25px;
  }

  /*footer*/
  .footer-con {
    padding: 40px 0 30px;
  }
  .footer-con .footer-info .info-left .info-con {
    margin-bottom: 15px;
    line-height: 24px;
  }
  .footer-con .footer-info .info-left .info-con .info-title {
    width: 120px;
    font-size: 16px;
  }
  .footer-con .footer-info .info-left .info-con .info-text span {
    margin-right: 15px;
  }
  .footer-con .footer-info .info-right {
    width: 130px;
    margin-left: 50px;
  }
  .footer-con .footer-copyright {
    font-size: 12px;
    line-height: 1.8;
  }

  /*banner*/
  .banner-con {
    padding: 20px 0;
  }
  .banner-con .banner-body-con .banner-box {
    width: 100%;
  }
  .banner-con .banner-body-con .banner-box img {
    height: 245px;
  }

  .pagelist {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .navbar-default.navbar {
    height: 50px;
    border: none;
    min-height: 50px;
  }
  .navbar-default .navbar-header .navbar-brand {
    margin-top: 10px;
    padding: 0;
    height: 30px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-right: 5px;
    z-index: 99;
    margin-top: 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FF5474;
    width: 24px;
    transition: all 0.2s linear;
  }
  .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
    width: 20px;
    margin-left: 4px;
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(9px, 6px);
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle.nav-clicked .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 0px);
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #FF5474;
  }
  .navbar-default .navbar-collapse {
    background: #fff;
    max-height: none;
    border: none;
    top: -2px;
    overflow-x: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    position: relative;
    z-index: 1000;
    margin-right: -15px;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin-right: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav > li {
    padding: 10px 0;
    margin: 0 0 0 10px;
  }
  .navbar-default .navbar-collapse .navbar-nav > li a {
    color: #333;
    padding: 0 10px;
    line-height: 24px;
    border-bottom: none;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    border-left: 2px solid #FF5474;
  }
  .navbar-default .navbar-collapse .navbar-nav > li.active > a, .navbar-default .navbar-collapse .navbar-nav > li.current > a {
    border-bottom: none;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list {
    position: static;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    border-top: none;
    display: block;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li {
    list-style: inside;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    display: block;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li a {
    color: #555555;
    padding: 10px 0;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li a:hover {
    text-decoration: none;
    border-left: none;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li:hover {
    background: transparent;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li:hover a {
    color: #333;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li.sub-active a {
    color: #231815;
  }
  .navbar-default .navbar-collapse .navbar-nav .sub-nav-list li.active a {
    color: #333;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /*footer*/
  .footer-con {
    padding: 30px 0 10px;
  }
  .footer-con .footer-info {
    flex-wrap: wrap;
  }
  .footer-con .footer-info .info-left .info-con .info-title {
    width: 80px;
    font-size: 12px;
  }
  .footer-con .footer-info .info-left .info-con .info-text {
    font-size: 12px;
  }
  .footer-con .footer-info .info-left .info-con .info-text span {
    margin-right: 10px;
  }
  .footer-con .footer-info .info-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer-con .footer-copyright {
    margin-top: 15px;
  }

  /*banner*/
  .banner-con {
    padding: 15px 0;
  }
  .banner-con .banner-body-con .banner-box img {
    height: 150px;
  }
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
/*index*/
.main-title .title-l {
  font-size: 26px;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding: 0 80px;
  margin: 0;
}
.main-title .title-l:before, .main-title .title-l:after {
  content: "";
  width: 61px;
  height: 10px;
  position: absolute;
  top: 10px;
}
.main-title .title-l:before {
  left: 0;
  background: url("../images/title-bg01.png") no-repeat;
}
.main-title .title-l:after {
  right: 0;
  background: url("../images/title-bg02.png") no-repeat;
}
.main-title .title-s {
  margin-top: 15px;
  color: #999;
}

.section-more {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-more a {
  display: inline-block;
  color: #fff;
  line-height: 45px;
  width: 180px;
  border-radius: 5px;
  font-size: 16px;
  background-image: linear-gradient(90deg, #ff6368, #ff8d91);
}
.section-more a:hover {
  background: #ff6368;
}

.case-list .case-item-con {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.case-list .case-item-con .index-case-pic img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.case-list .case-item-con .index-case-title {
  margin: 10px 15px 5px;
  font-size: 16px;
  line-height: 30px;
}
.case-list .case-item-con .index-case-title a {
  color: #333;
}
.case-list .case-item-con .index-case-title a:hover {
  color: #FF5474;
}
.case-list .case-item-con .index-case-info {
  margin: 0 15px 10px;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-list .case-item-con .index-case-info a {
  color: #777;
}
.case-list .case-item-con .index-case-info a:hover {
  color: #FF5474;
}
.case-list .case-item-con .item-time {
  color: #999;
  margin: 0 15px 15px;
}
.case-list .case-item-con .item-time .iconfont {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.case-list .case-item-con .item-time .right {
  float: right;
  color: #999;
}
.case-list .case-item-con .label-con {
  font-size: 0;
  height: 24px;
  overflow: hidden;
  margin: 0 15px 10px;
}
.case-list .case-item-con .label-con span {
  display: inline-block;
  margin-right: 10px;
  border-radius: 25px;
  color: #FF5474;
  border: 1px solid #FF5474;
  line-height: 22px;
  padding: 0 10px;
  font-size: 12px;
}
.case-list .case-item-con .label-con span.span-label {
  background: #FF5474;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.case-list .case-item-con .label-con span.span-label:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.quick-tourist {
  background: url("../images/content-bs.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
}
.quick-tourist .info-text {
  font-size: 24px;
  padding-bottom: 20px;
}
.quick-tourist .quick-tour-link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  margin: 0 20px;
}

.index-page .product-category {
  background: #f8f8f8;
}
.index-page .product-category .category-list-con {
  padding: 30px 0;
  justify-content: space-between;
}
.index-page .product-category .category-list-con .category-item {
  width: 220px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 5px 20px 20px;
}
.index-page .product-category .category-list-con .category-item .item-title {
  align-items: center;
  margin-bottom: 5px;
}
.index-page .product-category .category-list-con .category-item .item-title .title-icon {
  font-size: 20px;
  margin-right: 5px;
}
.index-page .product-category .category-list-con .category-item .item-title h2 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  flex: auto;
}
.index-page .product-category .category-list-con .category-item .item-title .find-more {
  flex: none;
  color: #999;
  margin-right: 10px;
}
.index-page .product-category .category-list-con .category-item .item-title .find-more .iconfont {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.index-page .product-category .category-list-con .category-item .item-content {
  height: 78px;
  overflow: hidden;
}
.index-page .product-category .category-list-con .category-item .item-content a {
  color: #555;
  white-space: nowrap;
  margin-right: 16px;
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}
.index-page .product-category .category-list-con .category-item .item-content a:hover {
  color: #FF5474;
}
.index-page .product-category .function-con {
  margin: 30px 0;
}
.index-page .product-category .function-con .menu-list-con {
  margin-top: 40px;
  overflow-x: auto;
}
.index-page .product-category .function-con .menu-list-con ul {
  padding-left: 0;
  text-align: center;
  white-space: nowrap;
}
.index-page .product-category .function-con .menu-list-con ul li {
  display: inline-block;
  margin-right: 20px;
}
.index-page .product-category .function-con .menu-list-con ul li a {
  display: block;
  border: 1px solid #eee;
  padding: 8px 25px;
  color: #333;
  border-radius: 3px;
  background: #fff;
}
.index-page .product-category .function-con .menu-list-con ul li.active a, .index-page .product-category .function-con .menu-list-con ul li:hover a {
  color: #FF5474;
  border: 1px solid #FF5474;
}
.index-page .product-category .function-con .menu-list-con ul li:last-of-type {
  margin-right: 0;
}
.index-page .product-category .function-con .function-box {
  overflow: hidden;
}
.index-page .product-category .function-con .function-list-con {
  margin-top: 40px;
}
.index-page .product-category .function-con .function-list-con .function-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.index-page .product-category .function-con .function-list-con .function-item .item-pic {
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info {
  padding: 15px;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info .item-title {
  font-size: 15px;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info .item-title a {
  color: #333;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info .item-text {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: 1.6;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info .item-text a {
  color: #777;
}
.index-page .product-category .function-con .function-list-con .function-item .item-info a:hover {
  color: #FF5474;
}
.index-page .product-category .function-con .function-list-con .function-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.index-page .case-cont {
  padding: 50px 0;
}
.index-page .case-cont .case-list {
  margin-top: 40px;
}
.index-page .index-client {
  padding: 50px 0;
}
.index-page .index-client .client-list {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-page .index-client .client-list .client-item {
  width: 18%;
  margin-bottom: 25px;
}
.index-page .index-client .client-list .client-item img {
  width: 100%;
}
.index-page .index-news {
  padding: 50px 0;
  background: #f8f8f8;
}
.index-page .index-news .news-list {
  margin-top: 40px;
}
.index-page .index-news .news-list .news-info-item {
  box-shadow: 0 16px 11px -19px #ccc;
  margin-bottom: 20px;
  background: #fff;
}
.index-page .index-news .news-list .news-info-item .news-box-top-img {
  width: 240px;
  flex: none;
  height: 135px;
}
.index-page .index-news .news-list .news-info-item .news-box-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page .index-news .news-list .news-info-item .info-con {
  flex: auto;
  margin-left: 20px;
  padding: 20px 20px 0 0;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-top {
  font-size: 16px;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-top a {
  color: #333;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-top a:hover {
  color: #FF5474;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-info {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-info a {
  color: #555;
}
.index-page .index-news .news-list .news-info-item .info-con .news-font-info a:hover {
  color: #FF5474;
}
.index-page .index-news .news-list .news-info-item .info-con .news-time {
  font-size: 12px;
  color: #999;
  padding-top: 2px;
}

.sub-page .sub-banner {
  align-items: center;
  justify-content: center;
  height: 260px;
}
.sub-page .sub-banner.function-banner {
  background: url("../images/banner-function.jpg") center center no-repeat;
  background-size: cover;
}
.sub-page .sub-banner.case-banner {
  background: url("../images/banner-case.jpg") center center no-repeat;
  background-size: cover;
}
.sub-page .sub-banner.news-banner {
  background: url("../images/banner-help.jpg") center center no-repeat;
  background-size: cover;
}
.sub-page .sub-banner.about-banner {
  background: url("../images/banner-about.jpg") center center no-repeat;
  background-size: cover;
}
.sub-page .sub-banner .sub-banner-info {
  max-width: 1000px;
  padding: 20px;
  flex: 1;
  text-align: center;
  color: #fff;
}
.sub-page .sub-banner .sub-banner-info h1 {
  margin-top: 20px;
  font-size: 32px;
  margin-bottom: 20px;
}
.sub-page .sub-banner .sub-banner-info p {
  margin-bottom: 20px;
}
.sub-page .menu-list-box {
  background: #fff;
  padding: 15px 0;
}
.sub-page .menu-list-box .box-con {
  overflow-x: auto;
}
.sub-page .menu-list-box .box-con .title {
  flex: none;
  margin-right: 20px;
  padding: 5px 0;
}
.sub-page .menu-list-box .box-con .menu-cont {
  flex: auto;
}
.sub-page .menu-list-box .box-con .menu-cont ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  white-space: nowrap;
}
.sub-page .menu-list-box .box-con .menu-cont ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 15px;
}
.sub-page .menu-list-box .box-con .menu-cont ul li a {
  color: #999;
}
.sub-page .menu-list-box .box-con .menu-cont ul li.active, .sub-page .menu-list-box .box-con .menu-cont ul li:hover {
  background: #FF5474;
}
.sub-page .menu-list-box .box-con .menu-cont ul li.active a, .sub-page .menu-list-box .box-con .menu-cont ul li:hover a {
  color: #fff;
}
.sub-page .detail-body .body-left {
  width: calc(100% - 340px);
}
.sub-page .detail-body .body-left .box-cont {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.sub-page .detail-body .body-left .box-cont .detail-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  background: url("../images/icon-5.png") center center repeat-x;
}
.sub-page .detail-body .body-left .box-cont .detail-title span {
  padding: 0 6px 0 22px;
  background: #fff url("../images/icon-t.png") left center no-repeat;
}
.sub-page .detail-body .body-left .box-cont .detail-info {
  font-size: 14px;
  line-height: 1.7;
}
.sub-page .detail-body .body-left .box-cont .detail-info img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub-page .detail-body .body-left .box-cont .detail-info video {
  width: 100%;
}
.sub-page .detail-body .body-left .box-cont .single-tags {
  margin-top: 20px;
}
.sub-page .detail-body .body-left .box-cont .single-tags a {
  color: #777;
}
.sub-page .detail-body .body-left .box-cont .single-tags a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .function-list-con {
  margin-top: -20px;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-pic {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info {
  padding: 15px;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info .item-title {
  font-size: 15px;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info .item-title strong {
  font-weight: normal;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info .item-title a {
  color: #333;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info .item-text {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: 1.6;
  font-size: 12px;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info .item-text a {
  color: #777;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-info a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .function-list-con .function-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sub-page .detail-body .body-left .box-cont .news-detail-title {
  font-size: 30px;
}
.sub-page .detail-body .body-left .box-cont .news-info {
  color: #999;
}
.sub-page .detail-body .body-left .box-cont .news-info span {
  margin: 0 8px;
}
.sub-page .detail-body .body-left .box-cont .news-info .iconfont {
  font-size: 16px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.sub-page .detail-body .body-left .box-cont .news-top-description {
  background: #FFF8F0;
  color: #888;
  padding: 20px;
  border-radius: 2px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sub-page .detail-body .body-left .box-cont .web-detail-description {
  padding: 20px;
  border: 1px dashed #FFB566;
  background: #FFF8F0;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.sub-page .detail-body .body-left .box-cont .web-detail-description span {
  font-size: 16px;
  font-weight: bold;
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .web-detail-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .box-cont .web-tag-list {
  list-style: none;
  padding-left: 0;
}
.sub-page .detail-body .body-left .box-cont .web-tag-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .box-cont .web-tag-list li a {
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #FF5474;
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .web-tag-list li a:hover {
  background: #FF5474;
  color: #fff;
}
.sub-page .detail-body .body-left .box-cont .web-hot-con ul {
  list-style: none;
  padding-left: 0;
}
.sub-page .detail-body .body-left .box-cont .web-hot-con ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .box-cont .web-hot-con ul li a {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(255, 84, 116, 0.2);
  color: #555;
}
.sub-page .detail-body .body-left .box-cont .web-hot-con ul li a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .web-news-page {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.sub-page .detail-body .body-left .box-cont .web-news-page .page-pre {
  margin-bottom: 10px;
}
.sub-page .detail-body .body-left .box-cont .news-list-con {
  margin-top: -15px;
}
.sub-page .detail-body .body-left .box-cont .news-list-con .news-item {
  margin-top: 15px;
  color: #555;
}
.sub-page .detail-body .body-left .box-cont .news-list-con .news-item .item-title {
  flex: auto;
}
.sub-page .detail-body .body-left .box-cont .news-list-con .news-item .item-time {
  flex: none;
  margin-left: 15px;
  color: #999;
}
.sub-page .detail-body .body-left .box-cont .news-list-con .news-item:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .box-cont .news-list-con .news-item:hover .item-time {
  color: #FF5474;
}
.sub-page .detail-body .body-left .article-list-con {
  background: #fff;
  padding: 1px 20px;
  margin-bottom: 20px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item {
  padding: 20px 0;
  border-bottom: 1px dashed #eee;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic {
  width: 300px;
  flex: none;
  margin-right: 20px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info {
  width: calc(100% - 320px);
  overflow: hidden;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title a {
  color: #333;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title a .red, .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-text {
  color: #999;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  height: 40px;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label {
  height: 24px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 15px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label a {
  display: inline-block;
  line-height: 24px;
  background: rgba(255, 84, 116, 0.2);
  padding: 0 10px;
  color: #FF5474;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 12px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label a:hover {
  background: #FF5474;
  color: #fff;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-time {
  color: #999;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-time span {
  margin-right: 20px;
}
.sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-time span .iconfont {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con {
  border-bottom: 1px solid #eee;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-left h2 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-left .iconfont {
  color: #FF5474;
  margin-right: 5px;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-left .red {
  color: #FF5474;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-right {
  color: #555;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-right a {
  color: #555;
}
.sub-page .detail-body .body-left .article-list-con .tags-breakcrumb-con .breakcrumb-right a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-left .article-list-con .thumbnail-box {
  border-bottom: 1px solid #eee;
  align-items: center;
  padding: 20px 0;
}
.sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail {
  flex: none;
  width: 130px;
  margin-right: 25px;
  padding: 15px;
}
.sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail span {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #eee;
  font-size: 4rem;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9;
}
.sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title {
  flex: auto;
  color: #777;
  line-height: 1.8;
}
.sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title .title {
  color: #333;
  margin-bottom: 5px;
  font-size: 22px;
}
.sub-page .detail-body .body-right {
  width: 320px;
  margin-left: 20px;
  flex: none;
}
.sub-page .detail-body .body-right .right-con {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.sub-page .detail-body .body-right .right-con .title-con {
  border-bottom: 1px solid #eee;
  padding: 12px 15px;
  font-size: 16px;
}
.sub-page .detail-body .body-right .right-con .title-con span {
  border-left: 3px solid #FF5474;
  padding-left: 8px;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list {
  padding: 10px 20px;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list ul li {
  line-height: 28px;
  padding: 3px 0;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list ul li .iconfont {
  float: right;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list ul li a {
  color: #333;
}
.sub-page .detail-body .body-right .right-con.product-box .product-list ul li a:hover {
  color: #FF5474;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list {
  padding: 20px 20px 10px 10px;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list ul li {
  word-wrap: break-word;
  word-break: normal;
  background: #eee;
  padding: 3px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  display: inline-block;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list ul li a {
  color: #777;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list ul li:hover {
  background: #FF5474;
}
.sub-page .detail-body .body-right .right-con.label-box .label-list ul li:hover a {
  color: #fff;
}
.sub-page .detail-body .body-right .right-con.detail-contact {
  padding: 20px;
  text-align: center;
}
.sub-page .detail-body .body-right .right-con.detail-contact img {
  max-width: 100%;
  width: 200px;
  margin-bottom: 10px;
}
.sub-page .detail-body .body-right .right-con.detail-contact a {
  color: #333;
}
.sub-page .detail-body .body-right .right-con.detail-contact .btn-con {
  border: 1px solid #FF5474;
  display: block;
  padding: 8px 0;
  border-radius: 4px;
}
.sub-page .detail-body .body-right .right-con.detail-contact .btn-con a {
  color: #FF5474;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list {
  padding: 20px 20px 5px;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  display: block;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:before, .sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:before {
  left: -6px;
  width: 12px;
  height: 12px;
  background: #FF5474;
  margin-top: -6px;
  opacity: 0.2;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:after {
  left: -3px;
  width: 6px;
  height: 6px;
  background: #FF5474;
  margin-top: -3px;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:hover .item-title, .sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item:hover .item-time {
  color: #FF5474;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item .item-title {
  color: #333;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item .item-time {
  color: #999;
  font-size: 12px;
  margin-top: 2px;
}
.sub-page .detail-body .body-right .right-con.hot-news-box .news-list .news-item .item-time .iconfont {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list {
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 15px 10px 0;
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item {
  width: 45%;
  margin-bottom: 25px;
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  transition: all 0.3s;
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img:hover {
  transform: scale(1.08);
}
.sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-title {
  color: #555;
  font-size: 12px;
  margin-top: 15px;
}
.sub-page .search-box {
  width: 80%;
  margin: 0 auto 40px;
  max-width: 800px;
}
.sub-page .search-box .input-con {
  flex: auto;
  border: 1px solid #ddd;
  border-radius: 25px 0 0 25px;
  padding: 0 15px;
  background: #fff;
}
.sub-page .search-box .input-con input {
  width: 100%;
  border: none;
  height: 36px;
  line-height: 36px;
}
.sub-page .search-box .search-btn {
  width: 100px;
  flex: none;
  background: #FF5474;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  border-radius: 0 25px 25px 0;
  font-size: 16px;
}
.sub-page.function-detail-page {
  padding-bottom: 20px;
  background: #f9f6f6 url("../images/detail-bg.jpg") top center no-repeat;
  background-size: 100%;
}
.sub-page.function-detail-page .to-breakcrumb {
  color: #fff;
  padding: 15px 0;
}
.sub-page.function-detail-page .to-breakcrumb a {
  color: #fff;
}
.sub-page.function-detail-page .detail-top-con {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.sub-page.function-detail-page .detail-top-con .detail-pic {
  width: 350px;
  flex: none;
  margin-right: 30px;
}
.sub-page.function-detail-page .detail-top-con .detail-pic img {
  width: 100%;
  border-radius: 5px;
}
.sub-page.function-detail-page .detail-top-con .detail-info {
  flex: auto;
}
.sub-page.function-detail-page .detail-top-con .detail-info h2 {
  margin-top: 0;
  font-size: 22px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .info {
  color: #777;
  line-height: 1.8;
}
.sub-page.function-detail-page .detail-top-con .detail-info .info-tb {
  background: #FAFBFD;
  margin: 15px 0;
  padding: 15px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .info-tb .info-tb-items-title {
  display: inline-block;
}
.sub-page.function-detail-page .detail-top-con .detail-info .info-tb .info-tb-items {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #777;
  padding-left: 12px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .info-tb .info-tb-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #FF5474;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .price-con .red {
  font-size: 18px;
  color: #FF5474;
  margin-right: 20px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .price-con .gray {
  color: #999;
  text-decoration: line-through;
}
.sub-page.function-detail-page .detail-top-con .detail-info .btn-list {
  margin-top: 20px;
}
.sub-page.function-detail-page .detail-top-con .detail-info .btn-list a {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  background: #FF5474;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 20px;
}
.sub-page.function-detail-page .detail-top-con .detail-contact {
  width: 220px;
  flex: none;
  margin-left: 30px;
  border: 1px solid #eee;
  padding: 15px 20px;
  text-align: center;
}
.sub-page.function-detail-page .detail-top-con .detail-contact img {
  width: 100%;
  margin-bottom: 10px;
}
.sub-page.function-detail-page .detail-top-con .detail-contact a {
  color: #333;
}
.sub-page.function-detail-page .detail-top-con .detail-contact .btn-con {
  border: 1px solid #FF5474;
  display: block;
  padding: 8px 0;
  border-radius: 4px;
}
.sub-page.function-detail-page .detail-top-con .detail-contact .btn-con a {
  color: #FF5474;
}
.sub-page.function-list-page .function-box {
  background: #f8f8f8;
  padding: 40px 0 20px;
}
.sub-page.function-list-page .function-box .function-list-con .function-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-pic {
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info {
  padding: 15px;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-title {
  font-size: 15px;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-title a {
  color: #333;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-text {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: 1.6;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-text a {
  color: #777;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-price {
  margin-top: 10px;
  color: #FF5474;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-price .right {
  float: right;
  color: #999;
}
.sub-page.function-list-page .function-box .function-list-con .function-item .item-info a:hover {
  color: #FF5474;
}
.sub-page.function-list-page .function-box .function-list-con .function-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.sub-page.case-list-page .case-box {
  background: #f8f8f8;
  padding: 40px 0 20px;
}
.sub-page.news-list-page .news-list-box {
  background: #f8f8f8;
  padding: 40px 0 20px;
}
.sub-page.about-page .about-title .title-m {
  font-size: 24px;
  line-height: 1.8;
}
.sub-page.about-page .about-title .title-s {
  color: #777;
  margin-top: 5px;
}
.sub-page.about-page .introduce-con {
  padding: 60px 140px;
}
.sub-page.about-page .introduce-con .p-title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}
.sub-page.about-page .introduce-con .p-info {
  color: #777;
  padding-top: 100px;
  position: relative;
  line-height: 28px;
  margin-bottom: 0;
}
.sub-page.about-page .introduce-con .p-info:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #FF5474;
  top: 50px;
  left: 50%;
  margin-left: -15px;
}
.sub-page.about-page .advantage-con {
  background: #f8f8f8;
  padding: 50px 0;
}
.sub-page.about-page .advantage-con .advantage-list {
  margin-top: 40px;
}
.sub-page.about-page .advantage-con .advantage-list .advantage-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.sub-page.about-page .advantage-con .advantage-list .advantage-item .item-pic img {
  width: 70px;
  height: 70px;
}
.sub-page.about-page .advantage-con .advantage-list .advantage-item .item-title {
  font-size: 18px;
}
.sub-page.about-page .advantage-con .advantage-list .advantage-item .item-text {
  color: #555;
  height: 40px;
}
.sub-page.about-page .contact-us-con {
  padding-top: 60px;
  padding-bottom: 80px;
}
.sub-page.about-page .contact-us-con .contact-list {
  margin-top: 40px;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item {
  cursor: pointer;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ddd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  margin: 0 auto;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon .iconfont {
  font-size: 48px;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item .item-info {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item .item-info a {
  color: #999;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item .item-info a:hover {
  color: #FF5474;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item:hover .item-icon {
  background: #FF5474;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item:hover .item-info {
  color: #FF5474;
}
.sub-page.about-page .contact-us-con .contact-list .contact-item:hover .item-info a {
  color: #FF5474;
}
.sub-page.tags-list-page .tags-list-box {
  padding: 50px 0 30px;
  background: #f8f8f8;
}
.sub-page.tags-list-page .tags-list-box .tags-body {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.sub-page.tags-list-page .tags-list-box .tags-body .title-con {
  font-size: 16px;
}
.sub-page.tags-list-page .tags-list-box .tags-body .title-con span {
  border-left: 3px solid #FF5474;
  padding-left: 10px;
}
.sub-page.tags-list-page .tags-list-box .tags-body .item-label {
  font-size: 0;
  margin-top: 5px;
}
.sub-page.tags-list-page .tags-list-box .tags-body .item-label a {
  display: inline-block;
  line-height: 28px;
  background: rgba(255, 84, 116, 0.2);
  padding: 0 15px;
  color: #FF5474;
  border-radius: 2px;
  margin-right: 15px;
  font-size: 12px;
  margin-top: 15px;
}
.sub-page.tags-list-page .tags-list-box .tags-body .item-label a:hover {
  background: #FF5474;
  color: #fff;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item {
  background: #fff;
  width: 32%;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: box-shadow 0.1s ease-in-out;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-thumbnail {
  flex: none;
  width: 100px;
  margin-right: 15px;
  padding: 15px;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-thumbnail span {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #eee;
  font-size: 3rem;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-title {
  flex: auto;
  color: #777;
  line-height: 1.7;
}
.sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-title .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 7px;
  font-size: 16px;
}
.sub-page.search-page .search-list-box {
  padding: 50px 0;
  background: #f8f8f8;
}
.sub-page.search-page .search-list-box .search-body {
  background: #fff;
  padding: 20px 20px 5px;
}
.sub-page.search-page .search-list-box .search-body .title-con {
  font-size: 16px;
}
.sub-page.search-page .search-list-box .search-body .title-con span {
  border-left: 3px solid #FF5474;
  padding-left: 10px;
}
.sub-page.search-page .search-list-box .search-body .web-hot-con {
  margin-top: 20px;
}
.sub-page.search-page .search-list-box .search-body .web-hot-con ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.sub-page.search-page .search-list-box .search-body .web-hot-con ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sub-page.search-page .search-list-box .search-body .web-hot-con ul li a {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255, 84, 116, 0.2);
  color: #555;
  font-size: 14px;
}
.sub-page.search-page .search-list-box .search-body .web-hot-con ul li a:hover {
  color: #FF5474;
}
.sub-page.error-page {
  padding: 120px 0;
}
.sub-page.error-page .error-box {
  background: #fff;
  padding: 115px 20px;
  border: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.sub-page.error-page .error-box strong {
  font-size: 95px;
  line-height: 100px;
  color: #999;
  margin-bottom: 10px;
  text-shadow: 5px 5px 1px #e8e6e2;
}
.sub-page.error-page .error-box strong span {
  position: relative;
  top: 15px;
  left: 0;
  animation: move 1s ease infinite;
  margin: 150px 5px 0;
  color: #FF5474;
}
@keyframes move {
  50% {
    bottom: 10px;
    top: 0;
  }
}
.sub-page.error-page .error-box .text {
  color: #999;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sub-page.error-page .error-box .button-back {
  display: inline-block;
  background: #FF5474;
  color: #fff;
  padding: 8px 30px;
  border-radius: 2px;
}

@media (max-width: 1479px) {
  .case-list .case-item-con .index-case-pic img {
    height: 160px;
  }

  .index-page .product-category .category-list-con .category-item {
    width: 190px;
    padding: 20px 5px 20px 15px;
  }
  .index-page .product-category .function-con .function-list-con .function-item .item-pic {
    height: 160px;
  }

  .sub-page .sub-banner {
    height: 240px;
  }
  .sub-page .detail-body .body-left {
    width: calc(100% - 300px);
  }
  .sub-page .detail-body .body-left .box-cont {
    padding: 20px;
  }
  .sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-pic {
    height: 110px;
  }
  .sub-page .detail-body .body-right {
    width: 280px;
  }
  .sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img {
    height: 65px;
  }
  .sub-page.function-detail-page .detail-top-con {
    padding: 20px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-contact {
    margin-left: 20px;
  }
  .sub-page.function-list-page .function-box .function-list-con .function-item .item-pic {
    height: 160px;
  }
  .sub-page.about-page .introduce-con {
    padding: 50px 60px;
  }
  .sub-page.error-page {
    padding: 100px 0;
  }
  .sub-page.error-page .error-box {
    padding: 100px 20px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item {
    padding: 15px;
    margin-bottom: 25px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-thumbnail {
    width: 90px;
    margin-right: 10px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-thumbnail span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-title .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1239px) {
  /*index*/
  .main-title .title-l {
    font-size: 24px;
  }
  .main-title .title-s {
    margin-top: 13px;
  }

  .quick-tourist {
    padding: 40px 0;
  }
  .quick-tourist .info-text {
    font-size: 20px;
  }
  .quick-tourist .quick-tour-link a {
    padding: 6px 22px;
    font-size: 16px;
  }

  .index-page .product-category .category-list-con .category-item {
    width: 175px;
    padding: 20px 5px 20px 10px;
  }
  .index-page .case-cont {
    padding: 40px 0;
  }
  .index-page .case-cont .case-list {
    margin-top: 30px;
  }
  .index-page .index-client {
    padding: 40px 0 20px;
  }
  .index-page .index-client .client-list {
    margin-top: 30px;
  }
  .index-page .index-news {
    padding: 40px 0;
  }
  .index-page .index-news .news-list {
    margin-top: 30px;
  }
  .index-page .index-news .news-list .news-info-item .news-box-top-img {
    width: 200px;
    height: 120px;
  }
  .index-page .index-news .news-list .news-info-item .info-con {
    padding: 15px 15px 0 0;
    margin-left: 15px;
  }
  .index-page .index-news .news-list .news-info-item .info-con p {
    margin-bottom: 5px;
  }

  .sub-page .sub-banner {
    height: 220px;
  }
  .sub-page .sub-banner .sub-banner-info h1 {
    margin-top: 15px;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .sub-page .sub-banner .sub-banner-info p {
    margin-bottom: 15px;
  }
  .sub-page .detail-body {
    flex-wrap: wrap;
  }
  .sub-page .detail-body .body-left {
    width: 100%;
  }
  .sub-page .detail-body .body-left .box-cont .news-detail-title {
    font-size: 26px;
  }
  .sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-pic {
    height: 130px;
  }
  .sub-page .detail-body .body-right {
    width: 100%;
    margin-left: 0;
  }
  .sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img {
    height: 230px;
  }
  .sub-page .search-box {
    margin: 0 auto 30px;
  }
  .sub-page.function-detail-page .detail-top-con {
    flex-wrap: wrap;
  }
  .sub-page.function-detail-page .detail-top-con .detail-pic {
    margin-right: 20px;
    width: 320px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info {
    width: calc(100% - 340px);
  }
  .sub-page.function-detail-page .detail-top-con .detail-info h2 {
    font-size: 20px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .info {
    line-height: 1.7;
  }
  .sub-page.function-detail-page .detail-top-con .detail-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-contact img {
    width: 280px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-contact .btn-con {
    width: 280px;
    margin: 0 auto;
  }
  .sub-page.function-list-page .function-box {
    padding: 30px 0 10px;
  }
  .sub-page.case-list-page .case-box {
    padding: 30px 0 10px;
  }
  .sub-page.news-list-page .news-list-box {
    padding: 30px 0 10px;
  }
  .sub-page.about-page .about-title .title-m {
    font-size: 22px;
  }
  .sub-page.about-page .introduce-con {
    padding: 40px 40px;
  }
  .sub-page.about-page .introduce-con .p-title {
    font-size: 20px;
    line-height: 32px;
  }
  .sub-page.about-page .introduce-con .p-info {
    padding-top: 80px;
    line-height: 24px;
  }
  .sub-page.about-page .introduce-con .p-info:before {
    top: 40px;
  }
  .sub-page.about-page .advantage-con {
    padding: 40px 0;
  }
  .sub-page.about-page .advantage-con .advantage-list {
    margin-top: 30px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-pic img {
    width: 60px;
    height: 60px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-text {
    font-size: 12px;
  }
  .sub-page.about-page .contact-us-con {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .sub-page.about-page .contact-us-con .contact-list {
    margin-top: 30px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon .iconfont {
    font-size: 40px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-info {
    margin-top: 10px;
  }
  .sub-page.tags-list-page .tags-list-box {
    padding: 30px 0 10px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body .item-label a {
    margin-right: 10px;
    margin-top: 10px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item {
    width: 48.5%;
  }
  .sub-page.search-page .search-list-box {
    padding: 30px 0;
  }
  .sub-page.search-page .search-list-box .search-body .web-hot-con ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  /*index*/
  .section-more {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .section-more a {
    line-height: 40px;
    width: 160px;
    font-size: 14px;
  }
  .section-more a .iconfont {
    font-size: 12px;
    margin-left: 2px;
  }

  .case-list .case-item-con {
    margin-bottom: 20px;
  }
  .case-list .case-item-con .index-case-title {
    font-size: 14px;
    line-height: 20px;
  }

  .index-page .product-category .function-con .menu-list-con {
    margin-top: 30px;
  }
  .index-page .product-category .function-con .menu-list-con ul li {
    margin-right: 15px;
  }
  .index-page .product-category .function-con .menu-list-con ul li a {
    padding: 6px 20px;
  }
  .index-page .product-category .function-con .function-list-con .function-item {
    margin-bottom: 20px;
  }
  .index-page .product-category .function-con .function-list-con .function-item .item-pic {
    height: 190px;
  }
  .index-page .product-category .function-con .function-list-con .function-item .item-info {
    padding: 15px;
  }
  .index-page .index-client {
    padding: 30px 0 20px;
  }
  .index-page .index-client .client-list {
    margin-top: 40px;
  }
  .index-page .index-client .client-list .client-item {
    width: 23%;
    margin-bottom: 20px;
  }
  .index-page .index-news {
    padding: 30px 0;
  }
  .index-page .index-news .news-list {
    margin-top: 20px;
  }
  .index-page .index-news .news-list .news-info-item .info-con {
    padding: 15px 15px 10px 0;
  }
  .index-page .index-news .news-list .news-info-item .info-con .news-font-top {
    font-size: 14px;
  }
  .index-page .index-news .news-list .news-info-item .info-con .news-font-info {
    font-size: 12px;
  }

  .sub-page .sub-banner {
    height: 200px;
  }
  .sub-page .sub-banner .sub-banner-info {
    padding: 20px 40px;
  }
  .sub-page .sub-banner .sub-banner-info h1 {
    margin-top: 15px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sub-page .sub-banner .sub-banner-info p {
    margin-bottom: 15px;
  }
  .sub-page .menu-list-box .box-con .title {
    margin-right: 15px;
  }
  .sub-page .menu-list-box .box-con .menu-cont ul li {
    margin-right: 15px;
  }
  .sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-pic {
    height: 180px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic {
    width: 240px;
    margin-right: 15px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic img {
    height: 135px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info {
    width: calc(100% - 255px);
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-text {
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label {
    height: 20px;
    margin-bottom: 10px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label a {
    line-height: 20px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-time {
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail {
    width: 110px;
    margin-right: 20px;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3rem;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title {
    line-height: 1.7;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title .title {
    font-size: 18px;
  }
  .sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img {
    height: 173px;
  }
  .sub-page .search-box {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sub-page .search-box .input-con input {
    height: 32px;
    line-height: 32px;
  }
  .sub-page .search-box .search-btn {
    width: 80px;
    flex: none;
    line-height: 36px;
    font-size: 14px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-pic {
    width: 260px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info {
    width: calc(100% - 280px );
  }
  .sub-page.function-list-page .function-box {
    padding: 20px 0 10px;
  }
  .sub-page.function-list-page .function-box .function-list-con .function-item {
    margin-bottom: 20px;
  }
  .sub-page.function-list-page .function-box .function-list-con .function-item .item-pic {
    height: 190px;
  }
  .sub-page.case-list-page .case-box {
    padding: 20px 0 10px;
  }
  .sub-page.news-list-page .news-list-box {
    padding: 20px 0 10px;
  }
  .sub-page.about-page .about-title .title-m {
    font-size: 20px;
  }
  .sub-page.about-page .introduce-con {
    padding: 30px 0;
  }
  .sub-page.about-page .introduce-con .p-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sub-page.about-page .introduce-con .p-info {
    padding-top: 60px;
    font-size: 12px;
  }
  .sub-page.about-page .introduce-con .p-info:before {
    top: 30px;
  }
  .sub-page.about-page .advantage-con {
    padding: 30px 0;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item {
    padding: 15px;
  }
  .sub-page.about-page .contact-us-con {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item {
    margin-bottom: 20px;
  }
  .sub-page.tags-list-page .tags-list-box {
    padding: 20px 0 10px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body {
    padding: 15px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body .title-con {
    font-size: 14px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body .title-con span {
    padding-left: 8px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body .item-label {
    margin-top: 0;
  }
  .sub-page.tags-list-page .tags-list-box .tags-body .item-label a {
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 10px;
    line-height: 24px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-title {
    font-size: 12px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item .item-title .title {
    font-size: 14px;
  }
  .sub-page.search-page .search-list-box {
    padding: 20px 0;
  }
  .sub-page.search-page .search-list-box .search-body {
    padding: 15px 15px 5px;
  }
  .sub-page.search-page .search-list-box .search-body .title-con {
    font-size: 14px;
  }
  .sub-page.search-page .search-list-box .search-body .title-con span {
    padding-left: 8px;
  }
  .sub-page.search-page .search-list-box .search-body .web-hot-con {
    margin-top: 10px;
  }
  .sub-page.search-page .search-list-box .search-body .web-hot-con ul li a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .sub-page.error-page {
    padding: 80px 0;
  }
  .sub-page.error-page .error-box {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .main-title .title-l {
    font-size: 18px;
  }
  .main-title .title-s {
    margin-top: 8px;
    font-size: 12px;
  }

  .case-list .case-item-con .index-case-pic img {
    height: 190px;
  }

  .quick-tourist {
    padding: 30px 0;
  }
  .quick-tourist .info-text {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .quick-tourist .quick-tour-link a {
    padding: 4px 15px;
    font-size: 14px;
  }

  /*index*/
  .index-page .product-category .function-con .menu-list-con {
    margin-top: 20px;
  }
  .index-page .product-category .function-con .menu-list-con ul li {
    margin-right: 10px;
  }
  .index-page .product-category .function-con .function-list-con {
    margin-top: 20px;
  }
  .index-page .product-category .function-con .function-list-con .function-item {
    margin-bottom: 20px;
  }
  .index-page .product-category .function-con .function-list-con .function-item .item-info .item-title {
    font-size: 14px;
  }
  .index-page .product-category .function-con .function-list-con .function-item .item-info .item-text {
    font-size: 12px;
  }
  .index-page .case-cont {
    padding: 30px 0 10px;
  }
  .index-page .case-cont .case-list {
    margin-top: 20px;
  }
  .index-page .index-client .client-list {
    margin-top: 30px;
  }
  .index-page .index-client .client-list .client-item {
    width: 32%;
    margin-bottom: 15px;
  }

  .sub-page .sub-banner {
    height: 180px;
  }
  .sub-page .sub-banner .sub-banner-info {
    padding: 20px 30px;
  }
  .sub-page .sub-banner .sub-banner-info h1 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub-page .sub-banner .sub-banner-info p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .sub-page .menu-list-box .box-con .title {
    margin-right: 10px;
  }
  .sub-page .menu-list-box .box-con .menu-cont ul li {
    margin-right: 10px;
  }
  .sub-page .detail-body .body-left .box-cont {
    padding: 15px;
  }
  .sub-page .detail-body .body-left .box-cont .detail-title {
    font-size: 16px;
  }
  .sub-page .detail-body .body-left .box-cont .function-list-con .function-item .item-pic {
    height: 190px;
  }
  .sub-page .detail-body .body-left .box-cont .news-detail-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sub-page .detail-body .body-left .box-cont .news-top-description {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .sub-page .detail-body .body-left .box-cont .web-detail-description {
    padding: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .box-cont .web-detail-description span {
    font-size: 14px;
  }
  .sub-page .detail-body .body-left .box-cont .web-detail-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sub-page .detail-body .body-left .box-cont .web-tag-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .box-cont .web-tag-list li a {
    padding: 3px 12px;
  }
  .sub-page .detail-body .body-left .box-cont .web-hot-con ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sub-page .detail-body .body-left .box-cont .web-hot-con ul li a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .box-cont .web-news-page {
    padding-top: 10px;
  }
  .sub-page .detail-body .body-left .box-cont .news-list-con {
    margin-top: -12px;
  }
  .sub-page .detail-body .body-left .box-cont .news-list-con .news-item {
    margin-top: 12px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .article-list-con {
    padding: 1px 15px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-pic img {
    height: auto;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info {
    width: 100%;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-text {
    margin-bottom: 6px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item .item-info .item-label {
    margin-bottom: 6px;
  }
  .sub-page .detail-body .body-left .article-list-con .article-list .article-item:last-child {
    border-bottom: none;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail {
    width: 90px;
    margin-right: 10px;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-thumbnail span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.4rem;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title {
    line-height: 1.7;
    font-size: 12px;
  }
  .sub-page .detail-body .body-left .article-list-con .thumbnail-box .item-title .title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .sub-page .detail-body .body-right .right-con .title-con {
    font-size: 14px;
  }
  .sub-page .detail-body .body-right .right-con .title-con span {
    border-left: 2px solid #FF5474;
    padding-left: 6px;
  }
  .sub-page .detail-body .body-right .right-con.product-box .product-list {
    padding: 10px 15px;
  }
  .sub-page .detail-body .body-right .right-con.product-box .product-list ul li {
    line-height: 24px;
    font-size: 12px;
  }
  .sub-page .detail-body .body-right .right-con.label-box .label-list {
    padding: 15px 15px 10px 5px;
  }
  .sub-page .detail-body .body-right .right-con.label-box .label-list ul li {
    font-size: 12px;
  }
  .sub-page .detail-body .body-right .right-con.new-news-box .news-list .news-item .item-pic img {
    height: 82px;
  }
  .sub-page.function-detail-page .to-breakcrumb {
    padding: 10px 0;
    font-size: 12px;
  }
  .sub-page.function-detail-page .detail-top-con {
    padding: 15px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-pic {
    width: 100%;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info {
    width: 100%;
    margin-top: 15px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .info {
    font-size: 12px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .info-tb {
    margin-top: 10px;
    font-size: 12px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .info-tb .info-tb-items {
    padding-left: 10px;
    margin-right: 10px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .info-tb .info-tb-items:before {
    width: 4px;
    height: 4px;
    top: 5px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .btn-list {
    margin-top: 15px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-info .btn-list a {
    padding: 6px 20px;
    font-size: 14px;
    margin-right: 15px;
  }
  .sub-page.function-detail-page .detail-top-con .detail-contact img {
    max-width: 100%;
  }
  .sub-page.function-list-page .function-box {
    padding: 20px 0 10px;
  }
  .sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-title {
    font-size: 14px;
  }
  .sub-page.function-list-page .function-box .function-list-con .function-item .item-info .item-text {
    font-size: 12px;
  }
  .sub-page.case-list-page .case-box {
    padding: 20px 0 10px;
  }
  .sub-page.about-page .about-title .title-m {
    font-size: 16px;
  }
  .sub-page.about-page .introduce-con {
    padding: 20px 0;
  }
  .sub-page.about-page .introduce-con .p-title {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-page.about-page .introduce-con .p-info {
    padding-top: 40px;
    line-height: 22px;
  }
  .sub-page.about-page .introduce-con .p-info:before {
    top: 20px;
  }
  .sub-page.about-page .advantage-con {
    padding: 20px 0;
  }
  .sub-page.about-page .advantage-con .advantage-list {
    margin-top: 20px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-pic img {
    width: 50px;
    height: 50px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sub-page.about-page .advantage-con .advantage-list .advantage-item .item-text {
    font-size: 12px;
    height: 54px;
    line-height: 18px;
  }
  .sub-page.about-page .contact-us-con {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .sub-page.about-page .contact-us-con .contact-list {
    margin-top: 20px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-icon .iconfont {
    font-size: 30px;
  }
  .sub-page.about-page .contact-us-con .contact-list .contact-item .item-info {
    font-size: 12px;
  }
  .sub-page.error-page {
    padding: 30px 0;
  }
  .sub-page.error-page .error-box {
    padding: 30px 20px;
    border: none;
  }
  .sub-page.error-page .error-box strong {
    font-size: 70px;
    line-height: 80px;
  }
  .sub-page.error-page .error-box .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sub-page.tags-list-page .tags-list-box .tags-list-con .tags-item {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
