.lns-banner{
	height: 500px;
	background: url(/skin/style/img/lns/banner.png?t=20190806) no-repeat center;
}

.lns-banner .lns-btns{
	margin: auto;
	padding-top: 300px;
	width: 900px;
	
	
}
.lns-btns{
	display: flex;
}
.lns-btns>a{
	display: block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-radius:4px;
	text-align: center;
	margin-left: 20px;
}
.padding-btns{
	height: 54px;
    padding: 2px;
    width: 134px;
    margin-left: 30px;
    box-sizing: border-box;
    background: white;
    border-radius: 4px;
}

.lns-resUrl{
	color: #fff;
	background: #FF484C;
}
.lns-kfUrl{
	color: #FF484C;
	border: 1px solid ;
	box-sizing: border-box;
}

.banner-btn{
	color: #fff;
	border: 1px solid ;
	box-sizing: border-box;
}

.lns-white{
	background: white;
}

.lns-box{
	padding: 50px 0;
}

.xlsxt-boxs{
	display: flex;
	justify-content: space-around;
}
.lns-gray{
	background: #F4F4F4;
}
.lns-box .title{
	font-size: 25px;
	color: #353535;
	text-align: center;
	
}
.lns-box .title h2{
	margin-bottom: 20px;
	font-weight: 600;
}
.lns-box .title p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}
.xlsxt-left{
	width: 500px;
	font-size: 16px;
	color: #666666;
	line-height: 35px;
}
.xlsxt-boxs .lns-btns{
	margin-top: 20px;
}

