﻿.whereBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #E9E9E9;
}

.whereBox .item {
    line-height: 40px;
}

.borderTp {
    border-top: 1px solid #E9E9E9;
}

.whereBox .item .fl:first-child {
    color: #000000;
}

.whereBox .item .fl:first-child span {
    color: #000000;
}

.whereBox .item span {
    width: 98px;
    display: inline-block;
    text-align: center;
}

.choseList div {
    border: 1px #0e4b8e solid;
    color: #0e4b8e;
    display: block;
    padding: 0 20px;
    cursor: pointer;
}

.whereBox .item a {
    /* display: inline-block; */
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #666666;
}

.whereBox .item a:hover {
    text-decoration: underline;
    color: #666666;
}

.whereBox .item .on {
    background-color: #008d49;
    color: #fff;
}

.whereBox .item .on:hover {
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
}

.page {
    margin: 12px 0 20px 0;
    text-align: center;
}

.page a {
    color: #999999;
    height: 32px;
    width: 36px;
    border: 1px solid #CCC;
    line-height: 32px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    letter-spacing: normal;
    border-radius: 2px;
}

.page .active,
.page a:hover {
    color: #FFF;
    background-color: #0e4b8e;
    border: 1px solid #0e4b8e;
    text-decoration: none;
}

.page .next {
    width: 66px;
}

.page .last {
    width: 54px;
}

.page strong {
    color: #C00;
}

.f16 {
    font-size: 16px;
}

.siderbar {
    width: 296px;
}

.custom {
    width: 294px;
    border-left: 1px #d4dae0 solid;
    border-left: 1px #d4dae0 solid;
    border-top: 2px solid #0e4b8e;
    overflow: hidden;
    border-bottom: 1px #d4dae0 solid;
    border-right: 1px #d4dae0 solid;
}

.custombox {
    width: 266px;
    margin: 12px auto
}

.custombox h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333333;
}

.custombox h3 span {
    color: #ff5203;
}

.cls_list {
    width: 1200px;
    margin: 20px auto;
    height: 150px;
}

.classImg {
    width: 1200px;
    height: 150px;
}

.left {
    width: 1200px;
    margin: auto;
}

.left .banner {
    width: 1200px;
    height: 90px;
}

.left .banner img {
    width: 1200px;
    height: 90px;
}


/*menu*/

.menu_dropDown {
    width: 930px;
}

.menu_dropDown.posDrop {
    width: 1090px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.renovation_style {
    height: 40px;
    overflow: hidden;
    margin-left: 3px;
}

.renovation_style div {
    display: inline-block;
    margin-right: 30px;
}

.renovation_style span {
    width: auto!important;
}


/*案例列表页*/

.choseList {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.pdlabel {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.content {
    padding: 20px 0 20px 0;
    margin-right: -30px;
}

.content .item .bgbox {
    width: 378px;
    float: left;
    margin-bottom: 30px;
    height: 370px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 30px;
}

.content .item .bgbox2 {
    width: 390px;
    float: left;
    margin-bottom: 20px;
    height: 300px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 13px;
}

.content .item .bgbox.bgboxCase {
    width: 378px;
    float: left;
    margin-bottom: 30px;
    height: 350px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 30px;
}

.content .item .bgbox2:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #dfdfdf;
}

.content .item .bgbox:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #dfdfdf;
}

.content .item .txt {
    font-weight: 500;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 290px;
}

.content .item .txt2 {
    font-weight: 800;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 290px;
}

.content .item .txt2 a {
    color: #666;
}

.content .item .txt a {
    color: #3e3a39;
}

.content .item .desc {
    display: flex;
    width: 100%;
    color: #6e6e6e;
    margin-bottom: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
}

.priceTit {
    width: 100%;
    text-align: right;
    font-size: 18px;
    color: #FF0000;
}

.content .item .type-title {
    display: inline-block;
    width: 100px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: middle;
}

.tagsl {
    height: 24px;
    overflow: hidden;
}

.tag_s {
    background: #fff;
    color: #a9a9a9;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    text-align: center;
    padding: 0 10px;
    line-height: 22px;
    border: 1px solid #a9a9a9;
    margin-right: 8px;
}

.content .item .btnbox-gray {
    background: #7b7b7b;
    color: #fff !important;
    border: 1px solid #7b7b7b !important;
}

.content .item .btnbox {
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    width: 75px;
    text-align: center;
    line-height: 25px;
    color: #929292;
    border: 1px solid #cfcfcf;
    margin-right: 8px;
}

.content .item .btnbox:hover {
    background-color: #008d49;
    color: #fff;
    border: 1px solid #008d49;
}

.tag_s:hover {
    background-color: #0e4b8e;
    color: #fff;
    border: 1px solid #0e4b8e;
}

.content .item .desbox {
    position: relative;
    padding-left: 96px;
    padding: 0 10px 0 10px;
}

.flrx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
}

.imgBorder {
    border-radius: 5px 5px 0 0;
}

.content .rlast {
    margin-right: 0px;
}


/*翻页*/

.page {
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding: 15px 0;
}

#pages {
    font-size: 12px;
}

#pages a {
    border: 1px solid #e5e5e5;
    color: #3e3a39;
    overflow: hidden;
    margin: 0 2px 0 0;
    padding: 5px 10px;
}

#pages a:hover {
    background: #3e3a39;
    color: #fff;
}

#pages span {
    font-weight: 700;
    color: #5ea910;
    margin: 0 5px;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.mbx {
    height: 40px;
    line-height: 30px;
    font-size: 12px;
    width: 1200px;
    margin: 0 auto;
}

.mbx span {
    padding: 0 2px;
}

.mbx a {
    color: #000;
}

.colNew {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.newsImg {
    width: 144px;
    height: 110px;
    border-radius: 10px;
    margin-right: 15px;
}

.colNewList {
    margin-left: -90px;
}

.colNewList dl {
    float: left;
    margin-left: 90px;
    display: flex;
    width: 555px;
    align-items: center;
    margin-bottom: 20px;
}

.colNewList dl dd .newsTit {
    color: #322827;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.colNewList dl dd .newsTit a {
    color: #322827;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    flex-grow: 1;
    margin-bottom: 10px;
}

.colNewList dl dd .newsDes a {
    color: #666;
    font-size: 14px;
    height: 66px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.daten {
    color: #b2b4c3;
    width: 60px;
    display: block;
    margin-left: 10px;
    text-align: right;
    font-size: 14px;
}

.delAll {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    padding: 0 20px;
    line-height: 25px;
    color: #666666;
}

.casenav {
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto 0 auto;
}

.casenav a {
    color: #a9a9a9;
    margin-right: 50px;
}

.flexcc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .item .txt.txtCase {
    font-weight: 600;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 290px;
    margin-bottom: 10px;
}

.mjinfo {
    font-weight: 600;
}

.mjinfo span {
    font-weight: 400;
    margin-left: 20px;
}

.cls_list {
    margin-top: 10px!important;
}

.teamList {
    margin-left: -30px;
    overflow: hidden;
    margin-top: 30px;
}