﻿body {
    font-size: 14px;
}

#menu {
    width: 200px;
    position: fixed;
    padding-top: 50px;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #143ca6;
    height: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease, opacity 0.3s ease 0.7s;
    overflow-y: auto;
    -webkit-transform: translate3d(97px, 0, 0);
    -ms-transform: translate3d(97px, 0, 0);
    transform: translate3d(97px, 0, 0);
    opacity: 0;
}

    #menu.active {
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0s ease 0s;
        transition: transform 0.3s ease, opacity 0s ease 0s;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu ul li > p a.text {
        display: block;
        border-bottom: 1px solid #254cb7;
        line-height: 40px;
        vertical-align: middle;
        font-size: 15px;
    }

.sun-nav-wrap {
    padding-left: 14px;
    background-color: #1b44b2;
    display: none;
}

.sun-nav {
    padding-left: 16px;
}

#menu ul li p.text {
    line-height: 2.25;
}

p.text, .text {
    line-height: 24px;
    font-size: 14px;
}

.navBoxIcon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 15px;
    z-index: 999;
}



    .navBoxIcon:before {
        position: absolute;
        top: -4px;
        left: 0;
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        display: block;
        content: "";
        border-radius: 100%;
        transition: 0.2s linear all;
        opacity: 0;
    }

    .navBoxIcon i {
        display: block;
        width: 30px;
        border-radius: 3px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 6px;
        transition: 0.2s linear all;
    }

    .navBoxIcon.on i.topLine {
        transform: rotate(45deg) translateY(7px) translateX(7px);
    }

    .navBoxIcon.on:before {
        opacity: 1;
    }


    .navBoxIcon.on i.middleLine {
        transform: scale(0);
    }

    .navBoxIcon.on i.bottomLine {
        transform: rotate(-45deg) translateY(-6px) translateX(6px);
    }

    .navBoxIcon i:last-child {
        margin: 0;
    }

.headerBox {
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
}

header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1840ab;
    z-index: 999;
}

.headerBox h1 {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 100px;
}
.headerBox .back {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
}

.headerBox p {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}


#menu-cover {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 50px;
    opacity: 0;
    background-color: #000;
    transition: all 0.3s linear;
}

    #menu-cover.active {
        transform: translateX(-200px);
        z-index: 12;
        opacity: 0.4;
    }

#menu ul li > p a.text img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#menu ul li p {
    padding: 0 10px;
}

#menu ul li > p {
    position: relative;
}

    #menu ul li > p em {
        width: 10px;
        height: 18px;
        background-image: url('../img/1-22.png');
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 10px;
        transition: all 0.2s linear;
    }

    #menu ul li > p.on em {
        transform: rotate(90deg);
    }

#page {
    padding-top: 51px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 10;
    background-color: #f5f5f5;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    position: relative;
}

#page.active {
    transform: translateX(-200px);
}

.footer {
    background-color: #36373d;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    color: #989fa7;
    line-height: 2;
}
.owl-carousel.owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

#index-banner.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 0;
    overflow: hidden;
}

#index-banner.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #3552b1;
}

