@charset "UTF-8";
.section-item-detail {
  display: none; }

.section-item.common-section-types1 {
  background-image: url(../images/outsourcing-bg3.png);
  background-repeat: no-repeat;
  background-position: center center; }
  .section-item.common-section-types1 .types-item {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin: 0;
    margin-right: 20px;
    height: 250px;
    width: 183px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .section-item.common-section-types1 .types-item p {
      color: #FFFFFF; }
    .section-item.common-section-types1 .types-item .icon-warp {
      height: 138px;
      line-height: 138px; }
      .section-item.common-section-types1 .types-item .icon-warp .types-icon {
        margin: 0 auto; }
    .section-item.common-section-types1 .types-item .title {
      font-size: 18px;
      margin-bottom: 10px; }
    .section-item.common-section-types1 .types-item .about {
      font-size: 14px;
      display: inline-block;
      width: 92%;
      margin: 10px auto 38px auto;
      overflow: hidden;
      height: 60px;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      line-height: 1.5; }
    .section-item.common-section-types1 .types-item:last-child {
      margin-right: 0; }
    .section-item.common-section-types1 .types-item:hover {
      background: rgba(255, 255, 255, 0.2); }
    .section-item.common-section-types1 .types-item.active {
      background: rgba(255, 255, 255, 0.3);
      border-width: 3px; }
  .section-item.common-section-types1 ul {
    padding: 0;
    margin: 0 auto; }
.section-item.common-section-types2 {
  background: #0081e4;
  text-align: center; }
  .section-item.common-section-types2 .types-item {
    background: #0081e4;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.4s;
    /* Safari 和 Chrome */
    -o-transition: background-color 0.4s;
    /* Opera */ }
    .section-item.common-section-types2 .types-item .title {
      color: #FFFFFF;
      margin: 0;
      font-size: 18px; }
    .section-item.common-section-types2 .types-item.active {
      background: #0062ae; }

@media only screen and (max-width: 768px) {
  .section-item.common-section-types1, .section-item.common-section-types2 {
    background-image: url(../images/outsourcing-bg3.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    text-align: left;
    padding-top: 15px; }
    .section-item.common-section-types1 > ul, .section-item.common-section-types2 > ul {
      margin-bottom: 0; }
    .section-item.common-section-types1 .types-item, .section-item.common-section-types2 .types-item {
      display: inline-block;
      float: none;
      width: 44%;
      margin: 0;
      margin-left: 4%;
      margin-bottom: 15px;
      height: 45px;
      line-height: 45px;
      border: 1px solid #0081e4;
      background: rgba(0, 42, 101, 0.5); }
      .section-item.common-section-types1 .types-item.active, .section-item.common-section-types2 .types-item.active {
        background: rgba(0, 105, 255, 0.5);
        border-width: 1px; }
      .section-item.common-section-types1 .types-item .title, .section-item.common-section-types2 .types-item .title {
        font-size: 12px;
        color: #FFFFFF; }
      .section-item.common-section-types1 .types-item .icon-warp, .section-item.common-section-types2 .types-item .icon-warp {
        display: none; }
      .section-item.common-section-types1 .types-item .about, .section-item.common-section-types2 .types-item .about {
        display: none; } }

/*# sourceMappingURL=outsourcing.css.map */
