@charset "UTF-8";

address,blockquote,body,button,code,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,iframe,img,input,label,legend,li,ol,p,pre,sub,sup,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

abbr,acronym,fieldset,img {
    border: 0
}

html,legend {
    color: #000
}

a,a:hover {
    text-decoration: none
}

.animated,[class*=animation-] {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

.tab_house,table {
    border-collapse: collapse
}

.clear:after,.invisible {
    visibility: hidden
}

#dvMsgBox .clear,.clr {
    clear: both
}

html {
    z-index: 1
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

li,ol,ul {
    list-style: none
}

img {
    display: inline-block
}

input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    resize: none
}

table {
    border-spacing: 0
}

caption,th {
    text-align: left
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: 400
}

a:hover {
    color: #f60;
    outline: 0
}

q:after,q:before {
    content: ''
}

abbr,acronym {
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input:focus,select:focus,textarea:focus {
    outline: 0
}

body {
    font-family: "Microsoft YaHei","Hiragino Sans GB",tahoma,arial,simhei;
    color: #2e2e2e;
    /*font-size: 12px*/
}

a {
    color: #5f5f5f
}

.color_next:hover,.tab_house td a:hover {
    text-decoration: underline
}

input,textarea {
    border: 1px solid #999
}

article,aside,dialog,figure,footer,header,menu,nav,section {
    display: block
}

.arrow,.bbb {
    display: inline-block
}

input[type=text] {
    border: 1px solid #ccc;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 400;
    padding: 0 0 0 10px
}

:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}[class*=animation-] {
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    animation-name: slide-bottom
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.animation-zoomIn,.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.animation-fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.animation-scale {
    -webkit-animation-name: scale-12;
    animation-name: scale-12
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .a {
        line-height: 25px
    }
}

.bbb {
    color: red;
    padding: 0 0 0 5px
}

.input {
    width: 300px
}

.date-input {
    width: 80px
}

.arrow {
    right: 8px;
    position: absolute;
    width: 7px;
    height: 4px;
    overflow: hidden;
    top: 11px;
    background-image: url("topbar.png-v=20120302.png")!important;
    background: url("topbar.png") 0 -156px no-repeat
}

.selectordef {
    position: relative;
    cursor: pointer;
    outline: 0;
    float: left;
    margin-right: 5px
}

.selectordef .title {
    border: 1px solid #e0e0e0;
    height: 34px;
    outline: 0;
    border-radius: 3px;
    position: relative
}

.selectordef .title .seled {
    width: 70%
}

.selectordef .title span {
    padding: 6px;
    height: 16px;
    display: block;
    overflow: hidden;
    float: left;
    line-height: 24px;
    font-size: 14px
}

.selectordef .title div.arrow {
    margin-top: 16px;
    margin-right: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    float: right;
    position: static
}

.selectordef .optiondef {
    display: none;
    position: relative;
    height: 0
}

.form_lable,.ico {
    display: inline-block
}

.ico {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 0 8px;
    border-radius: 3px
}

.ico_hui {
    background: #e4393c
}

.ico_ding {
    background: #ff7c2d
}

.xj_left {
    width: 300px;
    overflow: hidden;
    color: #1b1b1b;
    float: right
}

.form_div {
    height: 27px;
    overflow: hidden;
    padding-top: 2px
}

.xj_input_text {
    height: 23px;
    line-height: 23px;
    background: url("bg_input.png") repeat-x;
    width: 214px;
    border: 1px solid #b6b6b6;
    color: #a1a1a1;
    padding: 0 0 0 5px
}

.form_lable {
    width: 54px
}

.form_div2 {
    margin-left: 54px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 5px;
    color: #5a5a5a;
    font-size: 13px
}

.form_div3 {
    margin-left: 54px;
    color: red
}

.form_div3 a:link {
    color: red
}

.form_div9 {
    padding-top: 8px;
    padding-left: 7px
}

.btn_sumbit {
    width: 72px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border: none;
    background-position: 0 -21px;
    margin-left: 14px;
    vertical-align: middle
}

.color_next,.color_next a,.color_next:hover {
    color: #ff2900
}

.a_forget,a.a_forget {
    color: #5a5a5a
}

.a_forget {
    margin-left: 23px;
    font-size: 13px
}

a:hover.a_forget {
    color: red
}

.xj_c {
    height: 5px;
    width: 5px;
    overflow: hidden;
    position: absolute
}

.xj_c01,.xj_c011 {
    left: -1px;
    top: -1px;
    background-position: 0 0
}

.xj_c02,.xj_c022 {
    right: -1px;
    top: -1px;
    background-position: -5px 0
}

.xj_c03,.xj_c03b {
    left: -1px;
    bottom: -1px;
    background-position: 0 -5px
}

.xj_c04b {
    right: -1px;
    bottom: -1px;
    background-position: -5px -5px
}

.xj_c03a {
    left: -1px;
    bottom: -1px;
    background-position: 0 -5px
}

.xj_c04a {
    right: -1px;
    bottom: -1px;
    background-position: -5px -5px
}

.xj_c033 {
    left: -1px;
    bottom: -1px;
    background-position: 0 -5px
}

.xj_c04,.xj_c044 {
    right: -1px;
    bottom: -1px;
    background-position: -5px -5px
}

.xj_c05 {
    left: -1px;
    top: -1px;
    background-position: -12px 0
}

.xj_c06 {
    right: -1px;
    top: -1px;
    background-position: -17px 0
}

.flash_img {
    width: 276px;
    height: 172px;
    overflow: hidden;
    margin: 0 auto 12px
}

.search_house {
    height: 28px;
    padding: 17px 10px;
    overflow: hidden;
    border-top: 1px dashed #d0d0d0;
    border-bottom: 1px dashed #d0d0d0
}

.house_name {
    float: left;
    width: 190px;
    height: 26px;
    line-height: 26px
}

.btn_house {
    width: 67px;
    height: 28px;
    color: #fff;
    overflow: hidden;
    background-position: -74px -21px;
    border: none;
    float: right
}

.see_more,.see_more a {
    color: #2f5aaf
}

.see_more {
    line-height: 38px;
    text-align: right;
    margin-right: 8px
}

.tab_house {
    border: 1px solid #e4e4e4;
    color: #222224
}

.tab_house td {
    padding: 0 3px;
    height: 27px;
    text-align: center
}

.tab_house td a {
    color: #1b1b1b;
    float: left
}

.tab_house td a .color_blue {
    color: #4953a8
}

.bg_blue {
    background: #f2f3f5
}

.color_up {
    color: #ff2703
}

.color_down {
    color: #6e942d
}

.fl {
    float: left
}

.fr {
    float: right
}

.mt {
    margin-top: 10px
}

.active {
    display: block
}

.none {
    display: none
}

.clear,.clear:after {
    display: block
}

.content {
    width: 1080px;
    margin: 0 auto
}

.wrap,.wrapper {
    width: 1200px;
    margin: 0 auto
}

.clear:after {
    content: '.';
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.errorMessage,.tip,.tips {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #70acf1;
    padding-left: 18px
}

.gray_tip {
    color: #999;
    font-size: 13px
}

.timer-poweroff-abox {
    position: relative;
    margin: 0 auto;
    width: 980px;
    background: #e8e8e8
}

.timer-poweroff-abox .abtn-group {
    position: absolute;
    width: 19px;
    display: none;
    height: 55px;
    top: 10px;
    right: -23px
}

.timer-poweroff-abox .abtn-group a {
    display: block;
    background: url("timer_poweroff_btn.png") no-repeat;
    height: 55px;
    overflow: hidden
}

.timer-poweroff-abox .abtn-group .btn-close {
    background-position: -19px 0
}

.timer-poweroff-abox .acon {
    display: none
}

#wrap {
    width: 990px;
    overflow: hidden;
    height: 1200px
}

.box-163css {
    width: 500px;
    height: 900px;
    margin: 220px auto;
    position: relative
}

#ShowBolightBox,#agile_toast {
    display: none;
    position: absolute;
    left: 0
}

.box-163css input {
    margin-left: 10px;
    border: none;
    border: 1px solid #a10000;
    background: #c00;
    text-align: center;
    height: 24px;
    line-height: 20px;
    color: #fff;
    cursor: pointer
}

#dvMsgBox .right {
    float: static!important
}

#dvMsgBox {
    display: none;
    position: fixed;
    z-index: 1002;
    width: 300px;
    overflow: hidden;
    font-size: 12px;
    font-family: 微软雅黑;
    border-radius: 3px;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in
}

#dvMsgBox .top {
    height: 40px;
    background-color: #72D1FF;
    width: 100%
}

#dvMsgBox .top .dvcon {
    height: 100%;
    padding-right: 6px;
    float: none
}

#dvMsgBox .top .dvcon .title {
    padding: 0 80px 0 20px;
    height: 100%;
    line-height: 40px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden
}

#dvMsgBox .body {
    background: #fff
}

#dvMsgBox .body .dvcon {
    background: #fff;
    padding-right: 2px;
    float: none
}

#dvMsgBox .body .dvcon .ct {
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #2b9bc5;
    font-size: 14px;
    padding: 20px
}

#agile_toast,#agile_toast>a {
    color: #fff;
    text-align: center
}

#dvMsgBox .body .dvcon .ct .pro {
    min-width: 258px;
    border: 1px solid #6593cf;
    height: 25px;
    background: #fff;
    line-height: 23px;
    overflow: hidden
}

#dvMsgBox .body .dvcon .ct .pro .bg {
    width: 0%;
    height: 100%;
    background: #c9dffc
}

#dvMsgBox .bottom {
    background: #fff
}

#dvMsgBox .bottom .dvcon {
    height: 100%;
    padding-right: 6px
}

#dvMsgBottom {
    padding: 0 10px 12px
}

#dvMsgBox input.btn,#dvMsgBox input.btnfocus {
    min-width: 14px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    font-family: "微软雅黑";
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 15px;
    border: 0;
    border-radius: 2px
}

#dvMsgBox input.btn {
    background-color: #72D1FF
}

#dvMsgBox input.btn:hover {
    text-align: center
}

#dvMsgBox input.btnfocus {
    background-color: #EC6D51
}

#dvMsgBox .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px
}

#dvMsgBox .error {
    background: url("icon-error.gif") no-repeat
}

#dvMsgBox .info {
    background: url("icon-info.gif") no-repeat
}

#dvMsgBox .warning {
    background: url("icon-warning.gif") no-repeat
}

#dvMsgBox .height {
    height: 10px;
    line-height: 10px
}

#ShowBolightBox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    opacity: .5
}

#dvMsgBtns {
    text-align: center;
    width: 100%;
    padding: 0;
    border: 0
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.5)
    }
}

#agile_toast {
    z-index: 199;
    border-radius: 20px;
    top: 70%;
    font-size: 1em;
    width: 100%
}

#agile_toast.top {
    top: 50px;
    opacity: .7
}

#agile_toast>a {
    padding: 10px 15px;
    background: #222;
    display: inline-block;
    max-width: 90%;
    margin: 0 auto
}

#agile_toast.top>a {
    width: 90%
}

#agile_toast.success>a {
    background-color: #27AE60!important
}

#agile_toast.error>a {
    background-color: #E74C3C!important
}

#agile_toast.info>a {
    background-color: #F1C40F!important
}

#agile_toast i.icon {
    margin-right: 10px
}

.pop-body {
    width: 452px;
    padding: 20px 0 40px;
    background: #fff;
    margin: 50px 10px 0 auto;
    position: relative;
    font-family: "微软雅黑"
}

.pop-tit {
    background: #01a1ff;
    height: 41px
}

.madel-bespoken-bd {
    width: 560px
}

.bespoken-mod {
    margin: 15px 0 0
}

.bespoken-mod .tit {
    font-size: 18px;
    color: #666
}

.bespoken-mod-theme .item {
    overflow: hidden;
    zoom: 1;
    margin: 20px 0 0
}

.bespoken-mod-theme .madel-btn {
    padding-left: 125px;
    margin-bottom: 40px
}

.dialog_wrapper {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.35);
    box-shadow: 0 0 12px rgba(0,0,0,.35)
}

.dialog_body {
    position: relative;
    background: #fff
}

.dialog_close_button {
    position: absolute;
    top: 30px;
    right: 20px;
    font-family: Verdana;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    color: #999;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1101
}

.dialog_close_button:hover {
    cursor: pointer
}

.modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

.modal-custom .con {
    padding: 0 20px;
    border-radius: 6px;
    font-size: 16px
}

.modal-custom .hd {
    height: 46px;
    line-height: 32px;
    padding-top: 27px;
    border-bottom: 2px solid #e4393c
}

.pop-c li input[type=text],.pop-c li select {
    height: 28px;
    border: 1px solid #ddd;
    font-family: "微软雅黑"
}

.modal-custom .hd .title {
    font-size: 24px;
    color: #e4393c;
    text-indent: 10px
}

.xf-modal .con {
    position: relative;
    z-index: 2
}

.popContent h2 {
    font-size: 16px
}

.popContent p {
    font-size: 14px;
    line-height: 30px
}

.pop-c {
    margin: 30px 30px 35px
}

.pop-c li {
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    margin: 5px 0;
    overflow: hidden
}

.pop-c li h2 {
    font-size: 18px;
    margin: 5px 0 30px;
    font-weight: 100
}

.pop-c li label,.pop-c li span {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 120px;
    font-size: 14px;
    text-align: right
}

.modal-content-2 .text-center,.succ-modal {
    text-align: center
}

.pop-c li input[type=text] {
    line-height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px
}

