@charset "utf-8";

*{margin:0; padding:0;}
a{color:#666; text-decoration: none;}
a:hover{color: #00a6cf}
.login_top{height:100px; overflow:hidden; margin:15px 0 10px;}
.login_logo{ margin:6px auto 0; text-align:center;}
.loginWrap{width:440px; float:right; background: #fff; border-radius:5px; overflow:hidden; line-height:40px; font-size:14px; z-index:9999999999; margin-top:100px; height: 440px;}
.login_bg{ background: url("../images/login/bg_login.jpg") no-repeat center; overflow: hidden; height: 650px;}
.login_main{width:1180px; margin:0 auto;}
.login_left{float:left; width: 630px; margin-top:60px;}
.loginCon{width:80%; margin:20px auto;overflow: hidden;}
.loginTit{font-size:24px; line-height: 200%; color: #0ba3ef; margin-bottom:10px; margin-top:20px;}
.login_inputBar{margin-bottom:20px;}
.login_input{width:98%; height:40px; border:1px solid #e5e5e5; border-radius:3px; color:#666;padding-left:5px;}
.login_copy{ text-align:center; font-size:16px; color:#666; width:100%; margin:50px 0;
    overflow: hidden;}


.login_yzm_input{float:left; width:160px;height:40px; border:1px solid #e5e5e5; border-radius:3px; color:#666;padding-left:5px;}
.login_yzm_pic{float:right; margin-left:10px;}

.login_wjmm{clear:both; text-align:right; color:#096aa4; padding:20px 0; overflow:hidden;}
.login_wjmm a{color:#096aa4; text-decoration:none;}
.login_wjmm a:hover{text-decoration:underline;}

.login_btn{width:100%; height:40px; border-radius:3px; background:#37a9e9; border:none; text-align:center; font-size:16px; color:#fff;}

@media screen and (max-width: 1400px) {
    .login_top{height:70px; margin:10px 0 10px;}
    .login_logo img{width:auto; height:60px; }
    .login_bg{ background: url("../images/login/bg_login.jpg") no-repeat center; overflow: hidden; height: 470px;}
    .login_left{margin-top:20px;}
    .login_main{width:860px; margin:0 auto;}
    .login_left{width: 450px; margin-top:60px;}
    .login_left img{height:350px; width: auto;}
    .loginWrap{width:350px; height:350px; margin-top:60px;}
    .login_copy{ margin:20px 0;}
    .login_input{width:96%}
    .login_yzm_input{float:left; width:100px}
    .loginTit{margin-top:0;}
    .login_inputBar{margin-bottom:10px;}
    }


.warningWrap{  height:316px; position:absolute; top:26%; width:90%;}
.warningText{width:80%; margin-left:10%; margin-top:8%; text-align:center; line-height:60px;  font-size:40px; color:#31a1e1;}
.warningWorker{position: absolute; right:3%; top:20%;}

@media screen and (max-width: 1400px) {
  .warningText{width:70%; margin-left:15%;  font-size:30px; }
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(0.5)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-30%) translateZ(0) scaleY(0.5)
    }
}
.waveWrapper {
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0px;
    background:#fff;
}
.bgTop {
    z-index: 15;
    opacity: 0.15;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.1;
}
.bgBottom {
    z-index: 5;
	opacity: 0.1;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 300px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 267px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 419px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.footer {
    padding: 40px 0px 0px;
    color: #767676;
    overflow: hidden;
}

.footer_nr1 {
    float: left;
    margin-left:50px;
    margin-right:50px;
}

.footer_title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}

.foonter_icon {
    margin-bottom: 40px
}

.footer_nav {
    float: right;
}

.footer_nav a {
    color: #808b9b;
    display: Block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #808b9b;
    border-radius: 50px;
}

.footer_bc {
    border-top: 1px solid #3d4652;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
}

.wrap {
    width: 1180px;
    margin: 0px auto;
    overflow: hidden;
}