/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.page-partner * {
  box-sizing: border-box;
}
.pt-banner {
  width: 100%;
  background: url(/pages/company/partner/banner_bg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 175px 0 145px 0;
  text-align: center;
}
.pt-banner > h1 {
  width: 80%;
  margin: auto;
  font-size: 42px;
  font-weight: bold;
  line-height: 49px;
  text-align: center;
  margin-bottom: 20px;
}
.pt-banner > p {
  max-width: 700px;
  padding: 0 20px;
  margin: auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.pt-content {
  width: 100%;
  padding: 120px 20px 0 20px;
  background: #fff;
}
.pt-content .item {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 120px auto;
  justify-content: space-between;
}
.pt-content .item .text {
  width: 700px;
}
.pt-content .item .text .title {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  margin-bottom: 20px;
}
.pt-content .item .text .desc {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  color: #4a4e57;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: left;
}
.pt-content .item .text .desc p {
  margin-bottom: 15px;
}
.pt-content .item .text .desc a {
  display: initial;
  color: #FF822C;
}
.pt-content .item .text .desc a:hover {
  color: #E0640F;
}
.pt-content .item .text .btn {
  width: 170px;
  height: 46px;
  background: #FF822C;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 23px;
}
.pt-content .item .text .btn:hover {
  background: #E0640F;
}
.pt-content .item .image {
  max-width: 350px;
  height: auto;
}
.pt-content .item .image > img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .pt-content .item {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .pt-banner > p {
    width: 90%;
  }
  .pt-content {
    padding-top: 60px;
  }
  .pt-content .item {
    flex-direction: column-reverse;
  }
  .pt-content .item .text {
    margin-top: 230px;
    width: 90%;
    text-align: left;
  }
  .pt-content .item .image {
    position: absolute;
    top: 0;
  }
  .pt-content .item:nth-child(2n) {
    flex-direction: column;
  }
}
/*# sourceMappingURL=partner.css.map */