.pop-c li select {
    width: 100px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.pop-c .pop-tit {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 50px;
    margin: 5px 0 10px
}

.pop-c .pop-tit span {
    width: auto;
    border-left: 4px solid #0c6;
    padding-left: 7px;
    background: #f8f8f8
}

.pop-c .error-b {
    border: 1px solid red!important
}

.pop-c .Validform_wrong,.pop-c .error {
    margin-left: 130px;
    color: red!important
}

.pop-c li.captchali a,.pop-c li.captchali input {
    float: left
}

.pop-c .btn-submit {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0;
    font-family: "微软雅黑";
    margin: 10px 125px 0 130px;
    border-radius: 5px;
    background: #e4393c
}

#peoplelike,#peoplelike .pbox strong {
    font-family: Arial,Helvetica,'宋体',sans-serif
}

.pop-c .btn-submit:hover {
    cursor: pointer
}

.pop-c .btn-n {
    width: 200px
}

.pop-t .error {
    margin-left: 130px
}

.pop-o .Validform_wrong,.pop-o .error {
    margin-left: 0!important
}

.orange-font {
    color: #f25824!important
}

.modal-content-2 {
    position: relative;
    background-color: #fff;
    background-clip: padding-box
}

.succ-modal {
    padding-top: 20px
}

.succ-modal .right-close-btn {
    position: absolute;
    right: 10px;
    top: 10px
}

#mhdnav li,.member_menu {
    position: relative;
    z-index: 99
}

.succ-modal h2 {
    font-size: 30px
}

.succ-modal h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px
}

.tran-img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tran-img:hover {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.tran-img-con {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tran-img-con:hover img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.member_menu {
    background: url("bg_bar.png") repeat-x;
    width: 1080px;
    height: 80px;
    margin: 0 auto
}

#mhdnav li,#mhdnav li a {
    width: 88px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#mhdnav {
    float: left;
    width: 600px;
    overflow: hidden
}

#mhdnav li {
    float: left;
    cursor: pointer
}

#mhdnav li .sec_div,#mhdnav li a {
    position: absolute;
    text-shadow: none
}

#mhdnav li a {
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-position: 0 -141px;
    overflow: hidden
}

#mhdnav li .sec_div,#mhdnav li .sec_div a {
    width: 79px;
    line-height: 28px;
    font-size: 14px
}

#mhdnav li .sec_div {
    top: 43px;
    left: -1px;
    z-index: 100!important;
    border-style: solid;
    border-width: 2px 1px;
    border-color: #548f00;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 0 0 0 24px;
    background: #fff
}

#mhdnav li .sec_div a {
    position: static;
    height: 28px;
    font-weight: 400;
    color: #0041d9
}

#mhdnav li a:hover {
    color: #f60
}

#hdnav .xg_cur,#mhdnav .xg_cur {
    color: #fff;
    background: #528e01
}

#mhdnav .xg_cur a {
    color: #4e8d00
}

#logo {
    width: 180px;
    height: auto
}

a.logo {
    padding: 0 15px 0 0;
    display: inline-block;
    width: 85px;
    height: 25px;
    overflow: hidden;
    vertical-align: bottom;
    border-right: 1px solid #DDD
}

.mid-nav {
    padding: 18px 0
}

.mid-nav div.logo {
    padding: 0 15px 0 0;
    display: inline-block;
    width: 160px;
    height: 45px;
    background-size: 85px 25px;
    overflow: hidden;
    vertical-align: bottom
}

.my:active,.my:hover,.my:link,.my:visited,.usr:active,.usr:hover,.usr:link,.usr:visited {
    color: #fff;
    text-decoration: none
}

.main {
    float: left;
    width: 870px;
    height: auto
}

.side {
    width: 286px
}

.main .ad-con,.main .ad-con img,.side .ad-con,.side .ad-con img {
    width: 100%;
    height: 95px
}

.m-t-box {
    margin-top: 10px
}

#propNav {
    padding: 10px 0;
    color: #b0b0b0;
    font-size: 13px
}

#propNav span {
    color: #2e2e2e;
    font-size: 13px
}

#propNav a,#propNav a:link,#propNav a:visited {
    color: #2f5aaf;
    font-size: 13px
}

#propNav a:active,#propNav a:hover {
    color: red;
    font-size: 13px
}

.sale_xx {
    height: 400px;
    border: 1px solid #A4D453;
    padding: 0 3px;
    position: relative
}

#content-propview {
    float: left;
    width: 810px;
    height: 375px
}

.propInfoBigBox {
    width: 750px;
    position: relative
}

.propInfoTitle {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 17px;
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
    overflow: hidden;
    background-position: -999px 0!important;
    background-repeat: repeat-x;
    float: left;
    min-width: 340px;
    width: auto
}

.propInfoTitle img {
    padding-left: 10px;
    width: auto;
    border: 0
}

#content-propview .propinfo {
    float: right;
    width: 400px
}

.propBrokerPhoto {
    width: 100px;
    margin: 25px auto 10px;
    height: 133px;
    padding: 1px;
    border: 1px solid #ccc
}

.sale_xx_bg,.view_right_a,.view_right_bb,.xx_xx_bg {
    border-top: 3px solid #62AB00;
    overflow: hidden;
    clear: both
}

.prop_new_line {
    position: relative;
    text-align: center;
    margin-top: 7px;
    font-size: 13px
}

.prop_new_line a {
    color: #2f5aaf;
    display: block;
    font-size: 13px
}

#sale_xx_top {
    width: 740px;
    height: 31px;
    margin: 10px auto 0;
    font-size: 13px
}

#sale_xx_top ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sale_xx_top .lix,#sale_xx_top .liz {
    text-align: center;
    margin-right: 3px;
    display: block;
    float: left
}

#sale_xx_top .lix {
    width: 60px;
    height: 27px;
    background: url("djh_fy.gif");
    margin-top: 4px;
    line-height: 27px;
    color: #232323
}

#sale_xx_top .liz,#sale_xx_top .liz a {
    color: #fff;
    font-weight: 700
}

#sale_xx_top .liz {
    width: 100px;
    height: 31px;
    background-color: #62AB00;
    line-height: 31px
}

.sale_xx_bg,.view_right_a,.view_right_bb {
    background-repeat: repeat-x;
    background-position: right top
}

.xx_xx_bg {
    width: 740px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px
}

#peoplesee {
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px
}

#peoplesee .bg-bottom {
    padding: 8px 0 1px 1px
}

#peoplesee .box {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding: 15px 0 15px 15px
}

#peoplesee .box strong {
    display: block;
    font-size: 16px;
    color: #666;
    height: 46px;
    line-height: 46px;
    margin: 0;
    font-weight: 7009
}

#peoplesee .pbox {
    float: left;
    display: inline;
    width: 191px;
    margin: 0 20px 0 0;
    padding: 0
}

#peoplesee .pbox .photo {
    background: #FFF;
    display: block;
    height: 150px;
    width: 100%
}

#peoplesee .pbox .photo img {
    width: 100%;
    height: 100%;
    border: 0
}

#peoplesee .pbox h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px
}

#peoplesee .pbox strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    color: #EB6000;
    margin-bottom: 10px
}

#backTop span,.fix-right .tips li span {
    line-height: 37px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

#rightButton {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 999999;
    display: block;
    width: 37px
}

.fix-right .tips {
    width: 37px;
    height: auto;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 0
}

#backTop,.head_top .nav-lst li.hover dd {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.fix-right .tips li {
    display: block;
    height: 24px;
    width: 37px;
    padding: 7px 0;
    position: relative
}

.fix-right .tips li span {
    position: absolute;
    left: -96px;
    top: 0;
    display: none;
    min-width: 79px;
    width: auto;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: url("Sprite_Graphic.png");
    background-position: -594px -168px;
    padding-right: 5px;
    -webkit-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s
}

.fix-right .tips li label,.fix-right .tips li label a {
    display: block;
    height: 19px;
    width: 17px
}

.fix-right .tips li span.erweima {
    background: 0 0;
    position: absolute;
    top: -1px;
    left: -94px;
    height: 88px;
    width: 82px
}

.fix-right .tips li span.erweima img {
    width: 82px;
    height: 88px
}

.fix-right .tips li span.tel {
    background-position: -717px -168px;
    width: 152px;
    left: -160px;
    padding-right: 5px
}

.fix-right .tips li:hover {
    background: #0c6
}

.fix-right .tips li:hover span {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    left: -76px
}

.fix-right .tips li:hover span.erweima {
    top: -1px;
    left: -74px
}

.fix-right .tips li:hover span.tel {
    left: -150px
}

.fix-right .tips li:hover label.erweima {
    background-position: -651px -24px
}

.fix-right .tips li:hover label.feedback {
    background-position: -651px -60px;
    cursor: pointer
}

.fix-right .tips li:hover label.im {
    background-position: -651px -100px
}

.fix-right .tips li:hover label.phone {
    background-position: -651px -137px
}

.fix-right .tips li:hover label.baodan {
    background-position: -675px -100px
}

.fix-right .tips li label {
    background: url("Sprite_Graphic.png");
    margin: 0 auto
}

#backTop,#backTop:hover {
    width: 37px;
    height: 24px;
    display: block
}

.fix-right .tips li label.erweima {
    background-position: -622px -24px;
    margin-top: 3px
}

.fix-right .tips li label.feedback {
    background-position: -622px -60px
}

.fix-right .tips li label.im {
    background-position: -622px -100px;
    margin-top: 4px
}

.fix-right .tips li label.phone {
    background-position: -622px -137px;
    margin-top: 5px
}

.fix-right .tips li label.baodan {
    background-position: -697px -100px;
    margin-top: 3px
}

#backTop {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border-radius: 2px;
    margin-top: 9px;
    padding-top: 13px;
    background: #f9f9f9
}

#backTop i {
    background: url("Sprite_Graphic.png") -604px -230px;
    width: 17px;
    height: 9px;
    display: block;
    margin: 0 auto
}

#backTop span {
    display: none;
    width: 74px;
    height: 37px;
    position: absolute;
    right: 90px;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 5px;
    background-image: url("Sprite_Graphic.png");
    background-position: -594px -168px
}

#backTop:hover span {
    background: #0c6;
    position: absolute;
    top: 0;
    right: 37px;
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s
}

.sp-mod {
    background: #F8F8F8;
    border: 1px solid #EEE
}

.sp-mod h3 {
    background: 0 0;
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 20px
}

.lp-list li {
    float: left;
    width: 130px;
    padding: 0 11px 7px 18px;
    line-height: 21px
}

.lp-list li a,.lp-list li em,.lp-list li img,.lp-list li span {
    display: block
}

.lp-list li img {
    margin-bottom: 5px;
    width: 130px;
    height: 98px
}

.lp-list li em {
    color: #eb6100;
    position: relative
}

.lp-list li .loupan-type {
    color: #999
}

.xg_navsearch {
    height: 35px;
    padding-top: 10px;
    position: relative;
    z-index: 1
}

#Release-btn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #f60;
    font-weight: 700;
    overflow: hidden;
    padding-left: 10px;
    background: url("publis_sale2.png") no-repeat
}

.xg_nvain {
    float: left;
    border: 1px solid #7F91AD;
    background: url("select_inline.png") #fff;
    width: 600px;
    height: 17px;
    line-height: 15px;
    padding: 7px 0 9px
}

#sddm,.x-ss {
    height: 40px;
    line-height: 40px
}

.xg_navinp1 {
    border: none;
    background: url("xg_searchdot.gif") 10px center no-repeat;
    padding-left: 30px;
    width: 580px;
    outline: 0;
    color: #666
}

#sddm div,#sddm2 div {
    margin: 0;
    padding: 0;
    visibility: hidden
}

#sddm,#sddm2,.x-ss {
    width: 80px;
    text-align: center;
    position: absolute;
    cursor: pointer
}

#sddm2 {
    top: 0;
    right: 120px;
    z-index: 100;
    height: 35px;
    line-height: 35px
}

#sddm2 li #m1 {
    position: absolute;
    width: 75px;
    margin-top: 35px;
    z-index: 110
}

#sddm,.mmm,.overlayBg,.x-ss {
    z-index: 100
}

#sddm {
    margin-left: 340px
}

#sddm div {
    position: absolute;
    width: 75px;
    background: #fff;
    border: 4px solid #1781cb;
    border-top: 0
}

#sddm div a {
    display: block;
    width: 75px;
    height: 24px;
    line-height: 24px
}

#sddm div a:hover {
    background: #efefef
}

.mmm {
    width: 80px;
    height: 40px;
    overflow: visible;
    display: block;
    position: absolute;
    text-indent: 0;
    cursor: pointer
}

#cityselect,#peoplelike .pbox h4,.sale_xx_left,.salead,.tab-con,.x-xz3 {
    overflow: hidden
}

#sddm li #m1 {
    position: absolute;
    width: 75px;
    margin-top: 36px;
    z-index: 110
}

.x-xz3 {
    display: block;
    position: absolute;
    width: 77px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 0;
    background: 0 0;
    z-index: 120;
    cursor: pointer
}

#sddm2 div {
    position: absolute;
    width: 75px;
    background: #fff;
    border: 1px solid #1781cb;
    border-top: 0
}

#cityselect .bd,#peoplelike .pbox,.fd1 a,.search-form .fd1 {
    position: relative
}

#sddm2 div a {
    display: block;
    width: 75px;
    height: 24px;
    line-height: 24px
}

#sddm2 div a:hover {
    background: #efefef
}

.xg_navinp2 {
    float: left;
    border: none;
    background: url("search_but_80x30.png");
    width: 93px;
    height: 35px;
    cursor: pointer;
    outline: 0
}

