/* CSS Document */
/*登录注册页面 login sign*/
body{ 
    position: relative;
}
a:hover{
    text-decoration: none;
}
.wrap-all{
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.login-box{
    padding: 55px 20px;
    color: #666;
    overflow: hidden;
}
.login-form{
    float: left;
    width:584px;
    margin: 0px 0 40px 20px;
    border-right:1px dashed #ddd;
    padding: 40px 40px 40px 0px;
}
.J_indexLogin{
    width: 280px;
    height: 251px;
}
.login-input{
    width: 300px;
    float: left;
    margin-bottom: 15px;
}
.login-label{
    width: 100px;
    text-align: right;
    float: left;
    line-height: 30px;
}
.login-captcha{
    width: 150px;
    float: left;
    margin: 0 5px 5px 0;
}
.login-btn{
    width: 160px;
    margin: 10px 0 0 54px;
    text-align: center;
    margin-top: 0px;
}
#captcha{
    margin-bottom: 10px;
}
.js-refresh-check{
    font-size: 12px;
    color: #3998f3!important;
    margin: 0px 0 10px 5px;
    display: inline-block;
}
.login-title{
    float: left;
    margin: -10px 0 0 20px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px solid #f3f3f3;
    width: 530px;
    padding: 0 10px 10px 5px;
    position:relative;
    margin-bottom: 10px;
}
.sign-btn{
    position: absolute;
    right: 0px;
    top:5px;
    font-size: 13px;
}
.sign-btn a{
    color: #3998f3;
}
.login-qq{
    float: right;
    text-align: center;
    width: 220px;
    margin-right: 50px
}
.login-qq-icon{
    width: 125px;
    height: 125px;
    background-color: #64a1db;
    display: block;
    border-radius: 50%!important;
    margin-left: 45px;
}
.login-qq-icon i{
    color: #fff;
    font-size: 80px;
    padding: 20px 0 0 0px;
}
.login-qq-title{
    cursor: pointer;
    margin: 7px 0 10px 0;
    display: block;
    color: #599cdb;
}
.login-right-icon{
    position: absolute;
    right: 0;
    bottom:0;
}
.login-box .form-group{
    margin-bottom: 5px;
}
.help-block{
    display: block;
    width: 200px;
    margin: -10px 0 10px 105px;
    float: left;
}
.captcha-box{
    width: 300px;
    position: relative;
    margin:0;
}

/*首页*/

/*公告*/
.index-notice-box{
    width: 1000px;
    margin: -5px auto 0;
    padding: 3px 0 2px 0;
    border: 1px solid #ddd;
    font-size: 13px;
}
#scrollDiv {
    width: 950px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    float: left;
}
#scrollDiv ul{
    padding:0;
}
#scrollDiv li {
    height: 25px;
    padding-left:0px;
}
.index-icon-tips{
    float: left;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    color: #f06f11;
}

/*框架*/
.content-left{
    float: left;
    width: 900px;
}
.content-right{
    float: left;
    width: 280px;
}
.content-main{
    width: 1200px;
    position: relative;
    margin: 10px auto;
    clear: both;
}

