.ks-banner img {
  display: block;
  width: 100%;
}

.wrap {
  max-width: 1500px;
}

.ks-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  color: #ed701a;
  margin-bottom: 30px;
  text-align: center;
}

.select-pro-center {
  padding-top: 60px;
}

.select-pro-center .text p {
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 10px;
}

.select-pro-center .swiper-select-box {
  margin-top: 40px;
}

.select-pro-center .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agreement {
  padding: 100px 0;
  background: #fff;
}

.agreement .swiper-agree-box {
  margin-bottom: 40px;
}

.agreement .swiper-agree-box .swiper-pagination {
  display: none;
}

.agreement .settled-cates {
  position: relative;
}

.agreement .settled-cates ul {
  display: flex;
  flex-wrap: wrap;
}

.agreement .settled-cates li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 30px 20px;
  background-image: linear-gradient(90deg, #ff5a00 0%, #e92c00 100%);
  color: #fff;
  box-sizing: border-box;
}

.agreement .settled-cates li:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}

.agreement .settled-cates .tit {
  font-size: 30px;
  font-weight: bold;
}

.agreement .settled-cates .des {
  font-size: 22px;
}

.agreement .settled-cates .circle-tit {
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  width: 178px;
  height: 178px;
  border: 16px solid #f9c629;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.agreement .settled-cates .circle-tit .text {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: radial-gradient(circle, #ff0300 5%, #ff7d36 100%);
  box-shadow: 0 0 10px 5px rgba(255, 91, 0, 0.6);
}

.advantage {
  padding: 90px 0;
  background: #ff9000;
  color: #fff;
}

.advantage .ks-title {
  margin-bottom: 60px;
  color: #fff;
}

.advantage ul {
  display: flex;
  flex-wrap: wrap;
}

.advantage li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.advantage li:nth-child(3n) {
  margin-right: 0;
}