.sale_xx_left {
    width: 810px;
    height: auto;
    float: left;
    text-align: left
}

div.details .sep_t {
    font-size: 9px;
    color: #bbb;
    margin: 0 3px;
    line-height: 24px
}

.details .broker_name {
    margin: 10px 0 0;
    float: left;
    width: 500px;
    font-size: 13px;
    color: #454545;
    text-align: left;
    line-height: 18px;
    padding-top: 2px
}

.salead {
    padding: 20px 0 20px 23px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;
    margin-top: 15px
}

#peoplelike {
    color: #333;
    background: #FFFCF7;
    padding: 0 0 5px;
    width: 1080px;
    margin-top: 10px
}

#peoplelike .pbox strong,#peoplelikerent .pbox strong {
    color: #EB6000;
    display: block
}

#peoplelike .bg-bottom {
    padding: 8px 0 1px 1px
}

#peoplelike .box {
    padding: 10px 0 20px 30px
}

#peoplelike .box strong {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

#peoplelike .pbox {
    float: left;
    padding-right: 20px;
    width: 150px
}

#peoplelike .pbox .photo {
    background: #FFF;
    border: 1px solid #CCC;
    display: block;
    height: 120px;
    width: 150px
}

#peoplelike .pbox .photo img {
    width: 150px;
    height: 120px;
    border: 0
}

#peoplelike .pbox h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px
}

#peoplelike .pbox strong {
    font-size: 12px;
    font-weight: 700
}

#CommunityFilter {
    height: auto;
    width: 1080px;
    margin: 10px auto 0;
    background: #fafcff
}

#peoplelikerent {
    margin-top: 20px
}

#peoplelikerent .bg-bottom {
    padding: 8px 0 1px 1px
}

#peoplelikerent .box {
    padding: 10px 0 20px 60px
}

#peoplelikerent .box strong {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

#peoplelikerent .pbox {
    float: left;
    padding-right: 20px;
    position: relative;
    width: 180px
}

#peoplelikerent .pbox .photo {
    background: #FFF;
    border: none;
    display: block;
    height: 120px;
    width: 150px
}

#peoplelikerent .pbox .photo img {
    width: 150px;
    height: 115px;
    border: 0
}

#peoplelikerent .pbox h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px
}

#cityselect {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 289px
}

#cityselect .hd {
    float: left;
    background-color: #f7f7f7;
    height: 289px;
    width: 139px;
    border-right: 1px solid #d8d8d8
}

#cityselect .hd a:hover {
    text-decoration: none
}

#cityselect .bd {
    float: left;
    height: 100%;
    width: 727px;
    z-index: 1
}

.h-tab {
    height: 73px
}

.hd_s {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    width: 139px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #333;
    -webkit-box-shadow: -1px 1px 0 #fff;
    box-shadow: -1px 1px 0 #fff
}

#cityselect .steps i,.search-form .fd1,.tab-con a,.tab-con p {
    display: inline-block
}

#cityselect .hd .selected,.cur-tab {
    border-right: 1px solid #fff;
    background-color: #fff
}

.search-form {
    margin: 24px 0 10px 26px
}

.search-form .fd1 {
    padding: 7px;
    height: 47px;
    background: #ececec;
    border-radius: 5px;
    z-index: 10
}

.search-form .kw {
    padding: 11px 0 11px 17px;
    height: 22px;
    line-height: 22px;
    width: 372px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #999;
    font-size: 13px
}

.fd1 .btn,.publish .free-pub {
    font-family: "microsoft yahei";
    border: 0
}

.fd1 .btn {
    width: 125px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    padding-left: 11px;
    margin-left: 3px;
    background-color: #ff911b
}

.fd1 .btn-bg-xf {
    background-color: #ff612a
}

.btn-icon {
    width: 30px;
    height: 35px;
    position: absolute;
    top: -12px;
    top: -14px\9;
    background: url("home.png") 15px -670px no-repeat
}

.details,.tab-con {
    position: relative
}

.tab-con {
    margin: 27px 20px 0 30px;
    z-index: 10
}

.fi-describe,.fi-title,.pop-tips {
    z-index: 3
}

.details {
    width: 315px
}

.tab-con p {
    margin: 0;
    padding: 0;
    font-size: 16px
}

.home-icon {
    background: url("home.png") no-repeat
}

.map i,.tab-con .map {
    position: absolute;
    background-position: 0 -560px
}

.tab-con .map {
    padding: 0 0 0 16px;
    left: 228px;
    top: 2px;
    font-size: 13px
}

.tab-con a.map:link {
    color: #2c81cd
}

.map i {
    width: 12px;
    height: 17px;
    left: 2px
}

.areas,.prices {
    width: 100%;
    overflow: hidden
}

.areas {
    margin-top: 10px;
    max-height: 80px
}

.prices {
    height: 50px;
    margin-top: 6px
}

.tab-con a {
    padding: 0 15px 14px 0;
    font-size: 13px
}

.tab-con a.hot-word {
    color: #f60
}

.line-mag {
    margin-right: 21px;
    margin-left: 23px
}

.publish {
    float: left;
    margin: 7px 41px 0 31px;
    width: 360px
}

p.saler-title {
    font-size: 29px;
    color: #f60;
    font-family: "microsoft yahei";
    margin-bottom: 35px
}

.name-list {
    height: 45px;
    padding: 8px;
    border-radius: 5px;
    background-color: #ececec;
    margin: 0 auto;
    width: 344px
}

.name-list input {
    width: 331px;
    height: 43px;
    line-height: 48px\9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 11px;
    color: #999
}

.publish .free-pub {
    padding: 0 0 0 12px;
    margin-top: 31px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #ff911b;
    background-position: 22px -670px
}

#cityselect .steps {
    float: left;
    padding-left: 28px;
    width: 215px;
    border: 0
}

#cityselect .steps li {
    position: relative;
    padding-bottom: 8px;
    margin-top: -21px
}

#cityselect .steps i {
    position: relative;
    left: -30px;
    top: 27px;
    zoom: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #62ab00;
    color: #fff;
    font-weight: bolder;
    font-style: normal;
    text-align: center
}

#cityselect .steps p {
    display: block;
    font-size: 21px;
    color: #333
}

#cityselect .steps em {
    color: #9d9d9d;
    font-size: 12px;
    height: 46px;
    line-height: 22px;
    margin-top: 4px;
    display: block
}

.hot-areas {
    padding-left: 4px;
    float: left;
    width: 232px
}

.solid-line {
    width: 1px;
    height: 150px;
    background-color: #d8d8d8;
    margin-top: 5px
}

.hot-plates {
    float: left;
    padding: 0 14px 0 24px;
    width: 222px
}

.house-budget {
    float: left;
    padding-left: 22px;
    width: 153px
}

.cont-wrap {
    margin-bottom: 30px
}

.box {
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px
}

.home-title {
    color: #333;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px
}

.home-title a,.home-title a:active,.home-title a:link,.home-title a:visited {
    font-family: "Hiragino Sans GB","Microsoft YaHei",tahoma,arial,simhei;
    font-size: 20px;
    color: #333;
    cursor: pointer
}

.com-rec-text dd,.com-rec-text dt,.com-rec-text dt a,.specialprop-ul-title a,.xf-comm-dl dd,.xf-comm-dl dt {
    font-family: "Microsoft YaHei","Hiragino Sans GB",tahoma,arial,simhei
}

.popGuide-cont {
    position: relative
}

.ershouChoose-cont,.ershouRecomm-cont,.hotcommercial-cont,.newhouse-cont,.popGuide-cont,.renthouse-cont {
    width: 828px;
    overflow: hidden
}

.popGuide-cont,.specialprop-cont {
    height: 426px;
    overflow: hidden
}

.popGuide-cont p:hover {
    color: #f60
}

.specialprop-ul-title {
    margin-bottom: 15px
}

.specialprop-ul-title a {
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #62ab00;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #61ab00
}

.specialprop-ul-m-b {
    margin-bottom: 6px
}

.m-b-s-title {
    margin-bottom: 20px
}

.specialprop-ul-m-b dl {
    display: inline-block;
    overflow: hidden;
    clear: both
}

.xf-comm-dl-pad {
    padding-bottom: 13px
}

.xf-comm-dl dd,.xf-comm-dl dt {
    overflow: hidden;
    line-height: 21px;
    color: #333;
    height: 21px;
    font-size: 14px
}

.xf-comm-dl dt {
    width: 160px;
    float: left
}

.xf-comm-dl dd {
    font-size: 14px;
    width: 80px;
    float: right;
    text-align: right
}

.border-b {
    border-bottom: 1px dashed #e6e6e6
}

.popguide-scroll-ul {
    width: 2544px;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.popguide-scroll-ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 828px
}

.big-guide {
    float: left
}

.small-guide {
    width: 425px;
    float: left;
    margin: 0;
    padding: 0
}

.big-guide img {
    display: block;
    width: 403px;
    height: 335px
}

.big-guide p {
    font-size: 20px;
    color: #333;
    height: 54px;
    line-height: 54px;
    display: inline
}

.small-guide span {
    margin: 0 0 10px 22px;
    float: left
}

.small-guide img {
    display: block;
    width: 190px;
    height: 130px
}

.small-guide p {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    width: 190px;
    height: 56px;
    line-height: 28px
}

.com-rec-w {
    width: 852px;
    overflow: hidden
}

.com-rec-w li {
    float: left;
    width: 180px;
    margin-right: 33px
}

.com-rec-title {
    color: #467e00;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 11px;
    font-size: 18px
}

.p-l-title {
    padding-left: 22px
}

.ershouChoose-opt1,.ershouChoose-opt2,.ershouChoose-opt3,.ershouChoose-opt4 {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    overflow: hidden
}

.ershouChoose-opt1 {
    background-position: -7px -309px
}

.ershouChoose-opt2 {
    background-position: -7px -334px
}

.ershouChoose-opt3 {
    height: 14px;
    background-position: -7px -357px
}

.ershouChoose-opt4 {
    width: 18px;
    height: 17px;
    background-position: -6px -378px;
    left: 0;
    top: 4px
}

.m-t-img-font {
    margin-top: 3px
}

.m-t-img-font dd:hover,.m-t-img-font dt:hover {
    color: #f60
}

.m-t-con-con {
    margin-top: 22px
}

.com-rec-text dd,.com-rec-text dt {
    padding-bottom: 4px
}

.com-rec-text dd,.com-rec-text dt,.com-rec-text dt a {
    line-height: 21px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    width: 180px;
    height: 21px
}

.com-rec-text dd span,.com-rec-text dt span {
    font-size: 16px;
    font-family: tahoma;
    color: #333
}

.con-list li a,.publichouse-cont h2,.publichouse-cont p {
    font-family: "Microsoft YaHei","Hiragino Sans GB",tahoma,arial,simhei
}

.com-rec-text dd.grey {
    color: #999
}

.con-list li {
    background: url("dot.png") 0 9px no-repeat;
    vertical-align: middle;
    padding-left: 16px;
    overflow: hidden;
    padding-bottom: 20px;
    height: 20px;
    line-height: 20px
}

.con-list li a {
    font-size: 14px;
    color: #333
}

.renthouse-opt1,.renthouse-opt2,.renthouse-opt3,.renthouse-opt4 {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    overflow: hidden
}

.renthouse-opt1 {
    background-position: -7px -404px
}

.renthouse-opt2 {
    width: 18px;
    height: 16px;
    background-position: -5px -453px
}

.renthouse-opt3 {
    background-position: -4px -427px
}

.renthouse-opt4 {
    background-position: -5px -478px
}

.publichouse-cont {
    height: 250px
}

.publichouse-cont,.publichouse-cont h2,.publichouse-cont p {
    background-color: #fbfbfb;
    position: relative;
    display: block;
    color: #333
}

.publichouse-cont .focus {
    display: none;
    margin-top: 19px;
    margin-left: 8px;
    width: 240px;
    height: 63px;
    overflow: hidden
}

.publichouse-cont h2 {
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 20px
}

.publichouse-cont p {
    height: 22px;
    line-height: 22px;
    margin-left: 10px
}

.publichouse-icon {
    background-position: 0 -104px;
    width: 56px;
    height: 52px;
    position: absolute;
    right: 21px;
    top: 90px
}

.publish-icon {
    width: 26px;
    height: 25px;
    background-position: -2px -273px;
    position: absolute;
    left: 10px;
    top: 11px
}

.publichouse-cont a {
    font-size: 16px
}

.publichouse-cont .publish-button {
    float: left;
    margin-top: 120px;
    width: 85px;
    height: 48px;
    line-height: 48px;
    background-color: #62ab00;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    padding-left: 46px;
    position: relative;
    margin-left: 10px
}

.publichouse-cont .sale-h {
    padding-left: 14px;
    width: 83px;
    margin-left: 2px
}

.scroller-num {
    display: none;
    width: 84px;
    margin: 6px 372px
}

.scroller-num li {
    cursor: pointer;
    float: left;
    margin: 0 10px;
    list-style: none;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background-color: #bebebe;
    overflow: hidden
}

.scroller-num .cur-num {
    background-color: #62ab00
}

.ershouChoose-cont,.houseqa-cont,.rentCommunity-cont,.renthouse-cont {
    height: 339px;
    overflow: hidden
}

.w-ad-con,.w-ad-con img {
    width: 100%
}

.color-orange {
    color: #f60
}

.color-green {
    color: #62ab00
}

.pricetrend-p {
    font-size: 12px;
    color: #999;
    font-family: tahoma;
    margin-top: 42px
}

