


/*-- public --*/


* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #444;
    background: #f7f8fd;
    font-family: "Microsoft Yahei";l
}
/*::-webkit-scrollbar-track-piece {
	    width: 4px; 
	    background-color: #eee;
	}
	::-webkit-scrollbar {
	    width: 4px;
	    background-color: #c4daf1;
	}
	::-webkit-scrollbar-thumb {
	    width: 4px;
	    background-color: #c4daf1;
	}*/
img {
    border: 0;
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: #E28531;
    }

ul, li {
    list-style: none;
}

input, select, area, textarea, button {
    outline: 0;
    -moz-outline: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei";
    outline-width: 0;
}

    input::-ms-clear {
        display: none;
    }

    input::-ms-reveal {
        display: none;
    }

    input[type="button"] {
        cursor: pointer;
    }

    input[type="checkbox"] {
        width: 14px;
        height: 14px;
        margin: 0;
        margin-right: 10px;
        padding: 0;
    }

table{
    border-collapse: collapse;
}

.w1, .w2 {
    width: 980px;
    margin: 0 auto;
}

.w3 {
    width: 800px;
    margin: 0 auto;
}

.fs01 {
    font-size: 14px;
}

.matop {
    margin-top: 10px;
}

.matop02 {
    margin-top: 20px;
}

.matop03 {
    margin-top: 10px;
}

em, i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
}

.spaceword {
    display: inline-block;
    width: 1em;
}

.spaceword02 {
    display: inline-block;
    margin-left: 2em;
}

.spaceword03 {
    display: inline-block;
    width: 0.5em;
}

.highspace {
    height: 5px;
}

.banner {
    font-size: 0;
    width: 100%;
}

    .banner img {
        width: 100%;
        height: auto;
    }

.Hyperlink a {
    color: #E68F24;
}

    .Hyperlink a:hover {
        text-decoration: underline;
    }




[data-role="transition"],
[data-before="transition"]:before,
[data-after="transition"]:after {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



.animation-effect {
    transition: all 0.2s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}





/*--  header--*/
.biggerbox01 {
    position: fixed;
    top: 0;
    width: 100%;
    background: url(../images/bjline.png) repeat-x;
    z-index: 99;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid #ddd;
    -moz-box-shadow: 0 1px 10px #999;
    -webkit-box-shadow: 0 1px 10px #999;
    box-shadow: 0 1px 10px #999;
}

.biggerbox {
    margin-bottom: 10px;
    background:#fff;
    border-bottom:1px solid #e1e1e1;
}

.kunting {
    overflow:hidden
}

.topt {
    background-color: #0a62b1;
    width: 100%;
    color: #fff;
}

    .topt .word {
        overflow: hidden;
        padding: 0 10px;
    }

    .topt a {
        color: #fbcca2;
        display: inline-block;
        padding: 4px 0;
        text-align: center;
        cursor: pointer;
    }

        .topt a:hover {
            color: #ddd;
        }

.xiala {
    width: 25px;
    height: 9px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(../images/icns-all.png);
    background-position: 0 -4127px;
    background-repeat: no-repeat;
}

.shoucang {
    position: relative;
}

    .shoucang i {
        display: inline-block;
        margin-left: 5px;
        margin-top: -5px;
        font-size: 16px;
    }

.topthide {
    position: absolute;
    top: 26px;
	right:0;
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,0.8);
    display: none;
    padding: 0 13px;
    z-index: 999;
	width:80px;
}

    .topthide a {
        display: block;
        border-bottom: 1px dashed #ddd;
        text-align: center;
        line-height: 26px;
        cursor: pointer;
        color: #0d8eff;
		position:relative;
    }

        .topthide a:hover {
            color: #6da6d8;
        }

/*top*/
.top {
    width: 980px;
    margin: 0 auto;
}

.header {
    overflow: hidden;
    padding: 5px 0 20px 0;
}

