.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-content{
	padding: 80px 0 100px
}
.ts-content:nth-child(2n){
	background-color:  #F9FAFB;
}

.ts-info,.ts-cont{
	width:1140px;
	margin: 0 auto ;
}
.title-38{
	font-size: 38px;
	color: #2D3238;
	font-weight: 400;
}
.text-16{
	font-size: 16px;
	color: #2D3238;
	letter-spacing: 0;
	text-align: justify;
	line-height: 26px;
	font-weight: 400;
}

.box-3{
	width:100%;
	border: 1px solid rgba(218,230,247,1);
	padding:40px;
	margin-bottom: 24px;
	border-radius: 4px;
}


.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 .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-left{
	width:500px
}

.ts-cav-body2 .ts-cav-content .title {
	font-size: 38px;
	color: #2d3238;
	text-align: left;
}

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

.border2 {
	
	background:#509cff;
	width:6px;
	height:38px;
	margin:8px 20px 0px 0px;
}
.title1{
	color:#2d3238;
	font-size:38px;
}
.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;
}
.title20{
	font-size: 20px;
	color: #2D3238;
	font-weight: 400;
}
.title-24{
	font-size: 24px;
	color: #2D3238;
	font-weight: 400;
}

.subtitle{
	font-size: 24px;
	color: #2D3238;
	font-weight: 400;
}
.desc{
	font-size: 14px;
	color: #808080;
	text-align: justify;
	line-height: 21px;
	font-weight: 400;
}
.desc2{
	font-size: 16px;
	color: #2D3238;
	text-align: justify;
	line-height: 32px;
	font-weight: 400;
}

.mt-60{
	margin-top:60px
}
.mt-40{
	margin-top:40px
}
.mt-28{
	margin-top:28px
}
.mt-24{
	margin-top:24px
}
.mt-20{
	margin-top:20px
}
.mt-16{
	margin-top:16px
}
.mt-14{
	margin-top:14px
}
.mt-8{
	margin-top:8px
}
.ml-30{
	margin-left:30px
}
.ml-24{
	margin-left:24px
}
.flex{
	display:flex;
}
.flex-col{
	display:flex;
	flex-direction: column;
}
.items-center{
	align-items: center
}
.items-start{
	align-items:flex-start
}
.space-between{
	justify-content: space-between;
}





