﻿body {
    margin: 0px;
    font-size: 13px;
    color: #666666;
    font-family: "microsoft yahei", "宋体";
}

 
/*实现ie6不支持fixed方法*/
h1,
h2,
h3,
h4,
h5,
form,
p,
ul,
input,
dt,
dl,
dd {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    padding: 0;
	height:30px;
	margin-left:10px;
}
table td a {
	font-size:14px;
}
input,
textarea {
    font-family: "microsoft yahei", "宋体";
    font-size: 13px;
    color: #666666;
}

li {
    padding: 0px;
    margin: 0px;
     
    list-style-type: none;
}

a {
    color: #444444;
    text-decoration: none;
}

 

em,
i,
span {
    font-style: normal;
}

u {
    text-decoration: none;
}

:focus {
    outline: 0
}

.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.substring {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*==================定义容器的宽度=====================*/
.box {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.list-split-block {
    width: 100%;
    height: 15px;
    background: transparent;
    overflow: hidden
}

/*列表分割块*/
.font_gray6 {
    color: #666666
}

.font_gray9 {
    color: #999999
}

.font_blue {
    color: #06c
}

.font_green {
    color: #37aa4b
}

.font_red {
    color: #f00
}

.font_yellow {
    color: #FF6600
}

.phcolor {
    color: #999;
}

/*链接定义*/
.link_blue a,
a.link_blue {
    color: #06c;
    text-decoration: none;
}

.link_blue a:hover,
a.link_blue:hover {
    text-decoration: underline;
    color: #F84C4C
}

.link_green a,
a.link_green {
    color: #dd2726;
    text-decoration: none;
}

.link_green a:hover,
a.link_green:hover {
    text-decoration: underline;
    color: #dd2726
}

.link_white a,
a.link_white {
    color: #FFFFFF;
    text-decoration: none;
}

.link_white a:hover,
a.link_white:hover {
    text-decoration: underline;
}

.link_gray3 a,
a.link_gray3 {
    color: #333333;
    text-decoration: none;
}

.link_gray3 a:hover,
a.link_gray3:hover {
    text-decoration: underline;
    color: #F45204
}

.link_gray6 a,
a.link_gray6 {
    color: #666666;
    text-decoration: none;
}

.link_gray6 a:hover,
a.link_gray6:hover {
    text-decoration: underline;
    color: #333333
}

.link_gray9 a,
a.link_gray9 {
    color: #999999;
    text-decoration: none;
}

.link_gray9 a:hover,
a.link_gray9:hover {
    text-decoration: underline;
    color: #333333
}

.link_yellow a,
a.link_yellow {
    color: #ff6600;
    text-decoration: none;
}

.link_yellow a:hover,
a.link_yellow:hover {
    text-decoration: underline;
    color: #FF6600
}

/**IconFont字体图标**http://www.iconfont.cn*/
@font-face {
    font-family: 'iconfont';
    src: url('../other/iconfont.eot');
    src: url('../fonts/iconfont.eot@#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*input输入框没有填写错误提示*/
input.error {
    border: 1px #FF6600 solid;
    background-color: #FFEDE8;
    color: #FF0000;
}

/*按钮定义*/
.btn_blue {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background: #60b9f9;
    border: solid 1px #37a7f8;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    width: 60px;
    height: 32px;
    line-height: 32px;
}

.btn_blue.hover,
.btn_blue:hover {
    background-color: #0c8ec7;
    color: #FFFFFF;
}

.btn_yellow {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff6600;
    border: 1px #de5900 solid;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    width: 60px;
    height: 32px;
    line-height: 32px;
}

.btn_yellow:hover {
    background-color: #ff8331;
    color: #FFF
}

.btn_green {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #53b684;
    border: 1px #26a666 solid;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    width: 60px;
    height: 32px;
    line-height: 32px;
}

.btn_green.hover,
.btn_green:hover {
    background-color: #2b9f64;
    color: #FFF
}

.btn_gray9 {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #999999;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    width: 60px;
    height: 32px;
    line-height: 32px;
}

.btn_gray9.hover,
.btn_gray9:hover {
    background-color: #8E8E8E;
    color: #FFF
}

.btn_lightgray {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #666666;
    background-color: #CCCCCC;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    width: 60px;
    height: 32px;
    line-height: 32px;
}

.btn_lightgray.hover,
.btn_lightgray:hover {
    background-color: #D7D7D7;
    color: #666666
}

.btn_inline {
    display: inline;
    margin-right: 18px;
    padding: 6px 15px;
}

.btn_inline_small {
    display: inline;
    margin-right: 18px;
    padding: 4px 7px;
    font-size: 12px;
}

.btn_disabled {
    background-color: #EBEBEB;
    border: 1px #CBCECF solid;
    color: #A0A0A0;
    cursor: default
}

.btn_disabled:hover,
.btn_disabled:hover {
    background-color: #EBEBEB;
    border: 1px #CBCECF solid;
    color: #A0A0A0;
    cursor: default
}

.btn_add {
    text-align: left;
    background-image: url(../images/58.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 30px;
    padding-right: 15px;
    display: inline;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn_verficode {
    display: inline-block;
    overflow: visible;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7eb;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.btn_verficode:hover {
    background-color: #e7e7eb;
    border-color: #dadbe0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #333
}

.btn_verficode.disabled {
    background-color: #e7e7eb;
    border-color: #dadbe0;
    color: #a5a6aa;
    cursor: default;
}

.btn_80_38 {
    width: 80px;
    height: 38px;
    line-height: 38px;
}

.btn_90_38 {
    width: 90px;
    height: 38px;
    line-height: 38px;
}

.btn_100_38 {
    width: 100px;
    height: 38px;
    line-height: 38px;
}

.btn_115_38 {
    width: 115px;
    height: 38px;
    line-height: 38px;
}

.btn_80_32 {
    width: 80px;
    height: 32px;
}

.btn_90_32 {
    width: 90px;
    height: 32px;
}

.btn_100_32 {
    width: 100px;
    height: 32px;
}

.btn_115_32 {
    width: 115px;
    height: 32px;
}

.btn_border {
    border-width: 1px;
}

/*AJAX loading*/
.ajax_loading {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    background: rgba(255, 255, 255, .5);
    z-index: 999;
}

.ajax_loading .ajaxloadtxt {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 5px;
    width: 150px;
    height: 28px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    margin-top: 100px;
    font-size: 12px;
}




/*广告文字*/
.adicon {
    position: absolute;
    z-index: 4;
    border: #fff solid 1px;
    border-radius: 1px;
    padding: 0px 2px;
    bottom: 5px;
    left: 5px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.adicon2 {
    position: absolute;
    z-index: 4;
    border: #fff solid 1px;
    border-radius: 1px;
    padding: 0px 2px;
    bottom: 5px;
    left: 50%;
    height: 14px;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

 

 

.sctip {
    position: absolute;
    z-index: 9;
    border: 1px solid #ddd;
}

.sctip span {
    float: right;
}

#search_tips {
    width: 479px;
    /* z-index: 9; */
    margin-top: 39px;
    background: #fff;
    padding: 5px;
}

.search_t_div_1 {
    line-height: 19px;
    font-size: 14px;
    height: 24px;
    cursor: pointer;
}

.search_t_div_2 {
    line-height: 19px;
    font-size: 14px;
    height: 24px;
    cursor: pointer;
    color: red;
}

.head .mobile {
    position: absolute;
    right: 0px;
    top: 12px;
    width: 65px;
}

.head .mobile .mobile_box {
    position: relative
}

.head .mobile .text {
    width: 100%;
    text-align: center;
    height: 20px;
    display: block;
    font-size: 12px;
}

.head .mobile .qrcode {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.head #mobile_qrcode {
    width: 65px;
    margin: 0 auto;
    text-decoration: none;
    color: #888;
}

.head .qrcode_large {
    position: absolute;
    top: 20px;
    right: 0;
    width: 158px;
    height: 200px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 4000;
    color: #555 !important;
    text-align: center;
    padding-top: 12px;
    -webkit-box-shadow: 0 1px 5px 0 #e5e5e5;
    box-shadow: 0 1px 5px 0 #e5e5e5;
    font-size: 12px;
    line-height: 20px;
    display: none;
}

.head .qrcode_large .qrcode_img {
    width: 158px
}

.logo-ft {
    margin-left: -11px;
    z-index: 500;
    width: 100px;
    float: left;
    padding-top: 34px;
}

.logo-ft img {
    width: 100px;
    height: 53px
}

.logo-ft-modname {
    margin-left: 10px;
    z-index: 500;
    width: 100px;
    float: left;
    height: 53px;
    line-height: 53px;
    border-left: 1px solid #ededed;
    text-indent: 15px;
    font-size: 18px;
}

.city_top_select {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 100px;
    float: left;
    font-size: 12px;
    z-index: 3;
    padding-top: 25px;
}

.city_top_select .oncity {
    /* display: block; */
    _width: 80px;
    height: 28px;
    margin: 5px;
    padding: 0 14px;
    border: 1px #f5f5f5 solid;
    background: #fdfdfd;
    transition-duration: 0.3s;
}

.city_top_select .oncity a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: url(../images/city.png) right no-repeat;
    background-size: 14px 14px;
    padding-right: 20px;
    color: red
}

.city_top_select .citylist {
    position: absolute;
    display: none;
    top: 64px;
    width: 408px;
    height: auto;
    padding: 0 20px;
    border: 1px #f5f5f5 solid;
    background: #ffffff;
    z-index: 500;
}

.city_top_select .citylist .cybt {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px #f5f5f5 solid;
    color: #666666;
}

.city_top_select .citylist .cybt a {
    color: #dd2726;
}

.city_top_select .citylist ul {
    margin: 20px 0;
    height: auto;
    overflow: hidden;
    width: 105%;
    font-size: 14px;
}

.city_top_select .citylist ul li {
    width: 20%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 5%;
}

.city_top_select .citylist ul li a {
    color: #666666;
}

.city_top_select .citylist ul li a:hover {
    color: #dd2726;
}

.city_top_select .citylist ul li a.cur {
    color: #dd2726;
}

.city_top_select:hover .oncity {
    height: 28px;
    margin: 0;
    padding: 5px 19px;
    background: #FFFFFF;
    border-bottom: 1px #fff solid;
}

.city_top_select:hover .oncity a {
    color: #dd2726;
    background: url(../images/city_hover.png) right no-repeat;
    background-size: 16px 16px;
}

.city_top_select:hover .citylist {
    display: block;
}



/*当前位置*/
.location {
    width: 100%;
    background: #FFF;
    border-bottom: 1px #ededed solid;
    color: #666;
    overflow: hidden;
    font-size: 12px;
}

.location .box {
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
}

.location_pos {
    float: left;
}

.location_pos em {
    font-family: "SimSun";
    padding: 0 10px;
}

.location_tip {
    float: right;
    color: #FF6600;
}

.location_tip a {
    color: #FF6600;
    color: #783400;
    font-size: 12px;
    padding: 1px 3px 0 3px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    border-radius: 5px;
    background: #fbde2d;
    border: 1px solid #e3c71c;
}

.location_tip a:hover {
    color: #F00;
}





/*底部浮动透明层提示*/
/*.login_tool_bar{width:100%;position:fixed;z-index:1000;bottom:0;left:0;}*/
.slide_tip {
    width: 100%;
    background-color: #000000;
    height: 100px;
    background: rgba(0, 0, 0, .5);
    -pie-background: rgba(0, 0, 0, .5);
    z-index: 1000;
    position: relative;
}

.slide_tip .imgbg {
    position: absolute;
    background-image: url(../images/126.png);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    height: 170px;
    width: 100%;
    bottom: 0px;
}

.slide_tip .btnboxs {
    margin: 0 auto;
    width: 550px;
    padding-left: 450px;
    height: 50px;
    padding-top: 40px;
    position: relative;
}

.slide_tip .btnboxs a {
    padding: 8px 50px;
    font-size: 18px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #FF5A00;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 40px;
    cursor: pointer
}

.slide_tip .btnboxs a:hover {
    background-color: #FF7900
}

.slide_tip .btnboxs a.login {
    background-color: #99CC00
}

.slide_tip .btnboxs a:hover.login {
    background-color: #B6F200
}

.slide_tip .btnboxs .close {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0px;
    top: -20px;
    background-image: url(../images/127.png);
    cursor: pointer;
}

.slide_tip .btnboxs .close:hover {
    background-position: 0px -38px;
}

/* 弹出框 */
body {
    _background-attachment: fixed;
    _background-image: url(../images/c48cbff462b4423b884b2dcbcffea073.gif);
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .08s linear;
    -o-transition: opacity .08s linear;
    transition: opacity .08s linear;
}

.modal_backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1040;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    _position: absolute;
    _top: expression(offsetParent.scrollTop);
    _left: expression(offsetParent.scrollLeft);
}

.modal_backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal_backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal_scrollbar_measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal .modal_dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
}

.modal.in .modal_dialog {
    -webkit-transition: -webkit-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal_content {
    padding: 5px;
    background: #a3a3a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modal_content.no_pad {
    padding: 0;
}

.modal_content .modal_header {
    height: 30px;
    padding-top: 10px;
    padding-left: 15px;
    background: #f0f0f0;
    position: relative;
    cursor: move;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal_content .modal_header .title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.modal_content .modal_header .max_remind {
    font-size: 12px;
    color: #999999;
}

.modal_content .modal_header .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/44.png) no-repeat;
    *font-size: 0;
}

.modal_content .modal_header .close:hover {
    background-position: 0 -24px;
}

.modal_content .modal_body {
    padding: 15px;
    background: #fff;
}

.modal_content .modal_body.no_pad {
    padding: 0;
    background: none;
}

.modal_content .modal_body .confirm {
    text-align: center;
    padding: 0 50px;
}

.modal_content .modal_body .agreement {
    width: 900px;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal_content .modal_body .refresh_jobs_all_confirm {
    padding: 20px 10px;
    line-height: 180%;
}

.modal_content .modal_body .refresh_jobs_all_confirm a {
    text-decoration: none;
}

.modal_content .modal_body .refresh_jobs_all_confirm a:hover {
    text-decoration: underline;
}

.modalfast {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modalfast .modal_dialog {
    position: absolute;
    top: 0;
    left: 0;
}

.modalfast.in .modal_dialog {
    z-index: 1050;
    -webkit-transition: -webkit-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modalfast .modal_content {
    padding: 5px;
    background: #a3a3a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modalfast .modal_content.no_pad {
    padding: 0;
}

.modalfast .modal_content .modal_header {
    height: 30px;
    padding-top: 10px;
    padding-left: 15px;
    background: #f0f0f0;
    position: relative;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.modalfast .modal_content .modal_header .title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.modalfast .modal_content .modal_header .max_remind {
    font-size: 12px;
    color: #999999;
}

.modalfast .modal_content .modal_header .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/44.png) no-repeat;
    *font-size: 0;
}

.modalfast .modal_content .modal_header .close:hover {
    background-position: 0 -24px;
}

.modalfast .modal_content .modal_body {
    padding: 15px;
    background: #fff;
}

/*AJAX loading*/
.modal_content .modal_body .ajax_loading {
    display: block;
    margin: 0 30px;
    position: relative;
    width: 150px;
    height: 68px;
}

.modal_content .modal_body .ajax_loading .ajaxloadtxt {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 5px;
    width: 150px;
    height: 28px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 12px;
    border: 0;
}

.modal_content .modal_footer {
    padding: 10px 20%;
    background: #f0f0f0;
    overflow: hidden
}

.modal_content .modal_footer .res_add_but {
    margin: 0 auto;
    width: auto;
}

.modal_content .modal_footer .res_add_but .butlist {
    width: 50%;
    text-align: center;
    float: left;
}

.modal_content .modal_footer .res_add_but .J_hoverbut {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 72px;
    height: 30px;
    line-height: 30px;
}

/*-----jquery tip--------*/
p#vtip {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 12px;
    background-color: white;
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
    line-height: 170%
}

/* 自动消失的提示框 */
.disappear_tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, .7);
    -pie-background: rgba(0, 0, 0, .7);
    padding: 0 18px;
    height: 70px;
    line-height: 70px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.disappear_tooltip .icon {
    width: 29px;
    height: 29px;
    float: left;
    margin-top: 20px;
}

.disappear_tooltip .content {
    float: left;
    padding-left: 15px;
}

.disappear_tooltip.remind .icon {
    background: url(../images/45.png) no-repeat;
}

.disappear_tooltip.success .icon {
    background: url(../images/45.png) 0 -59px no-repeat;
}

.disappear_tooltip.goldremind {
    height: 110px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.disappear_tooltip.goldremind .icon {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../images/92.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-left: -60px;
}

.disappear_tooltip.goldremind .content {
    float: none;
    _width: 200px;
    height: 50px;
    line-height: 50px;
    padding-left: 0px;
    font-size: 14px;
    position: relative;
}

.disappear_tooltip.goldremind .content .point {
    position: absolute;
    color: #f0fd3e;
    font-size: 24px;
    padding-left: 15px;
    line-height: 30px;
    left: 50%;
    top: -28px;
    margin-left: -24px;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.tip_anim {
    display: block;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.tip_anim_close {
    z-index: -100;
    background: rgba(0, 0, 0, 0);
    -pie-background: rgba(0, 0, 0, 0);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

/*职位、地区、行业、专业弹出框样式*/
.modal_body_box {
    border: 1px solid #ccc;
}

.modal_body_box .list_box input {
    *top: 1px;
    margin: 0;
    margin: 0 4px 0 0;
    *margin: 0 0 0 -4px;
}

.modal_body_box .list_nav li {
    display: block;
    margin: 0;
    padding: 0;
    padding: 0;
    _display: inline;
    white-space: nowrap;
    _white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    _background: transparent;
    _height: 20px;
}

.modal_body_box .list_nav li label {
    float: none;
    width: auto;
    padding: 5px 6px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: block;
}

.modal_body_box .list_nav li:hover {
    color: #5f8dc9;
    background-color: #eaf7ff;
}

.modal_body_box .list_nav li.current,
.modal_body_box .list_nav li.seledted {
    color: #5f8dc9;
    font-weight: bold;
}

.modal_body_box .list_nav1 li {
    display: block;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    padding: 8px 0;
}

.modal_body_box .list_nav1 li label {
    float: none;
    width: auto;
    padding: 3px 6px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.modal_body_box .list_nav1 li:hover {
    color: #5f8dc9;
}

.modal_body_box .list_nav1 li.current,
.modal_body_box .list_nav1 li.seledted {
    color: #5f8dc9;
}

.listed_group {
    display: none;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}

.listed_group.nmb {
    margin-bottom: 0;
}

.listed_group .left_text {
    float: left;
}

.listed_group .center_text {
    float: left;
    max-width: 515px;
}

.listed_group .center_text .listed_item_parent {
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

.listed_group .center_text .listed_item {
    display: block;
    float: left;
    padding: 5px 10px;
    line-height: 14px;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    background-color: #5F8DC9;
    position: relative;
    padding-right: 17px;
}

.listed_group .center_text .listed_item:hover {
    background-color: #4579C0
}

.listed_group .center_text .listed_item .del {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 17px;
    height: 14px;
    background: url(../images/89.png) no-repeat;
}

.listed_group .center_text .listed_item span {
    padding: 0 15px 0 0;
}

.listed_group .right_text {
    display: block;
    float: right;
    background: url(../images/26.png) no-repeat 0px 5px;
    padding-left: 18px;
    text-decoration: none;
    color: #999;
    font-size: 12px;
}

.listed_group .right_text:hover {
    color: #FF6600;
    background-position: 0px -35px;
}

/*弹窗提示框内容列表 by liangcaijian*/
.tig_list_box {
    padding: 0 30px 20px 30px
}

.tig_list_box li {
    background: url(../images/libg.png) no-repeat 2px -16px;
    padding-left: 12px
}

.tig_list_box li em {
    color: #F00;
    margin-left: 15px
}

.tig_list_box li.title {
    font-weight: bold;
    padding-left: 0px;
    height: 30px;
    line-height: 30px;
    padding-top: 15px;
    background: none
}

/* 行业 */
#body_trade {
    display: none;
}

.modal_body_box1 {
    width: 600px;
    height: 320px;
    padding: 10px 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal_body_box1 .list_nav li {
    width: 33.3333%;
    float: left;
}

.modal_body_box1 .list_nav1 li {
    width: 33.3333%;
    float: left;
}

/* 职位 */
#body_jobs {
    display: none;
}

.modal_body_box2 {
    width: 627px;
    height: 248px;
}

.modal_body_box2 .item {
    width: 33.3333%;
    height: 248px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal_body_box2 .item .list_nav {
    display: none;
}

.modal_body_box2 .list_nav li label {
    padding: 7px 12px;
}

/* 地区、专业 */
#body_city {
    display: none;
}

#body_major {
    display: none;
}

.modal_body_box3 {
    width: 100%;
    height: 300px;
}

.modal_body_box3 .left_box {
    width: 135px;
    height: 300px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal_body_box3 .right_box {
    width: 400px;
    height: 300px;
    padding-left: 5px;
    float: left;
    overflow: hidden;
}

.modal_body_box3 .left_box .list_nav li {
    text-align: center;
}

.modal_body_box3 .right_box .list_nav {
    display: none;
}

.modal_body_box3 .right_box .list_nav li {
    float: left;
}

.modal_body_box3 .right_box .list_nav li label {
    padding: 6px 10px;
}

/* 下拉框定义 */
.dropdowbox1 {
    display: none;
    position: absolute;
    left: -1px;
    top: 27px;
    z-index: 20;
}

.open .dropdowbox1 {
    display: block;
}

.dropdow_inner1 {
    position: relative;
    min-width: 94px;
    _width: 94px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner1 .nav_box {}

.dropdow_inner1 .nav_box li {
    margin: 0;
}

.dropdow_inner1 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 3px 12px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner1 .nav_box li a.select,
.dropdow_inner1 .nav_box li a.select:hover {
    background: #dd2726;
    text-decoration: none;
    color: #ffffff;
}

.dropdow_inner1 .nav_box li a:hover {
    background: #f1f1f1;
    text-decoration: none;
    color: #FF6600;
}

.dropdowbox2 {
    display: none;
    position: absolute;
    left: -1px;
    top: 27px;
    z-index: 20;
}

.open .dropdowbox2 {
    display: block;
}

.dropdow_inner2 {
    position: relative;
    width: 695px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner2 .nav_box {
    padding: 8px;
}

.dropdow_inner2 .nav_box li {
    margin: 0;
    float: left;
}

.dropdow_inner2 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 3px 12px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner2 .nav_box li a.select,
.dropdow_inner2 .nav_box li a.select:hover {
    background: #dd2726;
    text-decoration: none;
    color: #ffffff;
}

.dropdow_inner2 .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

.dropdowbox3 {
    display: none;
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 20;
}

.open .dropdowbox3 {
    display: block;
}

.dropdow_inner3 {
    position: relative;
    width: 608px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner3 .nav_box {
    padding: 10px 0;
}

.dropdow_inner3 .nav_box .tabnav {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5px 0 0 15px;
    border: 0;
}

.dropdow_inner3 .nav_box .tabnav .tab_list {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 0 12px;
    color: #00528c;
    cursor: pointer;
    white-space: nowrap;
}

.dropdow_inner3 .nav_box .tabnav .tab_list.select {
    height: 29px;
    background: #fff;
    font-weight: bold;
    color: #404040;
}

.dropdow_inner3 .nav_box .tab_content {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    position: relative;
    top: -1px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdow_inner3 .nav_box .tab_content.select {
    display: block;
}

.dropdow_inner3 .nav_box li {
    margin: 0;
    float: left;
}

.dropdow_inner3 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 6px 15px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner3 .nav_box li a.select,
.dropdow_inner3 .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

.dropdowbox4 {
    display: none;
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 20;
}

.open .dropdowbox4 {
    display: block;
}

.dropdow_inner4 {
    position: relative;
    width: 150px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner4 .nav_box {}

.dropdow_inner4 .nav_box li {
    margin: 0;
}

.dropdow_inner4 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 6px 15px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner4 .nav_box li a.select,
.dropdow_inner4 .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

.dropdowboxview {
    display: none;
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 20;
}

.open .dropdowboxview {
    display: block;
}

.dropdow_innerview {
    position: relative;
    width: 310px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_innerview .nav_box {}

.dropdow_innerview .nav_box li {
    margin: 0;
}

.dropdow_innerview .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_innerview .nav_box li a.select,
.dropdow_innerview .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

.dropdowbox5 {
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    z-index: 20;
}

.open .dropdowbox5 {
    display: block;
}

.dropdow_inner5 {
    position: relative;
    width: 159px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner5 .nav_box {}

.dropdow_inner5 .nav_box li {
    margin: 0;
}

.dropdow_inner5 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 6px 15px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner5 .nav_box li a.select,
.dropdow_inner5 .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

.dropdowbox6 {
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    z-index: 20;
}

.open .dropdowbox6 {
    display: block;
}

.dropdow_inner6 {
    position: relative;
    width: 300px;
    height: 116px;
    padding: 10px 25px;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner6 .nav_box {}

.dropdow_inner6 .nav_box div {
    display: none;
}

.dropdow_inner6 .nav_box div.active {
    display: block;
}

.dropdow_inner6 .nav_box li {
    display: block;
    width: 20%;
    padding-top: 2px;
    margin: 0;
    float: left;
    text-align: center;
}

.dropdow_inner6 .nav_box li a {
    float: none;
    height: 24px;
    line-height: 24px;
    display: block;
    padding-top: 2px;
    text-decoration: none;
    color: #333;
}

.dropdow_inner6 .nav_box li a:hover {
    background: #e9f5f1;
    text-decoration: none;
}

.dropdow_inner6 .prev {
    display: block;
    position: absolute;
    width: 25px;
    height: 136px;
    background: url(../images/34.png) no-repeat 8px 61px;
    left: 0;
    top: 0;
    cursor: pointer;
}

.dropdow_inner6 .prev:hover {
    background-position: -30px 61px;
}

.dropdow_inner6 .next {
    display: block;
    position: absolute;
    width: 25px;
    height: 136px;
    background: url(../images/34.png) no-repeat;
    right: 0;
    top: 0;
    cursor: pointer;
    background-position: -68px 61px;
}

.dropdow_inner6 .next:hover {
    background-position: -106px 61px;
}

.dropdowbox7 {
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    z-index: 20;
}

.open .dropdowbox7 {
    display: block;
}

.dropdow_inner7 {
    position: relative;
    width: 133px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner7 .nav_box {}

.dropdow_inner7 .nav_box li {
    margin: 0;
}

.dropdow_inner7 .nav_box li a {
    display: block;
    float: none;
    height: 20px;
    line-height: 20px;
    padding: 6px 15px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner7 .nav_box li a.select,
.dropdow_inner7 .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #FF6600;
}

/*右侧有下拉+左侧有输入的文本框*/
.select_input {
    width: 98px;
    padding-left: 10px;
    line-height: 32px;
    height: 32px;
    border: 1px #DDDDDD solid;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.select_input.input_focus {
    background-color: #ECF9FF;
    border: 1px #33CCFF solid;
}

.select_input_multi {
    width: 98px;
    padding-left: 10px;
    line-height: 32px;
    height: 32px;
    border: 1px #DDDDDD solid;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
    background-position: right -30px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.select_input_multi.input_focus {
    background-color: #ECF9FF;
    border: 1px #33CCFF solid;
}

.select_input_date {
    width: 98px;
    padding-left: 10px;
    line-height: 32px;
    height: 32px;
    border: 1px #DDDDDD solid;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
    background-position: right -64px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.select_130_34 {
    width: 118px;
}

.select_205_34 {
    width: 193px;
}

.select_205_34 .result {
    float: left;
    _display: inline;
    max-width: 160px;
    white-space: nowrap;
    _white-space: normal;
    _width: 200px;
    _height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    _background: transparent;
}

.select_245_34 {
    width: 233px;
}

/*列表无数据*/
.list_empty_group {
    padding: 60px 0;
    text-align: center;
    background: #fff;
}

.list_empty_group .list_empty {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.list_empty_group .list_empty .list_empty_left {
    width: 100px;
    height: 100px;
    background: url(../images/138.png) no-repeat;
    float: left;
}

.list_empty_group .list_empty .list_empty_right {
    padding-left: 25px;
    text-align: left;
    float: left;
}

.list_empty_group .list_empty .list_empty_right .sorry_box {
    padding-top: 20px;
    color: #Fd8000;
    font-size: 20px;
}

.list_empty_group .list_empty .list_empty_right .stips_box {
    padding-top: 15px;
    font-size: 16px;
    color: #999;
}

/**********************************************jquery.modal.dialog.js配合common_ajax_dialog.css的样式，把它移到这里来了************************************************/
/*弹出框登录口*/
.modal_login_group {
    width: 700px;
    background: #fff;
    padding-bottom: 25px;
    position: relative;
}

.modal_login_group .a_close_group {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: #F5F5F5;
}

.modal_login_group .a_close_group .a_close {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/44.png) no-repeat;
}

.modal_login_group .a_close_group .a_close:hover {
    background-position: 0 -24px;
}

.modal_login_group .modal_login_left {
    float: left;
    width: 350px;
    height: 300px;
    background: url(../images/137.png) no-repeat 25px 50px;
}

.modal_login_group .modal_login_right {
    float: left;
    width: 350px;
    position: relative;
    overflow: hidden;
}

.modal_login_group .modal_login_right .right_all_box {
    width: 350px;
    position: relative;
    overflow: hidden;
}

.modal_login_group .modal_login_right .right_all_box .code_login {
    width: 41px;
    height: 41px;
    background-image: url(../images/121.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer
}

.modal_login_group .modal_login_right .right_all_box .code_login:hover {
    background-position: 0px -42px;
}

.modal_login_group .modal_login_right .right_all_box .txt_login {
    width: 41px;
    height: 41px;
    background-image: url(../images/121.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    background-position: -59px 0px;
    display: none
}

.modal_login_group .modal_login_right .right_all_box .txt_login:hover {
    background-position: -59px -42px;
}

.modal_login_group .modal_login_right {
    position: relative;
    display: block;
}

.modal_login_group .modal_login_right .righttab {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
    background: url(../images/52.png) no-repeat 0px 0px;
    cursor: pointer;
}

.modal_login_group .modal_login_right .righttab.hover {
    background: url(../images/52.png) no-repeat 0px -60px;
}

.modal_login_group .modal_login_right .tit {
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-bottom: 25px;
    padding-top: 25px;
    color: #333333
}

.modal_login_group .modal_login_right .tit .switch_login_type {
    width: 302px;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type {
    width: 50%;
    position: relative;
    text-align: center;
    color: #666;
    font-size: 16px;
    float: left;
    cursor: pointer;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type .bottom_line {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #FF5A00;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type.select {
    color: #F45204;
}

.modal_login_group .modal_login_right .tit .switch_login_type .login_type.select .bottom_line {
    display: block;
}

.modal_login_group .modal_login_right .login_type_group {
    position: relative;
    width: 700px;
}

.modal_login_group .modal_login_right .login_type_group .type_box {
    float: left;
    width: 350px;
}

.modal_login_group .modal_login_right .err {
    display: none;
    width: 288px;
    height: 26px;
    line-height: 26px;
    color: #CC3300;
    background-color: #FFD8CE;
    border: 1px #FF9E86 solid;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.modal_login_group .modal_login_right .codebox {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-top: 70px;
    border: 1px #eeeeee solid;
}

.modal_login_group .modal_login_right .codebox img {
    width: 150px;
    height: 150px;
    border: 0px;
}

.modal_login_group .modal_login_right .codetip {
    margin: 0 auto;
    width: 190px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #EEEEEE;
    color: #999999;
    border-radius: 30px;
}

.modal_login_group .modal_login_right .captcha_box {
    display: none;
    padding-top: 15px;
}

.modal_login_group .modal_login_right .inputbox {
    height: 60px;
    position: relative;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.modal_login_group .modal_login_right .inputbox input.input_focus {
    background-color: #FFFFFF;
    border-color: #33CCFF
}

.modal_login_group .modal_login_right .inputbox .imgbg {
    background-image: url(../images/51.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 40px;
    height: 40px;
    left: 1px;
    top: 1px;
    position: absolute;
    border-radius: 3px 0px 0px 3px;
}

.modal_login_group .modal_login_right .inputbox .imgbg.pwd {
    background-position: left -63px;
}

.modal_login_group .modal_login_right .txtbox {
    height: 30px;
    padding-left: 23px;
    font-size: 12px;
}

.modal_login_group .modal_login_right .txtbox .td1 {
    width: 200px;
}

.modal_login_group .modal_login_right .txtbox .td2 {
    width: 93px;
    text-align: right
}

.modal_login_group .modal_login_right .btnbox {
    height: 60px;
    margin-bottom: 10px;
}

.modal_login_group .modal_login_right .qqbox {
    width: 298px;
}

.modal_login_group .modal_login_right .qqbox .txt {
    float: left;
    color: #999;
    line-height: 35px;
}

.modal_login_group .modal_login_right .qqbox .txt.first {
    padding-right: 10px;
}

.modal_login_group .modal_login_right .qqbox .txt.last {
    padding-left: 0;
    float: right;
}

.modal_login_group .modal_login_right .qqbox .qtit {
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    border-bottom: 1px #dddddd dashed;
    width: 300px;
}

.modal_login_group .modal_login_right .qqbox .imglist {
    width: 45px;
    float: left;
    height: 40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent {
    padding-left: 0;
    padding-top: 0;
    float: left;
}

.modal_login_group .modal_login_right .qqbox .appsparent .apps {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.modal_login_group .modal_login_right .qqbox .appsparent .apps .ali {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
    background-image: url(../images/119.png);
    background-repeat: no-repeat;
    display: block
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.qq {
    background-position: -46px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.qq:hover {
    background-position: -46px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.weixin {
    background-position: -92px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.weixin:hover {
    background-position: -92px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.sain {
    background-position: 0px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.sain:hover {
    background-position: 0px -40px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.taobao {
    background-position: -137px 0px;
}

.modal_login_group .modal_login_right .qqbox .appsparent .ali.taobao:hover {
    background-position: -137px -40px;
}

.modal_login_group .modal_login_right .input_login {
    width: 248px;
    height: 40px;
    border: 1px #DDDDDD solid;
    line-height: 40px;
    padding-left: 50px;
    font-size: 14px;
    color: #666666;
    border-radius: 3px;
}

.modal_login_group .modal_login_right .input_login.code {
    width: 150px;
}

.modal_login_group .modal_login_right .btn_login {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF6600;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0px;
    width: 302px;
    height: 40px;
    line-height: 40px;
    border: 0px #35639F solid;
    letter-spacing: 8px;
}

.modal_login_group .modal_login_right .btn_login.get_code {
    position: absolute;
    top: 0;
    right: 51px;
    width: 100px;
    letter-spacing: 0;
    height: 42px;
    line-height: 42px;
    border-radius: 0 4px 4px 0;
    background-color: #FF6600;
}

.modal_login_group .modal_login_right .btn_login.btn_disabled {
    background-color: #EBEBEB;
    border: 1px #CBCECF solid;
    color: #A0A0A0;
    cursor: default
}

.modal_login_group .modal_login_right .btn_login.btn_disabled:hover {
    background-color: #EBEBEB;
    border: 1px #CBCECF solid;
    color: #A0A0A0;
    cursor: default
}

.modal_login_group .modal_login_right .btn_login:hover {
    background-color: #FF4400;
}

.modal_login_group .modal_login_right .get_code:hover {
    background-color: #FF4400;
}

/****************** 发送消息，聊天弹窗口，消息列表 *******************/
.talk_box {
    width: 420px;
    overflow: hidden;
}

.talk_box .view_chat_records {
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    color: #666;
}

.talk_box .msglist-img {
    width: 100%;
    background-color: #FFFFFF;
    height: 55px;
    overflow: hidden;
    border-bottom: 1px #e9e9e9 solid;
    position: relative
}

.talk_box .msglist-img .pic {
    float: left;
    height: 55px;
    border-bottom: 1px #FFFFFF solid;
    width: 60px;
}

.talk_box .msglist-img .pic img {
    width: 46px;
    height: 46px;
    border: 1px #E4E4E4 solid;
    border-radius: 3px;
}

.talk_box .msglist-img .describe {
    float: left;
    height: 55px;
    border-bottom: 1px #F2F2F2 solid;
    width: 360px;
    font-size: 12px
}

.talk_box .msglist-img .describe .tit {
    height: 27px;
}

.talk_box .msglist-img .describe .tit .name {
    width: 270px;
}

.talk_box .msglist-img .describe .tit .more {
    position: absolute;
    right: 0;
    top: 0;
}

.talk_box .msglist-img .describe span {
    margin-left: 5px;
    color: #999999
}

.talk_box .msglist-img .describe .txt {
    width: 100%;
    height: 20px;
    color: #666;
}

.talk_box .msglist-img .describe .txt .f_r {
    float: right
}

.talk_box .textarea_box {
    width: 100%;
    height: 105px;
}

.talk_box .textarea_box .input_dialog {
    border: 1px solid #e3e3e3;
    overflow: hidden
}

.talk_box .textarea_box .input_dialog #description {
    width: 100%;
    height: 51px;
    padding: 7px;
    border-width: 0;
    resize: none;
    font-size: 12px;
    background: #f7f7f7
}

.talk_box .textarea_box .textarea_func {
    padding: 9px 0 0 12px;
    height: 30px;
    position: relative
}

.talk_box .textarea_box .textarea_func span.font_count {
    top: 13px;
    left: 3px;
    position: absolute;
    font-size: 12px;
}

.talk_box .textarea_box .textarea_func span.font_count b {
    color: #39f;
    font-weight: bold
}

.talk_box .textarea_box .chat_send_out {
    background: #ff9000;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e47b00;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 70px;
    font-size: 13px;
    top: 9px;
    right: 0px;
    position: absolute;
    text-decoration: none
}

.talk_box .textarea_box .chat_send_out:hover {
    background: #ff6600;
    border-color: #e47b00;
    color: #FFF
}

.talk_box .textarea_box .chat_send_close {
    background: #999999;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #868686;
    display: block;
    height: 26px;
    line-height: 26px;
    width: 70px;
    font-size: 13px;
    top: 9px;
    right: 85px;
    position: absolute;
    text-decoration: none
}

.talk_box .textarea_box .chat_send_close:hover {
    background: #868686;
    border-color: #737373;
    color: #FFF
}

/* 消息详情对话 */
.chat_box {
    margin: 10px 0;
    padding: 0 12px 0 5px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 12px;
    position: relative;
}

.chat_box .msg_name {
    width: 100;
    text-align: center;
    line-height: 25px
}

.chat_box .msgshow-left {
    width: 100%;
    min-height: 50px;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative
}

.chat_box .msgshow-left .msg_unread {
    position: absolute;
    top: 12px;
    left: 43px;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: #F00;
    overflow: hidden
}

.chat_box .msgshow-left .pic {
    float: left;
    height: 100%;
    width: 57px;
}

.chat_box .msgshow-left .pic img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.chat_box .msgshow-left .txt {
    float: left;
    height: auto;
    max-width: 260px;
    _width: 260px;
    padding: 7px 8px 5px 8px;
    line-height: 160%;
    color: #333;
    border-radius: 5px;
    background-color: #f3f3f3;
    position: relative;
    word-break: break-all;
}

.chat_box .msgshow-left .txt .arrow {
    width: 6px;
    height: 12px;
    position: absolute;
    left: -6px;
    top: 10px;
    background-image: url(../images/msg_arrow1.png);
    background-repeat: no-repeat;
    background-size: 6px 12px;
}

.chat_box .msgshow-left .txt .times {
    position: absolute;
    z-index: 10;
    width: 115px;
    left: 8px;
    bottom: -20px;
    color: #999;
    text-align: left
}

.chat_box .msgshow-left .txt a {
    color: #06c
}

.chat_box .msgshow-left .txt a:hover {
    color: #F84C4C
}

.chat_box .msgshow-left .txt p {
    color: #999;
    line-height: 120%;
    padding-top: 0.12rem;
}

.chat_box .msgshow-right {
    width: 100%;
    min-height: 50px;
    position: relative;
    padding-bottom: 35px;
    overflow: hidden;
}

.chat_box .msgshow-right .msg_unread {
    position: absolute;
    top: 12px;
    right: 45px;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: #F00;
    overflow: hidden
}

.chat_box .msgshow-right .pic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.chat_box .msgshow-right .pic img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.chat_box .msgshow-right .txt {
    float: right;
    margin-right: 60px;
    height: 100%;
    max-width: 260px;
    _width: 260px;
    padding: 7px 8px 5px 8px;
    line-height: 160%;
    color: #fff;
    border-radius: 5px;
    background-color: #4098e6;
    position: relative;
    word-break: break-all;
}

.chat_box .msgshow-right .txt .arrow {
    width: 6px;
    height: 12px;
    position: absolute;
    right: -6px;
    top: 10px;
    background-image: url(../images/msg_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 12px;
}

.chat_box .msgshow-right .txt .times {
    position: absolute;
    z-index: 10;
    width: 115px;
    right: 8px;
    bottom: -20px;
    color: #999;
    text-align: right
}

.chat_box .msgshow-right .txt a {
    color: #FF0
}

.chat_box .msgshow-right .txt a:hover {
    color: #d9d91e
}

.chat_box .msgshow-right .txt p {
    font-size: .234rem;
    color: #fff;
    line-height: 120%;
    padding-top: 0.12rem;
}

/*分页*/
.qspage {
    font-size: 14px;
    line-height: 450%;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    overflow: hidden
}

.qspage a {
    padding: 7px 12px;
    border: 1px #CCCCCC solid;
    margin-right: 5px;
    text-decoration: none;
    color: #666666;
    background-color: #fff;
    border-radius: 4px;
}

.qspage a:hover {
    background-color: #FF6600;
    border: 1px #FF6600 solid;
    color: #fff
}

.qspage .current {
    padding: 7px 12px;
    border: 1px #FF6600 solid;
    color: #FFFFFF;
    margin-right: 5px;
    background-color: #FF6600;
    border-radius: 4px;
}

.qspage strong {
    padding: 7px 12px;
    border: 1px #FF6600 solid;
    color: #FFFFFF;
    margin-right: 5px;
    background-color: #FF6600;
    border-radius: 4px;
}

.floatingPhone {
    position: absolute;
    bottom: 6px;
    right: 70px;
    font-size: 16px;
}

.floatingPhone a {
    color: #F00
}

/*当窗口改变时发生*/
@media screen and (max-width:1260px) {
    .box {
        margin: 0 auto;
        width: 1000px;
        min-width: 1000px;
    }

    .header_min .header_min_top {
        width: 1000px;
        min-width: 1000px;
    }

    .head .head_width {
        width: 1000px;
        min-width: 1000px;
    }

    /*导航条改变大小*/
    .head .logobox img {
        width: 255px;
    }

    .head .sobox .inputbg {
        width: 80%
    }

    .head .mobile {
        display: none
    }

    .nav .nav_width .wrap {
        width: 1000px;
        min-width: 1000px;
    }

    /*页脚*/
    .foot_lab,
    .foot,
    .foottxt {
        width: 1000px;
        min-width: 1000px;
    }

    .foot .about.last {
        display: none
    }
}

.search_m {
    width: 70px;
    line-height: 46px;
    background-color: #ffffff;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../images/xiala_ico.png);
    background-repeat: no-repeat;
    background-position: 80px center;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.selecttype_down1 {
    background-color: #fff;
    border: 2px #77bb1a solid;
    border-top: 0px;
    position: absolute;
    left: -2px;
    top: 48px;
    font-size: 12px
}

.selecttype_down1 ul {
    width: 85px
}

.selecttype_down1 ul li {
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.selecttype_down1 ul li:hover {
    background: #eee;
}
/*返回顶部*/

#back-to-top {
	position: fixed;
	bottom: 350px;
	right: 30px;
}

#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #f9e9c3;
	display: block;
	height: 59px;
	width: 59px;
	border-radius: 59px;
	-moz-border-radius: 59px;
	-ms-border-radius: 59px;
	-o-border-radius: 59px;
	-webkit-border-radius: 59px;
	behavior: url(pie.htc);
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}

#back-to-top a:hover {
	color: #f9e9c3;
}

#back-to-top a span {
	display: block;
	height: 59px;
	width: 59px;
	border-radius: 59px;
	-moz-border-radius: 59px;
	-ms-border-radius: 59px;
	-o-border-radius: 59px;
	-webkit-border-radius: 59px;
	behavior: url(pie.htc);
	background:#3567bc url(../images/png_03.png) no-repeat center center;
	margin-bottom: 5px;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}

#back-to-top a:hover span {
	background: url(../images/png_04.png) no-repeat center center;
}

/*分页*/
.page_tion{ width:100%;}
 .page_tion .pages{
        font-size: 12px;
    margin-top: 30px;
    text-align: center;
    /* width: 1200px; */
    margin: 0 auto;
    box-shadow: none;
    border: none;
    }
    
    .page_tion .pages span{
height: 16px;
    line-height: 15px;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #24284E;
    background: #fff;
    color: #888;
    margin: 20px 4px;
    }
    .page_tion .pages .page_b{
            background: #24284E;
    border: 1px solid #24284E;
    color: #fff;

