.index-main{
	margin: auto;
}
.index-main #carouselExampleIndicators{
	margin-top: 30px;
	height: 490px;
}
.index-main .carousel-file{
	height: 80px;
	display: flex;
	justify-content: space-around;
	position: relative;
	/*bottom: 80px;
	background: rgba(255, 255, 255, .1);*/
}

.index-main .carousel-file .ns-lable-block.style-one {
	flex: 1;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.index-main .carousel-file .ns-lable-block.style-one:first-child {
	border-left: 0;
}

.index-main .carousel-file .ns-lable-block.style-one .label-img {
	width: 36px;
	height: 30px;
	text-align: center;
}

.index-main .carousel-file .ns-lable-block.style-one .label-content {
	flex: unset;
}

.index-main .carousel-file .ns-lable-block.style-one .label-content .label-title {
	font-size: 18px;
	color: #FFFFFF;
}

.business-products .ns-title {
	margin-top: 0;
}

.index-main .business-products .main-title:first-of-type{
	margin-bottom: 10px;
}

.business-products .business-list{
	display: flex;
	justify-content: space-between;
}

.business-products .business-list .business-item{
	width: 268px;
	height: 340px;
	position: relative;
}

.business-products .business-list .business-item img{
	position: absolute;
	top: 0;
	left: 0;
}

.business-products  .business-item .item-content{
	padding: 30px 30px;
	text-align: center;
	position: relative;
	height: 340px;
}

.business-products  .business-item .ns-text-part.style-one .style-one-title,
.business-products  .business-item .ns-text-part.style-one .style-one-content {
	color: #FFFFFF;
}

.business-products  .business-item .btn-box{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 60px;
}

.business-products  .business-item .btn-box .btn {
	width: 100px;
	height: 32px;
	border-radius: 0;
	padding: 0;
	line-height: 32px;
}

.business-products  .business-item .btn-box .show-how-wrap {
	height: 100%;
	display: flex;
	align-items: flex-end;
	margin-right: 8px;
	position: relative;
}

.show-how-com {
	display: none;
	position: absolute;
	bottom: 48px;
	left: 0;
	z-index: 9;
	width: 580px;
	background-color: #FFFFFF;
	padding: 20px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.show-how-com:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 	/* IE 9 */
	-moz-transform: rotate(45deg); 	/* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg); 	/* Opera */
	position: absolute;
	bottom: -8px;
	left: 40px;
}

.show-how-com-right {
	left: unset;
	right: 0;
}

.show-how-com-right:before {
	left: unset;
	right: 40px;
}

.show-how-com .table thead th {
	border-bottom-width: 1px;
	border-top: 0;
}

.show-how-com .table td {
	font-size: 12px;
}

.show-how-wrap:hover .show-how-com {
	/*display: inline-block;*/
}

.business-products{padding-top: 80px}
.business-products .business-item .btn-box .btn-light.btn-b2c {
	color: #2A8CFB;
}

.business-products .business-item .btn-box .btn-light.btn-b2b2c {
	color: #FF8324;
}

.business-products .business-item .btn-box .btn-light.btn-saas {
	color: #7327FF;
}

.business-products .business-item .btn-box .btn-light.btn-b2cv4 {
	color: #1AC6AA;
}

.business-products .business-item .btn-box .btn-outline-light:hover {
	background-color: transparent;
	color: #FFFFFF;
}

.business-products .business-item .btn-box .btn-outline-light:not(:disabled):not(.disabled):active, 
.business-products .business-item .btn-box .btn-outline-light:not(:disabled):not(.disabled).active, 
.business-products .business-item .btn-box .show > .btn-outline-light.dropdown-toggle {
	color: #FFFFFF;
	background-color: transparent;
}
/* 专业化系统 */
.specialized-systems{
	display: flex;
}
.specialized-title {
  text-align: center;
  margin: 90px 0 45px 0;
}
.specialized-title .main-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}
.specialized-title .sub-title {
  font-size: 18px;
  color: #6B6B6B;
}
.specialized-systems .case-item{
	position: relative;
	margin-left: 41px;
	width: 268px;
	height: 386px;
	cursor: pointer;
	border: 1px solid #EBEDF0;
	margin-bottom: 42px;
	transition: all .3s;
}
.specialized-systems .case-item .case-content{
	text-align: center;
}
.specialized-systems .case-item:nth-child(1){
	margin-left: 0;
}

