body {
    background-color: #f1f3f7;
}

.body-nav {
    min-width: 1200px;
}

.body-nav .body-box {
    width: 1200px;
    margin: 0 auto;
}

.body-nav .body-box .tit {
    height: 40px;
}

.body-nav .body-box .tit a {
    font-size: 14px;
    color: #888;
    float: left;
    line-height: 40px;
}

.body-nav .body-box .tit p {
    font-size: 14px;
    color: #CF3137;
    float: left;
    line-height: 40px;
}

.body-nav .body-box .detail {
    width: 580px;
    float: left;
    height: 315px;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 35px 26px 0 26px;
}

.body-nav .body-box .detail img {
    float: left;
    width: 84px;
    height: 74px;
}

.body-nav .body-box .detail .detail-right {
    width: 410px;
    float: right;
}

.body-nav .body-box .detail .detail-right h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.body-nav .body-box .detail .detail-right .box2 div {
    width: 50%;
    float: left;
    height: 24px;
    margin-bottom: 10px;
}

.body-nav .body-box .detail .detail-right .box2 div p {
    font-size: 14px;
    color: #888;
    float: left;
    width: 80px;
    line-height: 24px;
}

.body-nav .body-box .detail .detail-right .box2 div span {
    float: left;
    color: #CF3137;
    line-height: 24px;
}

.body-nav .body-box .detail .detail-right .box2 div img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 4px;
    float: left;
}

.body-nav .body-box .detail .detail-right .box3 {
    margin-bottom: 20px;
}

.body-nav .body-box .detail .detail-right .box3 p {
    float: left;
    width: 80px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.body-nav .body-box .detail .detail-right .box3 span {
    display: block;
    width: 320px;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.body-nav .body-box .detail .detail-right .box4 {
    margin-bottom: 20px;
}

.body-nav .body-box .detail .detail-right .box4 p {
    font-size: 14px;
    color: #888;
    float: left;
    width: 80px;
    line-height: 24px;
}

.body-nav .body-box .detail .detail-right .box4 span {
    float: left;
    color: #CF3137;
    line-height: 24px;
}

.body-nav .body-box .detail .detail-right a {
    display: block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #cf3137;
    border-radius: 18px;
}

.body-nav .body-box .detail:nth-child(even) {
    float: right;
}

.body-nav .body-box .page-nav {
    width: 100%;
    float: left;
    height: 32px;
    margin: 16px 0;
}

.body-nav .body-box .page-nav .page-box {
    height: 32px;
    display: table;
    margin: 0 auto;
}

.body-nav .body-box .page-nav .page-box span {
    width: 32px;
    height: 32px;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    font-size: #333;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f1f3f7;

}

.body-nav .body-box .page-nav .page-box span:hover {
    border-color: #D03136;
    background-color: #D03136;
    color: #fff;
}

.body-nav .body-box .page-nav .page-box span.act {
    border-color: #D03136;
    background-color: #D03136;
    color: #fff;
}

.body-nav .body-box .page-nav .page-box span:nth-last-child(1) {
    margin-right: 0;
}


.main_top {
    width: 952px;
    height: auto;
    margin: 10px auto 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.mt_filter {
    width: 100%;
    padding: 5px 0;
    line-height: 1.5em;
    overflow: hidden;
}

.mtf_exp {
    /*border-bottom: 1px dotted #ddd;*/
}

.mt_filter dt {
    color: #333;
    font-size: 16px;
    width: 50px;
    text-align: right;
    margin: 3px 15px 0 0;
    float: left;
}

.mt_filter dd {
    margin-left: 0px;
    color: #333;
    font-size: 14px;
    /*width: 848px;*/
    float: left;
}

.mt_filter dd.mtf_sub {
    width: 845px;
    margin: 3px 0 3px 90px;
    padding: 2px 0 2px 2px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
}

.mt_filter dd a {
    padding: 0 5px;
    margin: 3px;
    display: block;
    float: left;
}

.mt_filter dd a.all {
    margin-right: 9px;
}

.mt_filter dd a:hover, .mt_filter dd a.hover {
    background: #f9392c;
    color: #fff !important;
}

.main_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_bottom .search_view {
    height: 36px;
    width: 750px;
    margin: 15px 50px;
}

.main_bottom .search_view .key_txt {
    width: 200px;
    height: 22px;
}

.main_bottom .search_view select {
    width: 100px;
    height: 26px;
    margin-right: 15px;
}

.main_bottom .search_view .bnt_search {
    background: #f9392c;
    width: 52px;
    height: 30px;
    border: 0;
    color: #FFFFFF;
}

.main_bottom .list .Info {
    width: 95%;
    margin: 15px auto;
}

.main_bottom .list .Info .pic {
    width: 130px;
    overflow: hidden;
    border: 1px solid #d2c9c2;
    height: 110px;
}

.main_bottom .list .Info .infoview {
    margin-left: 15px;
    width: 528px;
}

.main_bottom .list .Info .areaview {
    margin-left: 15px;
    width: 130px;
    height: 110px;
    text-align: center;
}

.main_bottom .list .Info .areaview span {
    display: block;
    height: 22px;
    margin-bottom: 5px;
    text-align: center;
    color: #f9392c;
}

.main_bottom .list .Info .infoview .s_name {
    color: #f9392c;
}

.main_bottom .list .Info .infoview .s_d_name {
    color: #f9392c;
    margin-left: 50px;
}

.main_bottom .list .Info .infoview dl {
    height: 18px;
    line-height: 20px;
}

.main_bottom .list .Info .infoview dd {
    margin-bottom: 5px;
    line-height: 20px;
}

.main_bottom .list .Info .infoview dd .detail {
    color: #f9392c;
    float: right;
}

.main_bottom .list .Info .img_p {
    width: 110px;
    height: 110px;
    border: 1px solid #dddddd;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main_bottom .list .Info p.img-box {
    position: static;
+ position: absolute;
    top: 50%;
    width: 110px;
}

.main_bottom .list .Info img {
    max-width: 110px;
    max-height: 110px;
    position: static;
+ position: relative;
    top: -50%;
    left: -50%;
}

.main_bottom .list .infoview .con_d em {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../../img/web/service_d_ico.png) no-repeat -285px -276px;
}

.downline {
    height: 0px;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}


.main_top input {
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    font-size: 14px;
    color: #777;
    margin-top: 12px;
    margin-right: 6px;
    float: left;
    position: relative;
    right: 30px;
    top: -14px;
}

.bnt_search{
    background: #f9392c;
    color: #ffffff !important;
}