.header2 {
    overflow: hidden;
    padding: 5px 10px;
}

.logo {
    position: relative;
}

.logoright {
    position: absolute;
    right: 0;
    top: 20px;
}

    .logoright a {
        margin: 0 0 0 12px;
        display: inline-block;
        font-size: 14px;
    }

        .logoright a i {
            display: inline-block;
            margin-right: 3px;
            background: none;
        }

        .logoright a:hover i {
            opacity: 0.6;
            filter: alpha(opacity=60);
            -webkit-opacity: 0.6;
            color: #000;
        }

.search {
    border: 2px solid #1b7ace;
    height: 40px;
    width: 585px;
    overflow: hidden;
    background: white;
}

    .search .in1, .search .in2 {
        border: 0;
        font-size: 14px;
        height: 34px;
        padding: 2px 5px;
    }

        .search .in1 input {
            width: 456px;
            height: 38px;
            line-height: 38px;
            border: 0;
            padding: 0;
            margin: 0;
            padding-left: 5px;
        }

    .search .in1 {
        position: relative;
    }

#Masking {
    width: 40px;
    height: 30px;
    background: white;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    border: none;
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .search .in1 input {
        width: 360px;
    }
}

.search .in2 {
    /*background-image: url(../images/huicha.png);*/
    background-position: 10px 15px;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 34px;
    line-height: 38px;
    padding-left: 25px;
    display: inline-block;
    color: #999;
    border-left: 1px dashed #ddd;
    width: 66px;
    cursor: pointer;
}

.search span {
    border-left: 1px dashed #ccc;
    height: 25px;
    background: #06C;
    line-height: 30px;
}

.searchbtn, .highsearch {
    width: 80px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
}

.highsearch, .searchbtn {
    float: left;
}

.searchbtn {
    background-image: url(../images/search.jpg);
    color: #fff;
    cursor: pointer;
}

    .searchbtn span {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        display: inline-block;
    }

.highsearch {
    width: 90px;
    color: #fff;
    background: #1b7ace;
    margin: 0 4px;
}

    .highsearch:hover {
        color: #fff;
    }

.profession_search {
    margin-left: 0px !important;
}

.searchright {
    margin-top: 5px;
    margin-left: 119px;
    overflow: hidden;
}

/*nav*/
.nav {
    height: 36px;
    background: #f1f1f1;
}

    .nav a {
        line-height: 36px;
        font-size: 14px;
        padding: 0 10px;
    }



/*logoin*/

.login {
    color: #444;
}

    .login h3 {
        background: #f0f6fd;
        padding: 3px 6px;
        /* color: #fff; */
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .login .login_3 h3 {
        background: none;
        margin: 30px 0 10px;
        border-bottom: 1px dashed #ddd;
    }
	.login h3 .sonLogin_tishi {
		color: red;
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
 .sonLogin-title a{
      color:#999;
      cursor:pointer;
 }
 .sonLogin-title .sonLogin-title-active{
     color:#0889fb;
 }
 .firstPartSonLogin-title .firstPartSonLogin-title-active {
    color: #0889fb;
}
 .sonLoginBox{
     display:none;
 }
.login01, .login02 {
    width: 320px;
    margin: 0 auto;
    padding: 20px 0 20px;
}
.firstPartSonLogin02 input{
	width: 198px;
	padding: 4px 6px;
	margin: 10px 0;
}
.firstPartSonLogin02 div span {
    display: inline-block;
    width: 80px;
    /*float: left;*/
    line-height: 50px;
}
.RegisterSub_div{
	padding:0 0 30px
}
.AgreeBox{
	margin:15px	0
}
.login01 div span, .login02 div span {
    display: inline-block;
    width: 102px;
    float: left;
    line-height: 50px;
}


.login01 div, .login02 div {
    overflow: hidden;
}

.login02 label.remenber {
    width: auto;
}

.login01 input, .login02 input, .registerBoxBtn {
    margin: 10px 0;
	border:1px solid #5e99cb
}
.login01 input, .login02 input{
	width: 198px;
	padding: 4px 6px;
	margin: 10px 0;
}	
.login01 .tel-check-01 input{
    margin:0;
}
.login01 div.tel-check-01 span {
    line-height:30px;
}
.VerificationCodeActive{
    color:#999;
}
.login01 #Button1 {
    width: 90px;
    margin-right: 30px;
    cursor: pointer;
}
.remenber input,.AgreeBox input,#cbRememberMe{
	width:auto;
	margin-right:3px;
}
.login01 #Button1:hover {
}

