/* 
* @Author: Marte
* @Date:   2017-11-13 09:50:34
* @Last Modified by:   Marte
* @Last Modified time: 2017-11-13 09:55:17
*/
/*
  作者：刘丝
  修改时间：2018.7.23-2018.7.25
  修改内容：合作商所有页面；前缀有hezuo的都是合作页面的class
*/
.bq1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
  background: url(../../land/img/bq/bq1-banner.png) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
  position: relative; }
.hezuo-bq1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
  background: url(../../land/img/bq/bq1-banner.png) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
  position: relative; }

.bg2 {
  width: 100%;
  height: 170px;
  background: #f1f1f1; }

.hezuo-bg2 {
  width: 100%;
  height: 10px;
  background: #f1f1f1; }

.search-bq {
  left: 50%;
  top: 315px;
  margin-left: -462.5px;
  width: 845px;
  height: 199px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: absolute;
  padding: 8px 40px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }
  .search-bq .search-infor {
    font-size: 16px;
    color: #666;
    line-height: 48px; }
    .search-bq .search-infor span {
      color: #ff4800; }
  .search-bq .search-cont {
    overflow: hidden; }
    .search-bq .search-cont input {
      outline: none;
      border: 0;
      padding: 10px 0;
      line-height: 32px;
      height: 28px;
      width: 328px;
      padding-left: 20px;
      font-size: 16px;
      border: 1px solid #cccccc; }
    .search-bq .search-cont .name {
      width: 228px;
      margin: 0 20px; }
    .search-bq .search-cont .fr {
      color: #fff;
      font-size: 20px;
      line-height: 50px;
      text-align: center;
      background: #00d265;
      cursor: pointer;
      width: 200px; }
  .search-bq .record {
    border-top: 1px dashed #dcdcdc;
    padding: 28px 25px;
    height: 32px;
    margin-top: 30px;
    overflow: hidden; }
    .search-bq .record li {
      width: 380px;
      color: #b2b2b2;
      font-size: 14px; }

.bq-title {
  color: #000;
  font-size: 26px;
  width: 460px;
  padding: 50px 0 30px;
  margin: 0 auto;
  text-align: center; }
  .bq-title .title-top {
    background: url(../../land/img/bq/title-left.png) no-repeat left center, url(../../land/img/bq/title-right.png) no-repeat right center; }
  .bq-title .title-bottom {
    color: #999;
    font-size: 16px;
    line-height: 28px; }

.bq2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: -webkit-linear-gradient(#f0f0f0, #fff);
  background: -moz-linear-gradient(#f0f0f0, #fff);
  background: -o-linear-gradient(#f0f0f0, #fff);
  background: linear-gradient(#f0f0f0, #fff);
  width: 100%;
  overflow: hidden; }
  .bq2 .bq2-cont {
    width: 1035px;
    overflow: hidden;
    margin: 15px auto; }
    .bq2 .bq2-cont li {
      float: left;
      margin: 15px 42.5px;
      width: 260px;
      height: 350px;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px; }
      .bq2 .bq2-cont li img {
        display: block;
        height: 110px;
        margin: 50px auto 0; }
      .bq2 .bq2-cont li .li-txt {
        color: #333;
        font-size: 18px;
        line-height: 26px;
        margin: 30px auto; }
        .bq2 .bq2-cont li .li-txt span {
          color: #ff4800; }
      .bq2 .bq2-cont li .li-txt-s {
        font-size: 14px;
        color: #333;
        text-align: center;
        line-height: 18px;
        margin-bottom: 30px; }
      .bq2 .bq2-cont li .button {
        width: 161px;
        height: 35px;
        text-align: center;
        line-height: 37px;
        color: #333;
        font-size: 18px;
        background: #fff;
        margin: 0 auto;
        border: 1px solid #cccccc;
        -webkit-border-radius: 37px;
           -moz-border-radius: 37px;
                border-radius: 37px;
        cursor: pointer; }
      .bq2 .bq2-cont li .button:hover {
        color: #fff;
        background: #00cc58;
        border: 1px solid #00cc58; }
    .bq2 .bq2-cont li:hover {
      -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
         -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2); }

.bq3 {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: -moz-linear-gradient(#fff, #f0f0f0);
  background: -o-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0); }
  .bq3 .bq-title {
    width: 540px; }
  .bq3 .bq3-cont {
    width: 1144px;
    margin: 20px auto 0;
    overflow: hidden;
    padding-left: 14px; }
    .bq3 .bq3-cont li {
      float: left;
      width: 240px;
      height: 290px;
      padding-top: 60px;
      position: relative;
      margin: 25px 23px;
      -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
         -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2); }
      .bq3 .bq3-cont li .bg3-top {
        position: absolute;
        left: -12px;
        top: 13px; }
      .bq3 .bq3-cont li .bq3-pic {
        display: block;
        margin: 0 auto; }
      .bq3 .bq3-cont li .li-txt {
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-align: center;
        margin-top: 30px; }

.bq4 {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: -webkit-linear-gradient(#f0f0f0, #fff);
  background: -moz-linear-gradient(#f0f0f0, #fff);
  background: -o-linear-gradient(#f0f0f0, #fff);
  background: linear-gradient(#f0f0f0, #fff); }
  .bq4 .bq-title {
    width: 515px; }
  .bq4 .bq4-cont {
    width: 1100px;
    margin: 0 auto; }
    .bq4 .bq4-cont .img-cont {
      width: 1010px;
      margin: 20px auto;
      overflow: hidden;
      background: url(../../land/img/bq/bq-line.png) no-repeat center 175px; }
      .bq4 .bq4-cont .img-cont li {
        float: left;
        width: 252.5px;
        text-align: center; }
        .bq4 .bq4-cont .img-cont li img {
          display: block;
          height: 90px;
          margin: 0 auto; }
        .bq4 .bq4-cont .img-cont li .li-txt {
          font-size: 16px;
          color: #666;
          margin: 22px auto 54px; }
        .bq4 .bq4-cont .img-cont li .li-title {
          font-size: 24px;
          color: #333; }
    .bq4 .bq4-cont .bq4-button {
      width: 1050px;
      overflow: hidden;
      margin: 30px auto; }
      .bq4 .bq4-cont .bq4-button li {
        float: left;
        height: 80px;
        width: 280px;
        cursor: pointer;
        margin: 15px 85px 15px 10px;
        background: #fff url(../../land/img/bq/bq4-btn.png) no-repeat right center;
        -moz-background-size: auto 100%;
             background-size: auto 100%;
        -webkit-border-radius: 0 80px 80px 0;
           -moz-border-radius: 0 80px 80px 0;
                border-radius: 0 80px 80px 0;
        -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
        line-height: 80px;
        color: #333;
        font-size: 24px; }
        .bq4 .bq4-cont .bq4-button li p {
          width: 100px;
          padding-left: 70px; }
      .bq4 .bq4-cont .bq4-button li:nth-child(3n) {
        margin-right: 0; }
      .bq4 .bq4-cont .bq4-button li:hover {
        color: #23d55b;
        background: #fff url(../../land/img/bq/bq4-btncur.png) no-repeat right center;
        -moz-background-size: auto 100%;
             background-size: auto 100%; }

.bq5 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 695px;
  background: url(../../land/img/bq/bq5-bg.png) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover; }
  .bq5 .gj5-text {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    margin: 5px auto 25px; }
    .bq5 .gj5-text span {
      color: #00cc58; }
  .bq5 .gj5-cont {
    width: 1207px;
    margin: 0 auto;
    position: relative; }
.bq5 .gj5-cont .banner1{width:1200px; height: 458px; position: relative;}
.bq5 .gj5-cont .banner1 .sp-team-p{position: absolute; top: 94px; left: 138px; width:546px}
.bq5 .gj5-cont .banner1 .top h2{font-size: 30px; line-height: 30px; color: #333333; font-weight: bold; margin-bottom: 12px;}
.bq5 .gj5-cont .banner1 .top .comp p{width:266px; float: left; font-size: 14px; line-height: 24px; color: #333333;}
.bq5 .gj5-cont .banner1 .bottom{margin-top: 14px;}
.bq5 .gj5-cont .banner1 .bottom p{font-size: 14px; color: #999999; line-height: 24px;}
    .bq5 .gj5-cont .banner {
      width: 1207px;
      margin: 0 auto; }
    .bq5 .gj5-cont .left-btn {
      width: 32px;
      height: 56px;
      left: 72px;
      background: url(../../land/img/bq/bq5-l.png) no-repeat center center; }
    .bq5 .gj5-cont .right-btn {
      width: 32px;
      height: 56px;
      right: 72px;
      background: url(../../land/img/bq/bq5-r.png) no-repeat center center; }