.advantage li .tit {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px 0px 30px 0px;
  background-image: linear-gradient(90deg, #f03b00 0%, #ff7800 100%);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.advantage li p {
  line-height: 1.8;
}

.market-intro {
  padding: 100px 0;
  background: url(../images/ks_map.png) no-repeat center calc(100% - 45px);
}

.market-intro ul {
  display: flex;
  flex-wrap: wrap;
}

.market-intro li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.market-intro li:nth-child(3n) {
  margin-right: 0;
}

.market-intro li .tit {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px 0px 30px 0px;
  background: #ed701a;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
}

.market-intro li p {
  line-height: 1.8;
}

.project-intro .intro-box {
  position: relative;
}

.project-intro .intro-l {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 40%;
  height: 100%;
  background: #ff9000;
}

.project-intro .intro-r {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 60%;
  height: 100%;
  background: #333;
}

.project-intro .wrap {
  padding: 100px 0;
  display: flex;
  align-items: center;
}

.project-intro .img-box {
  width: 45%;
  border: 5px solid #ff9000;
}

.project-intro .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-intro .info-box {
  margin-left: 55px;
  flex: 1;
  min-width: 0;
  color: #fff;
}

.project-intro .info-box .tit {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}

.project-intro .info-box .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 240px;
  height: 4px;
  background: linear-gradient(to right, #fff 20%, #333 100%);
}

.project-intro .info-box .text {
  line-height: 1.8;
}

.pro-types {
  padding: 100px 0;
}

.pro-types img {
  display: block;
  margin: 0 auto;
}

.flow {
  padding: 80px 0;
  background: #006cb1;
}

.flow .ks-title {
  color: #fff;
}

.flow .steps {
  display: flex;
  align-items: center;
}

.flow .steps .items {
  width: calc((100% - 240px) / 5);
  height: 128px;
  padding: 15px;
  background-image: linear-gradient(0deg, #cbecff 0%, #ffffff 100%);
  border-radius: 8px;
  text-align: center;
}

.flow .steps .num {
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
  font-style: italic;
  color: #006cb1;
}

.flow .steps .des {
  font-size: 18px;
}

.flow .steps .arrow {
  width: 60px;
  text-align: center;
}

.flow .steps .arrow img {
  display: inline-block;
}

@media only screen and (max-width: 1520px) {
  .wrap {
    padding: 0 10px;
  }
  .project-intro .wrap {
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .flow .steps .items {
    width: calc((100% - 160px) / 5);
    padding: 15px 5px;
  }
  .flow .steps .des {
    font-size: 16px;
  }
  .flow .steps .arrow {
    width: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .agreement .settled-cates .tit {
    font-size: 28px;
  }
  .advantage li .tit,
  .market-intro li .tit {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1180px) {
  .flow .steps .des {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1040px) {
  .wrap {
    max-width: 100%;
    padding: 0 0.2rem;
  }
  .ks-title {
    font-size: 0.36rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
  }
  .select-pro-center {
    padding-top: 0.6rem;
  }
  .select-pro-center .text p {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 0.3rem;
  }
  .select-pro-center .swiper-select-box {
    margin-top: 0.3rem;
    padding: 0.2rem;
    background: #ffdbb5;
  }
  .agreement {
    padding: 0.6rem 0;
  }
  .agreement .swiper-agree-box {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .agreement .swiper-agree-box .swiper-container {
    position: static;
  }
  .agreement .swiper-agree-box .swiper-pagination {
    display: block;
  }
  .agreement .swiper-agree-box .swiper-container-horizontal > .swiper-pagination-bullets,
  .agreement .swiper-agree-box .swiper-pagination-custom,
  .agreement .swiper-agree-box .swiper-pagination-fraction {
    bottom: 0;
  }
  .agreement .swiper-agree-box .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.14rem;
    border-radius: 0.07rem;
  }
  .agreement .swiper-agree-box .swiper-pagination-bullet-active {
    width: 0.6rem;
    background: #ff7200;
  }
  .agreement .settled-cates {
    position: relative;
  }
  .agreement .settled-cates ul {
    display: flex;
    flex-wrap: wrap;
  }
  .agreement .settled-cates li {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.2rem;
  }
  .agreement .settled-cates .tit {
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
  }
  .agreement .settled-cates .des {
    font-size: 0.3rem;
  }
  .agreement .settled-cates .circle-tit {
    top: calc(50% - 0.1rem);
    width: 1.8rem;
    height: 1.8rem;
    border: 0.2rem solid #f9c629;
  }
  .agreement .settled-cates .circle-tit .text {
    font-size: 0.4rem;
  }
  .advantage {
    padding: 1rem 0;
    background: #ff9000 url(../images/ks_map.png) no-repeat center 0.4rem;
    background-size: 80%;
  }
  .advantage .ks-title {
    margin-bottom: 0.3rem;
  }
  .advantage ul {
    display: block;
  }
  .advantage li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .advantage li .tit {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    width: 5rem;
    margin: 0 auto;
    border-radius: 0.5rem 0px 0.5rem 0px;
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .advantage li p {
    line-height: 1.5;
    font-size: 0.3rem;
  }
  .market-intro {
    padding: 1rem 0 0.2rem;
    background: url(../images/ks_map.png) no-repeat center 0.4rem;
    background-size: 80%;
  }
  .market-intro ul {
    display: block;
  }
  .market-intro li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .market-intro li .tit {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    width: 4rem;
    margin: 0 auto;
    border-radius: 0.5rem 0px 0.5rem 0px;
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .market-intro li p {
    line-height: 1.5;
    font-size: 0.3rem;
  }
  .project-intro .intro-box {
    position: relative;
  }
  .project-intro .intro-l {
    display: none;
  }
  .project-intro .intro-r {
    display: none;
  }
  .project-intro .wrap {
    padding: 0;
    display: block;
  }
  .project-intro .img-box {
    display: none;
  }
  .project-intro .info-box {
    margin-left: 0;
    padding: 0.6rem 0.2rem;
    background: #ff9000;
  }
  .project-intro .info-box .tit {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
  }
  .project-intro .info-box .tit::after {
    bottom: -0.1rem;
    width: 2rem;
    height: 0.04rem;
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .project-intro .info-box .text {
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .pro-types {
    padding: 0.5rem 0;
  }
  .pro-types img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .flow {
    padding: 0.8rem 0;
    background: #0d47a1;
  }
  .flow .step-mob .items {
    padding: 0 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-image: linear-gradient(0deg, #cbecff 0%, #ffffff 100%);
    border-radius: 0.1rem;
    font-size: 0.3rem;
  }
  .flow .step-mob .icon-box {
    text-align: center;
  }
  .flow .step-mob .icon-box .iconfont {
    font-size: 0.3rem;
    color: #fff;
  }
}
