

/*轮播广告*/
#carousel-example-generic{
margin-top:40px;
}
/*企业风采*/
#direction{
    margin-top:3% ;
}
#direction h3{
    margin-top: 7%;
    padding-left: 3%;
    color: #e68900;
}
#direction p{
    padding-top: 3%;
    padding-left: 3%;
    font-size: 16px;
    color: #9d9d9d;
}
#direction img{
    transition: all 1s;
}
#direction img:hover{
    transform: translateX(-15px);
}
#direction button{
    margin-left: 3%;
    width: 80px;
    height: 40px;
    background:#00bbee;
    color: white;
    border: none;
    transition:all 0.6s;
}
#direction button:hover{
    transform: translateX(10px);
    background: black;
}
/*业务范围*/
#product{
    margin-top: 2%;
}
#product>div{
    text-align: center;
    padding-top: 3%;
}
#product h4{
    padding-top:7%;
}
#product img{
    transition: all 0.6s;
}
#product img:hover{
    transform: scale(0.95);
}

/*合作客户*/
.T2{
    width: 22%;
    height:240px;
    border: 1px solid #e5e5e5;
    margin-top: 3%;
    margin-left: 2%;
    text-align: center;
    transition: all 1s;
}
.T2:hover{
    transform: translateY(-15px);
}
.TT1 img{
    padding-top: 25%;
}
.TT1 h4{
    padding-top: 15%;
}
.TT1 p{
    color: #9d9d9d;
}
@media only screen and (max-width:768px ){
    .TT1 .T2{
        width:95%;
        float: left;
    }
    .TT1 img{
        padding-top: 15%;
    }

}

