/* 轮播图 */
.banner {
  position: relative;
}

.banner_ul {
  position: relative;
  width: 100%;
  height: 400px;
}

.banner_ul  .banner_item {
  /*background-image: url(../images/sasa.jpg);*/
}


.banner_ul .banner_item .content-wrapper {
  position: absolute;
  width: 1100px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

.banner_ul .banner_item .content-wrapper h3 {
  margin: 75px 0 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: rgba(243,248,253,1);
}

.banner_ul .banner_item .content-wrapper .sub-title {
  width: 638px;
  height: 72px;
  font-size: 20px;
  color: rgba(243,248,253,1);
  line-height: 36px;
}

.banner_ul .banner_item .content-wrapper .btn {
  margin-top: 50px;
}

.banner_ul .banner_item .content-wrapper .btn a {
  display: inline-block;
  width: 151px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  background: rgba(243,248,253,1);
  border-radius: 21px;
  color: #000;
}

.banner_ul .banner_item .content-wrapper .btn a.on {
  color: #fff;
  border: 1px solid rgba(243,248,253,1);
  background: transparent;
  margin-left: 10px;
}

.banner_ul .banner_item .content-wrapper .btn a.on:hover {
  color: #222;
  background: #fff;
}


/* /* 新零售 */
.sasa-content {

}

.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;
  font-size: 16px;
}


.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 {
  margin-top: 35px;
  width:177px;
  line-height: 25px;
  color:rgba(153,153,153,1);

}

/* /* 新零售 */

/* 新零售1 */
.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; */
  /*width: 100%;*/
  text-align: center;
  margin: auto;
  display: block;
}
/* 新零售1 */



/* 热门应用 */
.hot-wrap {
  width: 1500px !important;
}
.hot-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 135px; */
  text-align: center;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.hot-list .hot-item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 240px;
  height: 300px;
  text-align: center;
  background-size: 100% 100%;
  cursor: pointer;
  flex: 0 0 240px;
  overflow: hidden;
}
.hot-list .hot-item.img1 {
  background-image: url(../imagesTwo/sasa/application1.png);
}
.hot-list .hot-item.img2 {
  background-image: url(../imagesTwo/sasa/application2.png);
}
.hot-list .hot-item.img3 {
  background-image: url(../imagesTwo/sasa/application3.png);
}
.hot-list .hot-item.img4 {
  background-image: url(../imagesTwo/sasa/application4.png);
}
.hot-list .hot-item.img5 {
  background-image: url(../imagesTwo/sasa/application5.png);
}
.hot-list .hot-item.img6 {
  background-image: url(../imagesTwo/sasa/application6.png);
}


.hot-list .hot-item .default {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.hot-list .hot-item .default > img {
  width: 60px;
  height: 60px;
  margin-top: 80px;
}

.hot-list .hot-item .default  .line {
  width:23px;
  height:3px;
  background:rgba(243,248,253,1);
  margin-top: 15px;
  margin-bottom: 15px;
}

.hot-list .hot-item .default  .hot-text {
  font-size:34px;
  color:rgba(243,248,253,1);
}


.hot-list .hot-item .cover {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 250px;
  width: 100%;
  height: 100%;
  background: rgba(2, 160, 227, 0.5);
  /* opacity: 0; */
}

.hot-list .hot-item .cover  > img {
  width: 60px;
  height: 60px;
  margin-top: 45px;
}

.hot-list .hot-item .cover .hot-text {
  font-size:30px;
  color:rgba(243,248,253,1);
  margin-bottom: 15px;
}

.hot-list .hot-item .cover .hot-text1 {
  width: 190px;
  font-size:16px;
  line-height: 30px;
  color:rgba(243,248,253,1);
}



/* 热门应用 */


.inquiry-wrap  {
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
  background-image: url(../imagesTwo/inquiry.png);
  text-align: center;

}

.inquiry-wrap .title {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  padding-top: 50px;
  padding-bottom: 35px;
}

.inquiry-wrap .into {
  text-decoration: none;
  font-size: 16px;
  color:rgba(0,154,236,1);
  background-color: #fff;
  padding: 15px 57px;
  border-radius: 2px;
}

@media screen and (max-width:1450px){
  .sasa-content .new-content, .operation-content .operation-wrap {
    width: 1000px;
  }
  .hot .hot-wrap {
    width: 751px !important;
  }
  .new-sale .sale-con {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 20px;
  }
  .new-sale .sale-con .item {
    margin-bottom: 20px;
    width: 19%;
    height: 388px;
  }
  .new-sale .retail-list {
    flex-flow: row;
  }
  .new-sale .retail-list .retail-itme {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .new-sale .sale-con .item .item-cont {
    font-size: 12px;
  }

  .hot-list {
    flex-wrap: wrap;
    justify-content: start;
  }
  .hot-list .hot-item {
    width: 250px;
    flex: 0 0 250px;
  }

  .banner_ul .banner_item .content-wrapper h3,.banner_ul .banner_item .content-wrapper .sub-title,.banner_ul .banner_item .content-wrapper .btn {
    margin-left: 20%;
  }
  .operation .operation_img {
    width: 70%;
  }
}