/*长租公寓*/
.long-rent .banner-wrap {
  background: #385076 url("../img/solution/banner4_3.jpg") no-repeat top left;
}
.long-rent .banner-wrap .banner {
  height: 450px;
}
.long-rent .section1-wrap .small-title {
  line-height: 30px;
}
.long-rent .section2-wrap {
  background-color: #eee;
  padding-bottom: 37px;
}
.long-rent .section2-wrap .title {
  height: 90px;
}
.long-rent .section3-wrap {
  padding-bottom: 67px;
}
.long-rent .section4-wrap {
  padding-bottom: 61px;
  background: url("../img/solution/longRent-image3-bg.png") no-repeat;
}
.long-rent .section4-wrap .section4 .title {
  /*margin-bottom: 33px;*/
}
.long-rent .section4-wrap .section4 .content ul {
  display: flex;
}
.long-rent .section4-wrap .section4 .content ul li {
  flex: 1;
}
.long-rent .section5-wrap {
  padding-bottom: 61px;
}
.long-rent .section5-wrap .section5 .title {
  margin-bottom: 33px;
}
.long-rent .section5-wrap .section5 .content ul {
  display: flex;
}
.long-rent .section5-wrap .section5 .content ul li {
  flex: 1;
  text-align: center;
}
.long-rent .section5-wrap .section5 .content ul li:hover{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.long-rent .section5-wrap .section5 .content ul li h3 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 37px;
  margin-bottom: 33px;
}
.long-rent .section5-wrap .section5 .content ul li span {
  display: inline-block;
  width: 303px;
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.long-rent .section6-wrap {
  background-color: #f2f2f2;
  padding-bottom: 70px;
}
/*装修行业*/
.renovation .banner-wrap {
  background: #385076 url("../img/solution/renovation-banner.jpg") no-repeat top left;
}
.renovation .banner-wrap .banner {
  width: 1180px;
  margin: 0px auto;
  height: 450px;
}
.renovation .banner-wrap .banner .text {
  width: 50%;
  padding-top: 120px;
  padding-left: 10px;
}
.renovation .banner-wrap .banner .text h1 {
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}
.renovation .banner-wrap .banner .text span {
  font-size: 18px;
  line-height: 30px;
  color: #a8abb0;
  color: #fff;
}
.renovation .section1-wrap {
  padding-bottom: 65px;
}
.renovation .section1-wrap .small-title {
  margin: 0 auto;
  width: 1039px;
  font-size: 14px;
}
.renovation .section2-wrap {
  background-color: #f1f1f1;
  padding-bottom: 63px;
}
.renovation .section2-wrap .section2 .title {
  margin-bottom: 20px;
}
.renovation .section2-wrap .section2 .content {
  text-align: center;
}
.renovation .section3-wrap .section3 .small-title {
  width: 933px;
  margin: 0 auto 50px;
  font-size: 14px;
  color: #666;
}
.renovation .section4-wrap {
  background-color: #f2f2f2;
}
.renovation .section4-wrap .section4 .title {
  margin-bottom: 30px;
}
.renovation .section4-wrap .section4 .content {
  text-align: center;
  overflow: hidden;
}
.renovation .section4-wrap .section4 .content img {
  margin-bottom: 23px;
}
.renovation .section4-wrap .section4 .content ul {
  width: 1110px;
  height: 290px;
  margin: 0 auto;
  position: relative;
}
.renovation .section4-wrap .section4 .content ul li {
  width: 130px;
  text-align: center;
  position: absolute;
}
.renovation .section4-wrap .section4 .content ul li.item1 {
  left: 0;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li.item2 {
  left: 205px;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li.item3 {
  left: 400px;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li.item4 {
  left: 600px;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li.item5 {
  left: 800px;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li.item6 {
  left: 993px;
  top: 0;
}
.renovation .section4-wrap .section4 .content ul li h3 {
  font-size: 16px;
  line-height: 40px;
}
.renovation .section4-wrap .section4 .content ul li span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.renovation .section5-wrap {
  padding-bottom: 73px;
  padding-top: 20px;
}
.renovation .section5-wrap .section5 .title {
  margin-bottom: 20px;
}
.renovation .section5-wrap .section5 .content {
  text-align: center;
}
.renovation .section5-wrap .section5 .content table {
  border: 1px solid #dcdcdc;
  margin: 0 auto;
}
.renovation .section5-wrap .section5 .content table tr td {
  height: 115px;
  width: 296px;
  position: relative;
  overflow: hidden;
}
.renovation .section5-wrap .section5 .content table tr td:hover img{
  transform: scale(1.2); ;
}
.renovation .section5-wrap .section5 .content table tr td img {
  height: 113px;
  transition: all 0.5s;
}
.renovation .section6-wrap {
  padding-bottom: 70px;
  padding-top: 30px;
  background-color: #f2f2f2;
}
/*跨境电商*/
.online-store .banner-wrap {
  background: #385076 url("../img/solution/onlineStore-banner.jpg") no-repeat top left;
}
.online-store .banner-wrap .banner {
  width: 1180px;
  margin: 0px auto;
  height: 450px;
}
.online-store .banner-wrap .banner .text {
  width: 50%;
  padding-top: 120px;
  padding-left: 10px;
}
.online-store .banner-wrap .banner .text h1 {
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}
.online-store .banner-wrap .banner .text span {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.online-store .section1-wrap {
  padding-bottom: 65px;
}
.online-store .section1-wrap .small-title {
  margin: 0 auto;
  width: 1039px;
  font-size: 14px;
}
.online-store .section2-wrap {
  background-color: #f1f1f1;
  padding-bottom: 63px;
}
.online-store .section2-wrap .section2 .title {
  margin-bottom: 20px;
}
.online-store .section2-wrap .section2 .content {
  text-align: center;
}
.online-store .section3-wrap {
  padding-bottom: 75px;
}
.online-store .section4-wrap {
  background-color: #f2f2f2;
  padding-bottom: 59px;
}
.online-store .section4-wrap .section4 .title {
  margin-bottom: 30px;
}
.online-store .section4-wrap .section4 .content {
  text-align: center;
  overflow: hidden;
}
.online-store .section4-wrap .section4 .content table thead tr th {
  width: 292px;
  height: 72px;
  background-color: #0065b3;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.online-store .section4-wrap .section4 .content table tbody tr td {
  width: 292px;
  height: 120px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 0 20px;
  text-align: left;
  border: 1px solid #ccc;
}
.online-store .section4-wrap .section4 .content table tbody tr td:first-child {
  text-align: center;
}
.online-store .section4-wrap .section4 .content img {
  margin-top: 65px;
}
.online-store .section5-wrap {
  padding-bottom: 60px;
  padding-top: 20px;
}
.online-store .section6-wrap {
  padding-bottom: 85px;
  padding-top: 20px;
  background-color: #f1f1f1;
}
.online-store .section7-wrap {
  padding-bottom: 75px;
  padding-top: 20px;
}
.online-store .section8-wrap {
  padding-bottom: 70px;
  padding-top: 30px;
  background-color: #f2f2f2;
}
.online-store .section9-wrap {
  padding-bottom: 73px;
  padding-top: 20px;
}
.online-store .section9-wrap .section9 .title {
  margin-bottom: 20px;
}
.online-store .section9-wrap .section9 .content {
  text-align: center;
}
.online-store .section9-wrap .section9 .content table {
  border: 1px solid #eee;
  margin: 0 auto;
}
.online-store .section9-wrap .section9 .content table tr td {
  height: 130px;
  width: 296px;
  position: relative;
  overflow: hidden;
}
.online-store .section9-wrap .section9 .content table tr td img {
  height: 128px;
  transition: all 0.5s;
}
.online-store .section9-wrap .section9 .content table tr td:hover img{
  transform: scale(1.2);
}

/*智能化管理功能*/
.znh-manager-box{
  position: relative;
  margin:50px 0px;
}
.znh-manager-box ul{
  position:relative;
  margin: 0px -40px;
}
.znh-manager-box ul>li{
  float: left;
  width:33.33%;
  padding:0px 40px;
  position:relative;
  /*background-image: url("../images/bg_22.jpg");*/
  /*background-repeat:no-repeat;*/
  /*background-position-x: 110%;*/
  /*background-position-y: 0px;*/
}
.znh-manager-box ul>li .bg_22{
  position: absolute;
  top: 0px;
  right: -31px;
  height: 100%;
}
.znh-manager-box ul>li .znh-img{
  position: relative;
}
.znh-manager-box ul>li .znh-img>img{
  width: 100%;
}
.znh-manager-box ul>li .znh-img .znh-span{
  position: absolute;
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height:60px;
  color: #fff;
  background-color: #0065b3;
  font-size: 24px;
  text-align: center;
  bottom: 0px;
  left: -20px;
}
.znh-manager-box ul>li .znh-img .znh-span:before{
  content: "";
  display:inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #004174;
  border-left: 20px solid transparent;
  left: 0px;
  bottom: -20px;
}
.znh-manager-box ul>li .znh-content{position: relative;padding:0px 20px 20px;background-color: #ffffff;height: 160px;overflow:hidden;}
.znh-manager-box ul>li .znh-content>span{
  display: inline-block;
  float: left;
  width: 33.33%;
  font-size: 16px;
  color: #666;
  text-align:center;
  margin-top: 20px;
}
.znh-manager-box ul>li .znh-content>span:hover{
  color: #358de2;
}