.ershouRecomm-cont,.pricetrend-cont {
    height: 360px;
    overflow: hidden
}

.m-b-con-jg {
    margin-bottom: 17px
}

.ershouRecomm-w-t li {
    width: 404px
}

.com-rec li {
    float: left;
    overflow: hidden
}

.com-rec-img,.com-rec-img img {
    border: 0;
    width: 180px;
    height: 135px;
    margin: 0;
    padding: 0;
    display: block
}

.m-r-li {
    margin-right: 33px
}

.m-r-li-l {
    margin-right: 20px
}

.com-rimg-t {
    margin-top: 10px
}

.m-b-title-con {
    margin-bottom: 15px
}

.ershouRecomm-cont .com-rec {
    overflow: hidden
}

.m-t-f-pricetrend {
    margin-top: -8px
}

.pricetrend-dl dd,.pricetrend-dl dt {
    font-family: "Microsoft YaHei","Hiragino Sans GB",tahoma,arial,simhei;
    float: left;
    overflow: hidden;
    line-height: 33px
}

.pricetrend-dl dt {
    width: 106px;
    color: #999;
    font-size: 14px
}

.pricetrend-dl dd {
    width: 100px;
    font-size: 16px
}

.pricetrend-dl dd span {
    font-family: tahoma
}

.pricetrend-dl dd em {
    font-family: tahoma
}

a.pricetrend-chat {
    width: 197px;
    border: 0;
    display: block;
    margin-top: 15px
}

.subheader {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px
}

.subheader .sh-title {
    position: relative;
    margin: 35px auto 22px;
    width: 740px;
    line-height: 45px;
    font-size: 36px
}

.subheader .sh-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    line-height: 0;
    border-bottom: 1px solid #E8E8E8
}

.base_info,.basic-info,.fi-describe,.fi-style .style,.fi-title,.htocomm-boxer,.publish-box,.steps {
    position: relative
}

.subheader .sh-title h3 {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    font-family: "Microsoft YaHei" SimHei
}

.htocomm-boxer {
    width: 1178px;
    margin-bottom: 20px;
    padding: 0 0 12px;
    clear: both;
    border: 1px solid #e0e0e0;
    border-top: 2px solid #79ca00
}

.htocomm-boxer .hd a,.htocomm-boxer .hd a:hover,.htocomm-boxer .hd a:link,.htocomm-boxer .hd a:visited {
    float: left;
    width: 119px;
    height: 27px;
    line-height: 27px;
    border-right: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    color: #333
}

.inner {
    width: 1080px;
    margin: 0 auto
}

.content_erji {
    width: 1080px;
    height: auto;
    margin: 10px auto 0
}

.newhouse-boxl {
    width: 810px;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: left
}

#content {
    padding: 0;
    width: 1080px;
    margin: 5px auto 0
}

.l-main,.l-side {
    margin-top: 10px
}

.l-main {
    float: left;
    width: 720px
}

.l-side {
    float: right;
    width: 250px
}

.fi .dec,.fi .tit,.fi input,.steps ol li {
    float: left
}

.l-nav {
    margin-top: 20px;
    background: #62ab00;
    height: 39px;
    line-height: 39px;
    font-family: Arial,"Microsoft YaHei","Hiragino Sans GB",STHeiti,SimSun;
    font-size: 16px;
    font-weight: 700\9
}

.l-nav ul {
    margin-left: 10px
}

.l-nav ul li {
    float: left;
    display: inline;
    margin-right: 5px
}

.l-nav ul li a {
    display: block;
    padding: 0 19px 0 20px;
    color: #fff
}

.l-nav ul li .item-focus,.l-nav ul li a:hover {
    background: #538f00;
    color: #fff;
    text-decoration: none
}

.l-side .con-box {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 13px 10px 20px;
    border: 1px solid #e7e7e7;
    background: #fff
}

.l-side .con-box h3 {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    font-weight: 700
}

.l-side .prolist {
    line-height: 27px;
    font-size: 14px;
    color: #333
}

.l-side .prolist ul li a {
    color: #333
}

.steps {
    height: 46px;
    border-bottom: 2px solid #e6e6e6;
    padding-top: 20px
}

.steps ol li {
    display: inline;
    width: 170px;
    padding-left: 70px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    font-family: "\5FAE\8F6F\96C5\9ED1","\534E\6587\7EC6\9ED1","\9ED1\4F53",arial
}

.fi,.fi input,.steps ol li i {
    font-size: 14px
}

.steps ol li.active {
    color: #3e3e3e;
    border-bottom: 2px solid #ff4700
}

.steps ol li i {
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    line-height: 24px;
    font-weight: 700;
    color: #FFF;
    background: url("ico-circle2.png") no-repeat
}

.detail_info .fi .tit,.fi .tit {
    font-weight: 300;
    text-align: right
}

.steps ol li.active i {
    background-image: url("ico-circle1.png")
}

.punblsh-steps {
    width: 980px;
    margin: 0 auto
}

.publish-basic {
    min-height: 650px;
    background: url("banner-3.jpg") no-repeat;
    background-size: 100% 100%
}

.authentication,.basic-info,.publish-box {
    width: 1000px
}

.publish-box {
    zoom: 1;
    margin: 0 auto;
    height: 414px
}

.authentication,.base_info,.basic-info {
    padding-top: 40px
}

.publish-basic .form,.publish-basic form {
    width: 1000px;
    min-height: 600px;
    margin: 0 auto
}

.fi {
    padding: 0 0 20px 240px;
    color: #999;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.fi-note {
    height: 90px
}

.fi-note textarea {
    width: 300px;
    height: 90px
}

.fi .select,.fi input {
    height: 30px;
    border: 1px solid #999
}

.clearfix,.fi {
    clear: both;
    zoom: 1
}

.fi .tit {
    display: inline;
    margin-left: -290px;
    width: 270px;
    line-height: 38px;
    color: #333
}

.fi .tit .txt {
    width: 200px
}

.fi input {
    line-height: 28px;
    text-indent: 10px;
    margin-right: 5px
}

.fi input[type=radio] {
    float: none
}

.fi .gray_input {
    border: 1px solid #999;
    background-color: #f2f2f2;
    color: #666
}

.fi .select {
    width: 120px;
    line-height: 30px;
    padding: 3px
}

.fi-style .style,.fi-style .tit {
    line-height: 38px
}

.fi .short-input {
    width: 110px
}

.fi-style .style {
    float: left;
    height: 38px;
    margin-right: 20px;
    padding: 0 29px;
    color: #333;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background: #fff;
    border: 1px solid #999
}

.fi-style .hover,.fi-style .style:hover {
    color: #f60;
    text-decoration: none;
    border: 2px solid #f60
}

.fi-submit {
    margin-top: 20px
}

.fi-submit input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 300px;
    height: 35px;
    line-height: 35px;
    background: #0c6;
    color: #fff;
    border-radius: 3px
}

.fi .errorMessage,.fi .tip {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    margin-left: 15px;
    color: #999
}

.fi-address .addr-ipt {
    margin-top: 10px;
    width: 500px
}

.cate-bd ul.cats {
    font-size: 14px;
    color: #454545;
    overflow: hidden;
    zoom: 1
}

.cate-bd ul.cats a {
    color: #454545;
    font-size: 16px
}

.cate-bd .select a,.cate-bd ul.cats a:hover {
    color: #ff6a00
}

.basic_info h2,h2 {
    font-size: 20px;
    font-family: "Microsoft YaHei"
}

.cate-bd ul.cats li {
    width: 120px;
    height: 35px;
    line-height: 35px;
    float: left;
    padding-left: 20px
}

.cate-bd .select {
    background: url("select.gif") 2px 10px no-repeat;
    border: 0
}

.cate-bd .chi-hid {
    display: none
}

.cate-bd .chi-show {
    display: block
}

.nobgpic {
    background: 0 0
}

.fi .cred {
    color: red
}

.basic_info {
    padding-left: 30px;
    border-bottom: 1px solid #e7e7e7
}

.basic_info h2 {
    padding: 20px 0 25px
}

.picture-image-list dl dt .handle .upload-state,.upload-img-list ul li .handle .upload-state {
    font-family: Tahoma,Geneva,sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF')
}

.detail_info h2 {
    padding: 30px 0 32px 30px
}

.basic_info p {
    padding-bottom: 20px;
    font-size: 14px
}

.basic_info .fi-price {
    padding-left: 0
}

.basic_info .tit {
    padding-right: 20px;
    margin-left: 0;
    width: auto
}

.detail_info .fi {
    padding: 0 0 20px 107px;
    color: #999;
    font-size: 14px;
    height: auto;
    line-height: 36px
}

.detail_info .fi .tit {
    float: left;
    display: inline;
    margin-left: -107px;
    width: 87px;
    color: #333;
    line-height: 36px
}

.detail_info .fi .dec {
    float: left
}

.detail_info .fi .dec input {
    float: none
}

.detail_info .fi-rental label {
    display: inline-block;
    float: left
}

.detail_info .fi .text-input {
    width: 600px;
    height: 300px;
    line-height: 30px;
    border: 1px solid #ddd
}

.fi-floor .txt,.fi-floor input {
    width: 35px
}

.detail_info .fi label {
    line-height: 36px
}

select {
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-right: 7px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #ccc
}

input,label,select {
    vertical-align: middle;
    margin: 0
}

.detail_info .fi-matching label {
    float: left;
    color: #333;
    white-space: nowrap;
    padding-right: 18px
}

.fi-matching input {
    margin: -2px 2px 0 0
}

.detail_info .fi-matching .match-box p {
    overflow: hidden;
    line-height: 36px
}

.fi-describe .editor,.fi-title .txt {
    float: left;
    width: 500px;
    margin-right: 10px
}

.fi-describe .link,.fi-title .link {
    display: none;
    float: left;
    line-height: 30px
}

.fi-title .tip {
    clear: both
}

.pop-tips {
    display: none;
    left: 608px;
    top: 35px;
    width: 348px;
    padding-bottom: 0
}

.pop-box {
    position: absolute;
    padding: 22px;
    width: 260px;
    background: #fff;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    z-index: 3001
}

p.tip p {
    line-height: 25px
}

.fi .progressName {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden
}

#PreviewImgDiv {
    width: 800px;
    height: 150px;
    overflow: hidden
}

#PreviewImgDiv .box {
    position: relative;
    float: left;
    width: 80px;
    height: 100px;
    margin-right: 10px
}

#PreviewImgDiv .box input.input_plain {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#PreviewImgDiv .box img {
    display: block;
    width: 80px;
    height: 80px
}

.datalist .imglink img,.tab-hd .item {
    display: inline;
    float: left
}

.content_new {
    margin: 20px auto 0
}

.datalist .item {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    overflow: hidden
}

.datalist .item-T2 .imglink {
    float: left;
    margin-top: 30px
}

.datalist .item-T2 .info {
    margin: 24px 10px 0 195px
}

.datalist .title {
    font-weight: 400;
    font-size: 20px
}

.datalist .title a {
    color: #333
}

.datalist .item-T2 .desc {
    height: 75px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word
}

.datalist .item-T2 .tag {
    margin-top: 6px
}

.datalist .tag a {
    text-decoration: underline
}

.datalist .multipage {
    margin-top: 20px
}

.tab-hd {
    height: 34px;
    overflow: hidden;
    border-bottom: 2px solid #62ab00
}

.tab-hd .item {
    font-size: 14px;
    width: 95px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom: 0;
    margin-right: -1px
}

.tab-hd .item,.tab-hd .item:hover {
    color: #999
}

.tab-hd .item:first-child {
    border-top-left-radius: 2px
}

.tab-hd .item-cur,.tab-hd .item-cur:hover {
    color: #fefefe;
    background: #62ab00
}

.content_new .mod {
    padding: 13px 18px 13px 20px;
    border: 0
}

.content_new .link,.content_new a.link {
    color: #666;
    font-size: 14px;
    padding: 11px 0 6px;
    border-top: 1px dashed #e8e8e8;
    display: block
}

.content_new .link {
    margin-top: -1px
}

.content_new .title {
    display: block;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 8px;
    word-break: break-all
}

.content_new a.link {
    margin-top: -1px
}

.tao-choice img {
    width: 188px;
    height: 139px
}

.l-main .new_mod {
    margin-top: 0;
    padding: 0 20px
}

.new_mod .title {
    font-size: 24px;
    line-height: 26px;
    margin: 17px 0 12px;
    background: 0 0;
    border: 0
}

.new_mod .title-bar {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-bottom: 6px
}

.prolist,.prolist ul li a {
    color: #333
}

.new_mod .body {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 30px;
    text-indent: 2em
}

.prolist {
    line-height: 27px;
    font-size: 14px
}

#commpay-body .user-login {
    padding-top: 60px;
    display: block
}

#commpay-body .user-login .back {
    width: 526px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    color: #fff
}

#commpay-body .user-login .back a {
    color: #fff;
    font-size: 14px
}

#commpay-body .user-login .back .fr a {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 5px 10px;
    margin-left: 10px
}

#commpay-body .user-login .wrapper {
    background: #fff;
    width: 500px;
    padding: 60px 12px 50px;
    -webkit-box-shadow: 0 1px 14px rgba(0,0,0,.3);
    box-shadow: 0 1px 14px rgba(0,0,0,.3)
}

#commpay-body .user-login .bg-image {
    display: block;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1
}

#commpay-body .user-login .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}

#commpay-body .user-login .logo {
    background: url("logo-1.png") no-repeat;
    width: 425px;
    height: 55px;
    margin: 0 auto 10px
}

#commpay-body .user-login .login-cun {
    width: 425px;
    margin: 0 auto
}

