/**
 * Created by Leonardo on 2022/4/15.
 */
body {
    background: #2d5c93;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    position: relative;
    width: 1280px;
    height: auto;
    margin: 0 auto;
}


.frame2_btn {
    left: 268px;
    top: 356px;
    background: #2d5c94;
    color: white;
}

.frame3_btn1 {
    left: 73px;
    top: 386px;
    background: #00aaff;
    color: white;
}

.frame3_btn2 {
    left: 73px;
    top: 386px;
    background: #fe8080;
    color: white;
}

.frame3_btn3 {
    left: 73px;
    top: 386px;
    background: #ffb12b;
    color: white;
}


.frame6_btn {
    left: 700px;
    top: 355px;
    background: #2d5c94;
    color: white;
}



.frame6 {
    position: relative;
    width: 1280px;
    height: 557px;
    background: url("../images/client/6.jpeg");
}
.frame5 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/client/5.jpeg");
}

.frame4 {
    position: relative;
    width: 1280px;
    height: 300px;
    background: url("../images/client/4.jpeg");
}

.frame3 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: #f5f5f5;
}

.frame3_1 {
    position: absolute;
    left: 170px;
    top: 0px;
    width: 326px;
    height: 600px;
    background: url("../images/client/3-1.png");
}

.frame3_2 {
    position: absolute;
    left: 500px;
    top: 0px;
    width: 326px;
    height: 600px;
    background: url("../images/client/3-2.png");
}

.frame3_3 {
    position: absolute;
    left: 826px;
    top: 0px;
    width: 326px;
    height: 600px;
    background: url("../images/client/3-3.png");
}

.frame2 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/client/2.jpeg");
}

/*导航*/
.frame1 {
    position: relative;
    left: 0px;
    top: 0px;
    background: url("../images/client/1.jpeg");
}

