.coop-content-one .img {
  display: block;
  width: 100%;
  height: 100%;
}

.coop-nav {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}

.coop-nav li a {
  display: block;
  color: #333;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
}

.coop-nav-active {
  border-bottom: 3px solid #387df4;
}

/* 合作体系  ---start */
.coop-content-one {
  height: 480px;
  background-color: #f0f8fe;
}

.left-detail {
  width: 620px;
}

.left-detail .industry span {
  display: inline-block;
  padding-left: 20px;
  background: url('../img/coop_circle.png') no-repeat left center;
  color: #1f8fff;
}

.left-detail .industry {
  font-size: 16px;
  color: #666;
  line-height: 27px;
}

.left-detail .business {
  margin-top: 15px;
}

.right-detail {
  width: 510px;
  height: 322px;
  line-height: 30px;
}

/* 合作体系  ---end */

/* 合作伙伴资源中心---start */
.coop-content-two {
  width: 100%;
  height: 740px;
  background: url('../img/coop_resource.png') no-repeat center;
  background-size: 100% 100%;
}

.main2 {
  width: 1240px;
  margin: 0 auto;
}

.resource-list {
  margin-top: 30px;
}

.resource-list li a {
  display: block;
  width: 300px;
  height: 350px;
  background: url('../img/resource_list_bg.png') no-repeat center;
  background-size: 100% 100%;
  border: 1px solid transparent;
  margin-right: 10px;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  transition: 0.3s;
}

.resource-list li a:hover {
  margin-top: -20px;
}

.resource-list li:nth-child(1) {
  margin-top: 150px;
}

.resource-list li:nth-child(3) {
  margin-top: 150px;
}

.resource-list li a img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 66px auto 30px;
}