#commpay-body .user-login .login-cun ul li {
    width: 420px;
    line-height: 47px;
    color: #555;
    font-size: 14px;
    margin-top: 15px
}

#commpay-body .user-login .login-cun ul li .li-bg {
    position: relative
}

#commpay-body .user-login .login-cun ul li.user-phone label {
    background: url("sprite_user.png") -113px 0 no-repeat
}

#commpay-body .user-login .login-cun ul li .li-bg label {
    width: 14px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px
}

#commpay-body .user-login .login-cun ul li .li-bg input {
    height: 45px;
    width: 361px;
    line-height: 45px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    padding: 0 15px 0 45px;
    color: #999;
    font-size: 14px;
    background: #fff
}

#commpay-body .user-login .login-cun ul li.pwd label {
    background: url("sprite_user.png") -113px -25px no-repeat
}

#commpay-body .user-login .wrapper .mt10 {
    padding: 3px 0
}

#commpay-body .user-login .login-cun .actLogin,#commpay-body .user-login .login-cun ul li button {
    width: 423px;
    height: 49px;
    background-color: #ff643a;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border: 0
}

ul {
    -webkit-padding-start: 0
}

.cms-publish-sidebar {
    width: 122px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.edit-cover-pic,.edit-cover-pic a {
    width: 200px;
    height: 137px
}

.edit-cover-pic a {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    overflow: hidden
}

.edit-cover-pic img {
    max-width: 190px;
    max-height: 123px;
    padding: 4px;
    margin-top: expression(100-this.height/2);
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 0 rgba(204,204,204,.25);
    box-shadow: 2px 2px 0 rgba(204,204,204,.25)
}

.edit-cover-text {
    line-height: 20px;
    color: #777;
    text-align: center
}

.upload-btn {
    width: 128px;
    height: 38px;
    border: 1px solid #EEE;
    position: relative;
    z-index: 1
}

.upload-btn a span {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    cursor: pointer
}

.down-btn,.up-btn,.upload-button {
    line-height: 24px;
    height: 24px;
    text-align: center
}

.upload-button {
    font-size: 16px;
    background-color: #FAFAFA;
    display: block;
    width: 126px;
    padding: 6px 0;
    border: 1px solid #FFF
}

.upload-images-box {
    background-color: #FFF;
    width: 128px;
    border: solid #EEE;
    border-width: 0 1px 1px
}

.down-btn,.up-btn {
    color: #999;
    background-color: #FAFAFA;
    width: 126px;
    border: 1px solid #FFF;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.down-btn i,.up-btn i {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 6px 0 0;
    border-width: 5px;
    border-color: transparent transparent #999;
    border-style: dashed dashed solid;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 22px
}

.down-btn i {
    border-color: #999 transparent transparent;
    border-style: solid dashed dashed;
    top: 10px
}

.down-btn:hover,.up-btn:hover {
    color: #333;
    background-color: #E7E7E7
}

.down-btn:hover i,.up-btn:hover i {
    border-color: transparent transparent #333
}

.down-btn:hover i {
    border-color: #333 transparent transparent
}

.upload-img-list {
    width: 128px;
    height: 456px;
    border: solid #EEE;
    border-width: 1px 0;
    overflow: hidden;
    position: relative
}

.upload-img-list ul {
    width: 110px;
    margin: 0 auto;
    overflow: hidden
}

.upload-img-list ul li {
    display: block;
    width: 110px;
    float: left;
    padding: 0;
    margin: 10px auto 0
}

.upload-img-list ul li .picture {
    background-color: #FBFBFB;
    width: 108px;
    height: 108px;
    border: 1px dashed #E7E7E7
}

.upload-img-list ul li .picture a {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 108px;
    height: 108px;
    overflow: hidden
}

.upload-img-list ul li .picture a img {
    max-width: 100px;
    max-height: 100px;
    padding: 4px;
    margin-top: expression(100-this.height/2)
}

.upload-img-list ul li .handle {
    width: 110px;
    height: 20px;
    clear: both;
    position: relative;
    z-index: 1
}

.upload-img-list ul li .handle .upload-state {
    color: #999;
    line-height: 20px;
    display: block;
    width: 86px;
    padding: 0 6px;
    margin: 0;
    background: rgba(255,255,255,.75);
    border: 1px dotted #E7E7E7;
    position: absolute;
    z-index: 1;
    top: -78px;
    left: 5px
}

.upload-img-list ul li .handle a {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin: 0 5px 0 6px;
    cursor: pointer
}

#pic-upload-scrollbar {
    clear: both;
    margin-top: 10px
}

.picture-image-list {
    overflow: hidden
}

.picture-image-list li {
    background-color: #FCFCFC;
    display: block;
    width: 200px;
    float: left;
    padding: 6px;
    margin: 1px 1px 11px;
    border: 1px dashed #E7E7E7;
    border-radius: 2px;
    overflow: hidden
}

.picture-image-list li:hover {
    background-color: #FFF;
    border-width: 2px;
    border-color: #1E82EF;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 0 4px rgba(204,204,204,.5);
    box-shadow: 0 0 4px rgba(204,204,204,.5)
}

.picture-image-list dl {
    width: 100%;
    min-height: 140px;
    float: left
}

.picture-image-list dl dt.picture-img {
    position: relative;
    display: block;
    width: 100%
}

.picture-image-list dl dt .upload-thumb {
    display: block;
    width: 100%;
    height: 150px
}

.picture-image-list dl dt .upload-thumb a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-right: 2px;
    overflow: hidden
}

.picture-image-list dl dt .upload-thumb img {
    background-color: #FFF;
    width: 120px;
    height: 120px;
    padding: 4px;
    margin-top: expression(100-this.height/2);
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
    opacity: .75
}

.picture-image-list li:hover .upload-thumb img {
    -webkit-box-shadow: 2px 2px 0 rgba(153,153,153,.1);
    box-shadow: 2px 2px 0 rgba(153,153,153,.1);
    opacity: 1
}

.picture-image-list dl dt .handle {
    height: 20px;
    clear: both;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 99
}

.picture-image-list dl dt .handle a {
    line-height: 16px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: -1px;
    cursor: pointer
}

.picture-image-list dl dt .handle .upload-state {
    color: #999;
    line-height: 20px;
    padding: 0 6px;
    margin: 0;
    background: rgba(255,255,255,.75);
    word-break: keep-all;
    border: 1px dotted #E7E7E7;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 0
}

.picture-image-list dl dd {
    margin: 0 0 6px
}

.picture-image-list dl dd h4 {
    line-height: 20px;
    margin-bottom: 4px
}

.picture-image-list dl dd.picture-abstract {
    position: relative;
    z-index: 1
}

.picture-image-list dl dd.picture-abstract .textarea {
    width: 100%;
    height: 30px
}

.picture-image-list dl dd.picture-abstract label.error {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 60px
}

.picture-image-list dl dd.picture-abstract span {
    color: #999;
    background-color: transparent;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.picture-image-list dl dd.picture-abstract span.warning {
    color: #F90
}

.picture-image-list dl dd.picture-abstract span.exceeded {
    color: red
}

.fl,.left {
    float: left
}

.fr,.right {
    float: right
}

.head_top {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    background: #0c6
}

.head_top .wrapper {
    background: 0 0;
    margin: 0 auto
}

.head_top .logo-a {
    float: left;
    display: inline-block;
    height: 50px;
    height: 58px;
    overflow: hidden
}

.head_top .logo-img {
    height: 45px;
    margin-top: 8px
}

.head_top .change-city {
    display: inline-block;
    width: auto;
    height: 58px;
    text-align: center
}

.head_top .change-city a {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin: 0 30px 0 10px
}

.head_top .change-city a .ico_change_city {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 10px;
    padding: 0;
    margin: 0 0 0 8px;
    background: url("ico_change.png") 1px 0 no-repeat;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.head_top .nav-lst li.hover .nav-list,.top-navmenu .nav-lst li.hover .nav-list {
    -webkit-transition: all .5s cubic-bezier(.34,1.21,.4,1);
    -ms-transform: translateY(0) scale(0)
}

.head_top .change-city a:hover .ico_change_city {
    background-position: 1px -15px
}

.head_top a {
    color: #fff
}

.head_top a:hover {
    color: #fff;
    text-decoration: none
}

.head_top .p {
    width: 10px;
    height: 18px;
    position: absolute;
    top: 6px;
    right: 10px
}

.head_top .nav-lst li a,.head_top .nav-lst li.lio a {
    display: block;
    height: 100%;
    font-size: 18px;
    padding: 0 15px
}

.head_top .p .ico-hot {
    position: absolute;
    top: 0;
    right: -5px;
    margin: 0
}

.head_top .nav-lst {
    float: left
}

.head_top .nav-lst-q {
    position: relative
}

.head_top .nav-lst li.nav_f {
    position: relative;
    float: left
}

.head_top .nav-lst li {
    float: left;
    position: relative
}

.head_top .nav-lst li a {
    float: left;
    color: #fff
}

.head_top .nav-lst li.lio {
    float: left;
    position: relative
}

.head_top .nav-lst li.hover .nav-list {
    position: absolute;
    z-index: 99999;
    top: 42px;
    left: 50%;
    display: none\9;
    height: 300px;
    margin-left: -38px;
    -o-transition: all .5s cubic-bezier(.34,1.21,.4,1);
    transition: all .5s cubic-bezier(.34,1.21,.4,1);
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 1;
    filter: Alpha(opacity=100)
}

.head_top .nav-lst li.hover:hover {
    z-index: 1005
}

.head_top .nav-lst li.hover:hover .nav-list {
    position: absolute;
    z-index: 99999;
    top: 45px;
    display: block\9;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    pointer-events: auto;
    opacity: 1;
    filter: Alpha(opacity=100)
}

.head_top .nav-lst li.hover dd {
    position: absolute;
    left: -25px;
    width: 124px;
    margin-top: 13px;
    padding: 10px 0;
    border-radius: 2px;
    background: #f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.head_top .nav-lst li.hover dd i {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 53px;
    top: -10px
}

.head_top .nav-lst li.hover dd dl {
    height: 30px;
    line-height: 30px
}

.head_top .nav-lst li.hover dd dl a {
    color: #333;
    float: left;
    padding: 0;
    margin-left: 20px;
    font-size: 14px
}

.head_top .nav-lst li.hover dd dl a:hover {
    color: #0c6;
    text-decoration: underline
}

.head_top .nav-lst li a.home-a {
    position: relative;
    display: block;
    height: 39px;
    float: left;
    text-align: center;
    padding: 0 12px
}

.head_top .nav-lst li a.selected {
    background: #30965b;
    color: #fff
}

.head_top .nav-lst li a.first {
    text-align: left;
    width: 30px;
    padding: 0;
    margin-right: 8px
}

.head_top .nav-lst li a.on,.head_top .nav-lst li a.on:hover {
    background: #04a461
}

.head_top .nav-lst li a span {
    cursor: pointer;
    text-decoration: none;
    display: block
}

.head_top .nav-lst li a .nav-tip {
    position: absolute;
    top: 45px;
    left: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 3px;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #494949
}

.head_top .nav-lst li a .nav-tip-arr {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-family: '\5b8b\4f53';
    left: 30px;
    top: -8px;
    color: #494949
}

.head_top .nav-lst li span.phone {
    font-size: 12px
}

.head_top .nav-lst li.nav_f:hover .sitemap-quick {
    display: block
}

.head_top .search-panel {
    width: 252px;
    height: 32px;
    float: left;
    position: relative;
    margin: 10px 0 0 25px;
    border: 1px solid #1d599f;
    background-color: #e1eaf2;
    border-radius: 3px
}

.head_top .search-panel .txt {
    line-height: 24px;
    height: 24px;
    padding: 3px 0 3px 5px;
    width: 245px;
    border: 1px solid #1d599f;
    background-color: #e1eaf2;
    float: left
}

.head_top .search-panel .search-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 0;
    background: url("search-btn.png") center center no-repeat #e1eaf2;
    border: 0;
    cursor: pointer
}

.head_top .search-panel label {
    position: absolute;
    top: 0;
    left: 5px;
    color: #999;
    line-height: 30px
}

.head_top .login-panel {
    float: right
}

.head_top .login-panel .welcome {
    color: #fff
}

.head_top .login-panel .log {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff3be;
    margin: 0 5px
}

.head_top .login-panel .reg {
    color: #fff3be;
    cursor: pointer
}

.red,a.red {
    color: #c9033b
}

.city-select {
    position: relative
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.bouymmeIn {
    -webkit-animation-name: bouymmeIn;
    animation-name: bouymmeIn
}

.overlayBg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

.city-select .hide_city_group {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    z-index: 999;
    display: none
}

.city-select.hover .selector {
    background: #c6033b;
    color: #fff
}

.city-select .hideMap {
    width: 400px;
    padding: 10px 15px;
    border: 1px solid #ff643a;
    position: absolute;
    left: 5px;
    top: 3px;
    -webkit-box-shadow: 1px 2px 5px #666;
    box-shadow: 1px 2px 5px #666;
    color: #444;
    z-index: 10000;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 10px
}

.city-select .hideMap .showPanel {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 5px
}

.city-select .hideMap .showPanel2 {
    padding-top: 10px
}

.city-select .hideMap .showPanel .near {
    height: 20px;
    display: inline-block;
    padding: 0 6px 0 20px;
    text-align: center;
    line-height: 20px;
    background: url("change_city3.gif") -20px 3px no-repeat #fffaf0;
    border: 1px solid #f5e6bf;
    border-radius: 3px;
    color: #cf2c2d
}

.city-select .hideMap .showPanel .near:hover {
    border-color: #f3bd33;
    text-decoration: none
}

.city-select .hideMap .showPanel .mycity {
    line-height: 20px
}

.city-select .hideMap .showPanel2 a {
    color: #434343
}

.city-select .hideMap .showPanel2 .search_city_input {
    width: 114px;
    height: 22px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-right: 0;
    color: #999;
    vertical-align: middle;
    line-height: 22px\9
}

.city-select .hideMap .showPanel2 .search_city_input:focus {
    color: #333;
    outline: 0
}

.city-select .hideMap .showPanel2 .search_city_submit {
    border: 1px solid #bbb;
    display: inline-block;
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    color: #444;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    background: url("change_city3.gif") -45px -15px
}

.city-select .hideMap .showPanel2 .search_city_submit:hover {
    border-color: #aaa;
    color: #333!important;
    text-decoration: none
}

.city-select .hideMap .showPanel2 .search_city_tip {
    position: absolute;
    width: 169px;
    height: 20px;
    text-align: center;
    color: #ee7001;
    background: #fffde6;
    border: 1px solid #e5935b;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
    margin-top: 25px;
    line-height: 20px
}

.city-select .hideMap .showPanel2 .city_words a {
    display: inline-block;
    width: 17px;
    text-align: center;
    color: #ff643a;
    font-family: Arial;
    font-size: 14px
}

.city-select .hideMap .cityMap .city_list td a:hover,.city-select .hideMap .showPanel2 .city_words a:hover,.city-select .hideMap .showPanel2 .hot_city a:hover {
    color: #fff!important;
    background: #ff643a;
    text-decoration: none
}

.city-select .hideMap .showPanel2 .hot_city a {
    display: inline-block;
    padding: 0 3px;
    line-height: 19px;
    margin-right: 2px
}

.city-select .hideMap .scrollBody {
    height: 180px;
    margin-top: 10px;
    overflow: scroll
}

.city-select .hideMap .cityMap {
    width: 385px;
    height: 180px;
    float: left
}

.city-select .hideMap .cityMap .city_list {
    width: 385px;
    height: 180px;
    overflow: scroll
}

.city-select .hideMap .cityMap .city_list th {
    width: 30px;
    vertical-align: top
}

.city-select .hideMap .cityMap .city_list th div {
    width: 19px;
    height: 19px;
    padding-right: 2px;
    background: url("change_city3.gif") -20px -17px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 11px;
    overflow: hidden
}

.city-select .hideMap .cityMap .city_list td {
    line-height: 19px;
    vertical-align: top;
    padding-bottom: 11px;
    padding-left: 5px
}

.city-select .hideMap .cityMap .city_list td a {
    display: inline-block;
    padding: 0 5px;
    line-height: 19px;
    color: #333
}

.city-select .hideMap .scrollBar {
    width: 10px;
    height: 180px;
    float: right;
    overflow: hidden;
    background: url("change_city3.gif") -10px 0 repeat-y
}

.city-select .hideMap .scrollBar span {
    width: 10px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    background: url("change_city3.gif") no-repeat;
    display: inline-block
}

.heroImage {
    background-attachment: fixed;
    background-position: center 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: -1
}

.nav-nobg {
    height: 78px;
    line-height: 78px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border: 0;
    background: url("main-nav-bg.png") center top repeat-x;
    clear: both
}

.nav-nobg .nav-wrap .home-banner {
    background: url("bg-2.png") -269px -114px no-repeat;
    width: 244px;
    height: 55px;
    float: left;
    margin-top: 13px
}

.nav-nobg .nav-lst {
    float: right;
    position: relative
}

.nav-nobg .nav-lst li {
    float: left;
    display: block
}

.nav-nobg .nav-lst li a {
    font-size: 16px;
    color: #333
}

.header .nav-lst li a.on:hover,.nav-nobg .nav-lst li a.on,.nav-nobg .nav-lst li a:hover {
    color: #ff643a;
    background: 0 0
}

.ico-banner {
    background: url("slogan.png") no-repeat;
    width: 725px;
    height: 115px;
    margin: 80px auto 0
}

.sub-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: -2px 0 27px;
    letter-spacing: 3px;
    padding-top: 4px;
    text-shadow: 0 1px 8px rgba(0,0,0,.8);
    -ms-text-shadow: 0 1px 8px rgba(0,0,0,.8);
    font-family: "Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color= #555555)"
}

.dl-lst dt,.intro .l-txt,.intro .r-txt {
    font-size: 12px
}

.intro {
    height: 46px;
    line-height: 46px;
    background: #f1f1f1;
    border-top: 1px solid #eee
}

.dl-lst dt,.link-box dd {
    line-height: 27px;
    float: left
}

.intro .container {
    width: 1200px;
    margin: 0 auto
}

.intro .l-txt i {
    background: url("bg.png") -12px -7px no-repeat;
    width: 13px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 3px
}

.go_top,.go_top:hover {
    width: 41px;
    height: 41px
}

.intro .l-txt a,.intro .l-txt span {
    color: #555
}

.intro .l-txt span.stp {
    color: #999;
    font-family: simsun
}

.intro .l-txt .num {
    color: #e4393c
}

.intro .r-txt {
    color: #888
}

.intro .r-txt .desc {
    color: #ff643a
}

.go_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url("bg.png") -269px -18px no-repeat;
    cursor: pointer
}

