/*.banner_ul  .banner_item {
  background-image: url(../images/newRetail2.jpg);
}*/

.new-sale,.operation{
  background:rgba(246,249,252,1);
}
.new-sale.bgFFF, .hot.bgFFF{
  background: #fff;
}
.sasa-content .new-content , .operation-content .operation-wrap, .hot .hot-wrap{
  width: 1200px;
}
.sasa-content .new-content.pb100 {
  padding-bottom: 100px;
}


.new-sale {
  position: relative;
}



.new-sale .sale-con {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 135px; */
  text-align: center;
  background:rgba(246,249,252,1);
}

.new-sale .sale-con .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 230px;
  height: 430px;
  margin-right: 10px;
  background: rgba(255,255,255,1);
  text-align: center;
}

.new-sale .sale-con .item .item-txt {
  font-size:20px;
  color:rgba(51,51,51,1);
  margin-top: 52px;
  margin-bottom: 30px;
}

.new-sale .sale-con .item .item-img {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.new-sale .sale-con .item .item-cont {
  font-size: 16px;
  margin-top: 35px;
  width:177px;
  line-height: 25px;
  color:rgba(153,153,153,1);

}


.new-sale .keeper {
  position: relative;
  top: 60px;
  z-index: 999;
  text-align: center;
}

.new-sale  .keeper img {
  width: 1287px;
  height: 562px;
  text-align: center;
  margin: auto;
}


.new-sale .retail-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 135px; */
  text-align: center;
}
.new-sale .retail-list .retail-itme {
  width: 380px;
  margin-right: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.new-sale .retail-list .retail-itme .retail-img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.new-sale .retail-list .retail-itme .retail-title {
  font-size:20px;
  margin-bottom: 18px;
}

.new-sale .retail-list .retail-itme .retail-text {
  width:288px;
  font-size:16px;
  font-family:MicrosoftYaHei;
  color:rgba(153,153,153,1);
  line-height:30px;
}


.operation .operation_img {
  width: 926px;
  height: 775px;
  text-align: center;
  margin: auto;
  display: block;
}



.framework {
  background:rgba(246,249,252,1);
}
.framework-content {
  width: 1200px;
}

.framework-content > img {
  display: block;
  width: 100%;
  /* width: 1200px; */
  /* height: 800px; */
  margin: auto;
  padding: 58px 0;
}

.upgrade-content {
  width: 1200px;
}

.upgrade-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.upgrade-list .item {
  flex: 1;
}

.upgrade-list .item > img {
  display: block;
  width: 110px;
  height: 110px;
  margin: auto;
}


.upgrade-list .item  .title {
  font-size:20px;
  color:rgba(51,51,51,1);
  margin: 10px 0;
}


.upgrade-list .item  .sub {
  font-size:16px;
  color:rgba(153,153,153,1);
}


@media screen and (max-width:1450px){

  .keeper img {
    width: 80%!important;
    height: initial!important;
  }

  .framework-content,.upgrade-content,.new-content {
    width: 1000px;
  }
  .framework-content > img {
    width: 70%;
  }

  .new-sale .sale-con {
  /*  flex-wrap: wrap;
    justify-content: flex-start;*/
  }

  .new-sale .sale-con .item{
    /*margin-right: 48px;*/
    margin-bottom: 20px;
    width: 20%;
  }
  .upgrade-content,.framework-content {
    width: 1000px;
  }

}