.xinchuang-banner {
  width: 100%;
  height: 400px;
  background: url("../images-app/banner.jpg") no-repeat center;
}

.xinchuang-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.xinchuang-banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}

.xinchuang-banner-content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}

.xinchuang-banner-content p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  max-width: 610px;
  margin: 40px 0;
}

.xinchuang-banner-content a {
  width: 160px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272DC5;
  border-radius: 30px;
}

.xinchuang-section {
  width: 100%;
  padding:50px 0;
}

.xinchuang-section h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.xinchuang-section h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #2C8AFF;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.xinchuang-section p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.superiority-list {
  width: 100%;
  margin-top: 110px;
  background: url(../images-app/superiority.jpg) no-repeat center;
  padding:0 180px 80px;
  box-sizing: border-box;
}

.superiority-list>li {
  width: 100%;
  display: flex;
}

.superiority-list>li:first-child {
  justify-content: center;
  position: relative;
  top: -40px;
}


.superiority-list>li:nth-child(2) {
  justify-content: space-between;
  margin: 80px 0;
}


.superiority-list>li:last-child {
  justify-content: space-around;
}

.superiority-item{
  width: 36%;
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #e1e4e5;
}

.superiority-item img{
  margin-right: 15px;
}

.distribute-list{
  width: 100%;
  display: flex;
  margin-top: 70px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.distribute-list>li{
  width: 32%;
  box-sizing: border-box;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 9px 1px rgba(0, 42, 77, 0.1);
  margin-bottom: 15px;
}

.distribute-list>li>img{
  width: 86px;
  margin-bottom: 48px;
}


.distribute-list>li>p{
  font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
}

.distribute-list>li>p>a{
  color: #2077EA;
}

.distribute-list>li>p:last-child{
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
margin-top: 10px;
}

.artcile-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.artcile-list>li{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
  margin-bottom: 22px;
  box-sizing: border-box;
}

.artcile-list>li>a{
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #333;
}



@media screen and (max-width:1024px) {

  .xinchuang-wrap {
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .superiority-list {
    padding:0 ;
  }

}

@media screen and (max-width:767px) {
  .xinchuang-banner {
    background-size: cover;
    padding: 1rem 0;
    height: 18rem;
  }

  .superiority-list {
    background-size: cover;
    width: 100%;
    margin-top: 3rem;
    padding:0;
  }

  .superiority-list>li {
    flex-direction: column;
    width: 100%;
  }

  .superiority-list>li .superiority-item:nth-child(2){
    margin-top: 1rem;
  }

  .superiority-list>li:nth-child(2) {
    margin: 1rem 0;
  }

  .superiority-item {
    width: 100%;
    border: 1px solid #e1e4e5;
}

.superiority-list>li:first-child {
  top: 0;
}

  .distribute-list>li{
    width: 100%;
  }

  .xinchuang-banner-content {
    height: 16rem;
  }

  .xinchuang-banner-content h1 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
  }

  .xinchuang-banner-content p {
    margin: 1rem 0;
    font-size: .9rem;
  }

  .xinchuang-banner-content a {
    width: 100px;
    padding: .5rem 0;
    font-size: .8rem;
  }

  .xinchuang-section h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .distribute-list {
    margin-top: 3rem;
}

  .distribute-list>li{
    width: 48%;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .xinchuang-section {
    width: 100%;
    padding:2.5rem 0 ;
  }

  .distribute-list>li>img{
    width: 50%;
    margin-bottom: 1rem;
  }

  .artcile-list>li{
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}