.clear{clear:both;}
.red{color:#ec5051;}
.green{color:#50b974;}
.ltdz_main a{
    color:#CC0033;
}
.ltdz_main li b{
    font-weight: normal;
}
.ft_navline {
    height: 71px;
    display: block;
    overflow: hidden;
}
.zxhc_list_b .upload_t{
    color:#666;
    font-size:1em;
}
.huidi{
    background:#efefef;
    height:1.2em;
    width:100%;
}
.zxhc .original,.ltdz .dddt{
    color:#fff;
    border-radius:0 1em 1em 0;
    width:6em;
    height:2em;
    font-size: 1.2em;
    text-align: center;
    line-height:2em;
    position: absolute;
    top:0.1em;
    left: 0;
}
.zxhc_title p{
    text-align: center;
    width:100%;
    padding-left: 6px;
}
.ycls .zxhc_list_b p{
    text-align: center;
}
.ycls .zxhc_pic_list{
    width:30%;
    margin-right: 3%;
    margin-bottom: 1em;
}   
.ycls .zxhc_pic_list .zxhc_list_t{
     height: 100px;
}
.zxhc .yczq{
    background: #66ccff;
}
.zxhc .fxxcl{
    background: #33cccc;
}
.zxhc .tpcs{
    background: #ffcc00;
}
.zxhc .yclsc{
    background: #cc6699;
}
.zxhc .zchc{
    background: #00cc99;
}
.zxhc .sjfw{
    background: #ff9900;
}
.zxhc .hywk{
    background: #0066ff;
}
.ltdz .dddt{
    background: #ff6633;
}
.industry{
    width:100%;
    overflow: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}
.info_c li{
    height: 2em;
    line-height: 2em;
    margin-left:1em;
}
.info_c span{
    width:40px;
    height:20px;
    display: inline-block;
    border:1px solid #ec5051;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    color:#ec5051;
    margin-right: 0.6em;
    margin-left: 0.6em;
}
.info_r{
    padding-right: 1em;
    padding-top: 0.4em;
}
.info_r img{
    width:8em;
    height: 5em;
}
.info_l{
    padding-left:1em;
}
.info_l p{
    font-size:1.2em;
    text-align: center;
    height:2em;
    line-height: 2em;
}
.info_l span{
    border-radius: 40px;
    color:#fff;
    background: #ec5051;
    padding:0.3em 0.6em;
    font-size:1.2em;
}
.zxhc_list_t{
    position: relative;
}
.zxhc_list_t span{
    padding:0.3em 0.6em;
    border-radius: 0.4em;
    background:#ec5051;
    color:#fff;
    position: absolute;
    right:0;
    top:0;
}
.ltdz_main .nofind{
    text-align: center;
}


/**---------------其他样式-------------------**/
.caption.book.active{
    color: #e95150;
}
.works-name-filter {
    left: 5px;
    bottom: 0;
    height: 30px;
    width: 225px;
    background-color: #000;
    z-index: 2;
    filter: alpha(opacity=50);
    opacity: .5;
    border-radius: 5px;
}
.works-name {
    left: 0;
    bottom: 0;
    height: 25px;
    width: 220px;
    color: #fff;
    z-index: 3;
}
.block {
    display: block;
}
.absolute {
    position: absolute;
}
.carousel-inner img{
    max-height:300px;
}
.home-intro{
    height: 60px;
    margin-bottom: 0px;
    margin-top: 10px;
    clear: both;
    border-radius: 5px;
}
.index_news li .newsDetail{
    display: none;
}
.index_news li.active .newsDetail{
    display: block;
}
.index_news li .news_title{
    display:list-item;
    list-style-type:square;
    color: #e95150;
    height: 25px;
    overflow: hidden;
}
.index_news li.active .news_title{
    list-style-type:none;
    font-weight: bolder;
}
.demand_news li{margin-bottom: 5px;}
@media (min-width: 768px) {
    .J_coverImg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        line-height: 220px;
        text-align: center;
        background-color: #f2f2f200;
        transition: all .3s;
        border-right: 1px solid #eee;
    }
}
@media screen and (max-width: 700px){
    .J_coverImg {
        position: relative;
        top: 100px;
        left: 0;
        background-size: cover;
        text-align: center;
        background-color: #f2f2f200;
        transition: all .3s;
        border-right: 1px solid #eee;
    }
}
.room-browse-btn {
    width: 170px;
    height: 35px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    color: white!important;
    display: inline-block;
    position: relative;
}
.room-browse-btn .bg {
    position: absolute;
    transition: opacity .3s;
    top: 0;
    left: 15px;
    width: 140px;
    height: 35px;
    background: #000;
    opacity: .5;
    border-radius: 30px;
    z-index: 1;
}
.room-browse-btn .content {
    position: relative;
    z-index: 10;
}
.advertisement_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000',endColorstr='#B2000000');
    background-color: rgba(0,0,0,0.7);
}
.advertisement_wrap .advertisement_pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.advertisement_wrap .close_btn {
    position: absolute;
    right: 356px;
    top: 615px;
    width: 60px;
    height: 60px;
    /*background: url(../images/x_alt.png) no-repeat 2px 3px;*/
}
@media (max-width: 768px){
    .advertisement_wrap .advertisement_pic {
        top: 35%;
        left: 50%;
    }
    .advertisement_wrap .advertisement_pic {
        width: 120%;
    }
    .advertisement_wrap .close_btn {
        right: 220px;
        top: 380px;
    }
}