/**
 * 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;*/
    width: 1280px;
    height: auto;
    margin: 0 auto;
}


.frame5_btn {
    left: 793px;
    top: 366px;
    background: #FF6C01;
    color: white;
}

#submit_btn {
    background: #2d5c93;
    color: white;
    height: auto;
    font-size: 27px;
    text-align: center;
    padding: 14px 60px;
    line-height: 1.2;
    margin: 0 auto;
    cursor:pointer;
    border: none;
}

.frame12_submit {
    width: 800px;
    height: auto;
    font-size: 1.5em;
    line-height: 1.5;
    margin: 20px auto;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame12_submit div {
    margin: 18px;
}

.frame12_submit .text_input {
    width: 260px;
    height: 2.2em;
    font-size: 1em;
    padding: 0px 10px;
    border: solid 3px #2d5c93;
    border-radius: 8px;
}

#inp4 {
    width: 280px;
}

.frame12_submit .text_input select {

}



.frame12 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: #e1f0ff;
}

.frame11 {
    position: relative;
    width: 1280px;
    height: 300px;
    background: url("../images/home/12.jpg");
}

.frame10 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/home/11.jpg");
}

.frame9 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/home/10.jpg");
}

.frame8 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/home/9.jpg");
}

.frame7 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/home/8.jpg");
}

.frame6 {
    position: relative;
    width: 1280px;
    height: 600px;
    background: url("../images/home/7.jpg");
}

.frame5 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/home/6.jpg");
}

.frame4 {
    position: relative;
    width: 1280px;
    height: 467px;
    background: url("../images/home/5.jpg");
}

.frame3 {
    position: relative;
    width: 1280px;
    height: 533px;
    background: url("../images/home/4.jpg");
}

.frame2 {
    position: relative;
    /*width: 1280px;*/
    /*height: 433px;*/
    width: 100%;
    height: auto;
    background: url("../images/home/3.jpg");
}

/*导航*/
.frame1 {
    position: relative;
    width: 1280px;
    height: 600px;
    left: 0px;
    top: 0px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;

    background: url("../images/home/2.jpg");
}