.login01 lable {
}

/*.login_3 a{display:inline-block;width:32px; height:32px;background:url(../images/login-third-party-new.png)}
	.login_3 a:nth-child(1){background-position:0px 0px;}
	.login_3 a:nth-child(2){background-position:-38px 0px;}
	.login_3 a:nth-child(3){background-position:-74px 0px;}
	.login_3 a:nth-child(4){background-position:-112px 0px;}
	.login_3 a:nth-child(5){background-position:-149px 0px;}
	.login_3 a:nth-child(6){background-position:-185px 0px;}
	.login_3 a:hover
	{
		opacity:0.8;
		-webkit-opacity:0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity=80);
	}*/

.login_btn {
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    text-align:center;
}

.login_btn input,#register_btn,.registerBoxBtn{
    width: 100px;
    padding:4px 2px;
	background: #5e99cb;
    color: #fff;
    
    border:0
}

.AgreeBox input[type='checkbox'] {
    margin-right: 5px;
}

.login_btn a:first-child {
    padding: 5px 20px;
    background: #257ada;
    color: #fff;
    margin: 0 30px 0 65px;
}

.login_btn a:nth-child(2) {
    color: #0A5FCA;
    text-decoration: underline;
    line-height: 30px;
}

.registered {
}

    .registered a, .ForgetPassword {
        display: inline-block;
        margin-left: 10px;
        text-decoration: underline;
        cursor: pointer;
    }

