@charset "utf-8";
 
/* CSS Document */
body { font:12px/1.5 "微软雅黑",Arial,Tahoma, Helvetica,\5b8b\4f53, sans-serif; }
html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section { margin:0;padding:0;border:0;outline:0; }/*清除内外边距*/
h1,h2,h3,h4,h5,h6 { font-weight:normal;font-size:100%; }/*设置默认字体*/
:focus { outline:0; }
ul,ol,ul li,ol li { list-style: none; }/*重置列表*/
address,caption,cite,em,code,dfn,th,var { font-style:normal;font-weight:normal; }
form label { cursor:pointer; }
input,button,select,textarea { font-family:inherit;font-size:100%;outline:none; }
textarea { resize:none }
input { vertical-align:middle; }
img { border:0; }/*重置图片元素*/
table { border-collapse:collapse;border-spacing: 0; }/*重置表格*/
.l { float:left; }
.r { float:right; }
button,input[type="reset"],input[type="button"],input[type="submit"] { line-height:normal !important; }
a { text-decoration:none;}
a:hover { text-decoration:underline; }
input { _filter:chroma(color=#000000); }


/*--清除浮动
------------------------------------------------------------------------------------------*/
.flex{
    display: flex;
} 
.flex-column{
  display: flex;
  flex-direction: column;
}
.m-t{
    margin-top: 15px;
}
.clearfix:after { clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden; }
.clearfix:after { _zoom:1; }
.overflow { overflow:hidden; _zoom:1; }
.clear { clear:both; height:0;font-size:0; overflow:hidden; }

.header{
    width:100%;
    background:rgba(255,255,255,1);
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.header .logo{
    float: left;
    width: 420px;
    height: 68px;
}
.header .logo img {
    width: 480px;
    height: 45px;
    float: left;
    margin-top: 12px;
}

.header h1{
    float: left;
    font-size: 21px;
    color: #333;
    display: inline;
    vertical-align: bottom;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    letter-spacing: 11px;
}
.header .flex-column{
    transform: scale(0.9);
    margin-left: -10px;
}
.header .flex-column p{
    padding: 2px 5px 0px;
    font-size: 12px;
    color: #ccc;
}

.content{
    margin: 0 auto;
    width: 910px;
    overflow: hidden;
}

.header .date{
    margin-top: 14px;
    text-align: right;
    color: #666;
}
.header .weather{
    margin-top: 4px;
    margin-right: -5px;
}

.login_content{
    width: 355px;
    height: 432px;
    position: absolute;
    left: 50%;
    top: 335px;
    margin-top: -220px;
    margin-left: 100px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(11, 65, 119, 0.15);
    border-radius: 12px;
    font-size: 16px;
}

.login_content .nav-tabs{
    border: none;
    width: 262px;
    margin: 25px auto;
    font-size: 18px;
}
.login_content .nav-tabs>li{
    width: 50%;
}
.login_content .nav-tabs>li>a{
    padding: 0px;
    margin: 10px 0px;
    color: #666;
    border: 0px;
    border-radius: 0px;
}
.login_content .nav-tabs>li.active>a{
    border: 0px;
    color: #0189ff;
}
.login_content .nav-tabs>li>a:hover{
    background-color:#fff;
    color:#000;
}
.login_content .nav-tabs>li:first-child>a{
    border-right: 1px solid #e5e5e5;
}
.slider{
    width:535px;
    height:345px;
    float: left;
    position:relative;
}
.slider ul li{
    position:absolute;
    left:0px;
    top:0px;
    z-index: 1;
}
.slider ol{
    position:absolute;
    right:10px;
    bottom:10px;
    z-index: 1;

}
.slider ol li{
    width:50px;
    height: 5px;
    background:#fff;
    margin-right:5px;
    float: left;
}
.slider ol li.current{
    background:#39abe4;
}
.slider ul li img{
    width:535px;
    height:345px;

}
.identity{
    width: 265px;
    margin: 0px auto;
}
.password{
    width: 265px;
    margin: 15px auto;
}
.identity p,
.password p{
    color: #8c8c8c;
    height: 16px;
    font-size: 14px;
}
.login_content .identity input,
.login_content .password input{
    border: none;
    width: 100%;
    height: 35px; 
    outline: none;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 0px 0px 100px white inset;
    border-bottom: 1px solid #7c7c7c;
    display: block;
    letter-spacing: 1px;
}

.login_content .identity input:focus,
.login_content .password input:focus{
  border-bottom: 1px solid transparent;
  background-clip: padding-box,border-box;
  background-origin: padding-box,border-box;
  background-image: linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#1f95ff,#893f60);
}
.tipe{
    display: block;
    width: 265px;
    margin: 0px auto;
    color: #ff7024;
    font-size: 14px;
    text-align: left;
}
form#form11 .item2.tipe {
    margin-bottom: 10px;
}
.remember{
    width: 265px;
    margin: 0px auto;
    color: #8c8c8c;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
}
input[type=checkbox], input[type=radio]{margin: 0px;}
.login_btn {
    display: block;
    width: 265px;
    height: 44px;
    margin: 25px auto 0px;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 100;
    background: -webkit-linear-gradient(left, #0189ff, #62a4ff);
    background: -o-linear-gradient(right, #0189ff, #62a4ff);
    background: -moz-linear-gradient(right,#0189ff, #62a4ff);
    background: linear-gradient(to right,#0189ff, #62a4ff);
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 98, 199, 0.5);
}
.login_btn:hover{
    box-shadow: 0px 0px 10px #8334C5 inset;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
    box-shadow: 3px 3px 10px #C4CFDC;
}
.login_btn:active{
    outline: none;
    box-shadow: 0px 0px 10px #8334C5 inset;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
.login_btn:visited{ outline: none;}

.other{
    display: table;
    position: absolute;
    bottom: 10px;
    width: 265px;
    margin: 0px 45px;
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
}
.other button{background-color:#fff;}
.other>button{margin-right: 12px;}
.qq,.wx,.app{display:table-cell;font-size:12px;vertical-align:middle;}
.app{float:right;color: #8c8c8c;}
.download{color:#0077ff;vertical-align:middle}
.download img{ vertical-align:middle;}
.download-box{
    position: absolute;
    top: -380px;
    left: -43px;
    width: 353px;
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}
.download-num{
    font-size: 64px;
    font-weight: 100;
    font-family: -webkit-body;
    vertical-align: middle;
    background: linear-gradient(to right, #00caf5, blue);
    -webkit-background-clip: text;
    color: transparent;
}
.download-num span{
    font-size: 14px;
    vertical-align: middle;
    margin: 0px 5px;
    background: linear-gradient(to right, #00caf5, blue);
    -webkit-background-clip: text;
    color: transparent;
}
.download-box p{
    font-size: 22px;
    color: #666666;
    margin-top: 50px;
    font-weight: 100;
    font-family: -webkit-body;
}
.download-img{
    width: 150px;
    margin-top: 20px;
}
.carousel{
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    top: 575px;
    bottom: auto;
    width: 265px;
    margin-left: 146px;
}
.carousel-indicators .active{background-color: #1e8bff;margin: 0px 5px;}
.carousel-indicators li {
    background-color: #fff;
    border: 0px;
    box-shadow: 2px 2px 6px rgba(20, 50, 117,0.5);
    margin: 0px 5px;
}
.carousel-control.left{
    position: absolute;
    top: 300px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -640px;
    background: url(../img/last.png) center no-repeat;
    opacity: .1;
}
.carousel-control.right{
    position: absolute;
    top: 300px;
    right: 50%;
    width: 80px;
    height: 80px;
    margin-right: -640px;
    background: url(../img/next.png) center no-repeat;
}
.carousel-control.left:hover,.carousel-control.right:hover{opacity: 1;}
.qr-code{
    width: 265px;
    margin: 0px auto;
    text-align: center;
}
.qr-code img{width: 265px;}
.qr-code p{
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
}
.footer{
    width: 100%;
    color: #8c8c8c;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
}
.tips{
    display: none;
    background-color: #eaf2ff;
    color: #E88057;
    padding: 10px;
}

.img_centent{
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;
}
.img_centent img{
    max-width: 1920px!important;
}


.dv_text{
    position: absolute;
    left: 50%;
    top: 40px;
    width: 550px;
    min-height: 200px;
    margin-left: -518px;
    color: #fff;
    font-size: 24px;
    opacity: 0.6;
    line-height: 55px;
}
.checkbox label{
    width: 100px;
    height: 20px;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
}
.checkbox .check{
    background: url(../img/check.jpg) no-repeat 2px;
    background-size: 16px;
    padding-left: 25px;
    height: 20px;
}
.checkbox .checked{
    background: url(../img/checked.jpg) no-repeat 2px;
    background-size: 16px;
    padding-left: 25px;
    height: 20px;
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}


input:focus {
    border-style: solid;
    border-color: #339933
}


