input{font-size:.7rem; background:none; line-height: normal; border: 0;0}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #fff; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #eee inset;
    -webkit-text-fill-color:#4a4a4a;
    background-color:transparent;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);   
    -webkit-user-select: none;  
    -moz-user-focus: none;  
    -moz-user-select: none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #666; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body,html{
    width: 100%;
    min-width: 1000px !important;
    font-family:Arial,"Microsoft YaHei","微软雅黑",Helvetica, Tahoma,sans-serif !important;
    margin: 0 auto;
    background:#fff;
}
input:fouce{outline: none;}
.main{;
    /*width: 75%;*/
    min-width: 750px !important;
    margin: 0 auto;
}
/*.bg,.bg img{width:100%;max-height:670px;}*/
.bg{
    width:100%;
    height: 690px;
    background-image: url(../images/index/banner.png);
    background-size: cover;
    background-repeat:no-repeat;
}
/*-- header --*/
#header,.navbar-default{
    background-color:#002a60;
}
#header .container{
    width: 75%;
    padding: 0;
}
#header .container .navbar-right{
    margin-right: 0;
}
.navbar{
    margin-bottom: 0px;
    border:none;
}
#header .container .navbar-header{
    width: 170px;
    height: 62px;
    margin: 5px 15px !important;
    overflow: hidden;
}
#header .container .navbar-header .navbar-logo{
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
}
#header .container .navbar-header .navbar-logo img{
    width: 100%;
    height: auto;
    display: block;
}
#bs-navbar .n-right{
    width: 83%;
    height: 100% !important;
    padding: 10px 20px
}
#bs-navbar .n-right li.li-right{
    float: right;
}
#bs-navbar .n-right li .ul li{
    padding: 0 34px;
    font-size: 20px;
    cursor: pointer;
}
#bs-navbar .n-right li .ul li.ul-li{
    position: relative;
}
#bs-navbar .n-right li .ul li.ul-li .QR,#bs-navbar .n-right li .ul li.ul-li .Teacher{
    width: 111px;
    height: 111px;
    z-index: 5;
}
.codeWrap{
    background-color: #f4f4f4;
    min-width:224px;
    min-height:136px;
    position: absolute;
    left: -14%;
    top: 50px;
    z-index:99;
    transform: scale(0);
    -ms-transform: scale(0);       /* IE 9 */
    -webkit-transform: scale(0);   /* Safari 和 Chrome */
    -moz-transform: scale(0);      /* Firefox */
    -o-transform: scale(0);        /* Opera */
    transform-origin:center top;
    -ms-transform-origin:center top;
    -o-transform-origin:center top;
    -moz-transform-origin:center top;
    -ms-transform-origin:center top;
}
#bs-navbar .n-right li .ul li.ul-li:hover .codeWrap{
    transform: scale(1);
     
    transition: .8s;
}
@media (min-width: 768px){
  .navbar {
     border-radius:0; 
   }
}
#bs-navbar .n-right li .ul li.ul-li .QR img,#bs-navbar .n-right li .ul li.ul-li .Teacher img{
    display: block;
    width: 100%;
    height: auto;
}
#bs-navbar .n-right li .ul li a{
    color: #fff;
    padding: 14px 5px;
}
#bs-navbar .n-right li .ul li.ul-li a span{
    color: #fff;
}
#bs-navbar .n-right li .ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0;
    background: #d8eff9;
    transition: all 0.5s ease 0s;
}
#bs-navbar .n-right li .ul li:hover a:after{
    width: 100%;
}
#bs-navbar .n-right li .ul li a.on{
    border-bottom: 3px solid #00a0e2;
}
#bs-navbar .n-right li .ul1 li{
    font-size: 25px;
}
#bs-navbar .n-right li .ul1 li:nth-child(1){
    margin: 0 15px;
    padding-top: 4px;
}
#bs-navbar .n-right li .ul1 li:nth-child(2) p{
    line-height: 52px;
}
#bs-navbar .n-right li .ul1 li:nth-child(2) p a span{
    color: #fff;
}
#bs-navbar .n-right li .ul1 li .h-kf-tel{
    width: 32px;
    height: 32px;
}
#bs-navbar .n-right li .ul1 li .h-kf-tel img {
    width: 100%;
    height: 100%;
}

/*-- banner --*/
.left-carousel-control{
    position: absolute;
    top: 300px;
    left: 90px;
}
.right-carousel-control{
    position: absolute;
    top: 300px;
    right: 90px;
}

/*-- kefu --*/
.kefu{
    position: fixed;
    right: 0;
    top: 250px;
    background: #3d6726;
    padding: 20px 10px;
    z-index: 111;
}
.kefu p{
    width: 30px;
    height: 30px;
    text-align: center;
}
.kefu p img{
    display: block;
    width: 100%;
    height: auto;
}
.kefu a{
    color: white;
}
.kefu a:hover,.kefu a:focus{
    text-decoration: none;
}
.kefu span{
    display: block;
    width: 30px;
    height: auto;
    font-size: 16px;
    text-align: center;
}

