/* ----------------------------------公共------------------------------- */
.border1 {
	
	background:#509cff;
	width:60px;
	height:4px;
	margin:10px auto;
}

.border2 {
	
	background:#509cff;
	width:6px;
	height:40px;
	margin:8px 20px 0px 0px;
}

.title{
    text-align:center;
	color:#2d3238;
	font-size:38px;
	padding-top:84px;
}


/* ----------------------------------主体1------------------------------- */
.sdk-linux-body1 {
    clear: both;
    width: 100%;
    height: 66px;
    background-image:linear-gradient(-90deg, #29323c 100%, #0e0c1e 100%);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    padding-bottom: 50px;
    overflow: hidden;
	background:rgba(32, 33,36,1)
}

.sdk-linux-body1 ul{
	width:1140px;
	height:650px;
	margin:0px auto;
}

.sdk-linux-body1 .text{
	font-size:16px;
	color:#54595e;
	line-height:26px;
	text-align:center;
	margin-top:20px;
}
/* ----------------------------------主体2------------------------------- */
.sdk-linux-body2{
    width:100%;
}

.sdk-linux-body2 ul{
    width:1140px;
	height:920px;
	margin:0px auto;
}

.img1{
	margin-top: 66%;
	height:180px;

}

.img2{
	margin-top: 36%;
	height:447px;

}

.sdk-linux-body2 .text1{
	font-size:38px;
	color:#2d3238;
	text-align:left;
}

.sdk-linux-body2 .text3{
	width:581px;
	padding-top:18px;
	font-size:14px;
	color:#2d3238;
	line-height:26px;
	text-align:left;
	opacity: 0.6;
	
}

.btn0{
	margin-top:24px;
	background:#448aff;
	border-radius:2px;
	width:206px;
	height:48px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	line-height:48px;
}


