@charset "utf-8";
.main-ct-top{
	position: relative;
	margin: auto;
	text-align: center;
}
.main-ct-top a{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    color: white;
    margin: auto;
    margin-top: 150px;
    font-size: 3rem;
}
.pr-conter {
    background: #f5f5f5;
    padding-top: 20px;
}
.pr-explain {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 28px;
    background: #fff;
    padding: 5%;
}
.pr-explain h2 {
    line-height: 95px;
    font-size: 30px;
    border-bottom: 1px solid rgb(221,221,221);
    color: #333333;
    text-align: center;
}
.pr-el-ul h3 {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
    padding-left: 20px;
    background: url(${ctx}/static/img/s.png) no-repeat 0 12px;
    margin-top: 5px;
}
.pr-el-p {
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    color: #333333;
}
.pr-el-ul {
    padding: 20px 10px 0;
}