.box-login-3 .box-login-3-logo {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.box-login {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .box-login a {
        display: inline-block;
        text-align: center;
        line-height: 30px;
        width: 76px;
        color: #2a9cd5;
    }

        .box-login a.wx-logo {
            color: #51c332;
            margin-left: 30px;
        }

        .box-login a span {
            display: block;
            width: 76px;
            height: 76px;
            background: url(../images/lreg-icons.png) no-repeat;
        }

    .box-login .qq-icon {
        background-position: 0 -33px;
    }

    .box-login .wx-icon {
        background-position: -83px -33px;
    }

    .box-login .qq-icon:hover {
        background-position: 0 -118px;
    }

    .box-login .wx-icon:hover {
        background-position: -83px -118px;
    }

.RegisterSub {
    display: none;
}

.PasswordError, .UserError {
    color: red;
    display: none;
}

.Back_login_3 {
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
}

.login-third-party-new {
    width: 170px;
    line-height: 28px;
    float: right;
    margin-top: 12px;
}

.login02 .login-third-party-new span, login-third-party-new-btn {
    float: left;
    line-height: 28px;
}

.login_btn .login-third-party-new a {
    display: inline-block;
    width: 25px;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
    background: url(../images/login-third-party-new.png) no-repeat;
    -webkit-filter: grayscale(100%); /* webkit内核支持程度较好 */
    -moz-filter: grayscale(100%); /* 其他内核现在并不支持，为了将来兼容性书写 */
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .login_btn .login-third-party-new a:hover {
        -webkit-filter: grayscale(80%);
        -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
        -o-filter: grayscale(80%);
        filter: grayscale(80%);
    }

    .login_btn .login-third-party-new a:first-child {
        background-position: 0 0;
    }

    .login_btn .login-third-party-new a:nth-child(2) {
        background-position: -29px 0;
    }

    .login_btn .login-third-party-new a:nth-child(3) {
        background-position: -58px 0;
    }

    .login_btn .login-third-party-new a:nth-child(4) {
        background-position: -87px 0;
    }

    .login_btn .login-third-party-new a:nth-child(5) {
        background-position: -116px 0;
    }

.BackToLogin01, .BackToLogin02 {
    margin-left: 20px;
    cursor: pointer;
    color: #ff8015;
    text-decoration: underline;
}

.mandatory {
    display: inline-block;
    margin: 0 5px;
    color: Red;
    font-weight: 600;
    font-size: 14px;
}
.pVerificationCodeBox{
	overflow:hidden;
}
.pVerificationCodeBox span,.pVerificationCodeBox input{
	float:left;
	margin-left:0;
	margin-right:0

}

.errorMessage {
    color: Red;
    margin-left: 100px;
    margin-top: -6px;
    display: none;
}



/*-- footer --*/
.footer {
    margin-top: 20px;
    padding: 20px 0;
    background:#f5f5f5;
}

.ftword a {
    padding-right: 20px;
    font-size: 14px;
    line-height: 26px;
}

.ftword {
    text-align: center;
}

.fttail {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.footer .w2 {
    position: relative;
}

.fticn {
    position: absolute;
    right: 200px;
    top: 0
}



/*-- go to top --*/
.online {
    position: fixed;
    right: 1%;
    bottom: 40px;
    z-index: 10000;
    cursor: pointer;
}

.online02 {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #4695d8;
}

.onlinetop {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 5px;
}

.qqonline span, .gotop span, .onlinetel span {
    display: block;
    width: 40px;
    height: 20px;
}

.gotop span {
    background: url(../images/a.png) 5px 0 no-repeat;
    opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60)
}

.qqonline span {
    height: 30px;
    background: url(../images/a.png) 6px -84px no-repeat;
}

.onlinetel span {
    height: 30px;
    background: url(../images/a.png) -68px -84px no-repeat;
}
/*.qqonline:hover span{background:url(../images/a.png) -33px -84px no-repeat;}
	.onlinetel:hover span{background:url(../images/a.png) -106px -84px no-repeat;}*/
.onlinetel:hover #onlinetel_number {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    left: -120px;
    z-index: 2;
}

.onlinetel {
    position: relative;
    cursor: auto;
}

    .onlinetel #onlinetel_number {
        position: absolute;
        top: 0;
        left: -25px;
        width: 120px;
        height: 50px;
        background: #0F5BBB;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        transition: all 0.3s;
        -webkit- transition:all 0.3s;
        -mos-transition: all 0.3s;
        -ms- transition:all 0.3s;
    }

#mobile_kes span, #mobile_kes img {
    display: block;
    text-align: center;
}

    #mobile_kes span:not(first-child) {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
/*-- share --*/
#toshare {
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    background: url(../images/toshare.png) no-repeat;
    font-size: 12px;
}

    #toshare :hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-opacity: 0.8;
    }

.bshare-custom, .icon-medium-plus {
    width: 110px;
    overflow: hidden;
}

.book_view #toshare {
    margin-left: 18px;
}

.book_veiw .bshare-custom, .icon-medium-plus {
    width: 130px;
}

.QRcode, .QRcode span {
    display: block;
}

.QRcode {
    position: relative;
    width: 40px;
    display:none;
}

.QRcode_span img {
    display: block;
    margin: 0 auto;
}

#mobile_kes {
    position: absolute;
    top: -44px;
    left: -1px;
    display: none;
    padding: 10px;
    background: #0F5BBB;
    border: 1px solid #ddd;
    text-align: center;
}

.QRcode:hover #mobile_kes {
    left: -142px;
    display: block;
}

#mobile_kes strong {
    line-height: 24px;
    color: #fff;
}
