.ts-cav-banner {
    width:100%;
	background-image:linear-gradient(90deg, #29323c 0%, #0e0c1f 100%);
}

.ts-cav-banner ul{
    width:1140px;
	height:680px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}

.ts-cav-banner p{
    text-align:left;
	font-size:16px;
	color:#ffffff;	
}

.ts-cav-banner img{
	margin-top:64px;
	width:760px;
}

.border1 {
	background:#509cff;
	width:60px;
	height:4px;
	margin:10px auto;
}
.ts-content{
	padding: 80px 0 100px
}
.ts-content:nth-child(odd){
	background-color: #f0f3f7;
}
.ts-info,.ts-cont{
	width:1140px;
	margin: 0 auto ;
}
.text-center{
	text-align:center;
}
.title1{
	color:#2d3238;
	font-size:38px;
}
.title2{
	font-size: 24px;
	color: #2D3238;
	font-weight: 400;
}




.box-1{
	width:558px;
	border: 1px solid rgba(231,233,236,1);
	padding:40px
}
.box-2{
	width:300px
}

.flex{
	display:flex;
}
.flex-col{
	display:flex;
	flex-direction: column;
}
.items-center{
	align-items: center
}
.space-between{
	justify-content: space-between;
}

.mt-60{
	margin-top: 60px;
}
.mt-40{
	margin-top: 40px;
}
.mt-28{
	margin-top: 28px;
}
.mt-16{
	margin-top:16px
}
.ml-24{
	margin-left:24px
}

.text-16{
	font-size: 16px;
}

.ts-cav-banner .pane-button .pane-btn-right {
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	-moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	transition-duration: 0.4s;
}

.ts-cav-banner .pane-button .pane-btn-right:hover {
	cursor: pointer;
	color: #359AFF;
	background-color: #FFFFFF;
}