.titss{
    position:relative;
    padding:10px;
    padding-left:55px;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.titss img{
    width:30px;
    position:absolute;
    left:10px;
    top:7px;
}
.titss p{
    font-size:0.32rem;
}

.register li{
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
    padding:0.6rem 0;
    text-align:center;
}
.register li img{
    width:1.5rem;
    margin:0 auto 0.4rem;
}
.register li p.lager{
    font-size:0.3rem;
    margin-bottom:0.4rem;
}
.register li p.btn a{
    background-color:#1840ab;
    border-radius:3px;
    color:#fff;
    padding:0.2rem 0.55rem;
    display:inline-block;
    font-size:16px;
}

.tk,.mbtk{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:997;
    display:none;
}
.tk .none,.mbtk .none{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index:998;
}
.reveal span.close,
.confirmYZ span.close,
.mbtk span.close{
    width:0.42rem;
    height:0.42rem;
    background-image:url(../img/1-7.png);
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    right:0;
    top:-25px;
    background-size:auto 100%;
}
.reveal,
.xieyiBox,
.confirmYZ{
    width:6rem;
    background-color:#fff;
    border-radius:3px;
    position:absolute;
    z-index:999;
    padding:0.5rem;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}
.revealBox img{
    width:0.64rem;
    margin:0 auto 15px;
}
.revealBox p.con{
    font-size:0.24rem;
    margin-bottom:15px;
}
.revealBox .btn{
    text-align:center;
}
.revealBox .btn a{
    width:180px;
    display:inline-block;
    padding:0.2rem 0;
    background-color:#1840ab;
    border-radius:3px;
    color:#fff;
    margin:0 auto;
}

.retrieve{
    margin-bottom:10px;
    border-bottom:1px solid #e1e1e1;
}
.retrieve p.lager{
    font-size:0.3rem;
    margin:15px 0;
    margin-left:53px;
}

.retrieveBox{
    background-color:#fff;
    padding:20px 10px;
}
.retrieveBox .retNav ul,
.LoginBox .retNav ul{
    font-size:0;
    border-bottom:1px solid #e1e1e1;
    padding:0 50px;
    margin-bottom:20px;
}
.retrieveBox .retNav ul li,
.LoginBox .retNav ul li{
    width:50%;
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:0.32rem;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.retrieveBox .retNav ul li.on span,
.LoginBox .retNav ul li.on span{
    border-bottom:2px solid #1840ab;
    padding-bottom:10px;
    display:inline-block;
    color:#1840ab;
}
.retrieveBox .retNav ul li:after,
.LoginBox .retNav ul li:after{
    content:"";
    position:absolute;
    right:0;
    top:8px;
    width:2px;
    height:18px;
    background-color:#333;
}
.retrieveBox .retNav ul li:last-child:after,
.LoginBox .retNav ul li:last-child:after{
    display:none;
}
.retrieveBox .Password .Input,
.LoginBox .Password .Input{
    padding:15px 0;
    position:relative;
    border-bottom:1px solid #e1e1e1;
    padding-left:40px;
    margin-bottom:15px;
}
.retrieveBox .Password .Input img,
.LoginBox .Password .Input img{
    width:30px;
    position:absolute;
    left:0;
    top:13px;
}
.retrieveBox .Password .yzm,
.LoginBox .Password .yzm{
    padding-right:118px;
    position:relative;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:15px;
}
.retrieveBox .Password .yzm .Input,
.LoginBox .Password .yzm .Input{
    margin-bottom:0;
    border-bottom:0;
}
.retrieveBox .Password .yzm input[type=button]{
    position:absolute;
    right:0;
    top:8px;
    width:100px;
    padding:7px 0;
    background-color:#1840ab;
    color:#fff;
    border:0;
    font-size:0.28rem;
    border-radius:2px;
}
.LoginBox .Password .yzm .img{
    position:absolute;
    right:0;
    top:-4px;
    width:100px;
    /*padding:7px 0;*/
    color:#fff;
    border:0;
    font-size:0.28rem;
    border-radius:2px;
}
.retrieveBox .Password .Input input[type=text],
.retrieveBox .Password .Input input[type=password],
.LoginBox .Password .Input input[type=text],
.LoginBox .Password .Input input[type=password]
{
    border:0;
    width:100%;
}
.retrieveBox .Password .btn,
.LoginBox .Password .btn{
    margin-bottom:20px;
}
.retrieveBox .Password .btn input[type=button],
.LoginBox .Password .btn input[type=button]{
    width:80%;
    margin:0 auto;
    font-size:0.32rem;
    display:block;
    border:0;
    background-color:#1840ab;
    color:#fff;
    padding:0.2rem 0;
    border-radius:3px;
    margin-top:20px;
}


.retrieveBox .Password .tishi{
    font-size:0.24rem;
    color:#1840ab;
}

.leaguer{
    padding:10px 0;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:15px;
}
.leaguer .titss{
    border-top:0;
    border-bottom:0;
}
.leaguer .tel{
    margin-bottom:15px;
}
.leaguer .tel img{
    width:3rem;
    margin:0 auto;
}

.LoginBox .retNav{
    padding:20px 10px 0;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.LoginBox .retNav ul{
    padding:0;
    border-bottom:0;
    margin-bottom:0;
}
.LoginBox .retNav ul li:after{
    height:25px;
    width:1px;
    top:0;
    background-color:#e1e1e1;
}
.LoginBox .retCon{
    padding:20px 10px;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.LoginBox .Password .Input img{
    width:25px;
}
.LoginBox .Password .yzm .img{
    background-image:url(../img/1-23.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:45px 21px;
}
.LoginBox .Password .Forgot{
    font-size:0.26rem;
}
.LoginBox .Password .Forgot a{
    color:#1840ab;
    text-decoration:underline;
}
.LoginBox .Password .xieyi{
    width:80%;
    margin:0 auto;
    padding-left:20px;
    position:relative;
    font-size:0.24rem;
}
.LoginBox .Password .xieyi span,
.personalBox .xieyi span{
    width:14px;
    height:14px;
    background:url(../img/1-25.jpg) no-repeat;
    background-size:auto 100%;
    position:absolute;
    left:0;
    top:0.03rem;
}
.LoginBox .Password .xieyi.on span,
.personalBox .xieyi.on span{
    background:url(../img/1-24.jpg) no-repeat;
    background-size:auto 100%;
}

.xieyiBox{
    padding:0;
    padding-bottom:20px;
}
.xieyiCon .title{
    font-weight:normal;
    text-align:center;
    border-bottom:1px solid #e1e1e1;
    font-size:0.34rem;
    padding:0.2rem;
    margin-bottom:10px;
}

.xieyiCon .xieyiText{
    padding:0 0.3rem;
    height:2rem;
    overflow:auto;
    font-size:0.24rem;
    line-height:1.8;
    margin-bottom:20px;
}
.xieyiCon .read{
    padding:0.3rem;
}
.xieyiCon .read p{
    position:relative;
    padding-left:20px;
    font-size:0.24rem;
}
.xieyiCon .read p span{
    width:14px;
    height:14px;
    background-image:url(../img/1-25.jpg);
    background-repeat:no-repeat;
    background-size:auto 100%;
    position:absolute;
    left:0;
    top:3px;
}
.xieyiCon .read.on p span{
    background-image:url(../img/1-24.jpg);
    background-size:auto 100%;
}
.xieyiCon .btn{
    width:75%;
    margin:0 auto;
    text-align:center;
} 
.xieyiCon .btn a{
    display:block;
    font-size:0.3rem;
    background-color:#1840ab;
    border-radius:3px;
    padding:10px 0;
    color:#fff;
}
.xieyiCon .btn.on a{
    background-color:#1840ab;
    color:#fff;
}

.has-text {
    position: relative;
    font-size: 12px;
}

.banner img {
    display: block;
    margin:0 auto;
}

.has-text h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

    .has-text h2 span {
        color: #3552b1;
    }

.has-text .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

    .has-text .inner p {
        width: 80%;
        margin: 0 auto;
    }

.tits {
    margin-bottom: 20px;
}

.tits p {
    text-align: center;
    font-size: 0;
}

.tits p span, .tits p i {
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    font-size: 0;
}

.tits p span {
    background-color: #e1e1e1;
    width: 40px;
    margin-right: 2px;
}

.tits p i {
    background-color: #3552b1;
    width: 20px;
}

.tits h2 {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
}

.tits h4 {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    line-height: 36px;
}

.Disclosure{
    padding:0 10px;
    background-color:#fff;
}
.Disclosure .search{
    border:1px solid #e1e1e1;
    border-radius:0.5rem;
    padding:7px 20px;
    padding-right:50px;
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
}
.Disclosure .search input[type=text]{
    border:0;
    width:100%;
    font-size:0.24rem;
}
.Disclosure .search input[type=button]{
    width:37px;
    height:37px;
    background:url(../img/2-2.png) no-repeat;
    background-position:center center;
    background-size:24px 24px;
    border:0;
    position:absolute;
    right:5px;
    top:0;
    font-size:0;
}
.Disclosure .ListBox li{
    border-bottom:1px solid #e1e1e1;
    padding-bottom:15px;
    margin-bottom:15px;
}
.Disclosure .ListBox li h3{
    font-weight:normal;
    font-size:0.3rem;
    margin-bottom:7px;
    line-height:1.8;
}
.Disclosure .ListBox li p{
    font-size:0.24rem;
    color:#666;
    height:1.3rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    line-height:1.8;
}

.personalBox{
    background-color:#fff;
    padding:20px 10px;
    min-height:500px;
    margin-bottom:10px;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}
.personalBox .Input{
    border-bottom:1px solid #e1e1e1;
    padding:10px 0;
    margin-bottom:10px;
}
.personalBox .Input span{
    /*width:34%;*/
    padding-left:30px;
    font-size:14px;
    color:#333;
    display:inline-block;
}
.personalBox .Input .ico1{
    background:url(../img/1-9.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico2{
    background:url(../img/1-10.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico3{
    background:url(../img/1-11.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico4{
    background:url(../img/1-11.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico5{
    background:url(../img/2-3.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input input[type=text],
.personalBox .Input input[type=password]{
    width:63%;
    border:0;
    font-size:14px;
    display:inline-block;
}
.personalBox .yzm{
    padding-right:120px;
    border-bottom:1px solid #e1e1e1;
    position:relative;
    margin-bottom:10px;
}
.personalBox .yzm .Input{
    border-bottom:0;
}
.personalBox .yzm input[type=button]{
    font-size:14px;
    color:#fff;
    background-color:#1840ab;
    border:0;
    padding:5px 10px;
    position:absolute;
    right:0;
    top:6px;
}
/*.personalBox .yzm .Input span{
    width:46%;
}*/
.personalBox .yzm .Input input[type=text]{
    width:40%;
}
.personalBox .Input.long span{
    width:50%;
}
.personalBox .Input.long input[type=text]{
    width:50%;
}
.personalBox .Input label{
    margin-right:15px;
}
.personalBox .Input input[type=radio]{
    margin-right:5px;
    vertical-align:-2px;
}
.personalBox .btn{
    width:80%;
    margin:0.35rem auto;
}
.personalBox .btn input{
    width:100%;
    border:0;
    background-color:#1840ab;
    color:#fff;
    font-size:16px;
    padding:10px 0;
    border-radius:3px;
}
.personalBox .xieyi,
.personalBox .login{
    width:80%;
    margin:0 auto;
    position:relative;
}
.personalBox .login p{
    margin-bottom:10px;
    font-size:14px;
}
.personalBox .login p a,
.personalBox .xieyi p a{
    color:#1840ab;
}
.personalBox .xieyi p{
    color:#666;
    font-size:12px;
}
/*.personalBox .xieyi{
    padding-left:20px;
}*/

.confirm li{
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding:0.5rem 10px;
    margin-bottom:10px;
}
.confirm li h3{
    font-weight:normal;
    font-size:16px;
    /*padding-left:25px;*/
    position:relative;
    margin-bottom:10px;
}
.confirm li h3 span{
    position:absolute;
    left:0;
    display:block;
}

/*.confirm li p{
    padding-left:25px;
}*/
.confirm li p label{
    margin-right:20px;
}
.confirm li p label input{
    vertical-align:-2px;
    margin-right:5px;
}
.confirm .btn{
    margin-top:80px;
}
.confirm .btn a{
    width:70%;
    margin:0 auto;
    display:block;
    color:#fff;
    text-align:center;
    font-size:16px;
    padding:10px 0;
    background-color:#1840ab;
    border-radius:3px;
}


.confirmCon img{
    width:0.77rem;
    margin:0 auto 15px;
}
.confirmCon h3{
    font-weight:normal;
    font-size:16px;
    text-align:center;
    margin-bottom:10px;
}
.confirmCon p{
    color:#666;
    font-size:14px;
    text-align:center;
    margin-bottom:10px;
}
.confirmCon a.btn,
.keep .keepBottom .btn a,
.Be_perfected .btn a,
.get_back .btn a,
.Handler .btn a{
    width:70%;
    margin:0 auto;
    background-color:#1840ab;
    display:block;
    color:#fff;
    text-align:center;
    font-size:14px;
    padding:10px 0;
    border-radius:3px;
}

.keep .keepTop{
    padding:40px 10px;
    text-align:center;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:10px;
}
.keep .keepTop img{
    margin:0 auto 20px;
    width:0.82rem;
}
.keep .keepTop p{
    font-size:14px;
    margin-bottom:15px;
}
.keep .keepTop h2{
    font-size:20px;
    color:#1840ab;
    font-weight:normal;
}
.keep .keepBottom{
    padding:20px 10px;
    background-color:#fff;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}
.keep .keepBottom .top{
    border-bottom:1px solid #e1e1e1;
    padding-bottom:15px;
    margin-bottom:15px;
} 
.keep .keepBottom .con h2{
    font-size:18px;
    margin-bottom:10px;
}
.keep .keepBottom .con p{
    font-size:14px;
    line-height:1.8;
}
.keep .keepBottom .shengming{
    font-size:12px;
    color:#1840ab;
    line-height:1.8;
}
.keep .keepBottom .btn{
    margin-top:30px;
}

.examenCon .top,
.examenCon .bottom,
.examenList,
.Be_perfected,
.evaluate,
.Handler,
.fengxian{
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    background-color:#fff;
    padding:20px 10px;
    margin-bottom:10px;
}
.examenCon .top p{
    position:relative;
    padding-left:40px;
    background:url(../img/2-7.png) no-repeat;
    background-size:25px 20px;
    background-position:top left;
    font-size:14px;
}
.examenCon .top p span{
    color:#ff6600;
}

.examenList h2.exaTit{
    font-weight:normal;
    font-size:16px;
    color:#1840ab;
    border-bottom:1px solid #e1e1e1;
    padding-bottom:15px;
    margin-bottom:15px;
}
.examenList .exaul li{
    margin-bottom:15px;
}
.examenList .exaul li h3{
    font-size:14px;
    padding-left:35px;
    position:relative;
    margin-bottom:15px;
}
.examenList .exaul li h3 span{
    width:26px;
    height:22px;
    background:url(../img/2-8.png) no-repeat;
    background-size:26px 22px; 
    display:block;
    position:absolute;
    left:0;
    top:0;
    color:#fff;
    text-align:center;
    font-weight:normal;
    line-height:22px;
}
.examenList .exaul li p{
    padding-left:35px;
}
.examenList .exaul li p label{
    /*white-space:nowrap;*/
    margin-right:29px;
    margin-bottom:15px;
    display:inline-block;
}
.examenList .exaul li p label input{
    margin-right:5px;
    vertical-align:-2px;
}

.memberWrap{
    min-height:500px;
    background-color:#fff;
}
.member{
    padding:10px;
}
.member .memList li{
    padding:10px 0;
    padding-right:50px;
    position:relative;
    border-bottom:1px solid #e1e1e1;
}
.member .memList li p{
    position:relative;
    padding-left:40px;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
}
.member .memList li p em{
    display:block;
    width:27px;
    height:30px;
    position:absolute;
    left:0;
    top:2px;
}
.member .memList li p em.ico1{
    background:url(../img2/1-3.png) no-repeat;
    background-size:27px 30px;
}
.member .memList li p em.ico2{
    background:url(../img2/1-4.png) no-repeat;
    background-size:27px 30px;
}
.member .memList li p em.ico3{
    background:url(../img/3-1.png) no-repeat;
    background-size:30px 24px;
    background-position:left center;
}
.member .memList li p em.ico4{
    background:url(../img2/3-13.png) no-repeat;
    background-size:28px 26px;
    background-position:left center;
}
.member .memList li p em.ico5{
    background:url(../img/3-18.png) no-repeat;
    background-size:28px 22px;
    background-position:left center;
}
.member .memList li span{
    width:19px;
    height:55px;
    display:block;
    background:url(../img/2-9.png) no-repeat;
    background-size:10px 20px;
    background-position:center center;
    position:absolute;
    right:0;
    top:0;
}

.Be_perfected .Input,
.Handler .Input{
    border-bottom:1px solid #e1e1e1;
    padding:12px 0;
    position:relative;
    height:67px;
    overflow:hidden;
    line-height:40px;
}
.Be_perfected .Input:last-child{
    border-bottom:0;
}
.Be_perfected .Input.noheight{
    height:auto;
}

.Be_perfected .Input span,
.get_back .Input span,
.Handler .Input span{
    font-size:14px;
    float:left;
    padding-left:40px;
}
/*.Handler .Input span.name{
    width:37%;
}*/
.Be_perfected .Input span.ico1,
.Handler .Input span.ico1{
    background:url(../img/3-1.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico2,
.Handler .Input span.ico2{
    background:url(../img/3-2.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico3{
    background:url(../img/3-3.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico4{
    background:url(../img/3-4.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico5{
    background:url(../img/3-5.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico6,
.Handler .Input span.ico6{
    background:url(../img/3-6.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico7,
.Handler .Input span.ico7{
    background:url(../img/3-7.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico8{
    background:url(../img/3-8.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico9{
    background:url(../img/3-9.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico10{
    background:url(../img/3-16.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico11{
    background:url(../img/3-17.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico12{
    background:url(../img/3-18.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}
.Be_perfected .Input span.ico13{
    background:url(../img/3-19.png) no-repeat;
    background-size:27px 22px;
    background-position:0 11px;
}

.Be_perfected .Input p,
.get_back .Input p{
    float:left;
}
.Be_perfected .Input .p1,
.Handler .Input .p1{
    font-size:14px;
    color:#999;
}
.Be_perfected .Input .p1 em{
    color:#333;
}
.Be_perfected .btn,
.Handler .btn{
    margin-top:20px;
}
.Be_perfected p.p2{
    width:63%;
}

.Handler p.p2{
    width:63%;
    float:left;
}
.Handler .yzm p.p2{
    width:60%;
    float:left;
}
.Be_perfected .p2 input[type=text],
.Be_perfected .p2 input[type=date],
.Be_perfected .p2 select,
.Handler .p2 input[type=text],
.Handler .p2 select{
    width:100%;
    border:0;
    background-color:transparent;
}
.Be_perfected .Input .p2 .label1{
    margin-right:10px;
}
.Be_perfected .Input .p2 .label1 input{
    vertical-align:-2px;
    margin-right:5px;
}
.Be_perfected .Input .p2 .label2{
    width:33.33%;
    display:inline-block;
    margin-left:-3px;
    padding-right:7px;
}
.Be_perfected .Input .p2 select,
.Handler .Input .p2 select{
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:url(../img2/3-10.png) no-repeat right center;
    background-size:10px 6px;
}
.Be_perfected .Input .p2 input[type=button],
.Be_perfected .Input .p3 input[type=button]{
    padding:0 10px;
    line-height:31px;
    border-radius:3px;
    color:#fff;
    border:0;
    font-size:14px;
    background-color:#1840ab;
    float:right;
    margin-top:8px;
}
.Be_perfected .Input .p3.sp{
    padding-left:0;
    width:65%;
    display:inline-block;
    line-height:20px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.Be_perfected .Input .p3 img{
    width:25px;
    margin-top:5px;
    display:inline-block;
}

.evaluate p{
    height:26px;
    font-size:0;
    margin-bottom:5px;
}
.evaluate p span{
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:12px;
    margin-right:15px;
    vertical-align:top;
}
.evaluate p span em{
    font-size:12px;
    color:#1840ab;
}
.evaluate p span em.em{
    display:inline-block;
    width:60%;
    vertical-align:top;
}
.evaluate p span:last-child{
    margin-right:0;
}
    .evaluate p span a.nbtn {
        font-size: 12px;
        background-color: #1840ab;
        display:inline-block;
        color:#fff;
        border-radius:3px;
        padding:4px 12px;
        margin-left:10px;
    }

.get_back{
    padding:20px 10px;
}
.get_back .Input{
    padding:10px 0;
    height:50px;
    line-height:30px;
    border-bottom:1px solid #e1e1e1;
}
.get_back .Input .ico1{
    background:url(../img2/3-13.png) no-repeat;
    background-size:25px 25px;
}
.get_back .Input .ico2{
    background:url(../img2/3-14.png) no-repeat;
    background-size:25px 25px;
}
.get_back .Input .icon1{
    background:url(../img/3-1.png) no-repeat;
    background-size:25px 22px;
    background-position:left center;
}
.get_back .Input .icon2{
    background:url(../img2/3-13.png) no-repeat;
    background-size:25px 25px;
    background-position:left center;
}
.get_back .Input .icon3{
    background:url(../img/3-15.png) no-repeat;
    background-size:25px 25px;
    background-position:left center;
}
.get_back .Input input[type=text],
.get_back .Input input[type=password]
{
    border:0;
}
.get_back .btn{
    margin:40px auto;
}

.get_back .yzm{
    border-bottom:1px solid #e1e1e1;
    position:relative;
    padding-right:100px;
}

.get_back .yzm .Input,
.Handler .yzm .Input{
    border-bottom:0;
}
.get_back .yzm p{
    width:50%;
}
.get_back .yzm input[type=button],
.Handler .yzm input[type=button]{
    padding:0 10px;
    line-height:36px;
    background-color:#1840ab;
    color:#fff;
    border:0;
    font-size:14px;
    display:block;
    position:absolute;
    right:0;
    top:10px;
    border-radius:3px;
}

.get_back .pp{
    font-size:14px;
    text-align:center;
}
.get_back .pp a{
    color:#1840ab;
    text-decoration:underline;
}

.Handler h2.hantit{
    font-size:18px;
    font-weight:normal;
    color:#1840ab;
    border-bottom:1px solid #e1e1e1;
    padding-bottom:15px;
}
.Handler .yzm{
    padding-right:100px;
    position:relative;
    border-bottom:1px solid #e1e1e1;
}
.Handler .yzm input[type=button]{
    top:18px;
}

.fengxian p{
    font-size:14px;
    color:#fb954d;
    background-image:url(../img/3-20.png);
    background-repeat:no-repeat;
    background-size:20px 18px;
    background-position:0 5px;
    padding-left:30px;
}
.Be_perfected .Input p.w65{
    width:63%;
}

.examenList .btn a{
    width: 70%;
    margin: 0 auto;
    background-color: #1840ab;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 3px;

}
.personalBox .Input .ico6{
    background:url(../img2/1-15.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico7{
    background:url(../img2/3-21.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico8{
    background:url(../img2/3-22.png) no-repeat;
    background-size:24px 22px;
}

.personalBox .Input .ico9{
    background:url(../img2/3-23.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input .ico10{
    background:url(../img2/3-24.png) no-repeat;
    background-size:24px 22px;
}
.personalBox .Input select {
    width: 63%;
    border: 0;
    font-size: 14px;
    display: inline-block;
}

#menu ul li > p a.text.logina {
    display: inline-block;
    width:47%;
    text-align:center;
}


