.go_top:hover {
    background: url("bg.png") -269px -63px no-repeat
}

.link-box {
    padding: 20px 0 30px
}

.link-box dt {
    width: 110px;
    text-align: left;
    margin-right: 18px;
    color: #333;
    font-weight: 700
}

.link-box dl {
    overflow: hidden
}

.link-box dd a {
    padding: 5px 6px;
    color: #999
}

.dl-lst dt {
    height: 27px;
    margin-right: 6px;
    font-weight: 700
}

.dl-lst dd {
    float: left;
    width: 946px;
    zoom: 1
}

.link-box dd {
    width: 870px
}

.nav-box {
    background-color: #fff;
    padding: 11px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.nav-box .nav-container {
    margin: 0 auto
}

.nav-container .logo-a {
    float: left
}

.nav-container .banner {
    background: url("bg.png") -269px -112px no-repeat;
    width: 244px;
    height: 55px;
    float: left
}

.nav-container .city {
    border-left: 1px solid #d0d0d0;
    float: left;
    height: 38px;
    margin: 10px;
    padding-left: 15px
}

.nav-container .city span {
    display: block
}

.multipage a,.multipage span,.result {
    display: inline-block
}

.nav-container .city .location {
    color: #ff643a;
    font-size: 16px
}

.nav-container .city .change {
    color: #999;
    font-size: 12px
}

.nav-container .search {
    float: right;
    margin-top: 8px
}

.nav-container .search .txt {
    width: 530px;
    padding-left: 12px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.05);
    line-height: 37px;
    height: 37px;
    border-right: 0
}

.nav-container .search .btn {
    cursor: pointer;
    text-indent: -9999px
}

.nav-container .search .ico-search {
    width: 40px;
    height: 40px;
    background: url("bg.png") -13px -89px no-repeat;
    border: 0
}

.multipage-div {
    clear: both
}

.result {
    float: left;
    font-size: 14px;
    line-height: 30px
}

.multipage {
    position: relative;
    height: 32px;
    width: auto
}

.multipage a:hover span {
    color: #fff;
    background: #0c6;
    text-decoration: none
}

.multipage span {
    float: left;
    height: 30px;
    padding: 0 12px;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #b0b4b9;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    zoom: 1;
    vertical-align: middle
}

.multipage a,.vt {
    vertical-align: top
}

.multipage a {
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 2px;
    font-family: Tahoma
}

.multipage .nolink {
    color: #8b8b8b;
    cursor: default
}

.multipage .current {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    background: #f5f5f5
}

.multipage-div .result {
    padding-left: 11px;
    float: left;
    width: auto;
    font-size: 13px
}

.multipage-div .result b {
    color: #EB6100
}

.footer {
    /*background: url("footer-bg.png") no-repeat #333;*/
    background-color: #000;
    clear: both;
    width: 100%;
    height: 426px;
    height: 300px;
    margin-top: 45px
}

.footer .wrapper {
    width: 1150px
}

.footer .f-title {
    height: 75px;
    border-bottom: 1px solid #393939;
    line-height: 75px;
    margin: 0
}

.footer .f-title .fr {
    color: #7dcfa0
}

.footer .f-title .fl li {
    float: left
}

.footer .f-title .fl li.nav_f {
    position: relative;
    text-align: left
}

.footer .f-title .fl li.nav_f:hover .sitemap-quick {
    display: block
}

.footer .f-title .fl li.nav_f .sitemap-quick {
    display: none;
    width: 200px;
    position: absolute;
    background: rgba(71,78,88,.95);
    padding: 15px;
    line-height: 20px;
    border-radius: 3px;
    right: -70px;
    top: 49px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    background: #333\9
}

.footer .f-title .fl li.nav_f .sitemap-quick p {
    color: #fff3be;
    font-size: 14px;
    font-weight: 700
}

.footer .f-title .fl li.nav_f .sitemap-quick dd a {
    height: auto;
    margin: 5px 0;
    color: #dbece1
}

.footer .f-title .fl li.nav_f .sitemap-quick .nav_area {
    clear: both;
    width: 200px;
    border-bottom: 1px solid #777;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer .f-title .fl li.nav_f .sitemap-quick .last {
    border: none;
    margin: 0;
    padding: 0
}

.footer .f-title .fl li.nav_f .sitemap-quick a {
    color: #ddd;
    font-size: 12px;
    margin-right: 9px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    float: none;
    display: inline-block
}

.footer .f-title .fl li a {
    color: #fff;
    margin-right: 15px;
    font-size: 14px
}

.footer .f-title .fl li a:hover {
    text-decoration: none
}

.footer .link-box {
    padding: 13px 0 20px;
    border-bottom: 1px solid #393939;
    background: 0 0;
    overflow: hidden
}

.footer .link-box .fl {
    width: 870px
}

.footer .link-box .fl .tab {
    height: 40px
}

.footer .link-box .fl .tab span {
    padding: 8px 10px;
    background: #121212;
    color: #999;
    float: left;
    margin-right: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer .link-box .fl .tab span.hover {
    background: #3d3d3d;
    color: #fff
}

.footer .link-box .fl .link-list div {
    display: none;
    height: 89px;
    overflow: hidden
}

.footer .link-box .fl dd a {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0
}

.footer .link-box .fr img {
    border: 5px solid #fff;
    border-radius: 2px;
    width: 129px;
    height: 129px
}

.footer .copy {
    margin-top: 5px;
    color: #999
}

#modalWindow p {
    margin-bottom: 5px
}

#modalWindow .subtn {
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: all 1s cubic-bezier(.175,.885,.32,1) 0s;
    -o-transition: all 1s cubic-bezier(.175,.885,.32,1) 0s;
    transition: all 1s cubic-bezier(.175,.885,.32,1) 0s;
    border: 1px solid #ddd;
    background: #f7604f
}

#modalWindow .subtn:hover {
    background: #f7604f
}

.tip-wrapper {
    background: #fff
}

.sysConfirm {
    width: 100%;
    min-width: 774px;
    min-height: 380px;
    margin-top: 30px;
    border: 1px solid #f9f9f9;
    text-align: center
}

.sysConfirm .tip_ico {
    margin: 30px auto 10px
}

.sysConfirm .tip_ico img {
    width: 80px;
    height: 80px
}

.sysConfirm .tip_title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #0c6
}

.sysConfirm .tip_con {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 20px
}

.sysConfirm .tip_con a {
    color: #00f
}

.sysConfirm .tip_btn {
    text-align: center;
    margin-top: 50px
}

.sysConfirm .tip_btn a {
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    word-spacing: 8px;
    letter-spacing: 1px;
    background: #0c6;
    border: 1px solid #0c6;
    border-radius: 45px;
    margin: 0 10px
}

.sysConfirm .tip_btn a:hover {
    background: #666;
    border: 1px solid #666
}

.sysConfirm .tip_btn .tip_btn_1 {
    color: #0c6;
    background: #fff;
    border: 1px solid #0c6
}

.sysConfirm .tip_btn .tip_btn_1:hover {
    color: #666;
    background: #fff;
    border: 1px solid #666
}

.sysConfirm .confirmTxt {
    width: 100%;
    background: url("sysConfirm.png") no-repeat;
    padding: 15px 0 20px 65px;
    margin: 20px;
    font-size: 16px;
    font-weight: 700
}

.sysConfirm .confirmTxt p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.sysNote {
    width: 774px;
    margin-top: 30px;
    border: 1px solid #fc6;
    background: #f9f9f9
}

.sysNote .noteTxt {
    width: 100%;
    background: url("errorTip.gif") no-repeat;
    padding: 15px 0 20px 65px;
    margin: 20px;
    font-size: 16px;
    font-weight: 700
}

.sysNote .noteTxt p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.w130 {
    width: 130px!important
}

.mod_minicart .cart_icon,.ymm-appbar-tabs span.icon {
    background: url("icon_common.png") no-repeat
}

.ymm-appbar {
    position: fixed;
    z-index: 1998;
    right: 10px;
    bottom: 60px;
    width: 38px;
    height: 100%;
    height: 250px
}

.ymm-appbar-tabs {
    width: 38px;
    height: 100%
}

.ymm-appbar-tabs .variation .middle {
    width: 38px;
    z-index: 1;
    position: relative
}

.ymm-hidebar {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: -79px;
    cursor: pointer
}

