﻿@charset "utf-8";
/* CSS Document */
/*2019.6.27 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

body, html {
    /*height: 100%;*/
}


.container {
    width: 1170px;
    margin: auto;
}



.logo img {
    width: 340px;
    margin-top: 25px;
    margin-left: -5px;
}

.he100 {
    height: 100%;
}

.loginbg {
    background: url(../images/loginbg.jpg) no-repeat center top;
    background-size: cover;
    /*height: 100%;*/
}

.login-left {
    width: 620px;
}

.login-right {
    width: 420px;
    background: #fff;
    margin-top: 3.2%;
    height: 96%;
    /*position: relative;*/

    position: absolute;
    right: 0px;
    bottom: 0px;
}

.about {
    margin-top: 35px;
}

    .about h4 {
        color: #1e73be;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .about h5 {
        font-size: 14px;
        color: #1e73be;
        margin-bottom: 5px;
    }

    .about p {
        font-size: 16px;
        color: #333;
        line-height: 2 !important;
        margin-bottom: 20px;
    }
/*右边部分*/

.login-box {
    min-height: 350px;
    margin: 0 22px;
    border-bottom: 1px solid #c5c5c5;
}

    .login-box form {
        padding: 0 20px;
        margin-top: 30px;
    }

    .login-box .form-group {
        margin: 20px 0;
    }

        .login-box .form-group label {
            display: block;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .login-box .form-group input {
            display: block;
            line-height: 35px;
            border-radius: 4px;
            box-shadow: none;
            border: 1px solid #ccc;
            width: 100%;
            padding-left: 5px;
        }

    .login-box .denglu {
        line-height: 40px;
        background: #1e73be;
        border-radius: 4px;
        text-align: center;
    }

    .login-box .kong {
        line-height: 40px;
        border: 1px solid #1e73be;
        border-radius: 4px;
        text-align: center;
    }

        .login-box .kong a {
            text-decoration: none;
            font-size: 16px;
            display: block;
            border-radius: 4px;
            transition: all 1.5s;
        }

    .login-box .denglu a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
        border-radius: 4px;
        transition: all 1.5s;
    }

        .login-box .denglu a:hover {
            background: #1364ab;
        }

    .login-box .forget a {
        display: block;
        margin: 20px 0;
        text-align: center;
        color: #1e73be;
        text-decoration: underline;
    }




.login-right {
}

    .login-right h4.deng {
        height: 47px;
        background: #1e73be;
        line-height: 47px;
        color: #fff;
        padding: 0 18px;
        font-size: 20px;
    }

.login-pp {
    padding: 30px 26px;
}

    .login-pp p {
        margin-bottom: 18px;
        line-height: 23px;
        font-size: 14px;
        color: #777;
    }












.copy {
    background: #1e73be;
    height: 48px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 0;
}

    .copy p {
        color: #fff;
        padding: 0 30px;
        line-height: 25px;
    }














/*分屏幕写*/
@media only screen and ( min-width:1920px) and ( max-width:2600px ) {
    .loginbg {
        /*背景*/
        height: 100%;
    }
}
