* {
    margin: 0;
    padding: 0;
}
.nav img{
    width: 100%;
    vertical-align: middle;
}

.boxfa {
    width: 1200px;
    margin: 0 auto;
}
.navigation {
    width: 1200px;
    margin: auto;
    border: 0;
}
.leftRight {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}
.leftRight .left {
    width: 895px;
}
.leftRight .right {
    width: 286px;
 
    
}
.leftRight .right>div:nth-child(1) {
    height: 289px;
    border:1px solid rgba(225,225,225,1);
    margin-bottom: 20px;
}
.leftRight .right>div>div:nth-child(1) {
    text-align: center;
    line-height: 42px;
    height: 42px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    background-color: #f6f6f6;
}
    .leftRight .right .manager_users input {
        width: 246px;
        height: 48px;
        display: inline-block;
        border: 1px solid #d8d8d8;
        outline: none;
        margin: 30px 0 24px 20px;
        padding: 17px 12px;
        padding-left: 39px;
        background-image: url("../../images/2_3.png");
        background-repeat: no-repeat;
        background-position: 12px 15px;
        box-sizing: border-box;
    }
    .leftRight .right .manager_phones input {
        width: 246px;
        height: 48px;
        display: inline-block;
        border: 1px solid #d8d8d8;
        outline: none;
        margin: 0 0 9px 20px;
        padding: 17px 12px;
        padding-left: 39px;
        background-image: url("../../images/2_2.png");
        background-repeat: no-repeat;
        background-position: 12px 15px;
        box-sizing: border-box;
    }
.leftRight .right .manager_btns  {
    width: 246px;
    height: 48px;
    display: inline-block;
    background-color: #d6000f;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 16px;
}
.recCase {
    border:1px solid rgba(225,225,225,1);
}
.recCase>div>div {
    overflow: hidden;
   
}


.recCase>div:nth-child(1) {
    text-align: center;
    line-height: 42px;
    height: 42px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    background-color: #f6f6f6;
}
.recCase>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 11px 18px 11px;
    box-sizing: border-box;
}
.recCase>div:nth-child(2)>div {
    position: relative;
    width: 128px;
    height: 96px;
    margin-bottom: 8px;
}
.recCase>div:nth-child(2)>div>div {
    width: 128px;
    position: absolute;
    height: 20px;
    bottom: 0;
    background:rgba(0, 0, 0, 0.8);
    font-size:13px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 20px;
    
}
.recCase>div>div {
    position: relative;
}
.recCase>div>div a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.recCase>div:nth-child(2)>div {
    overflow: hidden;
}
.recCase>div:nth-child(2)>div img {
    width: 100%;
    height: 100%;
    transition: all linear 0.3s;
    object-fit: cover;
}

.recCase>div:nth-child(2)>div:hover img {
    transform: scale(1.2);
}

.dqcity {
    margin-bottom: 18px;
    width:895px;
    height:50px;
    box-sizing: border-box;
    border:1px solid rgba(234,234,234,1);
}
.dqcity>div:nth-child(1) {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #F6F6F6;
}
.ppp {
   position: relative; 
}
.dqcity>div:nth-child(1) span {
    display: inline-block;
    margin-left: 33px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(115,115,115,1);
}
.dqcity .citys {
    display: inline-block;
    position: absolute;
    left: 83px;
    top: 50px;
}
.dqcity>div:nth-child(2) {
    margin-left: -4px;
    text-align: center;
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 52px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(123,127,124,1);
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}
.dqcity ol {
    background: white;
    /* display: none; */
}


.manList {
    width: 895px;
  /*  height: 450px;*/
    padding: 20px;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,234,234,1);
    margin-bottom: 27px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.manList:hover {
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
.manList_up {
    display: flex;
}
.manList_up>div:nth-child(1) {
    width: 150px;
    height: 200px;
    padding-right: 16px;
    display: inline-block;
}
.manList_up img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.manList_up>div:nth-child(2) {
   
    display: inline-block;
}
.manList_up>div:nth-child(2) span:nth-child(1) {
    font-size:25px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(59,59,59,1);
    margin-right: 11px;
}
.manList_up>div:nth-child(2) span:nth-child(2) {
    width:79px;
    height:20px;
    border:1px solid rgba(214,0,15,1);
    border-radius:10px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(214,0,15,1);
    display: inline-block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.manList_up>div:nth-child(2)>div:nth-child(2) {
    margin-top: 13px;
    width: 493px;
    line-height: 24px;
    font-size:14px;
    font-family:Microsoft YaHei;

    color:rgba(114,117,126,1);
}
.manList_up>div:nth-child(2)>div:nth-child(2) span {
    font-size:14px;
    font-weight: bold;
    color:rgba(114,117,126,1);
}
.manList_up .xxdata {
    margin-top: 50px;
    display: flex;
}
.manList_up .xxdata>div {
    padding: 2px 12px;
    text-align: center;
    border-right: 1px solid rgba(234,234,234,1);
}
.manList_up .xxdata>div:nth-child(1) {
    padding-left: 0;
}
.manList_up .xxdata>div>div:nth-child(1) {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(123,127,124,1);
}
.manList_up .xxdata>div>div:nth-child(2) {
    margin-top: 18px;
    font-size:18px;
    font-family:Arial;
    font-weight:400;
    color:rgba(97,97,97,1);
}
.manList_up .xxdata>div>div:nth-child(2) span {
    font-size: 14px;
    color:rgba(97,97,97,1);
}
.manList_down {
    justify-content:space-between;
    margin-top: 26px;
    display: flex;
}
.manList_down>div {
    width: 276px;
    height: 154px;
}
.manList_down>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.up .city-name {
    opacity: 0;
    display: none;
}
.up>img:nth-child(1) {
    opacity: 0;
    display: none;
}


.show {
    display: block ;
}
.hide {
    display: none !important;
}
.construction_message_box{
    padding: 200px 0 222px  0;
    width: 100%;
    height: 220px;
    text-align: center;
    line-height: 220px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
    
.construction_service_box{
    display: inline-block;
    color: #d6000f;
    border-bottom: 1px solid #d9000f;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.caseItem a {
    color: #333 !important;
}
.caseItem-down p {
    color: #333 !important;
}
.cityname {
    cursor: pointer;
}
.urlls {
    margin-left: 0 !important;
    padding-right: 38px;
    cursor: pointer;
}
.citys {
    width: 87px;
}
.citys ol {
    width: 87px;
}
.citys ol a {
    display: block;
}
.citys ol li:hover {
    background: #ccc;
}