.ymm-hidebar .ymm-hidebar-bg {
    background: url("toolbar.png") -100px 0 no-repeat;
    width: 79px;
    height: 56px;
    position: relative;
    z-index: 1
}

.ymm-hidebar .ymm-hidebar-bg .frame,.ymm-hidebar .ymm-hidebar-bg .show,.ymm-hidebar .ymm-hidebar-bg .user-avatar {
    background: url("toolbar.png") no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 15px
}

.ymm-appbar-tabs .user .avatar,.ymm-appbar-tabs .user .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 14px
}

.ymm-hidebar .ymm-hidebar-bg .user-avatar {
    background-position: -100px 0;
    z-index: 1
}

.ymm-hidebar .ymm-hidebar-bg .user-avatar img {
    max-width: 36px;
    max-height: 36px
}

.ymm-hidebar .ymm-hidebar-bg .frame {
    background-position: -100px -70px;
    z-index: 2
}

.ymm-hidebar .ymm-hidebar-bg .show {
    display: none;
    background-position: -140px -70px;
    z-index: 3
}

.ymm-appbar-tabs .user,.ymm-appbar-tabs .user a,.ymm-hidebar .ymm-hidebar-bg:hover .show {
    display: block
}

.ymm-hidebar:hover {
    background-position: -100px -60px
}

.ymm-appbar-tabs .user .avatar {
    background-color: #FFF;
    margin: 3px auto 4px 3px
}

.ymm-appbar-tabs span.icon {
    display: block;
    width: 21px;
    height: 25px;
    margin: 0 auto
}

.ymm-appbar-tabs .user a {
    width: 32px;
    height: 32px;
    padding: 5px 3px 6px 0;
    position: relative;
    z-index: 1
}

.ymm-appbar-tabs a i.arrow {
    font: 10px/12px Arial;
    color: #FFF;
    background-color: #F32613;
    text-align: center;
    min-width: 12px;
    height: 12px;
    padding: 1px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 3px
}

.ymm-appbar-tabs a:hover i.arrow {
    color: #F32613;
    background-color: #FFF
}

.ymm-appbar-tabs a span.tit {
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 5px;
    text-indent: 0;
    right: 35px;
    display: none;
    padding: 0 14px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 12px;
    background: #00ae66;
    white-space: nowrap
}

.ymm-appbar-tabs a:hover span.tit {
    display: block
}

.ymm-appbar-tabs a code {
    display: none;
    position: absolute;
    right: 35px;
    bottom: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #B7B7B7;
    border-right: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    z-index: 95;
    -webkit-animation: fadeInLeft .4s .1s ease both;
    -moz-animation: fadeInLeft .4s .1s ease both
}

.ymm-appbar-tabs a.hover code {
    display: block
}

.ymm-appbar-tabs a code a {
    color: #d8d8d8
}

.ymm-appbar-tabs .hover {
    z-index: 101
}

.ymm-appbar-tabs .user-login-box {
    background-color: #FFF;
    width: 240px;
    padding: 10px 40px 30px;
    border: 1px solid #CCC;
    position: absolute;
    z-index: 2;
    z-index: 10000;
    top: -32px;
    right: 38px;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.25);
    box-shadow: -4px 0 4px rgba(0,0,0,.25)
}

.ymm-appbar-tabs .user-login-box i.arrow {
    background: url("toolbar.png") -100px -150px no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    z-index: 3;
    top: 45px;
    right: -7px
}

.ymm-appbar-tabs .user-login-box a.close-a {
    font: 600 11px/16px Verdana,Geneva,sans-serif;
    text-decoration: none;
    color: #999;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px
}

.ymm-appbar-tabs .user-login-box a {
    font: 12px/20px arial,"宋体";
    color: #005EA6;
    text-decoration: underline;
    float: right
}

.ymm-appbar-tabs .user-login-box dt {
    font: 13px/20px Arial,"microsoft yahei";
    height: 20px;
    padding: 10px 0 0
}

.ymm-appbar-tabs .user-login-box dt a {
    font: 12px/20px arial,"宋体";
    color: #005EA6;
    text-decoration: underline;
    float: right
}

.ymm-appbar-tabs .user-login-box dd .text {
    line-height: 20px;
    width: 226px;
    height: 20px;
    padding: 3px 5px;
    border: 1px solid #CCC
}

.ymm-appbar-tabs .user-login-box .bottom {
    margin-top: 20px
}

.ymm-appbar-tabs .user-login-box .login-user-btn {
    display: block;
    width: 240px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    background-image: none;
    background-color: #0c6
}

.ymm-appbar-tabs .user-login-box .show-error dd {
    top: 0;
    display: block;
    color: #ee5630
}

.ymm-appbar-tabs .user-info {
    background-color: #FFF;
    width: 240px;
    padding: 9px 19px;
    border: 1px solid #CCC;
    position: absolute;
    z-index: 2;
    top: -32px;
    right: 35px;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.25);
    box-shadow: -4px 0 4px rgba(0,0,0,.25)
}

.ymm-appbar-tabs .user-info i.arrow {
    background: url("toolbar.png") -100px -150px no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    z-index: 3;
    top: 45px;
    right: -7px
}

.ymm-appbar-tabs .user-info .avatar {
    width: 88px;
    height: 88px;
    float: left;
    position: relative;
    z-index: 1
}

.ymm-appbar-tabs .user-info .avatar .frame {
    background: url("point_bg.png") no-repeat;
    width: 88px;
    height: 88px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.ymm-appbar-tabs .user-info .avatar img {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px
}

.ymm-appbar-tabs .user-info dl {
    display: block;
    width: 140px;
    float: left;
    margin: 10px 0 0 10px
}

.ymm-appbar-tabs .user-info dt {
    font: 600 14px/20px "microsoft yahei";
    margin-bottom: 6px
}

.ymm-appbar-tabs .user-info dd {
    line-height: 22px
}

.ymm-appbar li {
    position: relative;
    height: auto;
    padding: 7px 0;
    background: #232836;
    border-bottom: #1d212c solid 1px
}

.ymm-appbar li span {
    position: absolute;
    right: 48px;
    top: 0;
    display: none;
    padding: 6px 20px;
    line-height: 38px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
    white-space: nowrap
}

.ymm-appbar li span b,.ymm-appbar li span i.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin: -5px -10px 0 0;
    font-size: 0;
    border: 5px solid;
    background-image: none!important;
    border-color: transparent transparent transparent #fff;
    overflow: hidden
}

.ymm-appbar ul li .lab_a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}

.ymm-appbar ul li .lab_a i.hico {
    display: inline-block;
    width: 20px;
    height: 25px;
    opacity: .9;
    background-image: url("sprite-common.png");
    background-image: -webkit-image-set(url("sprite-common.png") 1x,url("sprite-common.png") 2x);
    margin-top: 8px
}

.ymm-appbar .fav a .ico_hfav {
    background-position: 0 -129px
}

.ymm-appbar .phone a .ico_hkefu {
    background-position: 0 -33px
}

.ymm-appbar .online_qq a .ico_hqq {
    background-position: 0 -1px
}

.ymm-appbar .download a .ico_happ {
    background-position: 0 -97px
}

.ymm-appbar .gotop2 a .ico_gotop {
    background-position: 0 -61px
}

.ymm-appbar li .popup-qr {
    top: -30px;
    padding: 8px;
    background: #f2f2f2
}

.ymm-appbar li .popup-qr i.arrow {
    border-color: transparent transparent transparent #fff
}

.ymm-appbar li .popup-qr .qr-title {
    display: block;
    padding-top: 8px;
    color: #000;
    line-height: 12px;
    font-size: 12px
}

.ymm-appbar li:hover {
    background: #0c6
}

.ymm-appbar li:hover .lab_a i.hico {
    opacity: 1
}

.ymm-appbar .ul2 li {
    border-bottom: 0
}

#alert_box {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    width: 320px;
    margin-left: -127px;
    margin-top: -50px
}

#alert_box .alert_con {
    padding: 30px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px
}

#alert_box .show_main_title {
    height: 46px;
    background-color: #0c6;
    border-radius: 5px 5px 0 0
}

#show_mes {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 40px
}

#but01,#but02,.loading,.topTip {
    color: #fff;
    text-align: center
}

#but_div {
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    height: 38px
}

#but01,#but02 {
    -webkit-box-flex: 1;
    width: 125px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background-color: #0c6;
    border-top: 1px solid #0c6
}

#but01 {
    border-right: 1px solid #0c6;
    margin-right: 10px
}

#but_div .but_hover {
    background-color: #04a461
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

div.spinner {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 20px 0 0 50%
}

div.spinner img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 0
}

.mainSpinner {
    width: 350px;
    min-height: 125px;
    background: #000;
    border-radius: 10px;
    opacity: .65
}

.loading {
    font-size: 16px;
    margin: 10px 30px 30px
}

.mainshadow {
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9993;
    background: rgba(0,0,0,.498039)
}

.topTip.down {
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px)
}

.topTip {
    z-index: 1000;
    width: 94%;
    background: rgba(0,0,0,.6);
    line-height: 45px;
    position: fixed;
    top: -46px;
    height: 46px;
    left: 3%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-radius: 0 0 5px 5px;
    font-size: 14px
}

.topTip:before {
    content: '!';
    border: 1px solid #fff;
    color: #4c4c4c;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin-right: 8px;
    font-size: 12px;
    position: relative;
    top: -1px;
    background-color: #fff
}

#tip {
    position: relative;
    color: #2ab4fb;
    font-size: 14px;
    line-height: 44px;
    width: 100%;
    height: 44px;
    background: #fff;
    margin: 0 auto
}

#tip .message {
    padding-left: 4.5%
}

#tip .empty {
    display: block;
    position: absolute;
    width: 73px;
    text-align: center;
    line-height: 28px;
    right: 8px;
    top: 8px;
    color: #fff;
    border-radius: 5px;
    background: #2ab4fb
}

.head_nav_small {
    height: 36px;
    line-height: 36px;
    background: #394043
}

.top-navmenu ul {
    text-align: right;
    width: 850px;
    padding-top: 0;
    clear: both
}

.top-navmenu ul li {
    float: left;
    position: relative
}

.top-navmenu ul li a {
    font-size: 12px;
    color: #a9abab;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none
}

.top-navmenu .nav-lst li .on {
    color: #fff
}

.top-navmenu .nav-lst li.hover .nav-list {
    position: absolute;
    z-index: 99999;
    top: 26px;
    left: 50%;
    opacity: 0;
    filter: Alpha(opacity=0);
    display: none\9;
    width: 100px;
    height: 20px;
    margin-left: -38px;
    -o-transition: all .5s cubic-bezier(.34,1.21,.4,1);
    transition: all .5s cubic-bezier(.34,1.21,.4,1);
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.top-navmenu .nav-lst li.hover:hover {
    z-index: 1005
}

.top-navmenu .nav-lst li.hover:hover .nav-list {
    position: absolute;
    z-index: 99999;
    display: block\9;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    pointer-events: auto;
    opacity: 1;
    filter: Alpha(opacity=100)
}

.top-navmenu .nav-lst li.hover dd {
    position: absolute;
    left: -25px;
    width: 124px;
    margin-top: 13px;
    padding: 10px 0;
    border-radius: 2px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.top-navmenu .nav-lst li.hover dd i {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 53px;
    top: -10px
}

.top-navmenu .nav-lst li.hover dd dl {
    height: 30px;
    line-height: 30px
}

.top-navmenu .nav-lst li.hover dd dl a {
    color: #333;
    float: left;
    padding: 0;
    margin-left: 20px;
    font-size: 14px
}

.top-navmenu .nav-lst li.hover dd dl a:hover {
    color: #0c6;
    text-decoration: underline
}

.head_nav_small .login-panel .phone,.head_nav_small .login-panel .typeShowUser {
    display: inline-block
}

.head_nav_small .login-panel,.head_nav_small .login-panel a {
    color: #fff
}

.head_nav_small .login-panel .split-line {
    margin: 0 5px
}

.head_nav_small .login-panel .ico-user,.head_nav_small .login-panel .phone i {
    vertical-align: -1px;
    width: 12px;
    height: 12px;
    margin-right: 9px;
    background-image: url("sprites3.png");
    display: inline-block
}

.head_nav_small .login-panel .ico-user {
    background-position: -25px -21px
}

.head_nav_small .login-panel .phone i {
    background-position: -25px -34px;
    margin-left: 25px
}

.navmid-logo,.navmid-logo img {
    height: 30px;
    vertical-align: middle
}

.ymm-navmid {
    background-color: #f5f5f6;
    line-height: 1;
    padding: 30px 0 26px
}

.navmid-logo {
    display: inline-block;
    width: 236px
}

.ymm-navmid .nav-lst {
    display: inline-block;
    font-size: 16px;
    line-height: 30px
}

.ymm-navmid .nav-lst li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-right: 30px
}

.ymm-navmid .nav-lst li a {
    color: #333;
    font-size: 16px
}

.ymm-navmid .nav-lst li a.on {
    color: #0c6
}

.ymm-navmid .connect {
    font-size: 14px;
    line-height: 30px
}

.ymm-navmid .connect i {
    display: inline-block;
    background-image: url("sprites3.png");
    background-position: -39px -47px;
    width: 14px;
    height: 18px;
    margin-right: 10px;
    vertical-align: -3px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    min-width: 140px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #0c6;
    text-decoration: none;
    background-color: #f3f7f9
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #0c6;
    text-decoration: none;
    background-color: #f3f7f9;
    outline: 0
}

.dropdown-menu.bullet {
    margin-top: 12px
}

.dropdown-menu.bullet:after,.dropdown-menu.bullet:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0
}

