.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;
    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: fit-content;
	display: flex;
	align-items: center;
	float: left;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.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%;
}
.product-list{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5%;
}
.table-logo{
    border: 1px solid #ccc; 
    border-radius: 10px;  
    margin: auto; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
.fixed-right{
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: fit-content;
    background-color: #203864;
    border-color: #203864;
    padding-top: 10px;
    padding-bottom: 20px;
}
.fixed-right-txt{
    color: #fff;
    font-size: 18px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}
.sys-left{
    width: 50%;
    float: left;
}
.sys-right{
    width: 50%;
    float: right;
}
.box1-hover:hover{
    box-shadow: 20px 20px 10px #888888;
}
