.lab-p1{
font-size: 18px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #4D4D4D;
line-height: 36px;
margin-top: 42px;
text-align: justify;
}
.a-r{
    width: 540px;
height: 318px;
background: #FFFFFF;
box-shadow: 0px 3px 12px 1px rgba(22,42,133,0.12);
border-radius: 16px 16px 16px 16px;
opacity: 1;
padding: 30px;
margin-left: -80px;margin-top: 30px;
position: relative;
}
.a-r h6{
font-size: 20px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #333333;
text-align: center;
margin-bottom: 15px;
}
.a-r p{
font-size: 16px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #808080;
line-height: 30px;
margin: 0;
text-indent: 0;
word-wrap: break-word;
}
.a-r button{
    width: 360px;
height: 48px;
border-radius: 6px 6px 6px 6px;
opacity: 1;
border: 1px solid #EF9500;
margin: 0 auto;
    display: block;
    margin-top: 20px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.a-r button a{
    color: #EF9500;
    line-height: 48px;
    text-align: center;
    font-size: 18px;transition: 0.3s;
}
.a-r button:hover{
    background: #EF9500;
}
.a-r button:hover a{
    color: #fff;
}
.a-r::after{
    display: none;
}
.lab-c{
    margin-top: 48px;
}
.lab-c h5{
font-size: 18px;
font-family: Source, Source Han Sans CN;
font-weight: 400;
color: #4D4D4D;
line-height: 36px;
}
.lab-c h6{
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #162A85;
    line-height: 36px;
    position: relative;
  margin: 30px 0 20px 0;text-indent: 18px;
}
.lab-c h6::before{
    content: ' ';
    position: absolute;
    background: url(../img/sys_wujiaoxing.png) no-repeat;
    width: 16px;
    height: 16px;
    top: 9px;
    left: 0;
}
.lab-c p{
    font-size: 18px;
    font-family: Source, Source Han Sans CN;
    font-weight: 400;
    color: #4D4D4D;    margin-bottom: 10px;
}
.lab-c ul{
    display: flex;
    justify-content: space-between;
    padding: 48px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(22,42,133,0.12);
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
}
.lab-c img{
    width: 100%;
}
@media (max-width: 1550px){
.a-r p {
    font-size: 16px !important;
    line-height: 32px !important;
    margin: 0 !important;
}
.a-l {
    width: 60%;
}
.a-r {
    width: 40%;
}
.lab-c ul li{
    width: 49%;
}
}
@media (max-width:768px){
    .lab-p1 {
        font-size: 16px;
        font-family: Source, Source Han Sans CN;
        font-weight: 400;
        color: #4D4D4D;
        line-height: 26px;
        margin-top: 20px;
        text-align: justify;
    }
    .a-l {
        width: 100%;
    }
    .a-r {
        width: 95%;
        height: auto;
        padding: 10px;
        margin-left: 0;
        margin-top: 10px;
    }
    .a-r h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .a-r p {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .a-r button {
        width: 40%;
        height: 30px;
        border-radius: 6px 6px 6px 6px;
        opacity: 1;
        border: 1px solid #EF9500;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
        background: #fff;
        transition: 0.3s;
        position: unset;
        left: 50%;
        transform: none;
        bottom: 0;
    }
    .a-r button a {
        color: #EF9500;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        transition: 0.3s;
    }
    .lab-c p {
        font-size: 16px;
    }
    .lab-c h6 {
        font-size: 18px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
        font-weight: 500;
        color: #162A85;
        line-height: 36px;
        position: relative;
        margin: 10px 0 5px 0;
        text-indent: 18px;
    }
    .lab-c ul {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background: #FFFFFF;
        box-shadow: 0px 3px 12px 1px rgba(22,42,133,0.12);
        border-radius: 5px;
        margin-top: 20px;
    }
}