.dropdown-menu.bullet:before {
    top: -7px;
    border-bottom-color: #e4eaec
}

.dropdown-menu.bullet:after {
    top: -6px;
    border-bottom-color: #fff
}

.dropdown-menu-right.bullet:after,.dropdown-menu-right.bullet:before {
    right: 10px;
    left: auto
}

.navbarContainer {
    width: 100%;
    min-width: 1200px;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(235,235,235,.9)
}

.navbar__brand {
    display: inline-block;
    width: 102px;
    width: 140px;
    margin-top: 20px;
    float: left
}

.navbarContainer .city {
    display: inline-block;
    position: relative;
    margin-top: 23px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 1;
    height: auto;
    font-size: 16px;
    color: #656565;
    border-left: 1px solid #e0e0e0;
    cursor: pointer
}

.navbarContainer .clearfix {
    clear: none
}

.navbarContainer .nav-list {
    float: left;
    margin-left: 40px;
    max-width: 840px
}

.navbarContainer .nav-list li {
    position: relative;
    font-size: 16px;
    float: left;
    height: 60px;
    text-align: center;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s
}

.navbarContainer .nav-list li>a {
    display: block;
    position: relative;
    line-height: 60px;
    padding: 0 15px;
    margin: 0 5px
}

.navbarContainer .nav-list li>a:after {
    content: '';
    border: 0;
    border-top: 0;
    border-bottom: 2px solid #0c6;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.navbarContainer .nav-list li.on>a:after,.navbarContainer .nav-list li:hover>a:after {
    width: 100%
}

.navbarContainer .nav-list li.on a {
    color: #0c6
}

.navbarContainer .nav-list li:hover>a {
    color: #0c6;
    background-color: rgba(0,0,0,0.3);
}

.navbar-dropdown {
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer
}

.navbar-dropdown:after {
    border: 4px solid transparent;
    border-top: 4px solid #ff611b
}

.navbarContainer .nav-list li .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 60px;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid rgba(235,235,235,.9);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

.navbarContainer .nav-list li .dropdown-menu a {
    display: block;
    line-height: 40px;
    color: #464646;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    -o-animation-duration: .6s
}

.navbarContainer .nav-list li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out
}

.navbarContainer .nav-list li .dropdown-menu a:hover {
    background: #F2F2F2;
    text-indent: 5px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-login {
    text-align: right;
    padding: 0 0 0 15px;
    line-height: 60px;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.navbar-login .register__btn {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    -webkit-border-radius: 36px;
    background: #0c6;
    margin: 12px 20px 0 0
}

.login-tab,.login-tab .item {
    line-height: 38px;
    height: 38px
}

.navbar-login .register__btn span {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff
}

.navbar-login .register__btn:before {
    display: block;
    width: 100%;
    height: 0;
    content: '';
    background: #333;
    position: absolute;
    z-index: 1;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    -webkit-border-radius: 36px;
    transition: .3s .05s;
    -moz-transition: .3s .05s;
    -ms-transition: .3s .05s;
    -o-transition: .3s .05s;
    -webkit-transition: .3s .05s
}

.navbar-login .register__btn:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    -webkit-border-radius: 36px
}

.login-logo {
    width: 200px;
    height: 45px;
    text-align: center;
    margin: 0 auto
}

.login-logo img {
    width: auto;
    height: 35px
}

.login-tab {
    width: 400px;
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 20px auto 10px
}

.login-tab .item {
    width: 199px;
    text-align: center
}

.login-tab .item span {
    position: relative;
    display: inline-block;
    height: 38px;
    cursor: pointer
}

.login-tab .item span:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0c6;
    transition: .3s .05s;
    -moz-transition: .3s .05s;
    -ms-transition: .3s .05s;
    -o-transition: .3s .05s;
    -webkit-transition: .3s .05s
}

.login-tab .item span.active:before,.login-tab .item:hover span:before {
    width: 100%
}

.login-tab .division {
    height: 17px;
    width: 2px;
    background-color: #ddd;
    margin-top: 14px
}

.loginDialog .dialog_body {
    padding: 0 0 40px
}

.loginDialog .login-logo {
    padding-top: 50px
}

.loginDialog ul {
    padding: 10px 40px 40px
}

.loginDialog ul>li {
    display: inline-block;
    height: 48px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.loginDialog ul .item {
    width: 363px;
    padding-left: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px
}

.loginDialog ul .item:hover {
    border: 1px solid #0c6;
    -webkit-box-shadow: 0 0 6px 4px rgba(46,113,231,.1);
    box-shadow: 0 0 6px 4px rgba(46,113,231,.1)
}

.loginDialog .item i {
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    width: 14px;
    height: 19px;
    background: url("sprite_user.png") -113px 0 no-repeat
}

.loginDialog .item input {
    width: 350px;
    height: 48px;
    line-height: 1;
    border: none
}

.loginDialog .username i {
    background-position: -113px 0
}

.loginDialog .password i {
    background-position: -113px -25px
}

.loginDialog .verifyimg i {
    width: 16px;
    background-position: -135px -25px
}

.loginDialog .verifycode i {
    width: 16px;
    background-position: -113px -45px
}

.loginDialog .verifycode input,.loginDialog .verifyimg input {
    width: 220px;
    height: 48px;
    line-height: 1;
    border: none;
    background-color: #fff
}

.verifycode .code-btn,.verifyimg span a {
    height: 48px;
    line-height: 48px;
    top: 0;
    text-align: center
}

.verifyimg span {
    width: 141px;
    height: 48px;
    float: right;
    position: relative;
    z-index: 1
}

.verifyimg span img {
    width: 141px;
    height: 48px
}

.verifyimg span a {
    font-size: 14px;
    text-decoration: none;
    width: 141px;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0,0,0,.5);
    display: none;
    position: absolute;
    z-index: 2;
    left: 0
}

.verifyimg span:hover a {
    display: block
}

.verifycode .code-btn {
    width: 140px;
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    background-color: #f0f4fb;
    color: #a1a1a1
}

.verifycode:hover .code-btn {
    color: #0c6;
    border-left: 1px solid #0c6
}

.loginDialog .verifyimg span {
    position: absolute;
    top: 0;
    right: 0
}

.loginDialog .login-agent-btn,.loginDialog .login-user-btn {
    display: inline-block;
    width: 400px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    background: #0c6;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    transition: .3s .05s;
    -moz-transition: .3s .05s;
    -ms-transition: .3s .05s;
    -o-transition: .3s .05s;
    -webkit-transition: .3s .05s
}

.loginDialog .login-agent-btn:hover,.loginDialog .login-user-btn:hover {
    background: #333
}

.searchs {
    height: 48px;
    line-height: 48px;
    padding-top: 10px;
    background-image: url("tips-bg.png");
    background-repeat: repeat-x;
    background-size: 18px 62px;
    width: 100%;
    background-color: #f1f1f1
}

.searchs .search-txt {
    width: 720px
}

.searchs .search-txt .search-tab {
    float: left;
    width: 500px;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 35px;
    position: relative
}

.searchs .search-txt .search-tab .suggest-wrap {
    top: 5px;
    float: right;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.175);
    box-shadow: 0 2px 2px rgba(0,0,0,.175);
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 99;
    display: none;
    left: -1px;
    padding: 0
}

.searchs .search-txt .search-tab .suggest-wrap .title {
    background: #f2f4f7;
    color: #718aa6;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding-left: 14px
}

.searchs .search-txt .search-tab i.icon {
    background: url("ico_change.png") -226px 0;
    width: 7px;
    height: 4px;
    display: block;
    float: left;
    margin-top: 16px;
    margin-right: 8px;
    position: absolute;
    left: 60px;
    z-index: 98
}

.searchs .search-txt .search-tab .check {
    position: absolute;
    z-index: 98;
    height: 35px;
    line-height: 35px;
    width: 70px;
    text-align: center;
    cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs {
    width: 70px;
    float: left;
    position: absolute;
    z-index: 99;
    height: 35px;
    overflow: hidden;
    top: 0;
    background: #fff;
    display: none
}

.searchs .search-txt .search-tab ul.tabs li {
    height: 35px;
    line-height: 35px;
    text-align: center
}

.searchs .search-txt .search-tab ul.tabs li:hover {
    background: #f9f9f9
}

.searchs .search-txt .search-tab ul.tabs li label {
    cursor: pointer
}

.searchs .search-txt .search-tab ul.tabs li a {
    color: #333
}

.searchs .search-txt .search-tab .txt-serach {
    position: absolute;
    left: 0;
    top: 0
}

.searchs .search-txt .search-tab .txt-serach input {
    float: left;
    padding-left: 75px;
    width: 425px;
    height: 31px;
    border: 0;
    background: #fff;
    line-height: 31px;
    position: relative;
    top: 2px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug {
    display: none;
    margin-top: 36px;
    margin-left: -1px;
    position: absolute;
    z-index: 999
}

.searchs .search-txt .search-tab .txt-serach .hot-sug ul {
    width: 502px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.175);
    box-shadow: 0 2px 2px rgba(0,0,0,.175);
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li {
    height: 35px;
    line-height: 35px;
    padding: 0 14px
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name {
    background: #f2f4f7;
    color: #718aa6;
    font-weight: 700
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.hot-name:hover {
    background: #f2f4f7
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del {
    display: none;
    text-align: right;
    cursor: pointer
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li.del:hover {
    background: #fff
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li a {
    color: #333;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    width: 100%
}

.searchs .search-txt .search-tab .txt-serach .hot-sug li:hover {
    background: #f2f2f2
}

.searchs .search-txt form {
    width: 620px;
    float: left
}

.searchs .search-txt .act-search {
    width: 100px;
    height: 36px;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
    font-size: 14px;
    background: #c7524b;
    border: 1px solid #aa4741
}

.searchs-top3 {
    background: #f5f5f6;
    padding-top: 0;
    padding-bottom: 28px
}

.searchs-top3 .search-txt {
    width: 680px
}

.searchs-top3 .wrapper>.fl {
    display: inline
}

.searchs-top3 .input {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #394043;
    background-color: #fff;
    position: relative
}

.searchs-top3 .input .search-tab {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 0;
    float: none;
    position: relative
}

.searchs-top3 .search-txt .search-tab i.icon {
    background: url("sprites3.png") -45px 0;
    width: 7px;
    height: 4px;
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 8px;
    position: absolute;
    left: 60px;
    z-index: 98
}

.searchs-top3 .search-txt .search-tab .check {
    position: absolute;
    z-index: 98;
    height: 45px;
    line-height: 45px;
    width: 70px;
    text-align: center;
    cursor: pointer
}

.searchs-top3 .search-txt .search-tab .txt-serach input {
    float: none;
    padding-left: 75px;
    width: 425px;
    height: 34px;
    border: 0;
    background: #fff;
    line-height: 31px;
    position: relative;
    top: 2px
}

.searchs-top3 .search-txt .act-search {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 127px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    background-color: #0c6;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.searchs-top3 .search-txt .act-search span {
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 2
}

.searchs-top3 .search-txt .act-search i {
    display: inline-block;
    vertical-align: -4px;
    background-image: url("sprite-common.png");
    background-position: -37px 0;
    margin-right: 3px;
    width: 17px;
    height: 17px
}

.searchs-top3 .search-txt .act-search:before {
    display: block;
    width: 0;
    height: 100%;
    content: '';
    background: #333;
    position: absolute;
    z-index: 1;
    transition: .3s .05s;
    -moz-transition: .3s .05s;
    -ms-transition: .3s .05s;
    -o-transition: .3s .05s;
    -webkit-transition: .3s .05s
}

.searchs-top3 .search-txt .act-search:hover:before {
    width: 100%
}

.searchs-top3 .search-txt form {
    width: auto;
    float: none
}

.searchs-top3 .map_btn {
    float: left;
    display: inline-block;
    width: 125px;
    height: 39px;
    margin-left: 10px;
    line-height: 37px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 15px;
    color: #4E4E4E;
    border-right: 1px solid #E4E4E4;
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.searchs-top3 .map_btn:hover {
    border-color: #000;
    color: #000;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.searchs-top34 {
    padding: 15px 0
}

.main-bottom {
    margin-top: 30px;
    margin-bottom: 50px
}

.main-bottom hr {
    margin-top: 0;
    margin-bottom: 0;
    display: none
}

.main-bottom .title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0
}

.main-bottom .content {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0
}

.main-bottom .content dt {
    float: left;
    width: 120px;
    font-weight: 700
}

.main-bottom .content dd {
    float: left;
    margin-left: 10px;
    width: 85%
}

.main-bottom .content span {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    width: 118px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-bottom .content a {
    color: #333
}

.abreast-wrap>a {
    display: block;
    margin-bottom: 10px
}

.old-browser-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #999;
    background: #333
}

.old-browser-popup a {
    color: #fff3be
}

.form-control,.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    color: #555
}

.old-browser-popup span {
    position: relative;
    right: 20px;
    top: 18px;
    z-index: 9999;
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-position: -67px center
}

.old-browser-popup label {
    position: relative;
    top: 0;
    right: 6px;
    display: inline-block;
    width: 24px;
    height: 25px
}

.old-browser-popup .chrome-borwser-ico,.old-browser-popup .firefox-borwser-ico,.old-browser-popup span {
    background-image: url("browser.png");
    background-repeat: no-repeat
}

.old-browser-popup .chrome-borwser-ico {
    background-position: 0 center
}

.old-browser-popup .firefox-borwser-ico {
    background-position: -35px center
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.055);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.055);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group-addon {
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

@media (min-width:768px) {
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }
}