﻿@charset "utf-8";


/*global*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    list-style: none;
}

html, body {
    background: #f2f2f2;
    width: 100%;
}

div {
    display: block;
}

a {
    color: #666;
    text-decoration: none;
}

i {
    font-style: normal;
}

img {
    border: none;
}

h4, h5 {
    font-weight: normal;
}

.header {
    background: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 998;
}

.logo {
    width: 230px;
    height: 80px;
    display: inline-block;
    background: url(/romzhijia/images/logo_top.png) 0 center no-repeat;
    float: left;
    background-size: contain;
}

.navBar {
    background: #e8e8e8;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    top: 80px;
    width: 100%;
    position: fixed;
    z-index: 997;
    background: #232323;
    overflow: hidden;
}

    .navBar a {
        color: #fff;
        font-size: 14px;
        margin-right: 30px;
        line-height: 60px;
        padding: 7px 10px;
        transition: all 0.1s ease-out 0s;
        border-radius: 2px;
    }

        .navBar a:hover {
            background: #3ea8f0;
            color: #fff;
        }

    .navBar .current {
        background: #3ea8f0;
        box-shadow: 1px 2px 3px #077CDC inset;
        color: #fff;
    }

    .navBar .hotnav {
        background: none;
        color: #f73d3d;
        text-decoration: underline;
        position: relative;
        display: inline;
    }

        .navBar .hotnav:hover {
            background: none;
            color: #f73d3d;
            position: relative;
            display: inline;
        }

.hot {
    position: absolute;
    top: -10px;
    right: 0;
    background: url(#);
    width: 25px;
    height: 15px;
    display: block;
}

.navBar .red:hover, .navBar .red:hover {
    background: #f73d3d;
    color: #fff;
}

.nav {
    width: auto;
    float: left;
}

.search {
    float: right;
}

    .search from {
        background: #fff;
    }

    .search input {
        border: none;
        margin-top: 15px;
        float: left;
    }

        .search input[type="text"] {
            color: #888;
            width: 220px;
            height: 20px;
            padding: 5px;
            font-size: 12px;
        }

        .search input[type="submit"] {
            cursor: pointer;
            height: 30px;
            transition: background-color 0.3s ease-out 0s;
            width: 30px;
            border: none;
        }

.search_ico {
    background: url(/romzhijia/images/img.png) 5px -75px no-repeat #fe8245;
    width: 30px;
    height: 30px;
}

    .search_ico:hover {
        background: url(/romzhijia/images/img.png) 5px -75px no-repeat #e96321;
    }

/*auto Width*/
.wrapper, .main {
    max-width: 1506px;
    min-width: 1000px;
    margin: 0 auto;
}

.autoWidth {
    margin: 0 auto;
}

.main { /*margin-top:150px*/
}

.clear {
    clear: both;
}

/*footer*/
.footer {
    width: 100%;
    padding: 30px 0;
    background: #2a2c30;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

    .footer p {
        line-height: 25px;
    }

    .footer a {
        color: #f2f2f2;
        text-decoration: underline;
        padding: 0 5px;
    }

        .footer a:hover {
            color: #09F;
        }

.link {
    padding: 10px;
    display: block;
    background: #fff;
    margin-top: 20px;
}

    .link .tit {
        display: block;
        padding: 5px 0 10px;
    }

        .link .tit i {
            font-size: 12px;
            color: #c5c5c5;
        }

    .link a {
        font-size: 13px;
        color: #666;
        padding: 2px 15px 3px 0px;
        display: inline-block;
    }

        .link a:hover {
            color: #3999e0;
            text-decoration: underline;
        }



/*login*/
.login {
    float: right;
    margin-top: 20px;
    font-size: 13px;
}

    .login a {
        color: #fff;
        float: left;
        padding: 10px 0;
        text-align: center;
        width: 90px;
    }

    .login .btn_landin {
        background: #09F;
        transition: background-color 0.3s ease-out 0s;
    }

        .login .btn_landin:hover {
            background: #35b1ff;
        }

    .login .btn_reg {
        background: #424242;
        transition: background-color 0.3s ease-out 0s;
    }

        .login .btn_reg:hover {
            background: #4d4d4d;
        }

#user_login_div {
    z-index: 10000;
}