/*焦点图*/
.index-foucs-img{
    width: 900px;
    height: 290px;
    border:1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.index-foucs-img .bx-has-pager{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ff7c1c;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.index-focus-box{
    position: relative;
}

/*登录框*/
.index-login-box{
    border: 1px solid #ddd;
    padding: 10px 15px;
    float: left;
}
.index-login-group{
    position: relative;
}
.login-icon-user, .login-icon-password{
    position: absolute;
    left:11px;
    top: 14px;
    color: #999;
}
.index-login-input{
    padding: 10px 10px 10px 30px;
    height: 40px;
}
.index-login-rember{
    float: left;
    width:100%;
    margin: 10px 5px 0px 0;
}
.forget-pass{
    float: right;
    font-size: 12px;
    margin: -7px 2px 0 5px;
}
.index-login-btnbox{
    width: 100%;
    margin: 10px 0 5px 0px;
    float: left;
}
.login-btn-left{
    float: left;
    width: 120px;
}
.sign-right-right{
    float: right;
    width: 120px;
    margin-left: 5px!important;
}
.index-other-sign{
    border-top:1px dotted #ccc;
    float: left;
    width: 100%;
    padding:10px 0 0 2px;
    font-size: 13px;
    margin: 6px 0;    
}
.index-login-label{
    float: left;
    margin-top: -8px;
}
.index-login-label input{
    vertical-align: text-top;
}

/*item css*/
.index-item-box{
    width: 900px;
    overflow: hidden;
}
.index-item-title{
    width: 100%;
    font-size: 16px;
    border-bottom:2px solid #ddd;
    padding: 4px 0 10px 0;
    margin:15px 0px 10px 0px;
    position: relative;
}
/*.index-item-title span{
    border-bottom:2px solid #22ac38;
    padding: 0px 5px 7px 4px;
}*/
.index-item-title a{
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.index-item-list{
    float: left;
    width: 708px;
    padding:0;
    margin-top: 5px;
}
.index-item-list li{
    float: left;
    width: 167px;
    margin: 10px 10px 10px 4px;
    border: 1px solid #ddd;
    border-radius: 2px!important;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.index-item-list li:hover{
    border: 1px solid #06c;
}
.index-item-list li .p1{
    /*color: #03A3E7;*/
    margin:5px 0px 5px 10px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.index-item-list li .p1 strong{
    font-weight: normal;
}
.index-icon-ming{
    position: absolute;
    right: 4px;
    top:2px;
    font-style: normal;
    color: #fff;
    background-color: #06c;
    font-size: 12px;
    padding: 0px 3px 0px 3px;
    border-radius: 2px;
    line-height: 18px;
}
.index-item-list li .p2 {
    /* background-color: #f7f7f7;*/
    background-color: #fff;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    margin: 0;
}
.index-item-list li .p3{
    font-size: 13px;
    padding: 5px 10px;
    margin:0;
    width: 165px;
    height: 55px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-item-list li .p4{
    position: absolute;
    bottom: -28px;
    left: 0;
    padding: 4px 10px;
    background: #06c;
    width: 100%;
    text-align: center;
    margin:0;
    border-radius:  0 0 2px 2px!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.index-item-list li:hover .p4{
    display: block;
    bottom: 0px;
}
.index-item-list li .p4 a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.green-title{
    border-bottom: 2px solid #75a302!important;
}
.recom-num{
    width: 50%;
    float: left;
}
.recom-num .index-item-list{
    width: 355px;
}
.recom-num .index-item-title{
    width: 99%;
}
.padding-left-4{
    padding-left: 4px;
}

/*滚动logo*/
.scroll-logo{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 150px;
    position: relative;
    
}
.scroll-logo-box{
    float: left;
    padding: 0;
}
.scroll-logo-box a{
    border:1px solid #ddd;
    float: left;
    width: 122px;
    height: 62px;
}

#J_prev, #J_next{
    position: absolute;
    top: 53px;
    font: bold 45px \5b8b\4f53,Hei;
    font-weight: bold;
}
#J_prev a, #J_next a{
    text-decoration: none;
    color: #666;
}
#J_prev a:hover, #J_next a:hover{
    color: #ef8018;
}
#J_next{
    right: 7px;
    top:60px;
}
#J_prev{
    left: 7px;
    top:60px;
}
#J_nextOne, #J_prevOne{
    position: absolute;
    font-size: 40px;
    top: 123px;
    font: bold 50px \5b8b\4f53,Hei;
    z-index: 1;
    background: #fff;
    opacity: 0.5;
    display: none;
}
#J_prevOne a, #J_nextOne a{
    text-decoration: none;
    color: #666;
}
#J_prevOne a:hover, #J_nextOne a:hover{
    color: #333;
}
#J_nextOne{
    right: 0;
}
#J_prevOne{
    left: 0;
}
#J_silderBox{
    position: absolute;
    width: 1114px;
    height: 62px;
    overflow: hidden;
    top: 57px;
    left: 42px;
}
#J_silderBox .bx-controls{
    display: none;
}

