body {
    background: #fff;
}

.title {
    width: 1920px;
    height: 952px;
    position: relative;
    margin-left: 50%;
    left: -960px;
}


.title img {
    width: 1920px;
    height: 952px;
}

.abutton {
    margin: 0px auto;
    width: 228px;
    height: 60px;
    background: #0C78FF;
    box-shadow: 0px 7px 16px 0px rgba(34, 138, 255, 0.63);
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 700px;
    left: 200px;
    cursor: pointer;
}

.pline {
    width: 1920px;
    position: relative;
    margin-left: 50%;
    left: -960px;
}

.pline:nth-child(even) {
    background-color: #F7FBFF;
}

.intitle {
    padding-top: 70px;
    line-height: 33px;
    font-size: 33px;
    color: #333333;
    font-family: Microsoft YaHei;
    font-weight: bold;
    width: 950px;
    text-align: center;
    position: relative;
    margin-left: 50%;
    left: -475px;
}

.intext {
    font-size: 20px;
    color: #2B6CB0;
    text-align: center;
    width: 1150px;
    margin: 20px auto 0;
}

.intextex {
    font-size: 16px;
    color: #4B5563;
    text-align: center;
    width: 1150px;
    margin: 20px auto 0;

}

.inlineimg {
    width: 1200px;
    margin: 30px auto;
}

.inimgline {
    width: 1220px;
    margin: 30px auto;
}

.institle {
    color: #111827;
    font-size: 24px;
    margin: 100px 340px 0;
    height: 30px;
    font-weight: bold;
}

.p1line {
    width: 1176px;
    height: 768px;
    margin: 70px auto;
}

.p1entity {
    width: 556px;
    margin: 16px;
    float: left;
    font-size: 20px;
    color: #222F3A;
    text-align: center;
}

.p1entity img {
    width: 556px;
}


.line2 .m1line {
    width: 1200px;
    margin: 60px auto 0;
    height: 300px;
    overflow: hidden;
}

.m1line .inline {
    width: 3706px;
    position: relative;
    left: 0;
    animation: m1run 25s linear infinite;
}

@keyframes m1run {
    from {
        left: 0;
    }

    to {
        left: -2406px;
    }
}

.m1line img {
    width: 187px;
    height: 253px;
    border-radius: 15px;
    margin: 5px;
}

.line5{
    height: 800px;
}

.p5line{
    margin: 100px auto;
    width: 1664px;
    height:400px;
}

.line2 {
    height: 900px;
}

.p2line {
    width: 1550px;
    height: 475px;
    margin: 100px auto 0;
    position: relative;

}

.p2left {
    width: 79px;
    height: 79px;
    background: url("../../images/solution/science/pleft.png");
    background-size: 79px;
    position: absolute;
    top: 170px;
    left: 0;
}

.p2right {
    width: 79px;
    height: 79px;
    background: url("../../images/solution/science/pright.png");
    background-size: 79px;
    position: absolute;
    top: 170px;
    right: 0;
}

.p2entity {
    position: absolute;
    width: 640px;
    height: 414px;
    transition: all 0.5s;
    background: rgba(224, 237, 251, 1);
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #222F3A
}

.p2entity img {
    width: 640px;
    height: 360px;
    transition: all 0.5s;
}

.p2entity.pl1 {
    top: 0;
    left: 0px;
    transform: scale(0);
    z-index: 1;
}

.p2entity.pl2 {
    top: 0;
    left: 40px;
    transform: scale(0.6);
    z-index: 2;
}

.p2entity.pl3 {
    top: 0;
    left: 455px;
    transform: scale(1);
    z-index: 3;
}

.p2entity.pl4 {
    top: 0;
    left: 870px;
    transform: scale(0.6);
    z-index: 2;
}

.p2entity.pl5 {
    top: 0;
    left: 910px;
    transform: scale(0);
    z-index: 1;
}
.line3{
    height:900px;
}

.p3line {
    width: 1152px;
    height: 560px;
    margin: 100px auto;
}

.p4line {
    width: 1152px;
    height: 342px;
    margin: 100px auto;
}

.mKefu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    display: none;
}

.mKefu img {
    position: absolute;
    width: 808px;
    height: 501px;
    left: -404px;
    margin-left: 50%;
    top: 50vh;
    margin-top: -250px;
}

.mKefu::after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    background: url(https://blaz.ar0755.com/html/ar-max/images/solution/exhibition/banner/close.png);
    background-size: 37px;
    top: 50vh;
    margin-left: 50%;
    left: 367px;
    margin-top: -319px;
}