
.pro-box{
    background-image: url("../img/neiye.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.pro-con{
    width: 1024px;
    margin: 0 auto;
    max-width: 1024px;
    padding: 50px;
    background-image: linear-gradient(to top right, #cae3e5, #fff 40%);
}
.pro-top{
    background-image: url("../img/zhuangshi.png");
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: center;
    background-size: contain;
    height: 80px;
    line-height: 80px;
}
.pro-top span{
    font-size: 36px;
}
.pro-box .text-black{
    color: #585756;
}
.pro-box .text-blue{
    color: #0071BC;
}
.pro-head{
    font-size: 30px;
    margin:0 0 30px;
}
.pro-text{
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 26px;
}
.pro-title{
    color: #4D4D4D;
    font-size: 32px;
    margin: 30px 0 20px;
}
.pro-box .text-bold{
    font-size: 24px;
    font-weight: bold;
}
.code{
    display: block;
}
.pro-foot{
    position: relative;
    margin-bottom: 30px;
}
.contact{
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact-title{
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-phone{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.contact .fr img{
    display: block;
    margin-left: 10px;
}
.projectdata-title{
    color: #333;
    font-size: 20px;
}
.tabs{
    padding-bottom: 20px;
    border-bottom: 2px solid #0071BC;
    margin-bottom: 50px;
}
.tabs .tab{
    display: block;
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #aebab9;
    background-color: #edf6f6;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.tabs .tab.active{
    background-color: #0071BC;
    color: #fff;
}


