.sys-desc{
	width: 80%;
    margin: auto;
    margin-top: 5%;
}
.intro1{
	 height: 60px;
	 line-height: 60px;
	 text-align: center;
}
.hengxian{
    display: inline-block;
   	width: 150px;
   	border-top: 1px solid #888888;
}
.sys-desc-btn{
	float: left;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}
.sys-box{
	border: 5px solid #f2f2f2;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 20px;
}
.sys-box-txt{
	font-weight: bold;
    font-size: 20px;
    color: #999;
}
.sys-box-list{
	float: left;
	width: 50%;
}
.sys-box-list li::before{
	content: "• "; 
	color: #333;
}
.design-1-txt{
	line-height: 30px;
}
.sys-desc-left{
	background: #f2f2f2;
	width: 100px;
	display: flex;
	align-items: center;
	float: left;
	padding: 10px;
}
.text-padding{
	padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
}
.text-color{
	color: #8C8C8C;
}
.pic-txt{
    width: 100%;
}
.pic-txt-txt{
    width: 74%;
    float: left;
}
.pic-txt-pic{
    width: 25%;
    float: right;
}
.sys-design{
	width: 100%;
	height: 350px;
}
.sys-design-left{
	width: 45%;
	height: 300px;
	float: left;
	background-color: #F2F2F2;
    border-color: #F2F2F2;
    border-radius: 30px;
    margin-left: 20px;
    margin-top: 20px;
}
.sys-design-right{
	width: 45%;
	height: 350px;
	float: right;
}
.sys-design-top{
	width: 100%;
    height: 150px;
}
.circle{
	width: 90px;
    height: 90px;
    border: 10px solid #C00000;
    margin: auto;
    border-radius: 100%;
    margin-top: 15px;
}
.circle-num{
	width: fit-content;
    color: #C00000;
    line-height: 90px;
    margin: auto;
    font-size: 30px;
}
.sys-design-bottom{
	color: #999;
    margin: auto;
    width: 90%;
}