.specialized-systems .case-item .item-icon{
	position: absolute;
	top: 125px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 10px 0px rgba(33,33,38,0.15);
	background-color: #fff;
	overflow: hidden;
}
.specialized-systems .case-item .item-icon img{
	max-width: 100%;
	max-height: 100%;
}
.specialized-systems .case-item .case-title{
	width: 267px;
	height: 193px;
}
.specialized-systems .style-one-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.specialized-systems .case-item .case-title img{
	max-width: 100%;
	max-height: 100%;
}
.specialized-systems .case-item .ns-multi-line{
	-webkit-line-clamp: 3;
}
.specialized-systems .case-item .more{
	border: 1px solid #2473F1;
	padding: 4px 20px;
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.specialized-systems .case-item .more i{
	font-size: 25px;
	margin-top: 4px;
}
.specialized-systems .case-item .more:hover{
	text-decoration: none;
}
.specialized-systems .case-item:hover{
	transform: translateY(-15px);
}
/*  案例展示  */
.case-list{
	display: flex;
	flex-wrap: wrap;
	
}
.case-list .case-item{
	position: relative;
	margin-left: 61px;
	width: 358px;
	height: 450px;
	cursor: pointer;
	border: 1px solid #EBEDF0;
	margin-bottom: 42px;
	transition: all .3s;
}
.case-list .case-item:nth-child(3n+1){
	margin-left: 0;
}

.case-list .case-item .case-content{
	text-align: center;
	padding: 70px 25px 25px;
}

.case-list .case-item .item-icon{
	position: absolute;
	top: 125px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 10px 0px rgba(33,33,38,0.15);
	background-color: #fff;
	overflow: hidden;
}
.case-list .case-item .item-icon img{
	max-width: 100%;
	max-height: 100%;
}
.case-list .case-item .case-title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 358px;
	height: 172px;
}
.case-list .case-item .case-title img{
	max-width: 100%;
	max-height: 100%;
}
.case-list .case-item .ns-multi-line{
	-webkit-line-clamp: 3;
}
.case-list .case-item .more{
	display: flex;
	align-items: center;
	margin-top: 38px;
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.case-list .case-item .more i{
	font-size: 25px;
	margin-top: 4px;
}
.case-list .case-item .more:hover{
	text-decoration: none;
}
.case-list .case-item:hover{
	transform: translateY(-15px);
}
.case-show .more-case{
	margin: auto;
}
.case-show .more-case:hover{
	text-decoration: none;
}

/*  解决方案  */
.solution .plan-bg-img {
    width: 100%;
    height: 417px;
    position: absolute;
    top: 0;
    left: 0;
}

.solution .plan-bg-img img{
    width: 100% !important;
    height: 417px !important;
    object-fit: cover;
}

.solution .plan-wrap {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solution .plan-left {
	width: 266px;
	height: 417px;
	font-size: 16px;
	color: #383838;
	border: 1px solid #EBEDF0;
}
.solution .plan-left ul{
	padding: 30px 30px 0;
}

.solution .plan-left ul li {
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.solution .plan-right, .solution .plan-right-box {
	width: 890px;
	height: 417px;
	position: relative;
	z-index: 2;
}

.solution .plan-right h2 {
    font-size: 28px;
    color: #ffffff;
}

.solution .plan-right p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}
.solution .plan-right .custom-case {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
}

.solution .plan-right .custom-case-left >span {
	position: relative;
    flex-shrink: 0;
	width: 265px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.solution .plan-right .custom-case-left >span > span, .solution .plan-right .custom-case-left >span > i{
	color: #fff;
	font-size: 20px;
}
.solution .plan-right .custom-case-left >span > i{
	font-size: 30px;
	position: absolute;
	right: 145px;
	top: -6px;
}
.solution .plan-right .custom-case-left >span > i:nth-child(2){
	right: 130px;
	color: rgba(255,255,255,.6);
}
.solution .plan-right .custom-case-left >span > i:nth-child(3){
	right: 115px;
	color: rgba(255,255,255,.3);
}
.solution .plan-right .custom-case-left > span:after{
	content: "";
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, #fff , transparent);
}

.solution .plan-right .custom-case .custom-case-img {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.solution .plan-right .custom-case .custom-case-img img {
    height: 221px;
}
.solution .plan-right .custom-case .custom-case-left {
	width: 380px;
}

.solution .plan-right .custom-case .custom-case-left .ns-btn{
	width:134px;
	height:38px;
	border:1px solid rgba(255,255,255,1);
	border-radius:3px;
	background-color: transparent;
	color: #fff;
	margin-top: 55px;
}

.solution .plan-right-con{
	height: 100%;
	padding: 50px 50px 40px;
	box-sizing: border-box;
}

/* 商城资讯 */
.mall-consulting .carousel-inner {
	height: 425px;
}

.mall-consulting .carousel-item-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEDF0;
}
.mall-consulting .carousel-item-title > span:first-of-type{
	position: relative;
	font-size: 20px;
}
.mall-consulting .carousel-item-title > span:first-of-type::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
	
}
.mall-consulting .carousel-item-title > span:last-of-type{
	position: relative;
}
.mall-consulting .carousel-item-title > span:last-of-type span, .mall-consulting .carousel-item-title > span:last-of-type i{
	color: #838383;
}
.mall-consulting .carousel-item-title > span:last-of-type span{
	padding-right: 42px;
}
.mall-consulting .carousel-item-title > span:last-of-type i{
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: -8px;
}
.mall-consulting .carousel-item-title > span:last-of-type i:nth-child(2){
    right: 5px;
}
.mall-consulting .carousel-item-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
	height: 425px;
}

.mall-consulting .carousel-item-content .ns-index-news-li{
	margin-bottom: 32px;
}

.mall-consulting .carousel-item-content .ns-index-news-li:hover {
	text-decoration: none;
}

.mall-consulting .carousel-item-title a:hover {
	text-decoration: none;
}
.mall-consulting .carousel-indicators li{
	background-color: #E9E9E9;
}
.mall-consulting .carousel-indicators li.active{
	background-color: #2373F1;
}

.mall-consulting .index-news-cate {
	border-bottom: 1px solid #EBEDF0;
}

.mall-consulting .index-news-cate-wrap {
	margin: 0;
}

.mall-consulting .index-news-cate-wrap li {
	font-size: 20px;
	margin-right: 30px;
	padding: 10px 0;
	cursor: pointer;
}

.mall-consulting .index-news-cate-wrap li span {
	position: relative;
}

.mall-consulting .index-news-cate-wrap li.active span::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
	
}

