.ts-cav-banner {
    width:100%;
	height:680px;
	background-image:linear-gradient(90deg, #29323c 0%, #0e0c1f 100%);
	color:#ffffff;
}
.ts-cav-banner>section{
	width:1140px;
	margin:0 auto ;
	padding-top: 130px;
}
.ts-cav-banner .sec-left{
	width:480px
}
.ts-cav-banner .title{
	font-family: PingFangSC-Regular,微软雅黑, serif;
	font-size: 52px;
	color: #FFFFFF;
	font-weight: 400;
}
.ts-cav-banner .desc{
	margin-top: 9px;
	font-family: PingFangSC-Regular,微软雅黑, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 30px;
	font-weight: 400;
}
.ts-cav-banner .pane-btn-right{
	margin-top:28px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 58px;
	border-radius: 3px;
	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-btn-right:hover{
	cursor: pointer;
	color: #359AFF;
	background-color: #FFFFFF;
}

.ts-cav-body2{
	width:100%;
	height:auto;
	background:#fff;
	color:#ffffff;
}
.ts-cav-body2 .ts-cav-content{
	width:100%;
	height:652px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
.ts-cav-body2 .ts-cav-content:nth-child(2n){
	background-color: #f0f3f7;
}

.ts-cav-body2 .ts-cav-content:nth-child(2n) .ts-cav-content-item{
	flex-direction: row-reverse;
}
.ts-cav-body2 .ts-cav-content .ts-cav-content-item{
	width:1140px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center
}
.ts-cav-body2 .ts-cav-content .item-right{
	width:525px
}

.ts-cav-body2 .ts-cav-content .title{
	font-size:38px;
	color:#2d3238;
	text-align:left;
}
.ts-cav-body2 .ts-cav-content .desc{
	margin-top: 20px;
	font-family: PingFangSC-Regular, serif;
	font-size: 16px;
	color: #54595E;
	letter-spacing: 0;
	text-align: justify;
	line-height: 26px;
	font-weight: 400;
}











.border1 {
	
	background:#509cff;
	width:60px;
	height:4px;
	margin:10px auto;
}

.border2 {
	
	background:#509cff;
	width:6px;
	height:40px;
	margin:8px 20px 0px 0px;
}

.tittle{
	text-align:center;
	color:#2d3238;
	font-size:38px;
	padding-top:84px;
}

.ts-cav-body1 .ts-cav-content{
	background-color: #f0f3f7;
	height:417px;
}
.ts-cav-body1 .ts-cav-content .ts-cav-content-item{
	width:1140px;
	margin: 0 auto;
}
.ts-cav-body1 .desc{
	font-family: PingFangSC-Regular, sans-serif;
	font-size: 14px;
	color: #54595E;
	letter-spacing: 0;
	text-align: justify;
	line-height: 26px;
	font-weight: 400;
}

.ts-cav-body3{
	height:780px;
	padding-bottom: 50px;
	background-color: #f0f3f7;
}
.ts-cav-body3 .ts3-content{
	margin: 0 auto;
	width:1140px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.value-content{
	margin-top: 50px;
	width:300px;
	padding: 30px 0;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.value-content .subtitle{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #2D3238;
	text-align: center;
	font-weight: 400;
}


.mt-60{
	margin-top:60px
}
.mt-24{
	margin-top:24px
}
.mt-16{
	margin-top:16px
}





