/*index.html*/

.home .banner {
    overflow: hidden;
    min-width: 1000px;
    background-image: none;
    background-color: #ededed;
}

.home .hot-houses.odd {
    background-color: #fff;
}
.home .hot-houses {
    background-color: #f8f8f8;
}

.home .hot-houses .hh-title {
    text-align: center;
    height: 4em;
    line-height: 4em;
    font-size: 1.66em;
}
.home .hot-houses .hh-title a{
    text-decoration: none;
    color: #565a5c;
}
.home .hot-houses .hh-title a:hover{
    color: #ff6401;
}
.home .hot-houses .hh-title .dot{
    font-size: 1.8em;
        vertical-align: top;
        display: inline-block;
        margin: 0 .1em;
}

.home .hot-houses .hh-title .highlight{
    font-size: 1.25em;
}
.home .hot-houses .hh-title .more{
    float: right;
    font-size: .53em;
    text-decoration: none;
}
.home .hot-houses .link-hh-item {
    text-decoration: none;
}

.home .hot-houses .hh-item {
    background-color: #fff;
    border: 1px solid #ececec;
    display: inline-block;
    width: 296px;
    margin-bottom: 3em;
}

.home .hot-houses .hh-item .preview-wrapper {
    height: 190px;
    width: 296px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    behavior: url(static/css/backgroundsize.min.htc)
}
.home .hot-houses .hh-item:hover .hhi-preview{
    opacity: .8;
}
.home .hot-houses .hh-item.margined {
    margin: 0 3em;
}

.home .hot-houses .hh-item .hhi-preview {
    width: 100%;
    height: 190px;
}

.home .hot-houses .hh-item .hhi-title {
    font-size: 1em;
    margin: .6em 0;
    padding: 0 12px;
    overflow: hidden;
    height: 1em;
    font-weight: bold;
}

.home .hot-houses .hh-item .hhi-info {
    font-size: 12px;
    margin-bottom: 1em;
    padding: 0 12px;
}

.home .hot-houses .hh-item .hhi-info .direct-hire {
    color: #ff6401;
}

.home .hot-houses .hh-item .hhi-info .intentions {
    color: #999;
}

.home .hot-houses .hh-item .hhi-info .pubdate {
    color: #999;
    margin-left: 6px;
}

.home .hot-houses .hh-item .hhi-info .intentions .highlight {
    color: #ff6401;
}

.home .hot-houses .hh-item .hhi-info .price {
    font-size: 1.45em;
    color: #ff6401;
    float: right;
    font-weight: bold;
}
.home .wrapper.ov{
    overflow: visible;
    position: relative;
}
.home .bulletin{
    position: absolute;
    right: 0;
    top: -20.5em;
    z-index: 8;
    background-color: rgba(255,255,255,.95);
    padding: 2em 1em;
}
.home .bulletin .board{
color: #4e4e4e;
}
.home .bulletin .board a{
    text-decoration:none;
}
.home .bulletin .board a:hover{
    color: #ff6401;
}
.home .bulletin .helper{
    margin-top: 1.4em;
}
.home .bulletin .title{
    font-size: .7778em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
}
.home .bulletin .icon{
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #ff6401;
    vertical-align: middle;
    position: absolute;
    left: -.5em;
}
.home .bulletin .item{
    font-size: .6667em;
    line-height: 1.8;
}
.home .superiority{

}
.home .superiority .item{
    width: 33.33%;
    float: left;
    padding:2em 1em;
    box-sizing: border-box;
}
.home .superiority .icon{
    float: left;
    height: 3.16em;
    margin-right: 1em;
}
.home .superiority dt{
    color: #565a5c;
        font-size: 1.44em;
        font-weight: bold;
}
.home .superiority dd{
    color: #858585;
    font-size: .8889em;
    margin-top: 1em;

}
/*.home .superiority .item:hover dd ,.home .superiority .item:hover dt{
    color: #ff6401;
}*/
.home .follow{
    color: #565a5c;
}
.home .follow .item{
    width: 50%;
    float: left;
    text-align: center;
    padding: 2em 0;
}
.home .follow .title{
    font-size: 1.4444em;

}
.home .follow .title .highlight{
    font-weight: bold;
    
}
.home .follow .app .title .highlight{
    color: #ff6401;
}
.home .follow .wechat .title .highlight{
    color: #89b851;
}
.home .follow .subtitle{
    font-size: .8889em;
    margin: 2em 0 1em 0;
}
.home .follow .app .qrcode{
    float: left;
    margin-left: 5em;
}
.home .follow .codeimg{
    width: 10.33em;
}
.home .follow .scan{
    font-size: .8889em;
    margin-top: 1em;
}
.home .follow .download{

}
.home .follow .download .legend{
    font-size: 1.1111em;
    margin-top: 2em;
}
.home .follow .download .btn{
    width: 10.72em;
    height: 2.44em;
    line-height: 2.44em;
    font-size: 1em;
    color: #fff;
    background-color: #ff6401;
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    margin-top: .8em;
    cursor: pointer;
}
.home .btn:hover{
    background-color: #ff741c!important;
}
.home .btn:active{
    background-color: #db5500!important;
}
.home .header .quick-search .list{
    display: block!important;
}
.home .header .quick-search .btn-guider span .icon{
    display: none;
}
#download-tip {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    z-index: 2;
    position: relative;
    width: 100%;
    top: 50%;
    margin-top: -7em;
    text-align: center;
    background-color: #fa7a34;
    display: none;
}

#download-tip .wrapper {
    padding: 1em 0;
    position: relative;
    width: 700px;
}

#download-tip .wrapper .cont-wrap {
    color: #fff;
}

#download-tip .wrapper .cont-wrap .title {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1.8em;
}

#download-tip .wrapper .cont-wrap .title:before {
    content: '';
    height: 1px;
    width: 100%;
    left: -60%;
    top: 50%;
    position: absolute;
    border-top: 1px dashed #fff;
}

#download-tip .wrapper .cont-wrap .title:after {
    content: '';
    height: 1px;
    width: 100%;
    right: -60%;
    top: 50%;
    position: absolute;
    border-top: 1px dashed #fff;
}

#download-tip .btn-group .item {
    float: left;
}

#download-tip .btn-group .item.fr {
    float: right;
}

#download-tip .btn-group .item .btn-title {
    display: block;
    line-height: 4em;
}

#download-tip .btn-group .item .btn {
    font-size: 1em;
    color: #333;
    background-color: #fee5d8;
    border: none;
    border-radius: 5px;
    padding: .8em 3em;
    font-family: 'Microsoft Yahei';
    outline: none;
    cursor: pointer;
}

#download-tip .btn-group .item .btn:active {
    background-color: #fff;
}

#download-tip .btn-group .item .btn:hover {
    box-shadow: 0 1px 10px #ccc;
    background-color: #fee5d8!important;
}

#download-tip .btn-group .item .btn .highlight {
    color: #fa7a34;
}

#download-tip .btn-group .item.fr .btn .highlight {
    color: #e09109;
}

#download-tip .btn-close {
    cursor: pointer;
}

#download-tip .btn-close.corner {
    position: absolute;
    right: 50%;
    margin-right: -400px;
    top: 0.6em;
}

#download-tip .middle-logo {
    position: absolute;
    width: 6em;
    left: 50%;
    margin-left: -3em;
    margin-top: -1.2em;
}

#download-tip .middle-logo .img-logo {
    width: 6em;
    margin-top: 1em;
}









