/*全局定义*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "microsoft YaHei";
}
body {
    font-size: 14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0 none;
    vertical-align: top;
}
i, span {
    font-style: normal;
}
button {
    cursor: pointer;
}
a{
    text-decoration: none;
}
.container{
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.flex-bwn{
    display: flex;
    justify-content: space-between;
}
.top{
    width: 100%;
    height: 115px;
    background: #fff;
}
.top .flex-bwn{
    align-items: center;
    height: 100%;
}
.cot{
    height: 510px;
    background: url("../images/bg-1.jpg") no-repeat center center;
}
.login{
    float: right;
    width: 370px;
    height: 352px;
    margin-top:50px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 15px;
}
.login h1{
    font-size: 24px;
    color:#014ea2;
    text-align: center;
    font-weight: normal;
    margin: 15px 0 20px 0;
}
.login .ipt{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #f5f6f8;
    font-size: 16px;
    color:#999;
    box-sizing: border-box;
    padding:0 15px;
    border-radius:5px;
}
.ipt i{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
.ipt i.i-user{
    background: url("../images/user.png") no-repeat center center;
}
.ipt i.i-password{
    background: url("../images/password.png") no-repeat center center;
}
.ipt input{
    width: 200px;
    height: 46px;
    line-height: 46px;
    background:#f5f6f8;
}
.login .btn{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #1e9cf0;
    font-size: 16px;
    color:#fff;
    text-align: center;
    border-radius:5px;
    text-decoration: none;
    margin-top: 10px;
}
.login .tips{
    height: 30px;
    line-height: 30px;
}
.login .tips span{
    color:red;
    padding-left: 10px;
}
.line{
    width: 100%;
    height: 6px;
    background: #00a0e9;
}
.footer-box{
    background:url("../images/bg-2.jpg") no-repeat center center;
}
.footer{
    width:1200px;
    height: 190px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-left p{
    color:#fff;
    line-height: 2em;
    font-size: 16px;
}
.footer .footer-left p i{
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
i.foot-i1{
    background: url("../images/foot-i1.png") no-repeat center center;
}
i.foot-i2{
    background: url("../images/foot-i2.png") no-repeat center center;
}
i.foot-i3{
    background: url("../images/foot-i3.png") no-repeat center center;
}
i.foot-i4{
    background: url("../images/foot-i4.png") no-repeat center center;
}
.footer .footer-right{
    display: flex;
}
.footer .footer-right .item{
    margin-left: 25px;
    text-align: center;
    color:#fff;
}
.footer .footer-right .item img{
    display: block;
    margin-top: 5px;
}