[v-cloak]{
    display:none
}
.ts-cav-banner {
    background-image:linear-gradient(90deg,#28303a,#100d20);
    width:100%;
    height:680px;
	/*background:url(../images/service/ktools/1-a.jpg);*/
	/*background-position:center center;*/
}
.ts-cav-banner .sub-banner{
    width:1348px;
    height:680px;
    margin:0 auto;
    background: url("../images/solution-icon.png") 310px 58px no-repeat;
}
.ts-cav-banner .sub-bg{
    background-image: url("../images/solution-icon.png");
}

.ts-cav-banner ul{
	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:220px;
	width:400px;
}

.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-banner .pane-button {
    margin-top: 34px;
    margin-left: 2px;
}

.ts-cav-banner .pane-button .pane-btn-right {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 58px;
    border-radius: 3px;
}


.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;
}

.ts-cav-body2{
    min-height:600px;
    width:1142px;
    margin:80px auto 0
}



.solution-content{
    width:1140px;
    margin:0 auto 150px;
    display:flex;
    flex-wrap: wrap ;
    justify-content:space-between;

}

.content-scheme{
    text-align: center;
    margin-top: 30px;
    width:360px;
    height:384px;
    background: #FFFFFF;
    border: 1px solid rgba(231,233,236,1);
    border-radius: 4px;
    overflow: hidden;
    position:relative;
}
.content-scheme-empty{
    width:360px;
    height:384px;
}
.content-scheme img{
    margin-top:40px;
}
.content-scheme p{
    margin:14px auto;
    width:280px;
}
.content-scheme .scheme-title{
    font-family: PingFangSC-Regular, '微软雅黑 Light',sans-serif;
    font-size: 20px;
    color: #373B3E;
    text-align: center;
    font-weight: 400;
}
.content-scheme .scheme-info{
    font-family: PingFangSC-Regular, '微软雅黑 Light',sans-serif;
    font-size: 14px;
    color: #686C71;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
}

.content-scheme .detail{
    position:absolute;
    bottom:-40px;
    width:100%;
    height:40px;
    line-height: 40px;
    background-color: #2979ff;
    color:#fff;
    margin-top:64px;
    transition:all 0.3s;
    cursor:pointer
}
.content-scheme:hover .detail{
    bottom:0;

}
