    
/* 标签页 */
.labelPage {
    width: 100%;
    height: 120px;
    line-height: 60px;
    background-color: #f2f3f5;
    display: flex;
    align-items: center;
    margin-top: 100px;
}       
/*.labelPage :first-child {
    padding-left: 10%;
}    */
.labelPage .content {
       width:1200px;
     margin:0 auto;
     font-size: 20px;
}     	
.labelPage a{
    color:#333333;
    font-family: '微软雅黑';               
    text-decoration:none;
}
         
.case-details{
    width: 100%;
    padding-bottom: 50px;
}
.case-details .cd-con{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    display:flex;
    justify-content:space-between;
}
.case-details .cd-con .con-left{
    width: 375px;
    height: 100%;
    background-color:#4662d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding:40px 20px;
    box-sizing:border-box;
}
.case-details .cd-con .con-left .logo{
    width: 151px;
    height: 151px;
    border-radius: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    overflow:hidden;
}
    .case-details .cd-con .con-left .logo img { max-width:100%; max-height:100%;
    }
        .case-details .cd-con .con-left .name{
    font-size: 22px;
    margin-top: 20px;
    line-height: 35px;
}
.case-details .cd-con .con-left  .webaddress{
    width: auto;
    height: 26px;
    background-color: #ffffff; 
    border-radius: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
    padding:0 20px;
    box-sizing:border-box;
}
.case-details .cd-con .con-left  .webaddress a{
    text-decoration: none;
    color: #4662d9;
}
.case-details .cd-con .con-left .text {
        width: 330px;
        line-height: 25px;
        font-size: 14px;
        margin-top: 20px;
  
    }
.case-details .cd-con .con-left .text a{
      color:#ffffff;
}
.case-details .cd-con .con-right{
    width:780px;
}
.case-details .cd-con .con-right img{
    width:100%;
}
.consulting {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-color: #4662d9;
}
.consulting .cst-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 35px;
}
.consulting .cst-con img{
    margin-left: 80px;
     width: 110px;
     height: 110px;
}
.consulting .cst-con .con-text{
    color: #ffffff;
    margin-left: 50px;
}
.consulting .cst-con .con-text .big-text{
    font-size: 28px;
}
.consulting .cst-con .con-text .small-text{
font-size: 14px;
margin-top: 12px;
}
.consulting .cst-con .con-text .small-text p{
    margin: 0;
    line-height: 22px;
}
.consulting .cst-con .con-btn{
    width: 163px;
    height: 43px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 163px;
}
.consulting .cst-con a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}
.consulting .cst-con .con-btn:hover{
    transition: 0.3s;
    background-color: #ffffff;
}
.consulting .cst-con .con-btn:hover{
    transition: 0.3s;
    color: #4662d9;
}