@import url(../css/iconfont.css);
input {
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

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

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

/*ellipsis*/
.p-ellipsis01, .sub-page .sub-function-list .function-info-item .info-title, .index-page .news-con .news-item-list a .news-info, .index-page .case-con .case-item-con .index-case-title, .index-page .function-con .function-info-con .function-info-item .info-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*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;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

/*header*/
.navbar-default {
  background: #fff;
  border-bottom: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.navbar-default.navbar {
  height: 50px;
  margin-bottom: 0;
}
.navbar-default .navbar-header {
  margin-left: -10px !important;
}
.navbar-default .navbar-header .navbar-brand {
  height: 50px;
  padding: 10px 0;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 30px;
}
.navbar-default .navbar-toggle {
  border: none;
  margin-right: 5px;
  z-index: 99;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff6368;
  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: #ff6368;
}
.navbar-default .navbar-collapse {
  background: #fff;
  max-height: none;
  border: none;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-collapse .navbar-nav {
  margin-top: 20px;
}
.navbar-default .navbar-collapse .navbar-nav > li {
  padding: 15px 0;
  margin-left: 30px;
}
.navbar-default .navbar-collapse .navbar-nav > li a {
  color: #333;
  padding: 0 10px;
}
.navbar-default .navbar-collapse .navbar-nav > li a:hover {
  border-left: 2px solid #ff6368;
  color: #ff6368;
}
.navbar-default .navbar-collapse .navbar-nav > li.active > a {
  background: transparent;
  border-left: 2px solid #ff6368;
  color: #ff6368;
}
.navbar-default .navbar-collapse .navbar-nav > li.active > a:hover {
  background: transparent;
}
.navbar-default .navbar-collapse .navbar-nav > li.admin-btn {
  margin-top: 3px;
}
.navbar-default .navbar-collapse .navbar-nav > li.admin-btn a {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ff6368;
  display: inline-block;
  background: #ff6368 !important;
  color: #fff;
  margin-right: 10px;
  padding: 5px 25px;
}
.navbar-default .navbar-collapse .navbar-nav > li.admin-btn a:hover {
  color: #fff;
  border: 1px solid #ff6368;
  font-weight: normal;
}
.navbar-default .navbar-collapse .navbar-nav > li.admin-btn a:first-of-type {
  color: #ff6368 !important;
  background: #fff !important;
}
.navbar-default .navbar-collapse .navbar-nav > li.admin-btn.open > a:focus {
  color: #fff;
}

/*footer*/
footer {
  background: #2b303b;
  color: #fff;
  font-size: 12px;
}
footer .footer-con {
  color: #f2f2f2;
  padding: 20px;
}
footer .footer-con p {
  margin-bottom: 5px;
}
footer .footer-con p a {
  color: #f2f2f2;
}
footer .copyright-con {
  color: #abadaf;
  padding: 20px;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  line-height: 20px;
}
footer .copyright-con .p01 {
  margin-top: 5px;
}

main {
  margin-top: 50px;
}

.activity-link-con {
  background: url("../images/content-bs.png") left center no-repeat;
  background-size: cover;
  height: 150px;
  padding-top: 40px;
  color: #fff;
}
.activity-link-con .tit {
  font-size: 16px;
}
.activity-link-con .link-btn {
  margin-top: 20px;
}
.activity-link-con .link-btn a {
  display: inline-block;
  color: #fff;
  width: 120px;
  line-height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 0 10px;
}

/*page*/
.page-con ul li {
  height: 34px;
  line-height: 32px;
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
}
.page-con ul li a {
  color: #333;
}
.page-con ul li.thisclass, .page-con ul li:hover {
  background: #ff6368;
  border: 1px solid #ff6368;
  color: #fff;
}
.page-con ul li.thisclass a, .page-con ul li:hover a {
  color: #fff;
}

/*index*/
.index-page .banner-con img {
  object-fit: cover;
  width: 100%;
  min-height: 160px;
}
.index-page .data-con {
  display: flex;
  background: url("../images/data-bg.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10px 0 15px;
}
.index-page .data-con .data-item {
  flex: 1;
}
.index-page .data-con .data-item .data-info {
  font-size: 24px;
  line-height: 36px;
}
.index-page .data-con .data-item .data-tit {
  font-size: 12px;
}
.index-page .see-more-link {
  width: 160px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #ff6368;
  border-radius: 2px;
  margin: 20px auto;
}
.index-page .see-more-link a {
  color: #ff6368;
}
.index-page .function-con {
  padding: 20px 0;
}
.index-page .function-con .menu-list-con {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.index-page .function-con .menu-list-con ul {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  overflow: auto;
}
.index-page .function-con .menu-list-con ul li {
  display: inline-block;
  margin-right: 10px;
}
.index-page .function-con .menu-list-con ul li a {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 12px;
  color: #333;
  border-radius: 2px;
}
.index-page .function-con .menu-list-con ul li.active a {
  background: #ff6368;
  color: #fff;
  border: 1px solid #ff6368;
}
.index-page .function-con .menu-list-con ul li:last-of-type {
  margin-right: 0;
}
.index-page .function-con .function-info-con {
  padding: 0 20px;
  margin-top: 20px;
}
.index-page .function-con .function-info-con .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.index-page .function-con .function-info-con .function-info-item {
  display: block;
  margin-bottom: 15px;
}
.index-page .function-con .function-info-con .function-info-item img {
  width: 100%;
}
.index-page .function-con .function-info-con .function-info-item .info-title {
  color: #333;
  margin-top: 5px;
}
.index-page .case-con {
  padding: 20px 0;
}
.index-page .case-con .row {
  margin: 10px 0;
}
.index-page .case-con .case-item-con {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.index-page .case-con .case-item-con .index-case-pic img {
  width: 100%;
  object-fit: cover;
}
.index-page .case-con .case-item-con .index-case-title {
  margin: 10px 10px 0;
  font-size: 16px;
}
.index-page .case-con .case-item-con .index-case-title a {
  color: #333;
}
.index-page .case-con .case-item-con .index-case-info {
  margin: 5px 10px 10px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}
.index-page .case-con .case-item-con .index-case-info a {
  color: #777;
}
.index-page .client-con {
  background: #f5f5f5;
  padding: 20px 0;
}
.index-page .client-con .client-swiper {
  margin: 10px;
}
.index-page .client-con .client-swiper ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.index-page .client-con .client-swiper ul li {
  display: inline-block;
  width: 31%;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
}
.index-page .client-con .client-swiper ul li img {
  width: 100%;
}
.index-page .news-con {
  padding: 20px 0;
}
.index-page .news-con .news-item-list {
  list-style: none;
  padding: 0 15px;
  margin-top: 10px;
}
.index-page .news-con .news-item-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.index-page .news-con .news-item-list a {
  color: #777;
  display: flex;
}
.index-page .news-con .news-item-list a .news-info {
  flex: auto;
}
.index-page .news-con .news-item-list a .inews-r {
  flex: none;
  width: 80px;
  color: #999;
  margin-left: 15px;
}

.m-title-con {
  padding: 20px;
}
.m-title-con .s-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.m-title-con .b-title {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

.advantage-con {
  background: #f5f5f5;
  padding: 20px 0;
}
.advantage-con .row {
  margin: 10px 5px;
}
.advantage-con .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.advantage-con .advantage-item {
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.advantage-con .advantage-item .advantage-item-pic img {
  width: 50px;
}
.advantage-con .advantage-item dl {
  margin-bottom: 0;
}
.advantage-con .advantage-item dt h3 {
  font-size: 14px;
  margin-top: 0;
  font-weight: bold;
}
.advantage-con .advantage-item dt p {
  font-size: 12px;
  margin-bottom: 0;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #777;
  font-weight: normal;
  height: 34px;
  overflow: hidden;
}

.sub-page .sub-banner {
  background: url("../images/banner01.png") right center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 10px 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-page .sub-banner .sub-banner-info h1 {
  font-size: 18px;
  margin-top: 0;
}
.sub-page .sub-banner .sub-banner-info p {
  font-size: 12px;
  margin-bottom: 0;
}
.sub-page .sub-function-list {
  padding: 0 20px;
  margin-top: 20px;
}
.sub-page .sub-function-list .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.sub-page .sub-function-list .function-info-item {
  display: block;
  margin-bottom: 15px;
}
.sub-page .sub-function-list .function-info-item img {
  width: 100%;
  height: 104px;
  object-fit: cover;
}
.sub-page .sub-function-list .function-info-item .info-title {
  color: #333;
  margin-top: 5px;
}
.sub-page .sub-function {
  padding: 20px 0;
}
.sub-page .sub-function .menu-list-con {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.sub-page .sub-function .menu-list-con ul {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  overflow: auto;
}
.sub-page .sub-function .menu-list-con ul li {
  display: inline-block;
  margin-right: 10px;
}
.sub-page .sub-function .menu-list-con ul li a {
  display: block;
  border: 1px solid #ddd;
  padding: 4px 12px;
  color: #333;
  border-radius: 2px;
}
.sub-page .sub-function .menu-list-con ul li.active a {
  background: #ff6368;
  color: #fff;
  border: 1px solid #ff6368;
}
.sub-page .sub-function .menu-list-con ul li:last-of-type {
  margin-right: 0;
}
.sub-page .sub-function-detail {
  padding: 30px 15px;
}
.sub-page .sub-function-detail h1.title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
  line-height: 30px;
}
.sub-page .sub-function-detail .feature-detail-desc {
  color: #777;
  margin-bottom: 15px;
}
.sub-page .sub-function-detail .price-item {
  font-size: 14px;
}
.sub-page .sub-function-detail .price-item .sale-price {
  color: #ff6368;
  font-size: 18px;
}
.sub-page .sub-function-detail .price-item .old-price {
  margin-left: 10px;
  color: #999;
  text-decoration: line-through;
}
.sub-page .sub-function-detail .sub-title {
  border-left: 3px solid #ff6368;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 15px;
}
.sub-page .sub-function-detail .detail-cont {
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.sub-page .sub-function-detail .detail-cont .detail-body {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}
.sub-page .sub-function-detail .detail-cont .detail-body a {
  color: #333;
}
.sub-page .sub-function-detail .detail-cont .detail-body img, .sub-page .sub-function-detail .detail-cont .detail-body video {
  max-width: 100%;
  height: auto;
}
.sub-page .sub-function-detail .detail-cont .sub-function-list {
  margin: 0 -15px;
}
.sub-page .sub-case-detail {
  padding: 30px 15px;
}
.sub-page .sub-case-detail h1.title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
}
.sub-page .sub-case-detail .case-time {
  color: #999;
}
.sub-page .sub-case-detail .case-time img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.sub-page .sub-case-detail .news-top-description {
  font-size: 12px;
  background: #FFF8F0;
  color: #888;
  padding: 15px;
  border-radius: 2px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.sub-page .sub-case-detail .content-body {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}
.sub-page .sub-case-detail .content-body a {
  color: #333;
}
.sub-page .sub-case-detail .content-body img, .sub-page .sub-case-detail .content-body video {
  max-width: 100%;
  height: auto;
}
.sub-page .sub-case-detail .web-detail-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sub-page .sub-case-detail .web-tag-list {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-right: -10px;
}
.sub-page .sub-case-detail .web-tag-list li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.sub-page .sub-case-detail .web-tag-list li a {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #ff6368;
  color: #ff6368;
}
.sub-page .sub-case-detail .web-news-page {
  color: #777;
}
.sub-page .sub-case-detail .web-news-page a {
  color: #333;
}
.sub-page .sub-case-detail .web-news-page .page-pre {
  margin-bottom: 10px;
}
.sub-page .sub-price {
  padding: 20px 15px;
  background: #f5f5f5;
}
.sub-page .sub-price .title {
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
}
.sub-page .sub-price .price-list {
  margin: 20px -5px;
}
.sub-page .sub-price .price-list .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.sub-page .sub-price .price-list .price-item {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.sub-page .sub-price .price-list .price-item img {
  width: 70px;
  height: 70px;
}
.sub-page .sub-price .price-list .price-item a {
  color: #333;
}
.sub-page .sub-price .price-list .price-item .item-title {
  font-size: 16px;
  margin-top: 10px;
}
.sub-page .sub-price .price-list .price-item .sale-price {
  height: 42px;
  margin-bottom: 0;
}
.sub-page .sub-price .price-list .price-item .sale-price span {
  color: #ff6368;
  font-size: 16px;
}
.sub-page .sub-price .price-list .price-item .old-price {
  text-decoration: line-through;
  color: #777;
}
.sub-page .sub-about {
  padding: 20px 15px;
}
.sub-page .sub-about .about-title {
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sub-page .sub-about .about-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #ff6368;
}
.sub-page .sub-about .about-text {
  font-size: 12px;
  color: #777;
  line-height: 20px;
}
.sub-page .sub-about .advantage-con {
  margin: 20px -15px;
}
.sub-page .sub-about .advantage-con .m-title-con .s-title {
  font-weight: normal;
  font-size: 18px;
}
.sub-page .sub-about .contact-us-con {
  margin-top: 30px;
}
.sub-page .sub-about .contact-us-con .contact-title {
  font-size: 18px;
  margin-bottom: 30px;
}
.sub-page .sub-about .contact-us-con .contact-item {
  margin-bottom: 20px;
}
.sub-page .sub-about .contact-us-con .contact-item .item-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ddd;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto;
}
.sub-page .sub-about .contact-us-con .contact-item .item-icon .iconfont {
  font-size: 42px;
}
.sub-page .sub-about .contact-us-con .contact-item .item-info {
  color: #777;
  margin-top: 15px;
  font-size: 12px;
}

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