@charset"utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 100%;
    font-family: "微软雅黑";
    width: 100%;
    height: 100%;
    /*overflow-x:auto;
    overflow-y:hidden;*/
}

body {
    min-width: 1250px;
    -webkit-text-size-adjust: none;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.mb_hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


/*header*/

.header {
    height: 80px;
}

.u_logo {
    float: left;
    line-height: 80px;
}

.u_logo>img {
    border: none;
    vertical-align: middle;
    margin-top: -10px;
}

.u_title {
    color: #000;
    font-size: 30px;
    margin-left: 15px;
}

.tel {
    float: right;
    line-height: 80px;
}

.tel>img {
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 10px;
}

.tel>span {
    color: #949494;
    font-size: 18px;
}


/*登录*/

.content {
    height: 450px;
    background: url(/assets/wanzhi/images/bg_pure.png) no-repeat;
}

.u-children {
    width: 506px;
    height: 140px;
    margin-top: 130px;
    margin-left: 85px;
    float: left;
}

.u-login {
    padding: 25px 45px 45px 45px;
    width: 320px;
    height: 310px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 1);
    float: right;
}

.u-login h1 {
    text-align: center;
    color: #047BD7;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 15px;
}

.use, .pwd {
    font-family: "微软雅黑";
    outline: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    margin: 10px 0 20px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
}

.user_name,
.password,
.shenfeng {
    padding: 1em 1em 1em 3.5em;
    position: absolute;
    top: 2px;
    left: -50px;
}

.use,
.pwd {
    padding-left: 3em;
}

select {
    height: 43px;
    width: 100%;
    color: #7c8497;
    font-size: 0.85rem;
    outline: medium;
    /*padding: 0em 0em 0em 3.2em;*/
    border: 1px solid #D6DAE1;
    margin-top: 5px;
    color: #a9a9a9;
    font-family: "微软雅黑";
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    background: #FFFFFF;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        line-height: 45px;
    }
}

.remind {
    margin-top: 0.5em;
    margin-bottom: 4em;
}

.remind .message {
    margin: 15px 0 15px 0;
    font-size: 14px;
}

.remind .message a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 4px;
}

.checkBox {
    z-index: 999;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    vertical-align: middle;
    margin-top: 1px;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    padding: 0 !important;
}
#remember_me{
    display: inline-block;
    height: 16px !important;
    width: 16px !important;
    border: 1px solid #999;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    -webkit-appearance: none;
    font: normal normal normal 14px/1 FontAwesome;
    outline: 0;
    background: 0 0;
    margin-top: -2px;
    margin-right: 5px !important;
}
#remember_me:checked:after {
    content: "✔";
    font-size: 15px;
    font-weight: 600;
    color: #656565;
    text-align: center;
    line-height: 15px;
}
.checkBox.checked {
    background: url(../../images/icon-select.png) no-repeat center center;
}

.sim-button {
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 320px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    font-family: "微软雅黑";
    font-size: 16px;
}

.button5 {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.button5:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.registe {
    background-color: #ffa800;
    float: left;
}

.login {
    background-color: #01AEF0;
    float: right;
}

.download-btn {
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 20px;
    float: right;
}

.sim-button2 {
    line-height: 42px;
    height: 42px;
    text-align: center;
    width: 122px;
    border-radius: 20px;
    float: left;
    margin-left: 25px;
}

.button13 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.button13 a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.button13::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button13:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.button13::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    border-radius: 20px;
}

.button13:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.remind input:checked:after {
    content: "✔";
    font-size: 15px;
    font-weight: 600;
    color: #047BD7;
    text-align: center;
    line-height: 15px;
}
/*底部*/
.footer {
    text-align: center;
    height: 155px;
    color: #4D4D4F;
    padding-top: 15px;
}
/*弹框css*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    display: none;
    top: 25%;
    left: 46%;
    margin-left: -300px;
    width: 420px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

body {
    /*background-color: #F2F2F2;*/
}

