﻿@charset"utf-8";

html{width: 100%;height: 100%;}
.ba-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/ba-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.gyl-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/gyl-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.bs-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/bs-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}
.dsj-bg {
    background: #fff;
    width: 50%;
    height: auto;
    background: url(../images/dsj-bg.jpg) top center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
    min-width: 768px;
}

#ba-content .logo,
#dsj-content .logo,
#gyl-content .logo,
#bs-content .logo {
    width: 44%;
    margin: 30px auto 10px;
}

#ba-content .title,
#dsj-content .title,
#gyl-content .title,
#bs-content .title {
    width: 23%;
    margin: 0 auto;
    text-align: center;
}

#ba-content .login,
#dsj-content .login,
#gyl-content .login,
#bs-content .login {
    width: 40%;
    margin: 15px auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 4%;
    min-width: 340px;
    -webkit-animation: rollIn 1s;
}

#ba-content .login .input-group input,
#dsj-content .login .input-group input,
#gyl-content .login .input-group input,
#bs-content .login .input-group input {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 6px 2%;
    margin: 2% auto 7%;
    text-align: center;
    font-size: 12px;
}

#ba-content .login .input-group input:hover,
#dsj-content .login .input-group input:hover,
#gyl-content .login .input-group input:hover,
#bs-content .login .input-group input:hover {
    border: 2px solid #80caff
}

#ba-content .login .input-group:last-child input,
#dsj-content .login .input-group:last-child input,
#gyl-content .login .input-group:last-child input,
#bs-content .login .input-group:last-child input {
    margin: 2% auto 2%;
}

#ba-content .login a,
#dsj-content .login a,
#gyl-content .login a,
#bs-content .login a {
    font-size: 12px
}

#ba-content .login .inptut-btn,
#dsj-content .login .inptut-btn,
#gyl-content .login .inptut-btn,
#bs-content .login .inptut-btn {
    margin-top: 5%;
    font-size: 14px;
}

#ba-content .login .inptut-btn input,
#dsj-content .login .inptut-btn input,
#gyl-content .login .inptut-btn input,
#bs-content .login .inptut-btn input {
    background: #0084ff;
    width: 100%;
    border: 1px solid #85d9f9;
    color: #fff;
    border-radius: 3px;
    padding: 3% 2%;
    /*margin: 2% auto 7%;*/
}

#ba-content .login .inptut-btn input:hover,
#dsj-content .login .inptut-btn input:hover,
#gyl-content .login .inptut-btn input:hover,
#bs-content .login .inptut-btn input:hover {
    background: #0174e0;
    border: 1px solid #80caff
}

input[type="text"] {
    background: url(images/q_07.png) no-repeat right #fff;
}

input[type="password"] {
    background: url(images/q_03.png) no-repeat right #fff;
}

#bs-content .login {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#gyl-content .login {
    background: rgba(3, 70, 185, 0.5);
}

#arrow {
    width: 100%;
    margin: 4% auto 0;
    position: relative;
    min-width: 780px;
}

#arrow span.prev {
    position: absolute;
    top: 15%;
    left: 0;
    width: 5%;
    cursor: pointer;
}

#arrow span.next {
    position: absolute;
    top: 15%;
    right: 0;
    width: 5%;
    cursor: pointer;
}

#arrow .arrow-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    min-width: 780px;
}

#arrow .arrow-content ul li {
    display: inline-block;
    text-align: center;
    width: 20%;
    margin: 0 2%;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 0 15px 0 15px;
    padding: 2% 0 2%;
    box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#arrow .arrow-content ul li img {
    width: 35%;
    margin: 10px 0
}

#arrow .arrow-content ul li p {
    font-size: 16px;
}

#arrow .arrow-content ul li.active {
    background: #3e97d7;
    color: #fff;
    cursor: pointer;
    border: 1px solid #98c7f3
}

#li1 {
    -webkit-animation: bounceInUp 1s
}

#li2 {
    -webkit-animation: bounceInUp 1.5s
}

#li3 {
    -webkit-animation: bounceInUp 2s
}

#li4 {
    -webkit-animation: bounceInUp 2.5s
}

footer {
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    font-size: 14px;
    color: #fff;
}
button.btn{
    background: #0084ff;
    width: 100%;
    border: 1px solid #85d9f9;
    color: #fff;
    border-radius: 3px;
    padding: 3% 2%;
    margin: 2% auto 0;
    cursor: pointer;
}
button.btn-back{
    background: #f8ac59;
    border: 1px solid #ffc687;
}
button.btn-back:hover{
    background: #e8973f;
}
button.btn-cha{
    background: #ed5565;
    border: 1px solid #ff919d;
}
button.re-entra:hover{
    background: #0174e0;
}
button.btn-cha:hover{
    background: #e23b4d;
}
.login{
    position: relative;
	text-align:center;
}
.login #loginErrMsg{
    bottom: 16px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.title h3{
    font-size: 24px;
    color: #fff;
}
#toggle{
    position: absolute;
    z-index: 99;
    top: 6px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.fa-eye-slash{
    color: #929292;
}
.fa-eye{
    color: #000;
}
.flex{
    height: 38px;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.flex button.btn{
    margin: 0;
}
.flex input,.flex button.btn{
    max-width: 48% !important;
}
.cx-body{
    background: -webkit-radial-gradient(circle at top,#11ADF7,#001543 72%,#000020),url(../cx/img/cover.svg) no-repeat center;
    /* Opera 11.6 - 12.0 */
    background: -o-radial-gradient(circle at top,#11ADF7,#001543 72%,#000020),url(../cx/img/cover.svg) no-repeat center;
    /* Firefox 3.6 - 15 */
    background: -moz-radial-gradient(circle at top,#11ADF7,#001543 72%,#000020),url(../cx/img/cover.svg) no-repeat center;
    /* 标准的语法 */
    background: radial-gradient(circle at top,#11ADF7,#001543 72%,#000020),url(../cx/img/cover.svg) no-repeat center;
    background-blend-mode: overlay;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
}
.cx-body .login-area{
    margin: auto;
}
.cx-body .login-area .login h1{
    color: #fff;
    text-shadow: 0 4px 4px rgba(0,0,0,.7)
}
.cx-body .cx-footer{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}
.cx-body .cx-footer .foot-cont{
    margin: auto;
    font-size: 12px;
    color: #fff;
}
.cx-body .login-area .area{
    width: 380px;
    padding: 40px;
    background: rgba(2, 10, 72, 0.8);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 20px auto;
    text-align: center;
    -webkit-animation: fadeInUp .5s;
}
.cx-body .login-area .area h2{
    color: #fff;
}
.cx-body .login-area .area input{
    width: 100%;
    margin-top: 20px;
    height: 38px;
    border-radius: 4px;

}
.cx-body .login-area .area input[type=text]{
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}
.cx-body .login-area .area input[type=submit]{
    font-size: 18px;
    cursor: pointer;
    background: #ed6f12;
    border: 1px solid #ed6f12;
    color: #fff;
}
.cx-body .login-area .area input[type=submit]:hover{
    background: #ed8234;
}