/*more*/
.more {
    clear: both;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e8e8e8;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


/*other page*/
.main2 {
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}


/*other third*/
.third_bar {
    width: 100%;
    margin-top: 50px;
}

/*position*/
.position {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #888; /*margin-top:165px;*/
}

    .position a,
    .position span {
        color: #333;
        padding: 2px 7px;
        margin: 0 2px;
    }


    .position .now {
        background-color: #f17f06;
        color: #fff;
    }


    .position a:hover {
        background: #f17f06;
        color: #fff;
    }
/*part*/
.leftPar {
    width: 1000px;
    display: inline;
    float: left;
    padding-bottom: 20px;
}

.rightPar {
    display: inline;
    float: right;
    width: 480px;
    border-left: 1px solid #e8e8e8;
    padding-bottom: 40px;
}


/*ad1000w*/
.ad1000w {
    width: 970px;
    height: auto;
    display: block;
    margin: 40px auto;
}

    .ad1000w img {
        width: 970px;
    }

/*装机必备*/
.zjbb {
    width: 98%;
    border: 1px solid #e8e8e8;
    display: block;
    height: 180px;
    margin: 20px auto;
}

    .zjbb dl {
        width: 90px;
        float: left;
        margin: 0 20px;
    }

    .zjbb dt {
        width: 50px;
        height: 50px;
        display: block;
        margin: 20px auto 0;
    }

        .zjbb dt img {
            width: 50px;
            height: 50px;
        }

    .zjbb span {
        line-height: 30px;
        font-size: 13px;
        width: 90px;
        display: block;
        text-align: center;
    }

    .zjbb .aj {
        width: 100%;
        height: 30px;
        display: block;
        margin: 10px 0 0 0;
        background: #3795E4;
        color: #fff;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
    }





/*rightPar*/
.ad, .rp_text {
    width: 460px;
    height: 360px;
    display: block;
    margin: 20px auto;
    font-size: 13px;
}

    .ad img {
        width: 460px;
        height: 360px;
    }

.rp_text {
    height: auto;
}

    .rp_text h5 {
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: #3999E0;
    }

    .rp_text ul {
        padding: 0 10px;
    }

    .rp_text li {
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
    }

        .rp_text li a {
            color: #777;
        }

            .rp_text li a:hover {
                text-decoration: underline;
            }


/*page*/
.page {
    float: right;
    display: block;
    font-size: 13px;
    margin: 30px 20px 30px 0;
}

    .page a {
        padding: 7px 15px;
        color: #7c7c7c;
        background: #fff;
        border: 1px solid #e8e8e8;
        transition: background-color 0.3s ease-out 0s;
        margin-left: 5px;
    }

        .page a:hover {
            background: #f5f5f5;
        }

    .page .current {
        color: #fff;
        background: #59c1f7;
        border: 1px solid #59c1f7;
    }


/*ico_share, fav*/

.ico_share, .ico_fav {
    height: 30px;
    padding: 0 30px 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    color: #999;
    line-height: 30px;
}

.ico_share {
    background: url(/romzhijia/images/img.png) 36px -308px #fafafa no-repeat;
}

.ico_fav {
    background: url(/romzhijia/images/img.png) -152px -308px #fafafa no-repeat;
    margin-left: 10px;
}

.ico_share:hover {
    background: url(/romzhijia/images/img.png) 36px -308px #e3e3e3 no-repeat;
    border: 1px solid #ccc;
}

.ico_fav:hover {
    /*background: url(/romzhijia/images/img.png) -152px -308px #e3e3e3 no-repeat;
    border: 1px solid #ccc;*/
}

.ico_faved {
    background: url(/romzhijia/images/img.png) -51px -308px #fafafa no-repeat;
    margin-left: 10px;
}


/*stuff*/
.back2top {
    background: url(/romzhijia/images/img.png) -236px -106px rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    right: 10px;
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 9999999999;
}

.w2m {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/romzhijia/images/img.png) -289px -170px rgba(0,0,0,0.5);
    right: 10px;
    position: fixed;
    bottom: 100px;
    z-index: 9999999999;
}

.erweima {
    position: fixed;
    right: 10px;
    bottom: 95px;
    cursor: pointer;
    z-index: 9999999999;
}


.search_keyword {
    color: white;
    background: #FF9115;
    padding: 4px;
    margin: 0 2px;
}

.ac_results {
    padding: 0px;
    border: 1px solid #D3D3D3;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    color: #6A6A6A;
}

    .ac_results strong {
        color: #FFA64D;
    }

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 0 5px;
        cursor: default;
        display: block;
        list-style-position: outside;
        list-style: none;
        font: menu;
        font-size: 12px;
        line-height: 40px;
        overflow: hidden;
    }

.ac_loading {
}

.ac_odd {
    background-color: #FAFCFD;
}

.ac_odd, .ac_even {
    cursor: pointer;
    color: #44A5F9;
}

.ac_over {
    background-color: #3ea8f0;
    color: White;
}

