#jijin {
    width: 1000px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffff;
}

h3 {
    text-align: center;
    color: #2CB9CE;
    line-height: 60px;
}

video {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 250px;
}

#zixunzhongxin {
    width: 1000px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}

#zixunzhongxin ul {
    width: 100%;
}

#zixunzhongxin ul li {
    width: 100%;
    height: 60px;
    position: relative;
    line-height: 60px;
    display: flex;
    font-size: 14px;
}

#zixunzhongxin ul li span:last-child {
    position: absolute;
    right: 0px;
    color: rgb(133, 132, 132);
}

.shipin {
    width: 40px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #2CB9CE;
    position: relative;
    margin-top: 20px;
    line-height: 20px;
    color: #2CB9CE;
    margin-right: 20px;
}

.xinwen {
    width: 40px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #CB812D;
    position: relative;
    margin-top: 20px;
    line-height: 20px;
    color: #CB812D;
    margin-right: 20px;
}

#main {
    text-indent: 32px;
    line-height: 40px;
    background-color: #fff;
}

#main img {
    width: 600px;
    display: inline-block;
    margin-left: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main_text {
    padding: 20px;
}

#main_login {
    box-sizing: border-box;
    padding-top: 200px;
    width: 1000px;
    height: 600px;
    background: url(../imgs/bgg.png) no-repeat;
    background-size: 100%;
    text-align: center;
}

#main_login div {
    line-height: 30px;
}

#main_login div span:first-child {
    font-weight: 550;
}

#main_login button {
    width: 100px;
    margin-top: 30px;
    font-weight: 550;
}