@charset "UTF-8";
.container {
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  display: block;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

/* 多行超过省略，加class：multi-line-omit即可  2018-03-28 by Jimi6 begin */
.multi-line-omit {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  /* 控制行数 */
  -webkit-line-clamp: 8;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

/* 单行超过省略，加class：one-line-omit即可  2018-03-29 by Jimi6 begin */
.one-line-omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer{
	background-color: #fff;
	margin-top: 0;
}
/*放大动画*/
.footer-container {
  display: table;
  padding: 30px 0;
}
.footer .contact {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 0;
}
.footer .contact-wrap {
  display: block;
  margin: 0 20px;
}
.footer .contact .icon-tel {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  vertical-align: inherit;
}
.footer .contact-content {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.footer .contact .title {
  display: block;
  color: #3a3a3a;
}
.footer .contact .tel {
  display: block;
  color: #f02b2b;
  font-size: 26px;
}
.footer .contact .tel:hover {
  text-decoration:none;
}
.footer .link-group {
  display: table-cell;
  width: 70%;
}
.footer .link-group-item {
  display: inline-block;
  float: left;
  width: 30%;
  padding: 1%;
  position: relative;
  text-align: center;
}
.footer .link-group-item:before, .footer .link-group-item:last-child:after {
  position: absolute;
  top: 40px;
  display: inline-block;
  content: '';
  height: 100px;
  border-left: 1px solid #d2d2d2;
}
.footer .link-group-item:before {
  left: 0;
}
.footer .link-group-item:last-child:after {
  right: 0;
}
.footer .link-group .link-title {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.footer .link-group .link {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #3a3a3a;
}
.footer .link-group .link:hover {
  color: #3d6be1;
  text-decoration: underline;
}
.footer-logo {
  width: 90%;
}

.copyright {
  background-color: #f02b2b;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.copyright-item {
  display: inline-block;
  color:#fff;
}
.copyright-item + .copyright-item {
  margin-left: 50px;
}
.copyright .link {
	display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.copyright .link:hover {
  color: #ccc;
}

/*# sourceMappingURL=footer.css.map */
