/*研发创新*/

.width-cen2{
    width: 85%;
    margin: 0 auto;
    padding: 3% 0 20px ;
}
.width-cen2 .p-p{
    margin-bottom: 20px;
}
.yan-fa .img-pic{
    width: 48.4%;
    position: relative;
}
.yan-fa .img-pic img{
    max-width: 580px;
    width: 100%;
    display: block;
}
.yan-fa .img-pic .ding-img2{
 position: absolute;
 top:0;
 left: 0;
}
.yan-fa .img-pic .top-zi{
    position: absolute;
    bottom: 15%;
    left: 7%;
    z-index: 2;
    padding-bottom: 7px;
    border-bottom: 2px solid white;
}

/*研发创新-奖项荣誉页面*/
.ul-blue{
 padding: 20px 0;
}
.ul-blue li{
    width: 49.1%;
    height: 100px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding:25px;
}
.ul-blue li .p1{
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.ul-blue li .p2{
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.ul-blue li a{
    color: #0067B8;
}
.ul-blue li:hover{
    background: #0067B9;
    transition: background 0.6s;
}
.ul-blue li:hover a{
    color: white;
    transition: color 0.6s;
}
.ul-blue li.li2 .p1{
    margin-top: 10px;
}

/*研发创新-研发体系页面*/
.a-title{
    margin-bottom: 3.5%;
}
.a-title a{
    margin:0 10px;
    width: 150px;
    height: 50px;
    border: 1px solid #dbdbdb;
    line-height: 50px;
    color:#6C6C6C;
    display: inline-block;
}
.a-title a:hover{
    color: #0067B8;
    border: 2px solid #0068b9;
}
.a-title a.a-one{
    color: #0067B8;
    border: 2px solid #0068b9;
}
.da-img{
    width: 100%;
}
.da-img img{
    width: 100%;
    max-width: 1080px;
}

.imgp>img{
    width: 46%;
    float: left;
    padding: 0px 2%;
}


@media (max-width:1000px){
    .yan-fa .img-pic .top-zi{
        bottom: 10%;
        left: 4%;
        font-size: 16px;
    }
    .width-cen2{
        width: 100%;
    }
}
@media (max-width:750px){
    .yan-fa .img-pic .top-zi{
        font-size: 14px;
    }
}
@media (max-width:640px){
    .yan-fa .img-pic{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .imgp>img{
        width: 98%;
        float: left;
        padding: 0px 2%;
        margin: 1% 0px;
    }

    .width-cen2{
        font-size: 12px;
    }

    .imgp{
        display: none;
    }


}
@media (max-width:500px){
    .ul-blue li{
        width: 100%;
    }
    .ul-blue{
        padding:  0;
    }
    .a-title a{
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}