/*-- login --*/
.login{
    position: absolute;
    right: 15%;
    top: 10%;
    width: 300px;
    height: 284px;
    border-radius: 10px;
    /*background: url("../images/index/logon_bg.png") no-repeat center;*/
    background-color:rgb(250,250,250);

}
.login .btns{;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #adadad;
}
.login .btns .chk{
    margin: 0 auto;
    padding:10px 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #2ba0e4;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.chk-on{
    color: #087baf;
}
.login .oform {
    padding: 20px;
}
.login .oform .form-group{
    padding: 3px 12px;
}
.login .oform .btn-gps{
    color: #919191 !important;
}
.login .oform .btn-gps .btn{
    border-radius: 0;
    width: 260px;
    text-align: left;
    text-indent: 20px;
}
.login .oform .btn-gps .caret{
    position: absolute;
    right: 10px;
    top: 15px;
}
.login .oform .btn-gps .dropdown-menu{
    width: 100%;
}
.login .oform .form-ss{
    margin-bottom: 0;
}
.login .oform .form-ss label{
    width: 100%;
}
.login .oform .form-ss label .aDiv{
    width: 100%;
    padding: 0;
    border-radius:4px;
}
.login .oform .form-ss label .aDiv span{
    left: 15px !important;
    width:22px;
    height:24px;
}
.login .oform .form-ss label .aDiv input{
    padding: 0 0 0 42.5px;
    text-indent: 10px;
    height:38px;
    line-height:38px;
    border-radius:2px;
}
.login .oform .form-cc{
    width: 100%;
    margin: 10px 0;
}
.login .oform .form-cc .aDiv{
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.login .oform .form-cc .checkbox{
    display: inline-block;
    width: 50%;
}
.login .oform .form-cc a{
    display: inline-block;
    text-align: right;
    padding-top: 7px;
    float: right;
}
.login .oform .form-cc a:hover{
    text-decoration: none;
}
.login .oform .form-cc a:focus{
    text-decoration: none;
}
.login .oform .form-sub{
    width: 100%;
    margin: 0;
    padding: 0;
}
.login .oform .form-sub .aDiv{
    width: 100%;
    margin: 0;
    padding: 0 12px;
}
.login .oform .form-sub button{
    width: 100%;
    background: #0e77a7;
    color:white;
    border:none;
}
.login .oform .form-sub .btn-default:hover{
    background-color: #43a3f1;
    border-color: #2c6ca0;
    color: white;
}
.login .oform1{
    position: absolute;
    top: 41px;
    right: 0;
    display: none;
}
/*-- classic --*/
#classic{
    position:relative;
    bottom:-68px;
    width: 100%;
}
#classic .row{
    position: absolute;
    bottom:68px;
    left:50%;
    margin-left:-454px;
    background-color:#eff2f6;
}
#classic .row .lists{
    text-align: center;
    overflow: hidden;
    padding-top: 15px;
}
#classic .row .lists .img{
    width: 30%;
    height: 28%;
    margin: 20px auto;
}
#classic .row .lists .img img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
#classic .row .lists .img img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*#classic .row .lists:nth-child(1){
    margin-left: 60px;
}*/
#classic .row .flip-container:nth-last-child(1){
    margin-right: 0;
}
#classic .row .lists div {
    margin: 10px auto;
}
#classic .row .lists div p{
    font-size:16px;
    text-align: center;
}
/*-- modal diagol --*/
.modal .modal-dialog{
    top:200px;
    width: 500px;
    overflow: hidden;
}
.modal .modal-dialog .modal-content{
    overflow: hidden;
}
.modal-dialog .modal-content .modal-header{
    background: #00a0e2;
}
.modal-dialog .modal-content .modal-header h4{
    font-size: 20px;
    color: white;
}
.modal-dialog .modal-content .modal-header .close{
    outline: none;
}
.modal-dialog .modal-content .modal-header button span{
    color: white;
}
.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer{
    text-align: center;
}
.modal-dialog .modal-content .modal-footer .btn-primary {
    margin-right: 20px;
}
#lostModal .modal-dialog .modal-content .modal-body{
    padding: 15px 30px;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group input{
    display: inline-block;
    border-radius: 0;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group label{
    display: inline-block;
    width: 24%;
    margin-right: 15px;
    text-align: right;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group input{
    width: 70%;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group .img{
    overflow: hidden;
    display: inline-block;
    width: 20%;
    height: 34px;
    border: 1px solid #ccc;
    margin-top: 1px;
    vertical-align: middle;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group .img img{
    display:block;
    width: 100%;
    height: 100%;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group:nth-child(2) input{
    width: 28%;
    vertical-align: middle;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group:nth-child(3) input{
    width: 41%;
    vertical-align: middle;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group .bts{
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
#lostModal .modal-dialog .modal-content .modal-body .form-group:last-child input{

}
.phone:hover{
    color:#d8eff9;
    text-decoration:none;
}
/*--footer--*/
#footer{
    background: #e6e6e6;
    padding: 20px;
    color: #646464;
    border-top:1px solid #f5e4fa;
}
#footer .main{
    height: 58px;
}
#footer .div{
    /*width: 700px;*/
    margin: 0 auto;
    text-align: center;
}
#footer .aDiv {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}
#footer .aDiv .aDivs{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
#footer .aDiv .aDivs-in{
    overflow: hidden;
    display: inline-block;
    vertical-align:middle;
}
#footer .aDiv a{
    display: block;
    float: left;
    height: 20px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #646464;
    text-align: center;
    color: #646464;
}
#footer .aDiv a.oA{
    border-right: none !important;
}
#footer .cop{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#footer .cop a{
    display: inline-block;
}
#footer .cop a>.img{
    display: inline-block;
    margin: 0 5px;
}
#footer .cop a{
    position: relative;
}
#footer .cop a .QR{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 177px;
    height: 177px;
    z-index: 5;
    display: none;
}
#footer .cop a:hover .QR{
    display: block;
}
#footer .cop a .QR img{
    display: block;
    width: 100%;
    height: auto;
}
/*去除谷歌默认的黄色背景*/
/*.formx .form-control{
    -webkit-box-shadow: 0 0 0px 1000px #9ccae9 inset !important;
    box-shadow: 0 0 0px 1000px #9ccae9 inset !important;
}*/