.mall-consulting .index-news-cate>a {
	line-height: 40px;
}

.mall-consulting .index-news-cate>a:hover {
	text-decoration: none;
}

.null-news {
	margin: 0 auto;
	line-height: 345px;
}

/*  合作伙伴  */
.partner{
	overflow: hidden;
	margin-bottom: 100px;
}
.partner .partner-main ul{
	white-space: nowrap;
}
.partner .partner-main li{
	display: inline-block;
	padding: 26px 23px;
	width:202px;
	height:201px;
	background:#fff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius:10px;
	box-sizing: border-box;
	white-space: initial;
}
.partner .partner-main li img{
	max-width: 100%;
	margin-bottom: 20px;
}
.partner .partner-main li img{
	max-width: 100%;
	margin-bottom: 20px;
}
.partner .ns-text-part.style-one .style-one-title{
	margin-bottom: 14px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.partner .partner-main li ~ li{
	margin-left: 48px;
}

.partner .partner-main .partner-img {
	display: inline-block;
	width: calc(15% - 20px);
	height: 80px;
	margin: 10px 20px;
	text-align: center;
	line-height: 70px;
}

.partner .partner-main .partner-img img {
	max-width: 100%;
	max-height: 100%;
}


/*  授权数量  */
.authorization-message{
	display: flex;
	justify-content: space-around;
}
.authorization-message li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.authorization-message li span:first-of-type{
	margin-bottom: 21px;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #373737;
	line-height: 1;
	
}
.authorization-message li span:last-of-type{
	font-size: 18px;
	color: #838383;
}
/*  底部信息  */
.bottom-info{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 194px;
	background: url("../img/index/bottom_info.png") no-repeat bottom center;
}
.bottom-info span{
	font-size: 26px;
	color: #fff;
}
.bottom-info a {
	text-decoration: none;
}
.bottom-info button{
	margin-top: 30px;
	width: 160px;
	height: 40px;
	background:rgba(255,255,255,1);
	border-radius:3px;
}

.bottom-info .ns-btn:hover {
	background-color: #FFFFFF;
	color: #2A7EFB;
}
.to-old-website{
	text-align: center;
}

/*banner下体验数量*/
.experience-box{
	box-shadow: 0px 5px 10px rgb(0,0,0,0.1);
	padding: 30px 0;
}
.experience-box.fixed{
	position: fixed;
	background: #fff;
	top: 60px;
	width: 100%;
	z-index: 10;
}

.experience-box .ns-base-width{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.experience-box .experience-num{
	display: flex;
	align-items: center;
	font-size: 24px;
}
.experience-box .experience-num .experience-num-box{
	display: flex;
	align-content: center;
	margin: 0 10px;
	height: 52px;
	overflow: hidden;
}
.experience-box .experience-num .experience-num-box .digit-container{
	display: flex;
	align-content: center;
	color: #ffffff;
	background: #262626;
	font-size: 32px;
	position: relative;
	border-radius: 4px;
	padding: 6px 13px;
	margin: 0 4px;
	line-height: 1.3;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 101% 100%;
}
.experience-box .experience-num .experience-num-box .digit-container .mask{
	position: absolute;
	top: 51%;
	left: 0;
	height: 2px;
	background: #000;
	width: 100%;
	box-shadow: 0px 1px 4px #fff;
	display: none;
}

.experience-box .experience-num  .show-num{
	height: 40px;
}
.experience-box .experience-num  .show-num>div{
	height: 40px;
}

.experience-box .experience-btn{
	display: flex;
}
.experience-box .experience-btn>div{
	width: 145px;
	height: 45px;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
	display: flex;
	background: #256BD2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.experience-box .experience-btn .btn-experience{
	background: linear-gradient(135deg, #FD9D00 0%, #FA6400 100%);
}
.experience-box .experience-btn .btn-experience-info{
	background: linear-gradient(315deg, #3A53D9 0%, #6236FF 100%);
}

.product-box{
	display: flex;
	align-items: center;
}
.product-box .product-image{
	width: 540px;
	height: 540px;
	margin-right: 30px;
}
.product-box .product-image img{
	width: 540px;
	height: 540px;
}
.product-box .product-title{
	font-size: 42px;

	font-weight: 800;
	color: #000000;
	position: relative;
}
.product-box .product-title>div{
	position: absolute;
	width: 38px;
	height: 4px;
	background: #0091FF;
	left: 6px;
	top: 95px;
}
.product-box .product-desc{
	font-size: 20px;

	font-weight: 500;
	color: #666666;
	margin-top: 60px;
}
.product-box .product-btn{
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.product-box .product-btn>:first-child{
	width: 172px;
	height: 64px;
	background: #0091FF;
	color: #ffffff;
	font-size: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
.product-box .product-btn>:first-child .show-how-com{
	top: 70px;
	bottom: unset;
	width: 620px;
}
.product-box .product-btn>:first-child .show-how-com:after{
	position: absolute;
	content: "";
	width: 170px;
	height: 30px;
	top: -8px;
	right: 0px;
}
.product-box .product-btn>:first-child .show-how-com-right:before {
	top: -7px;
	right: 40px;
	bottom: unset;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
	border-right: 0;
}

.product-box .product-btn>div:last-child{
	font-size: 20px;
	width: 172px;
	height: 64px;
	border: 2px solid #0091FF;
	color: #0091FF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}

.product-type-right .product-image{
	margin-right: 0;
	margin-left: 30px;
}
.product-type-right{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.product-type-right .show-how-com{
	left: 0;

}
.product-type-right .show-how-com-right:before {
	left: 40px;
}

.product-type-right .product-btn>:first-child .show-how-com:after{
	left: 0;
	right: unset;
}
.product-type-right .product-title{
	color: #FFFFFF;
}
.product-type-right .product-desc{
	color: #F2F2F2;
}
.product-type-right .product-title>div{
	background: #F7B500;
}
.product-type-right .product-btn>:first-child{
	background: #FFFFFF!important;
	color: #000!important;
}
.product-type-right .product-btn>:last-child{
	background: rgba(0,0,0,0)!important;
	color: #ffffff!important;
	border: 2px solid #ffffff!important;
}

.product-cashier{

}
.product-cashier .product-cashier-title{
	font-size: 42px;
	font-weight: 800;
	color: #000000;
	line-height: 60px;
	text-align: center;
}

.product-cashier .product-cashier-subtitle{
	font-size: 20px;

	font-weight: 500;
	color: #666666;
	line-height: 42px;
	text-align: center;
	margin: 10px 0 30px;
}
.product-cashier .product-cashier-list{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-cashier .product-cashier-item{
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 180px;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	display: flex;
	flex-direction: column;
	position: relative;
}
.product-cashier .product-cashier-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 0;
 }
.product-cashier .product-cashier-item:nth-child(5n){
	margin-right: 0;
}
.product-cashier .product-cashier-item img{
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 1;
}
.product-cashier .product-cashier-item .product-cashier-name{
	font-size: 20px;

	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

.product-core{
	margin-top: 40px;
}
.product-core .product-core-title{
	font-size: 42px;
	font-weight: 800;
	color: #000000;
	line-height: 60px;
	text-align: center;
}

.product-core .product-core-subtitle{
	font-size: 20px;

	font-weight: 500;
	color: #666666;
	line-height: 42px;
	text-align: center;
	margin: 10px 0 30px;
}
.product-core .product-core-list{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-core .product-core-item{
	width: calc((100% - 100px) / 6);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 155px;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	display: flex;
	flex-direction: column;
	position: relative;
}
.product-core .product-core-item:nth-child(6n){
	margin-right: 0;
}
.product-core .product-core-item img{
	width: 60px;
	height: 60px;
}
.product-core .product-core-item .product-core-name{
	font-size: 20px;

	font-weight: 500;
	color: #000000;
	margin-top: 15px;
}
.product-core .product-core-item .product-core-desc{
	font-size: 14px;

	font-weight: 500;
	margin-top: 5px;
	color: #666666;
}

.base-head {
	background: rgba(0,0,0,.3)!important;
}

.base-head.head-fixed{
	background: rgb(255,255,255)!important;
}
.base-head.head-fixed .head-nav li a,.base-head.head-fixed .head-nav li a i{
	color: #000;
}
.base-head.head-fixed .head-other .head-login .login-a{
	color: #000!important;
}
.base-head.head-fixed .base-head-box .head-other .title-bottom{
	border: 1px solid #06f;
}
.base-main{
	margin-top: 0!important;
}