*{
    margin: 0;
    padding: 0;
}


/* 新闻内容 */
section{
	width: 100%;
	height: 100%;
    margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
section .x-q{
    max-width: 1200px;
    width: 100%;
	margin-top: 80px;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    margin: auto;
}
section .x-q .x-q-txt{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
section .x-q .x-q-txt .x-q-tit{
	margin-top: 50px;
	margin-bottom: 10px;
}
section .x-q .x-q-txt .x-q-tit span{
	font-size: 28px;
	font-weight: 600;
	color: #595961;
}
section .x-q .x-q-txt .x-q-yd{
	margin-bottom: 55px;
}
section .x-q .x-q-txt .x-q-yd span{
	color: #999;
	font-size: 14px;
}
section .x-q .x-q-txt .x-q-j{
	margin-bottom: 20px;
}
section .x-q .x-q-txt .x-q-j p{
	color: rgb(51, 51, 51);
	font-size: 16px;
	text-indent: 2em;
	line-height: 40px;
}
section .x-q .x-q-txt .x-q-j .j-mg{
    width: 90%;
    max-width: 750px;
    margin: 20px auto;
    display: block;
}
section .x-q .x-q-txt .x-q-ly span{
	font-size: 14px;
	color: #595961;

}
/* 免费体验火爆的信息数字化系统 */
.wrap{
    width: 100%;
    background: #0677ff;
    display: flex;
    justify-content: center;
}
.wrap .wrp-box{
    width: 100%;
    max-width: 1200px;
    display: flex;
}
.wrap .wrp-box .s-fcw{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap .wrp-box .s-fc{
    width: 50%;
    height: 100%;
}
.wrap .wrp-box .s-fcw .s-fs30{
    color: #fff;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.wrap .wrp-box .s-fcw .s-fs14{
    font-size: 14px;
    color: #fff;
}
.wrap .wrp-box .s-fcw .consult-link{
    display: block;
    width: 160px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin: 85px auto;
    border-radius: 5px;
    box-sizing: border-box;
}
.consult-link:hover{
    color: #0677ff !important;
    background-color: #fff !important;
}
@media screen and (max-width:556px){
    section .x-q .x-q-txt .x-q-tit span{
        font-size: 20px;
    }
    section .x-q .x-q-txt .x-q-yd{
        margin-bottom: 30px;
    }
    .wrap{
        display: none;
    }
}
@media screen  and (max-width:1200px){
    section .x-q{
        padding: 0 15px;
    }
    .wrap{
        padding: 0 15px;
    }
}