/*复选框美化*/
#savePass{
    position:absolute;
    left:-9999px;
}
.checkboxIcon div{
    position:relative;
    display:inline-block;
    width:18px;
    height:18px;
    border:1px solid #ddd;
    vertical-align:top;
    margin-top:2px;
}
.checkboxIcon.active div{
    background-color:#59d37b;
}
.checkboxIcon.active .current{
    display: block;
    position: relative;
    top: 6px;
    left: 4px;
    height: 6px;
    width: 11px;
    -webkit-transform: rotate(-45deg);
}
.checkboxIcon.active .current::before,.checkboxIcon.active .current::after{
    position:absolute;
    content:'';
    left:0;
    bottom:2px;
    background-color:#fff;
}
.checkboxIcon.active .current::before{
    width: 2px;
    height: 6px;    
}
.checkboxIcon.active .current::after{
    width: 12px;
    height: 2px;
}
.pr{
    position: relative;
}
.checkbox label{
    padding-left: 0;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    /*margin-right:20px;*/
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(360deg);
}

.flip-container,.lists{
    width: 180px;
    height: 180px;
}

.icon-line{
    width: 2px;
    height: 180px;
    display: block;
    float: left;
    line-height: 60px;
    background: -moz-linear-gradient(top,#f0f2f5 6%,#a8c7e0 40%,#f0f2f5 100%);
    background: -webkit-linear-gradient(top,#f0f2f5 6%,#a8c7e0 40%,#f0f2f5 100%);
    background: -o-linear-gradient(top,#f0f2f5 6%,#a8c7e0 40%,#f0f2f5 100%);
    background: -ms-linear-gradient(top,#f0f2f5 6%,#a8c7e0 40%,#f0f2f5 100%);
    background: linear-gradient(top,#f0f2f5 6%,#a8c7e0 40%,#f0f2f5 100%);
}
/* flip speed goes here */
.flipper{
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.flipper .lists {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.lists {
    z-index: 2;
}
/* 字体 */
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.fn{font-weight: normal;}
.fb{font-weight: bold;}
.ovh{overflow:hidden;}

/*lineHeight*/
.lh16{line-height: 16px;}
.lh18{line-height: 18px;}
.lh20{line-height: 20px;}
.lh24{line-height: 24px;}
.lh26{line-height: 26px;}
.lh36{line-height: 36px;}

/*字体颜色*/
.c0{color:#fff;}
.c1{color: #ccc;}
.c2{color: #aaa;}
.c3{color: #999;}
.c4{color: #666;}
.c5{color: #333;}
.c6{color: #f60;}
.c7{color: #f00;}
.c8{color: #2089ff;}
.c9{color: #57a6f8;}
.c10{color: #47c978;}
.c11{color: #ffc32f;}
.c12{color: #1c8ccc;}
.c13{color: #ee4d3c;}

/* 外边距 */
.mt0{margin-top: 0px;}
.mb0{margin-bottom: 0px;}
.mr0{margin-right: 0px;}
.ml0{margin-left: 0px;}
.mt4{margin-top: 4px;}
.mb4{margin-bottom: 4px;}
.mr4{margin-right: 4px;}
.fl{float:left;}
.fr{float: right;}