/* 轮播图 */
/*.banner_ul  .banner_item {
  background-image: url(../images/cloudShop.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;
}


/* 赋能传统零售 */
.cloud-content{
  width: 1200px;
}



.cloud-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.cloud-list .cloud-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex: 0 0 370px;
  width:370px;
  height:435px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(242,242,242,1);
  box-sizing: border-box;
  margin-right: 15px;
}

.cloud-list .cloud-item .item_img {
  width: 100%;
  height: 240px;
}

.cloud-list .cloud-item .cloud-title {
  font-size:20px;
  margin: 30px 0;
}

.cloud-list .cloud-item .cloud-text {
  width:304px;
  height:47px;
  font-size:16px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:30px;
  text-align: center;
}

/* 赋能传统零售 */


/* 小羊云商门店功能 */

.function {
  background: rgba(246,249,252,1);
}
.function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.function-list  .function-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 0 0 585px;
  width:585px;
  height:250px;
  margin-right: 15px;
  margin-bottom: 15px;
  background:rgba(255,255,255,1);
}
.function-list  .function-item  > img {
  margin-left: 15px;
}
.function-list  .function-item .item-right {
  width: 405px;
  height: 177px;
  margin-left: 20px;
}
.function-list  .function-item .item-right h4 {
  font-size:20px;
  color:rgba(51,51,51,1);
  margin-bottom: 20px;
}
.function-list  .function-item .item-right .item-title1{
  font-size:16px;
  margin-bottom: 10px;
  color:rgba(153,153,153,1);
}
/* 小羊云商门店功能 */




/* 云小店应用 */
.industry {
  padding-bottom: 100px;
}
.industry-content {
  width: 1200px;
}

.app-ind-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
.app-ind-con .item {
  flex: 1;
  text-align: center;
}

.app-ind-con .item .item-img {
  width: 97px;
  height: 97px;
  margin: auto;
  display: block;
}

.app-ind-con .item .item-text {
  margin-top: 15px;
  font-size:18px;
  color:rgba(51,51,51,1);
}

/* 云小店应用 */

.empowerment {
  background:rgba(246,249,252,1);
  padding-bottom: 100px;
}

.empowerment-contnet {
  width: 1200px;
}

.empowermentList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.empowermentList .item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width:380px;
  height:370px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(242,242,242,1);
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  cursor: pointer;

}

.empowermentList .item .item_img  {
  width: 100%;
  height: 180px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.empowermentList .item .item-bottom .title {
  font-size: 20px;
  margin: 30px 0;
}

.empowermentList .item .item-bottom .text {
  width:304px;
  height:46px;
  font-size:16px;
  color:rgba(153,153,153,1);
  line-height:30px;
}

.empowermentList .item .item_img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -30px;
  margin-top: -130px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.empowermentList .item:hover .item_img, .empowermentList .item:hover .item_img1 {
  transform: scale3d(1.1,1.1,1.1);
  -webkit-transform: scale3d(1.1,1.1,1.1);
  -moz-transform: scale3d(1.1,1.1,1.1);
  -ms-transform: scale3d(1.1,1.1,1.1);
  -o-transform: scale3d(1.1,1.1,1.1);
}
.function-content{
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1450px){
  .cloud-content,.banner_ul .banner_item .content-wrapper,.cloud-list .cloud-item .cloud-text,.function-content,.industry-content,.empowerment-contnet{
    width: 100%;
  }
  .banner_ul .banner_item .content-wrapper h3,.banner_ul .banner_item .content-wrapper .sub-title{
    padding-left: 20px;
    width: 510px;
  }
  .cloud-list .cloud-item,.empowermentList .item{
    width: 31%;
    flex: none;
    margin: 0 1%;
  }

  .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%;
  }


  .cloud-list .cloud-item .cloud-text {
    width: 87%;
  }

  .cloud-list .cloud-item, .empowermentList .item {
    width: 27%;
  }

  .function-list  .function-item {
    flex: 0 0 500px;
    width: 44%;
  }

  .function-list .function-item .item-right .item-title1 {
    font-size: 15px;
  }

  .empowermentList .item .item-bottom .text {
    width: 250px;
  }

}