.jxckxt-text{
	border:1px dashed #4A34C2;
	width: 1000px;
	padding: 30px 50px;
	border-radius:20px;
	margin: auto;
	margin-top:30px ;
	display: flex;
	box-sizing: border-box;
	color: #4A34C2;
	
}
.jxckxt-text span{
	margin-right: 30px;
	font-size: 26px;
	font-weight: 600;
}
.jxckxt-text p{
	width:730px ;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.lns-black{
	background:rgba(27,22,53,1);

}
.lns-black .title p{
	color: white;
	font-size: 14px;
}

.lns-black .hd{
	width: 150px;
	height: 360px;
	padding: 50px 0;
}
.lns-black .hd li{
	width: 100%;
	height: 60px;
	color: white;
	line-height: 60px;
	text-align: center;
	background: #000000;
	cursor: pointer;
	font-size: 18px;
}
.lns-black .slideTxtBox{
	display: flex;
	justify-content: space-around;
}
.lns-black .hd .on{
	background: #6000FF;
}

.lns-black .bd{
	width: 800px;
	height: 460px;
}
.lns-black .bd>div{
	padding: 10px 20px;
	text-align: center;
}
.lns-black .bd>div>img{
	height: 366px;
}
.lns-black .bd .sixtext{
	margin-top: 20px;
	border:1px dashed white;
	color: white;
	border-radius:10px;
	padding: 15px 10px 0 10px;
	height: 65px;
}
.boxjiuxing{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.boxjiuxing>div{
	width: 23%;
	text-align: center;
	margin-bottom:30px ;
	color: #999999;
}
.boxjiuxing>div h4{
	padding: 10px 0;
	font-size: 19px;
	font-weight: 500;
	color: #333333;
}

.boxjiuxing-box .lns-btns{
	display: flex;
	justify-content: center;
	
}
.boxjiuxing-box .lns-resUrl{
	background: #FF8700;
}
.boxjiuxing-box .lns-kfUrl{
	color: #FF8700;
}

.erro-box4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.erro-box4>div{
	width: 48%;
	height: 130px;
	padding: 15px 50px;
	box-sizing: border-box;
	border-radius:6px;
	overflow: hidden;
	color: white;
	text-align: center;
	margin-top: 25px;
}
.box1-bgs{
	background: url(/skin/style/img/lns/cbox1.png) no-repeat center;
	background-size:100% ;
}
.box2-bgs{
	background: url(/skin/style/img/lns/cbox2.png) no-repeat center;
	background-size:100% ;
}
.box3-bgs{
	background: url(/skin/style/img/lns/cbox3.png) no-repeat center;
	background-size:100% ;
}
.box4-bgs{
	background: url(/skin/style/img/lns/cbox4.png) no-repeat center;
	background-size:100% ;
}
.box4-tops{
	font-size: 20px;
	line-height: 40px;
}

.box4-tops>i{
	position: relative;
	top: -3px;
}

.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youshibox>div{
	width: 23%;
	border: 1px solid #CCCCCC;
	height: 225px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
.youshibox>div>div:first-child{
	height: 100px;
	line-height: 100px;
	position: relative;
	color: white;
	font-size: 18px;
}
.youshibox>div>div:last-child{
	color: #5C5C5C;
	padding: 40px 10px;
}
.youshibox>div>div:first-child:before{
	position: absolute;
	content: "";
	display: block;
	bottom: -8px;
	height: 0px;
	left: 49%;
  width: 0px;
  border-right: 8px solid transparent;
  border-top: 8px solid ;
  border-left: 8px solid transparent;
}
.ystosbox1{
	background: #FA797A;
	
}
.ystosbox1:before{
	 border-top: 8px solid #FA797A !important;
}
.ystosbox2{
	background: #6FBFF6;
	
}
.ystosbox2:before{
	 border-top: 8px solid #6FBFF6 !important;
}
.ystosbox3{
	background: #30C6AA;
	
}
.ystosbox3:before{
	 border-top: 8px solid #30C6AA !important;
}
.ystosbox4{
	background: #FD9C13;
	
}
.ystosbox4:before{
	 border-top: 8px solid #FD9C13 !important;
}
.ystosbox5{
	background:#F67650;
	
}
.ystosbox5:before{
	 border-top: 8px solid #F67650 !important;
}
.ystosbox6{
	background:#915BE8;
	
}
.ystosbox6:before{
	 border-top: 8px solid #915BE8 !important;
}
.ystosbox7{
	background: #A128CE;
	
}
.ystosbox7:before{
	 border-top: 8px solid #A128CE !important;
}
.ystosbox8{
	background: #4ACF85;
	
}
.ystosbox8:before{
	 border-top: 8px solid #4ACF85 !important;
}
.lns-xzbox{
	padding: 40px 0;
}
.lns-fuwubox{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.wmdysbox>div{
	width: 310px;
	height: 130px;
	padding: 20px;
	box-sizing: border-box;
	background:rgba(238,238,238,1);
	border-radius:10px;
	margin-top: 40px;
	text-align: center;
}
.wmdysbox>div>div{
	font-size: 19px;
	color: #333333;
}
.wmdysbox>div>p{
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}
.jiuxing-bottoms{
	    background: url(/skin/style/img/lns/btnbanner.png?t=20190806) no-repeat;
    margin: auto;
    text-align: center;
    padding: 60px 0;
    margin-top: 40px;
    height: 280px;
    box-sizing: border-box;
}
#API-FLOAT-CONTAINER{
	background: white;
	padding: 2px;
	border-radius:4px;
	overflow: hidden;
}
.jiuxing-bottoms p{
	color: white;
	font-size: 22px;
	font-weight: 600;
	
}
.jiuxing-bottoms #telInput-c{
	width: 370px;
	height:50px;
	line-height: 50px;
	box-sizing: border-box;
	border-right: none;
	padding:0 20px ;
	background: none;
}
.jiuxing-bottoms #callBtn-c{
	width:130px;
	height:50px;
	background:#6722ff;
	border-radius:4px;
	position: relative;
	color: white;
	font-size: 18px;
}
.jiuxing-bottoms .callkfurl{
	width:130px;
	height:50px;
	background:#1C9733;
	border-radius:4px;
	position: relative;
	
	color: white;
	font-size: 18px;
	display: block;
	line-height: 50px;
	
	}
	#API-FLOAT-CONTAINER .input-btn{
		display: inline-flex;
	}
.jiuxing-bottoms .box{
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.lserro-box{
	background: url(/skin/style/img/lns/111.png?t=2019410) no-repeat center;
}
 .lns-resUrl:hover{
	background: #e12f51;
}
 .lns-kfUrl:hover{
	border: 1px solid #eeeeee;
	color: #eeeeee;
}
.boxjiuxing-box .lns-resUrl:hover{
	background: #dc7808;
}

.boxjiuxing-box .lns-kfUrl:hover{
	color: #dc7808;
	border: 1px solid #dc7808; 
}
.xlsxt-left .lns-kfUrl:hover{
	color:#e12f51 ;
	border: 1px solid #e12f51; 

}