.settings-container {
    position: absolute;
    right: 0;
    top: 39px;
    display: block;
    background: #fff;
    /*border-bottom: 1px solid #D0D0D0;*/
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    width: 140px;
    z-index: 9999;
}

    .settings-container > ul {
        padding: 0;
        width: 140px;
    }

    .settings-container ul li {
        border-bottom: 1px solid #D0D0D0;
        clear: both;
        list-style: none;
        color: #3366CC;
        cursor: pointer;
        display: block;
        float: none;
        height: 30px;
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .settings-container ul li a {
            color: #1A6CC1 !important;
            display: block;
            font-size: 13px;
            height: 100%;
            line-height: 32px;
            text-decoration: none;
            vertical-align: middle;
            width: 100%;
        }

        .settings-container ul li:hover {
            background: #F0F8FF;
        }


/*-----------------------add by xx/20140814/ screen_extra-----------------------*/

.lpar_extra {
    margin-left: 30px;
    width: 46%;
    /*display: inline-block;*/
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .lpar_extra li {
        line-height: 27px;
    }

    .lpar_extra a {
        font-size: 14px;
    }

    .lpar_extra.horizontal {
        width: 98%;
        margin-left: 20px;
    }

        .lpar_extra.horizontal li {
            float: left;
            margin-right: 15px;
        }

.prenext {
    margin-left: 10px;
    float: left;
}

.prenews {
    margin-right: 10px;
    float: right;
}

.prenext, .prenews {
    font-size: 14px;
}

    .prenext a, .prenews a {
        color: red;
    }



/*分页 HQL 2014-08-18*/
ul.paging {
    list-style: none;
    overflow: hidden;
    display: block;
    font-size: 13px;
    margin: 30px 20px 30px 0;
    float: right;
}

.paging li a:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.paging li {
    float: left;
    border: 1px solid #e8e8e8;
    margin-left: 5px;
}

    .paging li a {
        display: inline-block;
        padding: 7px 15px;
        color: #7c7c7c;
        background-color: #fff;
        transition: background-color 0.3s ease-out 0s;
    }

    .paging li.current {
        border: 1px solid #59c1f7;
    }

        .paging li.current a {
            color: #fff;
            background-color: #59c1f7;
        }

    .paging li.dots {
        border: 1px solid transparent;
        color: #000;
    }

        .paging li.dots a,
        .paging li.disabled a {
            cursor: default;
        }

    .paging li.disabled a {
        background-color: #e8e8e8;
        color: #333;
    }

.not_phone_or_rom {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 40px;
}

.cooperater h3 {
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    border-bottom: 2px solid #1E94F0;
}

    .cooperater h3 span {
        float: right;
    }

    .cooperater h3 a {
        color: #44A5F9;
        font-size: 14px;
        font-weight: normal;
        margin-right: 3px;
    }

.center_gg, .gg {
    /*background-color:#59c1f7;*/
    margin-top: 10px;
}

.center_gg {
    margin-left: auto;
    margin-right: auto;
}

.all_top_gg {
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 80px;
    top: -80px;
    left: 0;
}

.left_gg {
    position: fixed;
    top: 35%;
    left: 20px;
}

.right_gg {
    position: fixed;
    top: 30%;
    right: 20px;
}

/*.romlist{ position: relative;}
.romlist .ico{ position: absolute; top:0px; left: 0; width: 60px; height: 60px;}*/
.xingzhi_1,
.xingzhi_2,
.xingzhi_3,
.xingzhi_4 {
    background-repeat: no-repeat;
    background-position: left top;
}

.xingzhi_1 {
    background-image: url(/romzhijia/images/tj.png);
}

.xingzhi_2 {
    background-image: url(/romzhijia/images/qc.png);
}

.xingzhi_3 {
    background-image: url(/romzhijia/images/sf.png);
}

.xingzhi_4 {
    background-image: url(/romzhijia/images/gf.png);
}





/* appned 2015-11-23 */
body .navBar {
    overflow: visible;
    /*min-width: 1280px;*/
}

    body .navBar .nav {
        /*margin-left: 15px;*/
    }


/*@media screen and (max-width:1300px) {
    body .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

    body .navBar .nav {
        margin-left: 0;
    }
}*/

#romzhijiaNavMenu {
    position: relative;
}

    #romzhijiaNavMenu > a {
        position: relative;
        z-index: 999;
    }

    #romzhijiaNavMenu .sub_nav {
        position: absolute;
        top: 0;
        background: #666;
        left: 885px;
        z-index: 998;
        width: 94px;
        display: none;
    }

        #romzhijiaNavMenu .sub_nav ul {
            margin-top: 55px;
        }

        #romzhijiaNavMenu .sub_nav li {
        }

            #romzhijiaNavMenu .sub_nav li a {
                margin: 10px;
                width: 56px;
                display: block;
                line-height: 20px;
                text-align: center;
            }

body .navBar a {
    margin-right: 15px;
}
.photoframe .list_icon{
    display:block;
    width: 59px;
    height: 105px;
    background-position: 50% 50%;
    background-size: auto 105px;
    background-repeat:no-repeat;
}
.photoframe .list_bigicon{
    display:block;
    width: 122px;
    height: 210px;
    background-position: 50% 50%;
    background-size: auto 210px;
    background-repeat:no-repeat;
}
