/*
 * Page: 关于我们
 * Author: Truexin
 * Date: 2016/11/21
 *
 * ReviseAuthor: ''
 * ReviseDate: ''
 */
a,
a:hover {
  text-decoration: none;
  }
.intap {
  position: absolute;
  top: 60px;
  left: 200px;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  }
.intap .top-bar {
  position: relative;
  z-index: 2;
  padding: 0;
  }
.intap .top-bar:after {
  position: absolute;
  top: -6px;
  left: 30%;
  z-index: 1;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  transform: rotate(45deg);
  }
.intap li {
  float: left;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
  line-height: 30px;
  background: #fff;
  }
.intap li a {
  color: #777;
  }
.intap li a:hover {
  color: #55ccd5 !important;
  cursor: pointer;
  }
.about .row {
  padding: 0;
  margin: 0;
  }
.about .row .companyName {
  margin-bottom: 15px;
  font-size: 18px;
  }
.about .is-hide {
  display: block;
  }
.about .is-show {
  display: none;
  }
@media screen and (max-width: 450px) {
  .about .is-hide {
    display: none;
    }
  .about .is-show {
    display: block;
    }
  }
.about .text-center {
  text-align: center;
  }
.about .text-center .row {
  margin-right: -15px;
  margin-left: -15px;
  }
.about .it-map {
  position: relative;
  }
.about .title {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 50px 0;
  font-size: 20px;
  line-height: 30px;
  color: #01bfcb;
  text-align: center;
  }
@media screen and (max-width: 450px) {
  .about .title {
    margin: 25px 0;
    font-size: 15px;
    }
  }
.about .title:after {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  width: 150px;
  height: 1px;
  margin-left: -75px;
  content: '';
  background: #c0c0c0;
  }
.about .title.default {
  color: #fff;
  }
.about .title.rel {
  position: absolute;
  left: 50%;
  z-index: 10;
  width: 100px;
  margin-left: -50px;
  }
@media screen and (max-width: 450px) {
  .about .title.rel {
    top: -25px;
    }
  }
.about .title.text-blue {
  color: #0d415a;
  }
.about .title.text-black {
  color: #000;
  }
.about .bg-black {
  background: #000;
  }
.about .text-blue {
  color: #0d415a;
  }
.about .bg-blue {
  background: #0d415a;
  }
.about .right-panel {
  float: right;
  width: 300px;
  height: 300px;
  }
.about .company-container {
  width: 50%;
  margin: auto;
  text-align: center;
  }
.about .bg-container {
  padding: 20px 20px 0;
  background: #0e415d;
  }
.about .bg-container figure {
  text-align: center;
  }
.about .bg-container figure > img {
  width: 100%;
  }
.about .white {
  height: 50px;
  line-height: 50px;
  color: #fff;
  }
@media screen and (max-width: 450px) {
  .about .white {
    padding-top: 10px;
    }
  }
.about .col-parner {
  background: #fafafa;
  }
.about .col-parner .col-md-3 {
  margin-bottom: 50px;
  }
.about .bg-grey {
  padding: 10px 0;
  background: #f5f5f5;
  }
.about .bg-grey .row {
  margin-right: -15px;
  margin-left: -15px;
  }
.about .bg-grey .text-center {
  margin: 40px;
  }
.about .brief {
  font-size: 15px;
  line-height: 30px;
  }
@media screen and (min-width: 450px) {
  .about .brief {
    padding-left: 30px;
    }
  }
.about .brief-img {
  margin-top: 20px;
  }
.about .career {
  margin: auto;
  background: #dcdcdc;
  }
.about .career a {
  color: #555;
  }
.about .career li {
  text-align: center;
  }
.about .career li.active > a {
  color: #fff;
  background: #55ccd5;
  }
.about .career li > a:hover {
  color: #fff;
  background: #55ccd5;
  }
.about .reset-career * {
  border: 0 !important;
  border-radius: 0 !important;
  }
.about .full {
  padding: 0;
  margin: 0;
  }
.about .joinUs {
  margin-bottom: 25px;
  }
.about .bottom-height {
  padding-bottom: 20px;
  }
.about .margin-top {
  padding-top: 20px;
  background: #eee;
  }
@media screen and (max-width: 450px) {
  .about .margin-top {
    background: #fff;
    }
  }
.about .compact {
  margin-bottom: 30px;
  }
@media screen and (min-width: 450px) {
  .about .active-event img {
    position: relative;
    z-index: 2;
    }
  }
