﻿@charset"utf-8";

html{width: 100%;height: 100%;}

.ycj-bg,.fx-bg,.bs-bg,.zl-bg,.jc-bg{
    background: #fff;
    height: auto;
    background: url(../images/bg.png) bottom center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    margin: auto;
  
}

#ba-content .logo h2 {
    font-size: 42px;
    color: #fff;
    line-height: 1.2em;
    width: 679px;
}
#ba-content .logo p {
font-size: 16.5px;
    color: rgb(245, 245, 245);
    width: 679px;
    font-weight: 100;
}
.login-box {
    width: 320px;
    float: right;
        margin-top: -32px;
}
#ba-content .title,
#dsj-content .title,
#gyl-content .title,
#bs-content .title {
    margin: 0 auto;
    text-align: center;
}
.banner-login .banner {
    width: 679px;
    height: 478px;
    float: left;
    margin-top: 12px;
    box-shadow: -10px 10px 0 rgba(0,0,0,0.1);
}

#ba-content .login,
#dsj-content .login, 
#gyl-content .login, 
#bs-content .login {
    margin: 10px auto 0 auto;
    padding: 24px 20px 48px 20px;
    -webkit-animation: rollIn 1s;
    background-color: #fff;
    min-height: 350px;
}

#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%;
    padding: 6px 6px 6px 0;
    height: 40px;
    font-size: 14px;
    background: #fff;
}
.input-group {
    display: flex;
    border: 1px solid #13a3e9;
    margin-bottom: 16px;
}
.input-group img {
    width: 17px;
    height: 21px;
    margin: 9px 5px 9px 5px;
}
.login h4 {
    font-size: 20px;
    text-align: center;
    color: #13a3e9;
    background: url(../images/line.jpg) no-repeat center bottom;
    margin: 14px 0 20px 0;
    padding-bottom: 8px;
}
.login h4 span {
    color: #90c31e;
    font-size: 14px;
}


#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;
    color: #999;
}

#ba-content .login .inptut-btn,
#dsj-content .login .inptut-btn,
#gyl-content .login .inptut-btn,
#bs-content .login .inptut-btn {
    margin-top: 4px;
    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: #90c31e;
    width: 100%;
    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:#a2dc21;
}



#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%;

}
#ba-content {
    position: fixed;
    top: 8%;
    width: 100%;
}
.logo {
    margin-bottom: 40px;
}
.arrow-box {
    line-height: 10px;}

#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: 100%;
    margin: 0 auto;
    text-align: center;
}
#arrow .arrow-content ul{display: flex;}

#arrow .arrow-content ul li {
    position: relative;

    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    width: calc((100% - 10px)/2);
    background: rgba(245,245,245,0.13);
margin-right: 10px;
padding: 15px 0;
}
.clbox {
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    margin-top: 12px;
}
#arrow .arrow-content ul li:last-child{margin-right: 0;}

#arrow .arrow-content ul li img {
    width: 62px;
    height: 40px;
}

#arrow .arrow-content ul li p {
    font-size: 16px;

}
.arrow-box .s1 {
    width: 10px;
    height: 10px;
    background: #6fb736;
    display: inline-block;
    border-radius: 10px;
    margin: 0 3px;
}
.arrow-box .s2 {
    width: 10px;
    height: 10px;
    background: #38a5dd;
    display: inline-block;
    border-radius: 10px;
    margin: 0 3px;
}
.arrow-box .s3 {
    width: 10px;
    height: 10px;
    background: #2dc4b0;
    display: inline-block;
    border-radius: 10px;
    margin: 0 3px;
}
#arrow .arrow-content ul li.active {
    cursor: pointer;
    border-bottom: 2px solid rgba(255,255,255,0.6);
}


#li1 {
    -webkit-animation: bounceInUp 1s
}

#li2 {
    -webkit-animation: bounceInUp 1.5s
}

#li3 {
    -webkit-animation: bounceInUp 2s
}

#li4 {
    -webkit-animation: bounceInUp 2.5s
}

footer {
    position: fixed;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    font-size: 12px;
    color: #fff;
}
button.btn{
    background: #0084ff;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    padding: 3% 2%;
    margin: 7% auto 0;
    cursor: pointer;
}
button.btn-back{
    background: #f8ac59;
    border: 1px solid #ffc687;
    font-size: 14px;
}
button.btn-back:hover{
    background: #e8973f;
}
button.btn-cha{
    background: #869a59;
}
button.re-entra:hover{
    background: #0174e0;
}
button.btn-cha:hover{
    background: #9bb958;
}
.login{
    position: relative;
}
.login::after {position: absolute;
                content:" ";
                width: 66px;
                height: 324px;
                display: block;
                background: url(../images/Triangle.png) no-repeat;
                left: -66px;
                bottom: 0;
}

.login #loginErrMsg{
    position: absolute;
    bottom: 22px;
    color: #f00;
    font-size: 12px;
    font-weight: 100;
}
.title h3{
    font-size:22px;
    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;
    line-height: 28px;
}
.fa-eye{
    color: #000;
}
.flex{

   display: block;
    -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: 16px 0 0 0;
}

.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: 340px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    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: 14px;
    cursor: pointer;
    background: #ed5565;
    border: 1px solid #ff919d;
    color: #fff;
}
.cx-body .login-area .area input[type=submit]:hover{
    background: #e23b4d;
}

.ly-logo{position: absolute; top: 25px; left: 25px; height: 85px}


// 判断分辨率



.swiper-pagination{color: #fff;}
.swiper-pagination-fraction{bottom:10px;color: #fff;font-size: 16px;}
.swiper-pagination-current{font-size: 24px;}



#TB_overlayBG {
    background-color: #000;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    z-index: 9999;
}


.box-t {
    position: fixed;
    width: 676px;
    left: 50%;
    margin-left: -338px;
    height: 312px;
    top: 50%;
    margin-top: -256px;
    background: #fff;
    background-size: contain;
    z-index: 10000;
    border-radius: 5px;
}


.box-t .title {
    text-align: center;
    padding-top: 30px;
    height: 74px; 
}
.box-t .title p {
    color: rgba(51,51,51,0.1);
    font-size: 28px;
    line-height: 28px;
}
.box-t .title h6{
    font-size: 28px;
    color: #333;
    line-height: 0;
}


.box-t ul {
display: flex;
    align-items: center;
    padding: 40px 38px 50px 38px;
    }
    .box-t ul li{   width: 33.33%;
    box-shadow: 0 0 20px 0px rgba(54,128,240,0.23);
    margin: 0 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;    cursor: pointer;}

    .box-t ul li i {
    font-size: 58px;
    color: #3680f0;
}
.box-t ul li p {
    font-size: 16px;
    color: #333;
}

.close-box{position: relative;}

.close {
    position: absolute;
    right: -40px;
    top: -40px;
        cursor: pointer;
}