.resource-list li a span {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.resource-list li a .detail {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  margin-top: 20px;
}

/* 合作伙伴资源中心---end */

/* 全方位的营销支持  ---start */
.coop-content-three {
  height: 736px;
  background: #f0f8fe;
}

.support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.support li a {
  display: block;
  width: 286px;
  height: 260px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: 0.3s;
}

.support li a .number {
  font-family: 'IMPACIT';
  font-size: 50px;
  color: #ddd;
}

.support li a .tit {
  font-size: 24px;
  color: #333;
  transition: 0.3s;
}

.support li a .detail {
  font-size: 14px;
  color: #333;
  margin-top: 35px;
  transition: 0.3s;
}

.support li a:hover {
  background: #1f8fff;
}

.support li a:hover .tit,
.support li a:hover .detail {
  color: #fff;
}

@font-face {
  font-family: 'IMPACIT';
  src: url('../fonts/fonts/IMPACT.TTF');
}

/* 全方位的营销支持  ---end */

/* 成为合作伙伴  --start */
.coop-content-four {
  width: 100%;
  height: 400px;
  background: url('../img/friend.png') no-repeat center;
  background-size: 100% 100%;
}

.friend {
  margin-top: 50px;
}

.friend .icon-wrap {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #f0f8fe;
  text-align: center;
  line-height: 130px;
  margin-bottom: 20px;
}

.friend li {
  text-align: center;
  transition: 0.3s;
}

.friend .icon-wrap .icon {
  font-size: 40px;
}

.friend .icon2 {
  font-size: 30px;
  color: #ddd;
}

.friend li:hover {
  color: #1f8fff;
}

.coop-content-five {
  height: 280px;
  background: #f0f8fe;
  position: relative;
}

/* 成为合作伙伴  --end */

.form-wrap {
  width: 1200px;
  height: 480px;
  background: #fff;
  position: absolute;
  top: -240px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 90px;
  box-sizing: border-box;
  color: #666;
}
.form-wrap .title-content {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.form-wrap .title-content .phone {
  font-size: 24px;
  color: #1f8fff;
}

.form-wrap .inline {
  margin-bottom: 10px;
}

.form-wrap .input {
  width: 408px;
  height: 50px;
  border: 1px solid rgba(227, 229, 231, 1);
  border-radius: 2px;
  padding: 0 20px;
  box-sizing: border-box;
}

.form-wrap .item-content span {
  margin-right: 4px;
}

.form-wrap .text-area {
  width: 948px;
  height: 100px;
  border: 1px solid rgba(227, 229, 231, 1);
  border-radius: 2px;
  padding: 20px;
  box-sizing: border-box;
}

.form-wrap .btn {
  width: 420px;
  height: 50px;
  background: rgba(31, 143, 255, 1);
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 50%;
  line-height: 36px;
  margin-left: -204px;
  bottom: 20px;
}

.phone-tips,
.success-tips {
  width: 200px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100px;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .coop-nav {
    width: 750px;
  }
  .coop-content-one {
    height: 340px;
  }
  .right-detail {
    width: 382px;
    height: 274px;
  }
  .coop-content-two {
    height: 450px;
  }
  .resource-list li:nth-child(1),
  .resource-list li:nth-child(3) {
    margin-top: 50px;
  }
  .resource-list {
    width: 900px;
    margin: 10px auto;
  }
  .resource-list li a {
    width: 220px;
    height: 300px;
    padding: 0 24px;
  }
  .resource-list li a img {
    margin: 40px auto 10px;
    transform: scale(0.9);
  }
  .resource-list li a span {
    font-size: 16px;
  }
  .coop-content-three {
    height: 500px;
  }
  .support {
    margin-top: 30px;
  }
  .support li a {
    width: 190px;
    height: 174px;
    padding: 20px;
  }
  .support li a .number {
    font-size: 30px;
  }
  .support li a .tit {
    font-size: 18px;
  }
  .support li a .detail {
    margin-top: 10px;
  }
  .form-wrap {
    width: 900px;
    height: 360px;
    background: #fff;
    position: absolute;
    top: -280px;
    left: 50%;
    margin-left: -450px;
    padding: 30px 50px;
  }
  .form-wrap .title-content {
    width: 700px;
    margin-bottom: 30px;
  }
  .coop-content-five {
    height: 160px;
  }
  .form-wrap .input {
    width: 306px;
    height: 40px;
  }
  .form-wrap .text-area {
    width: 726px;
    height: 70px;
  }
  .form-wrap .btn {
    width: 306px;
    height: 40px;
    margin-left: -153px;
  }
}
@media only screen and (max-width: 1280px) {
  .coop-content-one {
    height: 340px;
  }

  .right-detail {
    width: 342px;
    height: 216px;
  }

  .left-detail .industry span {
    font-size: 18px;
  }

  .left-detail .industry {
    font-size: 16px;
  }

  .coop-content-two {
    height: 500px;
  }

  .main2 {
    width: 840px;
  }

  .resource-list li a {
    width: 201px;
    height: 250px;
    padding: 0 20px;
  }

  .resource-list li:nth-child(1) {
    margin-top: 130px;
  }

  .resource-list li a img {
    margin: 30px auto 15px;
  }

  .resource-list li a span {
    font-size: 16px;
  }

  .resource-list li a .detail {
    margin-top: 10px;
    font-size: 12px;
  }

  .coop-content-three {
    height: 540px;
  }

  .support li a {
    width: 192px;
    height: 174px;
    padding: 20px;
  }

  .support li a .number {
    font-size: 30px;
  }

  .support li a .tit {
    font-size: 20px;
  }

  .support li a .detail {
    font-size: 12px;
    margin-top: 15px;
  }

  .form-wrap {
    width: 800px;
    margin-left: -400px;
  }

  .form-wrap .title-content {
    margin-bottom: 40px;
  }

  .form-wrap .input {
    width: 230px;
  }

  .form-wrap .btn {
    bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-wrap2 ul {
    width: 640px;
  }
  .coop-nav {
    font-size: 14px;
    width: 600px;
  }
  .coop-nav li a {
    height: 40px;
    line-height: 40px;
  }
  .coop-content-one {
    height: 300px;
  }

  .right-detail {
    width: 270px;
    height: 170px;
  }

  .left-detail .industry {
    font-size: 14px;
  }

  .left-detail .industry span {
    font-size: 16px;
  }
  .coop-content-two {
    height: 392px;
  }
  .resource-list li:nth-child(1) {
    margin-top: 50px;
  }

  .main2 {
    width: 680px;
  }

  .resource-list li a {
    width: 159px;
    height: 240px;
  }

  .resource-list li a img {
    width: 38px;
    height: 38px;
  }

  .coop-content-three {
    height: 480px;
  }

  .support {
    margin-top: 30px;
  }

  .support li a {
    width: 151px;
    height: 151px;
    padding: 15px;
  }

  .support li a .number {
    font-size: 20px;
  }

  .support li a .tit {
    font-size: 16px;
  }

  .support li a .detail {
    margin-top: 10px;
  }

  .friend .icon-wrap {
    width: 69px;
    height: 69px;
    line-height: 69px;
    margin-bottom: 10px;
  }

  .friend .icon-wrap .icon {
    font-size: 20px;
  }

  .friend li span {
    font-size: 14px;
  }

  .form-wrap {
    width: 640px;
    margin-left: -320px;
    top: -80px;
    height: 340px;
  }

  .form-wrap .title-content {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .form-wrap span {
    font-size: 12px;
  }
  .form-wrap .input {
    width: 200px;
    height: 36px;
  }
  .coop-content-four {
    height: 324px;
  }
  .coop-content-five {
    height: 300px;
  }
  .form-wrap .text-area {
    width: 484px;
  }
  .form-wrap .title-content {
    width: 500px;
  }
  .form-wrap .btn {
    bottom: 20px;
  }
}
