a:hover {
	transition: initial
}
.swiper-container2 a {
	width: 100%;
    background-position: center !important;
	/*background: #fb6945;*/
}
.swiper-container2 a img {
	margin: 0 auto;
}
.vip{
      width: 1200px;
      margin: 0 auto;
      padding-top: 40px;
      position: relative;
}
.vip span{
  display: inline-block;
  background: linear-gradient(135deg,rgba(243,189,140,1),rgba(237,200,165,1));
  border-radius: 20px;
  padding: 5px 28px;
  font-size: 14px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -12px;
  color: #0C1238;
}
.top-banner {
	/*background-image: url(../img/index/banner_bg.png);*/
}
.bannerItem .freebtn {
	height: 40px;
	line-height: 40px;
	width: 100px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	color: #fb663e;
	transition: all .2s;
	background: #fff;
}
.bannerItem .freebtn:hover {
	/*box-shadow: 0 8px 24px 0 rgba(63,74,105,.16);
	margin-top: -2px;
	margin-bottom: 2px;*/
	background: #ffece6;
}

/*解决方案*/
.solution {
	justify-content: space-between;
}
.solution-item {
	width: 380px;
	height: 320px;
	box-shadow: 0 0 18px 4px rgba(224,224,224,0.3);
	border-radius: 10px;
	padding: 38px 20px 0 38px;
	box-sizing: border-box;
}
.solution-item .solu-tit {
	font-size: 20px;
	color: #3b426b;
}
.solution-item .solu-subtit {
	font-size: 14px;
	color: #7d88a2;
	line-height: 32px;
	margin-top: 10px;
}
.solution-item .more {
	color: #FB6638;
	padding-top: 24px;
	font-size: 14px;
	align-items: center;
}
.solution-item .more span {
	color: #fe423c;
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 4px;
}
.solution-item1 {
	background: url(../img/index/sell.png) right bottom no-repeat;
}
.solution-item2 {
	background: url(../img/index/social.png) right bottom no-repeat;
}
.solution-item3 {
	background: url(../img/index/commission.png) right bottom no-repeat;
}
.video {
	width: 620px;
	margin: 0 auto;
	margin-top: 40px;
	height: 300px;
	position: relative;
}
.video video {
	position: absolute;left: 0;
	right: 0;
	margin: auto;
	top: 0;
	display: none;
}
.video .abs {
	width: 80px;
	height: 80px;
	background: rgba(206,120,51,0.6);
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.video .abs:hover {
	background: rgba(206,120,51,0.8);
}
.video .iconfont {
	font-size: 36px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	padding-left: 6px;
}
/*新零售商业模式*/
.social {
	height: 560px;
	width: 100%;
	background: url(../img/index/socialbg.png) 100% 100% no-repeat;
	color: #fff;
	background-size: 100% 100%;
}
.social .marginauto {
	padding-left: 100px;
	align-items: center;
}
.sol-title {
	padding: 54px 0 68px 0;
	text-align: center;
	font-size: 22px;
}
.sol-sub {
	font-size: 14px;
	color: #e5e5e5;
	text-align: center;
	padding-top: 44px;
	width: 690px;
	margin: 0 auto;
	padding-left: 200px;
}
.sol-img img {
	margin-left: 46px;
}
.sol-left p {
	padding: 40px 20px;
	font-size: 16px;
	text-align: right;
	cursor: pointer;
}
.sol-left p.active {
	color: #fb6638;
}
.social .line {
	width: 4px;
	background: #FFFFFF;
	position: relative;
	height: 288px;
	margin-right: 72px;
}
.social .line .orange {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 96px;
	background: #FB6638;
	transition: all .2s;
}
.member {
	background: #f5f8ff;
}
.mem-tit {
	font-size: 22px;
	color: #FB6638;
	padding: 76px 0 44px 0;
	text-align: center;
}
.mem-tab {
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
	justify-content: center;
}
.mem-tab div {
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-size: 16px;
	width: 360px;
	color: #3b426b;
	text-align: center;
	padding-bottom: 16px;
	cursor: pointer;
}
.mem-tab div.active, .news-tab div.active {
	color: #FB6638;
	border-color: #FB6638;
}
.mem-img {
	margin: 44px auto;
	max-height: 396px;
}
.mem-subtit {
	font-size: 14px;
	color: #7b88a2;
	padding-bottom: 48px;
	text-align: center;
}
.member-right {
	height: 556px;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
}
.data {
	background: url(../img/index/data-view.png) no-repeat;
	width: 100%;
	padding: 70px 0 50px 0;
	text-align: center;
	color: #fff;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.data-tit {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 46px;
}
.data-left {
	width: 282px;
	height: 100px;
	background: rgba(255,255,255,0.04);
	border-radius: 4px;
	padding: 22px 0 20px 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	margin-left: 154px;
	font-size: 16px;
	border: 1px solid transparent;
	cursor: pointer;
}
.data-left.active {
	border-color: #ff6638;
}
.data-left .iconfont {
	font-size: 32px;
	padding-bottom: 10px;
}
.data-subtit {
	font-size: 14px;
	padding: 10px 0 30px 58px;
}
.data-img {
	margin-left: 66px;
	height: 330px;
}
.decoration {
	flex-wrap: wrap;
	justify-content: space-between;
}
.decoration div {
	box-shadow: 0 0 18px 4px rgba(224,224,224,0.3);
	padding: 20px;
	width: 580px;
	height: 260px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
/*电商服务*/
.sell {
	justify-content: space-between;
	margin: 16px auto 40px auto;
	align-items: center;
	height: 420px;
}
.sell-item {
	width: 340px;
	height: 360px;
	box-shadow: 6px 6px 18px -2px rgba(224,224,224,0.5);
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: all .2s;
}
.sell-item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 158px;
}
.sell-tit {
	font-size: 20px;
	color: #3b426b;
	padding-bottom: 28px;
	text-align: center;
}
.sell-subtit {
	font-size: 14px;
	color: #7D88A2;
	padding-bottom: 24px;
	line-height: 26px;
}
.sell-item.active {
	width: 340px;
	height: 420px;
	background: linear-gradient(140deg,#ffbc2b,#f73c1d);
}
.sell-item.active p {
	color: #fff;
}
/*新闻*/
.news {
	padding: 36px 0 20px 0;
}
.news-tit {
	font-size: 26px;
	color: #3b426b;
	padding-bottom: 50px;
	font-weight: 500;
	text-align: center;
}
.news-tab {
	justify-content: center;
}
.news-tab div {
	padding: 0 4px;
	border-bottom: 2px solid transparent;
	font-size: 20px;
	color: #5d6494;
	padding-bottom: 14px;
	margin: 0 42px;
	cursor: pointer;
}
.news-item {
	width: 500px;
	height: 112px;
    box-shadow: 2px 2px 10px rgba(230,233,246,.5);
    margin-bottom: 28px;
    padding: 22px 16px 0 16px;
    box-sizing: border-box;
}
.read-more {
	width: 100px;
	height: 32px;
	line-height:32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	background: #3b426b;
	margin: 10px auto 18px auto;
}
.ne-tit {
	font-size: 16px;
	color: #3b426b;
	padding-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ne-subtit {
	font-size: 14px;
	color: #7d88a2;
	padding-bottom: 56px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .marginauto {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 52px 50px 4px 50px;
	box-sizing: border-box;
}

.float1{
	position: fixed;
	bottom: 20px;
	height: 210px;
	width: 848px;
	left: 50%;
	margin-left: -424px;
}
.float1 img{
	display: block;
}

.float1 .hot{
	position: absolute;
	bottom: 20px;
	left: 50px;
	cursor: pointer;
	width: 763px;
	height: 161px;
}
.float1 .float1-close{
	position: absolute;
	right: 0px;
	top: 17px;
	width: 30px;
	cursor: pointer;
	height: 30px;
}
.float2{
	position: fixed;
	bottom: 235px;
	height: 106px;
	width: 171px;
	right: 200px;
	cursor: pointer;
}
