#home {
    width: 100%;
}

main {
    width: 100%;
}

.header {
    width: 1200px;
    height: 60px;
    margin: 20px auto;
}

.nav {
    width: 100%;
    height: 60px;
    background: #0c52c1;
}

.navselect {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

.navselect a {
    color: #fff;
}

.navselect ul {
    width: 1000px;
}

.navselect ul li {
    width: 140px;
    float: left;
    cursor: pointer;
}

.navselect ul li:hover {
    background: orange;
}

.denglu {
    float: right;
    width: 100px;
    background: #7aa0dd;
    font-weight: normal;
    cursor: pointer;
}

.line {
    display: inline-block;
    width: 5px;
    height: 30px;
    background: #006eab;
    float: left;
    margin-right: 10px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 2;
    font-size: 16px;
    color: rgb(123, 122, 122);
}

.Form {
    width: 1000px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

.el-upload__tip {
    display: inline;
    margin-left: 20px;
}

.img {
    width: 100px;
    float: left;
    height: 40px;
}

.img img {
    width: 100px;
    height: 40px;
    margin-left: 20px;
}