body { background:#f5f5f5;}
.de-header{
    min-width: 500px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    z-index: 9999;
}
.de-header:hover {
    background: rgba(0, 0, 0, 0.70);
}
.de-header a {
    color: #fff;
}
.de_logo{
    left: 30px;
    display: block;
    width: 271px;
    height: 39px;
}
.de-menu {position: absolute;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top: 50%;left: 50%;min-width: 510px;}
.de-menu-item {position: relative;line-height: 80px;cursor: pointer;display: inline-block;margin: 0 20px;}
.de-menu-item:hover > a {color: #2090FF;}
.de-menu-item.active, .de-menu-item:hover {border-color: #2090ff;color: #2090FF;}
.de-menu-item.active::before, .de-menu-item:hover::before {width: 100%;}
.de-menu-item::before {position: absolute;content: '';bottom: -1px;height: 3px;background: #2090FF;width: 0;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transform-origin: center;transform-origin: center;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.de-unlogin, .de-login, .de-platform-btn, .de_logo{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.de-platform-btn{
    right: 30px;
    display: inline-block;
    padding: 0 24px;
    border: 1px solid #666666;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #FFFFFF;
}
.apply_toppic img{
    margin-left: -960px;
    position: absolute;
    left: 50%;
    top: 0;
    width: auto !important;
}
.de-unlogin {
    display: none;
    right: 170px;
}
.de-login {
    right: 170px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 7px;
}
.de-login:hover .de-login-menu{
    display: block;
}
.de-login-name {padding: 25px 0 24px;}
.de-user-icon {
    display: inline-block;
    height: 20px;
    width: 19px;
    background: url(/themes/dpr/images/icon/user-icon.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 10px;
}
.de-login-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 120px;
    margin-left: -60px;
    background: rgba(0, 0, 0, 0.70);
}
.de-login-menu li {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 12px;
}
.de-unlogin a {
    display: inline-block;
    padding: 0 20px;
    line-height: 20px;
    border-right: 1px solid #fff;
}
.de-unlogin a:last-child {
    border-right: none;
    padding-right: 0;

}
.de-banner {
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #010019;
    color: #fff;
}
.de-banner-news{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}
.de-global-width{
    width: 1200px !important;
    margin: 0 auto;
}
.de-board {
    font-weight: bold;
    font-size: 14px;
}
.de-board-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 21px;
    height: 18px;
    background: url(/themes/dpr/images/icon/board.png) no-repeat;
    background-size: auto;
    background-size: contain;
}
.de-news-wrap {
    width: 999px;
    margin: 0 40px;
    overflow: hidden;
}
.de-news-list{
    width: auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.de-news-list li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    height: 60px;
    overflow: hidden;
}
.de-news-list li a{
    color: #fff;
}
.de-part{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.de-part-three{
    background: #F0F0F0;
}
.de-part-title{
    padding: 60px 0 15px;
    line-height: 40px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 11;
}
.de-part-subtitle {
    font-size: 16px;
    line-height: 21px;
    color: #999;
}
.de-part-three .de-part-content {
    margin: 45px 0 50px;
}
.de-part-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.de-part-list > li {width: 220px;height: 120px;margin: 0 25px 20px 0;background-color: #fff;}
.de-part-list > li span{line-height: 120px;}
.de-part-list > li:nth-child(5n) {margin-right: 0;}

/*焦点图*/
.chuzu_focus {position:absolute; z-index:1; width:664px; left:50%;top:180px; margin-left:-332px; text-align:center;}
.chuzu_focus h3 { font-size:46px; line-height:60px; color:#fff; font-weight: 700;}
.chuzu_focus h3 span{color:#D96432;}
.chuzu_focus .txt { color:#fff; font-size:24px; line-height: 36px;padding:20px 0 30px;}
.chuzu_focus .tel {background:rgba(0,60,157,0.7);color:#fff;padding:12px 35px;font-size:20px;display:inline-block;border-radius:99px;}

/*出租首页*/
.chuzu_wrap { width:1200px; margin:20px auto 0;}
.chuzu_wrap .chuzu_bk { margin-bottom:20px; overflow:hidden; background:#fff;}
.chuzu_wrap .chuzu_bk h3 { height:60px; line-height:60px; font-size:16px; border-bottom:3px #DA6432 solid;}
.chuzu_wrap .chuzu_bk h3 i { width:24px; height:24px; background:url(/themes/dpr/images/chuzu/ico.png) no-repeat; display:inline-block; margin-right:8px; margin: 0px 8px 0 12px; vertical-align: middle;}
.chuzu_wrap .chuzu_bk h3 .icon_s { background-position:0 0;}
.chuzu_wrap .chuzu_bk h3 .icon_h { background-position:0 -48px;}
.chuzu_wrap .chuzu_bk h3 .icon_n { background-position:0 -72px;}
.chuzu_wrap .chuzu_search { padding:0 15px;}
.chuzu_wrap .search_wrap { margin-bottom:15px; padding: 20px 0px 5px; overflow:hidden;}
.chuzu_wrap .search_wrap .search_col { float:left; width:33.33%; padding:5px 10px; min-height:120px; box-sizing:border-box;}
.chuzu_wrap .search_wrap .search_col .tit { font-size:16px; line-height:30px;}
.chuzu_wrap .search_wrap .search_col ul { overflow:hidden; padding-top:10px;}
.chuzu_wrap .search_wrap .search_col li { width:20%; float:left; box-sizing:border-box; padding:0 5px 5px 0;}
.chuzu_wrap .search_wrap .search_col li a { border:1px #dfdfdf solid; border-radius:4px; text-align:center; padding:5px 8px; display: block;}
.chuzu_wrap .search_wrap .search_col li a:hover { background:#DA6432; color:#fff; border:1px #DA6432 solid;}
.chuzu_wrap .search_wrap .col-2 { border-left:1px #dfdfdf solid; border-right:1px #dfdfdf solid; padding: 5px 15px;}
.chuzu_wrap .chuzu_brand {background:#fff;}
.chuzu_wrap .chuzu_brand h4 { height:50px; line-height:50px; font-size:16px; border-top:1px #dfdfdf solid;}
.chuzu_wrap .chuzu_brand h4 i { width:24px; height:24px; background:url(/themes/dpr/images/chuzu/ico.png) no-repeat; display:inline-block; margin-right:8px; margin: 0px 8px 0 8px; vertical-align: middle;}
.chuzu_wrap .chuzu_brand h4 .icon_b { background-position:0 -24px;}
.chuzu_wrap .chuzu_brand #brand_scroll { overflow:hidden;padding: 5px 0; height:180px;}
.chuzu_wrap .chuzu_brand #brand_scroll div { width:1170px; height:90px;}
.chuzu_wrap .chuzu_brand #brand_scroll li {float: left; width:16.66%; text-align:center;}
.chuzu_wrap .search_wrap .search_col form { padding:10px 0;}
.chuzu_wrap .search_wrap .search_col .ipt { width:230px; border:1px #dfdfdf solid; height:38px; line-height:32px; padding-left:10px;}
.chuzu_wrap .search_wrap .search_col button { width:100px; height:40px; color:#fff; background:#D96432; font-size:14px; border:0; vertical-align:bottom;}
/*热门出租*/
.hot_product_list { padding:20px 15px; overflow:hidden;}
.hot_product_list li { width:25%; float:left; box-sizing:border-box; padding:10px; text-align:center;}
.hot_product_list li a { display:block; position:relative;}
.hot_product_list li a span { position:absolute; left:11px; top:6px; z-index:1;}
.hot_product_list li a .l_num { width:36px; height:36px; line-height:36px; font-size:18px; color:#fff; z-index:2;}
.hot_product_list li a .label1 { width: 0; height: 0; border-top: 56px solid #DA6432; border-right: 56px solid transparent;}
.hot_product_list li a .label2 { width: 0; height: 0; border-top: 56px solid #E8A655; border-right: 56px solid transparent;}
.hot_product_list li a .label3 { width: 0; height: 0; border-top: 56px solid #F2D54A; border-right: 56px solid transparent;}
.hot_product_list li img { padding:5px; border:1px #dfdfdf solid; border-radius: 6px;}
.hot_product_list li p.name { font-size:14px; line-height:24px; padding: 5px 0;}
.hot_product_list li p.price { color:#999;}
.hot_product_list li p.price strong { font-size:16px; color:#DA6432;}
/*最新出租*/
.new_product_list { overflow:hidden;}
.new_product_list li { width:20%; float:left; box-sizing:border-box; padding:10px; text-align:center;}
.new_product_list li a { display:block;}
.new_product_list li img { padding:5px; border:1px #dfdfdf solid; box-sizing:border-box; max-width:100%; border-radius: 6px;}
.new_product_list li p.name { font-size:14px; line-height:24px;max-height: 48px; padding: 5px 0; overflow:hidden;}
.new_product_list li p.price { color:#999;}
.new_product_list li p.price strong { font-size:16px; color:#DA6432;}
/*页码*/
.chuzu_wrap .page { padding: 5px 15px 20px; overflow:hidden; text-align:center;}
.chuzu_wrap .page p { line-height:36px; font-size:14px;}
.chuzu_wrap .page p .p_num { width:20px; height:20px; line-height:20px; border:1px #dfdfdf solid; display: inline-block; border-radius:4px; margin:0 3px;}
.chuzu_wrap .page p .current { background:#DA6432; color:#fff; border:1px #DA6432 solid;}
/*详情页*/
.item_box { background:#fff; overflow:hidden; padding:20px 30px; margin-bottom:20px;}
.item_box .img_box { width:360px; float:left;}
.item_box .item_file { width:720px; float:left; margin-left:30px;}
.item_box .item_file .tit { font-size:20px; color:#00307F; line-height:46px;}
.item_box .item_file p { line-height:50px; border-bottom:1px #dfdfdf solid; color:#696969; margin:5px 0;}
.item_box .item_file p strong { font-size:14px; color:#363636; margin-right:5px;}
.item_box .item_file .btn_box { padding:10px 0;}
.item_box .item_file .btn_box span { font-size:16px; padding:10px 15px; border:1px #d9d9d9 solid; margin-right:15px;}
.item_box .item_file .btn_box span strong { color:#DA6432;}
.item_box .item_file .btn_box a { font-size:16px; width:130px; text-align:center; display:inline-block; padding:10px 15px; background:#DA6432; color:#fff;}
.item_pj {background:#fff; overflow:hidden; border-top:3px #00307F solid; margin-bottom:20px;}
.item_pj h3 { height:60px; line-height:60px; font-size:16px;}
.item_pj h3 i { width:24px; height:24px; background:url(/themes/dpr/images/chuzu/ico.png) no-repeat; display:inline-block; margin-right:8px; margin: 0px 8px 0 12px; vertical-align: middle;}
.item_pj h3 .icon_t { background-position:0 -24px;}
.item_pj .pj_list { padding:0 15px 20px; overflow: hidden;}
.item_pj .pj_list .new_product_list li { width:16.66%; float:left; box-sizing:border-box; padding:10px; text-align:center;}
.item_pj .pj_list .new_product_list li p.name { font-size:14px; line-height:20px; padding: 5px 0;}
.item_pj .pj_list .new_product_list li p.price strong { font-size:14px; color:#DA6432;}

.item_box .item_table table { border:0; width:100%;}
.item_box .item_table td { width:33.33%; height:42px; line-height:42px; border-bottom:1px #dfdfdf solid;}
.item_box .item_li { margin-bottom:15px;}
.item_box .item_li h5 { height:32px; line-height:32px; font-size:14px; margin-bottom:5px;}
.item_box .item_li h5 span { width:7px; height:15px; margin-right:5px; background:#DA6432; display:inline-block;vertical-align: middle; border-radius: 2px;}
.item_box .item_bz .item_step { min-height:180px; position:relative;}
.item_box .item_bz .item_step .arrow { background:url(/themes/dpr/images/chuzu/step_arrow.png) no-repeat; position:absolute; width:21px; height:21px; display:block; top:80px;}
.item_box .item_bz .item_step .a_1 { left:205px;}
.item_box .item_bz .item_step .a_2 { left:500px;}
.item_box .item_bz .item_step .a_3 { left:775px;}
.item_box .item_bz .item_step .step { width:25%; float:left; box-sizing:border-box; padding:15px;}
.item_box .item_bz .item_step .s_1 i { background:#f5f5f5 url(/themes/dpr/images/chuzu/step-00.png) no-repeat;}
.item_box .item_bz .item_step .s_2 i { background:#f5f5f5 url(/themes/dpr/images/chuzu/step-02.png) no-repeat;}
.item_box .item_bz .item_step .s_3 i { background:#f5f5f5 url(/themes/dpr/images/chuzu/step-03.png) no-repeat;}
.item_box .item_bz .item_step .s_4 i { background:#f5f5f5 url(/themes/dpr/images/chuzu/step-04.png) no-repeat;}
.item_box .item_bz .item_step .step i { width:84px; height:84px; display:block;background-position: 14px; border-radius:12px;}
.item_box .item_bz .item_step .step .tit {line-height:32px; color:#646464;}
.item_box .item_bz .item_step .step p {width:144px; line-height:20px; color:#969696;}
.item_box .item_sm p, .item_box .item_ms p  {line-height:20px; font-size:14px; margin-bottom:5px;}

#chuzu_step { height: 420px; background: #fff; background-size: auto; background-size: cover;}
#chuzu_step .title,#enter .title { text-align: center; padding-top: 40px; padding-bottom: 30px; font-size: 24px; color: #333; letter-spacing: 0; text-align: center; line-height: 40px;}
#chuzu_step .list {width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
#chuzu_step .list > .item {border-radius: 12px;width: 240px;height: 200px;border: 2px solid #cdd1e9;text-align: center;}
#chuzu_step .item > img {padding-top: 25px;width: 60px; height: 60px;}
#chuzu_step .item > h4 {color: #333333;font-size: 18px;margin-top: 18px;}
#chuzu_step .item .center {text-align: center;}
#chuzu_step .item div {margin-top: 10px;font-size: 14px;text-align: left;padding: 0 20px;color: #666666;line-height: 20px;}
#chuzu_step .bottom {width: 1200px;margin: 0 auto;margin-top: 20px;}
#chuzu_step .bottom img {width: 100%;}
#chuzu_step .bottom div {display: flex;justify-content: space-around;font-size: 16px;color: #666;margin-top:5px;}