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: 900px;
    height: 900px;
    margin: 100px auto;
}




.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: 1360px;
    height:371px;
}

.line2 {
    height: 600px;
}

.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;
}

.line3{
    height:700px;
}

.p3line {
    width: 1408px;
    height: 364px;
    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;
}