.app_download {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.app_download img {
    width: 128px;
    height: 128px;
    padding: 8px;
    border: 1px solid #E7E7E7;
}
.info{
    height: 245px;
    width: 1200px;
    margin: 25px auto 25px auto;
    overflow: hidden;
}
.info_left{
    float: left;
    width: 785px;
    margin-right: 25px;
}
.info_right{
    float: left;
    width: 390px;
}
.category{
    overflow: hidden;
    margin-bottom: 20px;
}
.category .left{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 170px;
    color: #fff;
    background: #01AEF0;
    padding-left: 10px;
}
.category .right{
    color: #01AEF0;
    cursor: pointer;
    margin-top: 3px;
    font-size: 14px;
}
.info_list{
    height: 30px;
    line-height: 30px;
    color: #5D5D5D;
    border-bottom: dashed 1px #5E5E5E;
    cursor: pointer;
}
.info_list:hover,.info_list a:hover{
    color: #01AEF0;
}
.info_list a{
    color: #5D5D5D;
}
.footer img{
    vertical-align: middle;
}
.wz_banner{
    width: 100%;
}
.info_top_banner{
    width: 282px;
    height: 100%;
}
.lanmu_info>.left{
    border: none !important;
}

.login-content{
    /*width: 1200px;*/
    width: auto;
    margin: 0 auto;
}
.login-box{
    float: left;
    color: #3c3c3c;
    line-height: 50px;
}
.login-box input, .login-box select{
    width: 108px;
    margin-right: 25px;
    border: 1px solid #cecece;
    border-radius: 4px;
    height: 24px;
}
.login-box a{
    padding:3px 10px 3px 10px;
    background-color: #DF680F;
    color: #fff;
    border-radius: 4px;
    margin-left: 20px;
}
/* 蒙版 */
.over {
    position:absolute;
    height:100%;
    width:100%;
    left:0px;
    top:0px;
    display:none;
    background-color:rgba(0,0,0,0.3);
    z-index:100;
}

/* 登录选择 */
#login_select{
    display: none;
    width:653px;
    height:426px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    position: fixed;
    top: 25%;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    z-index: 99999;
}
#login_select i{
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    background-image: url(../images/close.png);
}
.box_header{
    width:653px;
    height:135px;
    border-radius: 4px 4px 0 0 ;
    background-image: url(../images/header_bg.png);
    text-align: center;
}
.box_header p{
    font-size:36px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    padding-top: 30px;
    margin-bottom: 15px;
}
.box_header span{
    font-size:16px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    opacity:0.7;
}
#login_select img{
    width:227px;
    height:232px;
    margin-top: 22px;
    margin-left: 26px;
}
#login_select .region{
    width: 330px;
    background-color: #fff;
    margin-right: 45px;
    margin-top: 40px;
}
.region h2{
    font-size:26px;
    font-family:FZZQJW--GB1-0;
    font-weight:400;
    color:rgba(3,123,215,1);
    text-align: center;
}
.region ul{
    display: flex;
    flex-wrap: wrap;
}
.region ul li{
    width:146px;
    height:56px;
    border:1px solid rgba(238,238,238,1);
    border-radius:2px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}
.region ul li:hover{
    border:1px solid rgba(1,174,239,1);
}
.region ul li:hover a{
    color:rgba(1,174,239,1);
}
.region ul li:nth-child(odd){
    margin-right: 30px;
}
.region ul li a{
    font-size:18px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
}

/*底部*/
.footer-box {
    width: 100%;
    background-color: #F4F4F4;
}
.footer {
    text-align: center;
    width: 1300px;
    margin: 0 auto;
    padding: 25px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: unset!important;
}
.footer ul{
    display: inline-block;
    height: 120px;
}
.footer ul + ul{
    margin-left: 20px;
}
.footer ul:first-of-type {
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: text-bottom;
}
.footer ul:first-of-type li{
    text-align: right;
    color:#4B5A60;
    line-height: 26px;
    font-size: 16px;
}
.footer ul:first-of-type li:first-of-type{
    color: #31383B;
}
.footer ul:last-of-type li{
    display: inline-block;
}
.footer ul:last-of-type li +li{
    margin-left: 20px;
}
.footer ul:last-of-type li img {
    width: 92px;
    height: 92px;
}
.footer ul:last-of-type li p{
    color: #31383B;
    font-size: 16px;
}


.main_info {
    padding-top: 0!important;
}
.main_info .header {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 1px 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url("/assets/nlxedu/images/bg_pure.png") no-repeat center bottom;
}
.main_info .header .breadcrumb {
   margin: 7px 0 0;
}