/*右侧item*/
.index-right-item{
    float: right;
    border:1px dashed #ddd;
    width: 100%;
    margin: 5px 0 0 0;
}
.index-new-box{
    margin: 0;
    padding:0;
    padding-bottom:5px; 
}
.index-new-box li{
    line-height: 35px;
    height: 44px;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom:1px dashed #ddd;
    padding: 4px 5px 5px  0px;
    margin: 0 5px 0 0px;
    font-size:13px;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.index-new-box li a{
    color: #666;
}
.index-new-box li a:hover{
    color: #1885c8;
    text-decoration: none;
}

.font-size-13{
    font-size: 13px;
}
.index-pai-thead{
    font-size: 12px;
    background: #efefef;
}
.round-box{
    background: #999;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #fff;
    font-style: normal;
    line-height: 13px;
    margin-right: 5px;
    padding-left: 4px;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.border-box{
    border:1px solid #ddd;
    overflow: hidden;
    height: 90px;
    width: 100%;
    border-top: none;
    background-color: #f7f7f7;
}
.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.search-control{
    position: absolute;
    right: 0;
    top: -2px;
}
.search-filter-box{
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
    border:1px solid #ddd;
    padding: 5px 0;
}
.search-filter-box li{
    float: left;
    border-bottom:1px dashed #F0F0F0;
    padding: 6px 5px 2px 5px;
    width: 100%;
}
.search-filter-tagbox{
    float: left;
    margin-left: 5px;
}
.search-filter-tag{
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.search-filter-tag a{
    display: inline-block;
    padding:0px 10px 0 0;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.search-filter-tagbox .bold{
    font-weight: bold;
    color: #02a9f0!important;
}
.J_editType{
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}
.filter-select{
   
}
.search-label{
    margin-right: 20px;
    vertical-align: top; 
}
.search-label input{
    margin-right: 5px;
}

/*左边内容*/
.contact-us{
    
}
.hw10 {width: 1000px; position: relative; margin-top: 10px; clear: both;}

/* 频道页 样式 */
.channel-left{
    width: 180px;
    float: right;
    min-height: 400px; margin-top:
}

.channel-right{
    width: 1000px;
    float: left;
    min-height: 400px;
}

.channel-left-box{
    padding: 10px;
    border: 1px solid #e3e4e9;
    margin-bottom: 10px;
}
.channel-left-title{
    line-height: 36px;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.channel-left-title span{
    font-weight: bold;
    border-bottom: 2px solid #22ac38;
    display: inline-block;
    margin-bottom: -1px;
}
.channel-left-title a{
    float: right;
    color: #999;
}

.channel-ul-1 li {
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.channel-ul-1 li a {
    padding-left: 11px;
    background: url("../img/li_left_dot.png") no-repeat 0 9px;

}
.channel-ul-1 li a,.channel-ul-2 li a {
    color: #363636;
}
.channel-ul-1 li a:hover,.channel-ul-2 li a:hover {
    color: #22ac38;
}
.channel-ul-2:after{
    content: '';
    display: block;
    clear: both;
}
.channel-ul-2 li{
    float: left;
    padding: 5px 10px;
}
.channel-filter{
    border: 1px solid #cccccc;
    background: #f8f8f8;
    padding: 10px 20px;
}
.channel-filter ul:after{
    content: '';
    display: block;
    clear: both;
}
.channel-filter li{
    float: left;
    padding-right: 25px;
}
.channel-filter li a{
    color: #363636;
}
.channel-filter li a:hover{
    color: #22ac38;
}
.channel-filter li a.active{
    font-weight: bold;
    color: #22ac38;
}

.channel-box.index-item-box{
    width: 100%;
    margin-top: 10px;
}
.channel-box .index-item-list{
    width: 100%;
}
.channel-box .index-item-title{
    border-bottom: 2px solid #179500;
    line-height: 24px;
}
.channel-box .index-item-title span{
    border-bottom: none;
    font-weight: bold;
    color: #22ac38;
}

.channel-box .index-item-title a {
    color: #323333;
}

.channel-box .index-item-list li {
    width: 190px;
    margin-right: 5px;
}
.channel-box .index-item-list li:hover{
    border: 1px solid #06c;
}
.channel-box .index-item-list li .p2{
    background-color: inherit;
}
.channel-box .index-item-list li .p4{
    background-color: #06c;
    bottom: -32px;
    padding: 6px 10px;
}
.channel-box .index-item-list li:hover .p4 {
    bottom: 0px;
}
.index-item-list-tag{
    margin-right: 5px;
}
a.box-bottom-btn{
    display: block;
    margin: 10px -11px -11px -11px;
    background-color: #06c;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.box-bottom-btn:hover{
    color: #fff;
    background-color: #0088cc;
}
.box-bottom-btn:focus{
    text-decoration: none;
    color: #fff;
    background-color: #0088cc;
}
.index-login-title{
    font-size: 16px;
    margin:8px 0 6px 2px;
}
.class-case-title{
    border:1px solid #ddd;
    font-weight: bold;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    background-color: #f7f7f7;
}
.index-bus-info{
    border:1px solid #f3bb7a;
    background-color: #fffcf0;
    width: 445px;
    float: left;
    padding: 10px 15px;
}
.back-red{
    background-color: red;
}
.J_typeMenu .nav-tabs{
    position: absolute;
    top: -12px;
    right: 50px;
}
.J_typeMenu .nav-tabs>li.active>a{
    border: none;
    border-bottom: 3px solid #22ac38;
}
.more-num{
    border:1px solid #ddd;
    padding: 3px 5px;
    color: #666;
    position: absolute;
    top: -3px;
    right: 5px;
}
.J_typeMenu .nav>li>a:hover, .nav>li>a:focus{
    background-color: #fff;
/*    border:none;
    border-bottom: 2px solid #ddd;*/
    border-left-color:#fff;
    border-right-color:#fff;
    color: #22ac38;
}

.J_navArrow{
    position: absolute;
    bottom: -7px;
    left: 38%;
    color: #22ac38;
    display: none!important;
}
.J_typeMenu .nav-tabs>li.active .J_navArrow{
    display: block!important;
}
.fix-slider{
    position: fixed;
    left:50%;
    margin-left: -555px;
    top:10px;
    width: 45px;
    height: 300px;
    background-color: #fff;
    color:#fff;
    border-top:1px solid #ddd;
    display: none;
}
.fix-slider li a{
    width: 45px;
    padding: 15px 5px;
    display: block;
    border:1px solid #ddd;
    border-top:none;
    color: #666;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}
.J_moreBtn{
    cursor: pointer;
}
.one a:hover{
    background-color: #22ac38;
    color: #fff;
}
.two a:hover{
    background-color: #ff6f4c;
    color: #fff;
}
.three a:hover{
    background-color: #42bcca;
    color: #fff;
}
.four a:hover{
    background-color: #249135;
    color: #fff;
}
.five a:hover{
    background-color: #d2d2d2;
    color: #fff;
}

.active .qq-type{
    background-color: #22ac38!important;
    color: #fff!important;
}
.active .mb-type{

    background-color: #ff6f4c!important;
    color: #fff!important;
}
.active .domain-type{
    background-color: #42bcca!important;
    color: #fff!important;
}
.active .help-type{
    background-color: #249135!important;
    color: #fff!important;
}
.active .top-type{
    background-color: #d2d2d2!important;
    color: #fff!important;
}
.remanberCheck{
    vertical-align: top;
    margin-right:5px!important;
}
.background-yellow{
    background-color: #22ac38;
}
.forget-pass-login{
    margin-left:135px;
}
.qqbox{
    float: left;
    margin:100px 0 0 30px;
}
.qq-info-box{
    float: left;
    width: 200px;
    background-color: #E4E4E4;
    color: #666;
    padding: 10px;
}
.col-all-box{
    border:1px solid #ddd;
    margin-top:20px;
}
.float-none{
    float:none;
    margin: 0;
}
.border-top-one{
    border-top: 1px solid #ddd;
    width:100%;
    display: block;
}
.step-box{
    border:1px solid #ddd;
    background-color: #fffcf0;
    width: 900px;
    margin: 10px 0 0 50px;
    padding: 10px;
}
.seller-add-desc{
    margin: -10px 0 20px 20px;
    color: #999;
}
.item-col-3{
    width: 322px;
    float: left;
    border-radius: 3px!important;
    border:1px solid #ddd;
    margin-top: 20px;
}
.item-col-title{
    margin: 0;
    padding: 10px;
    color: #fff;
}
.item-li-style{
    float: left;
    width: 100%;
    height: 216px;
    padding: 0 20px 20px 40px;
    line-height: 23px;
    margin:-15px 0 0 00px;
}
.item-li-style li{
    background: url(../img/index/dui.jpg) no-repeat;
    padding-left:25px; 
    line-height: 28px;
}
.item-desc{
    border-top: 1px solid #ddd;
    width: 88%;
    float: left;
    margin: 0 0 10px 6%;
}
.item-desc h5{
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0 6px 0;
}
.item-desc p{
    margin:7px 0 7px 0;
}
.broker-step{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 40px 0 0 5px;
}
.broker-step li{
    float: left;
    width: 20%;
    position: relative;
    padding: 0 50px 0 0;
}
.circle-broker{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%!important;
    background-color: #f2f2f2;
    font-style: normal;
    border: 1px solid #ddd;
    padding: 5px 0 0 12px;
    font-size: 16px;
    position: absolute;
    top: -20px;
    left: 20%;
    font-weight: bold;
    color: #666;
}
.search-type{
    border:none;
    border-right:1px solid #ddd;
    position: absolute;
    top: 6px;
    left:4px;
    z-index: 2;
    text-align: center;
}
.search-buyer-box{
    position: relative;
}
.search-type option{
    border:none!important; 
    text-align: center!important;
}
.user-login-info{
    width: 100%;
    background-color: #f7f7f7;
    float: left;
    border:1px solid #ddd;
    padding: 10px 15px 2px 15px;
}
.user-login-info ul{
    width: 100%;
    float: left;
    font-size: 14px;
}
.user-login-info li{
    line-height: 27px;
}
.findpassword-body-title{
    font-size: 20px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}
.tab-pane .index-item-list{
    width: 908px;
    min-height: 200px;
	height:auto;
    overflow: hidden;
}
.tab-pane .load-flower{
    margin: 130px 0 0 50%;
}
.load-flower{
    width: 32px;
    height: 32px;
    background:url(../img/index/load.png) no-repeat;
    background-size: 32px 32px;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    -webkit-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear;
}



/*** page
-------------------------------------------------------------- ****/
.pagel { font-size: 12px; text-align: center; width: 100%; float: left; margin-top: 10px;}
.pagel a {  line-height: 35px; margin-right: 6px; padding:5px 10px; border: 1px solid #06c; text-decoration:none; color:#06c; }
.pagel a:hover {line-height:35px; color:#fff; background-color:#06c; padding:5px 10px; border:1px solid #06c;}
.pagel b { line-height:35px; color: #fff; background-color: #06c; padding:5px 10px; border:1px solid #06c; margin-right:6px;}


.news{height:460px;margin-top:2%}
.news a {color: #000;}
.news a:hover {color: #06c;}
.news div{width:33.333333%;float:left;padding-left:1%;padding-right:1%;}
.news div dl{font-size:20px;color:#06c;height:50px;line-height:50px;border-bottom:1px solid #06c}
.news div dl a{font-size:14px;}
.news div ul{padding-top:2%}
.news div ul li{height:36px;line-height:36px;overflow:hidden;font-size:14px;}
.news div ul li small{float:right;font-size:12px;color:#ccc}
.r { float: right; }



.foot2{height:105px;    background: #f7f7f7;}
.foot2 ul{width:252px;border-right:1px solid #dedede;float:left;height:46px;margin-top:35px;margin-left:48px;color:#0d0d0d;font-size:18px;background:url(../images/foot.png) left top no-repeat;padding-left:60px;line-height:22px;}
.foot2 ul.f2{background-position:left -45px}
.foot2 ul.f3{background-position:left -94px}
.foot2 ul.f4{border:none;background-position:left -143px}
.foot2 ul span{font-size:12px;color:#737272}
