/* 服务中心 */
.serveUl {
    width: 100%;
    margin: 30px 0;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colssOne{
    width: 33.2%;
}
.colss img {
    width: 70px;
    margin-top: 20px;
}
.colssTwo{
    width: 48%;
}

.colss p:nth-child(2) {
    font-size: 18px;
    /* padding-top: 30px ; */
    font-weight: 600;
    margin-bottom: 20px;
    /* color: #2878FF; */
    line-height: 36px;
    padding: 0 36px;
}

.img3 {
    padding-top: 9px;
    box-sizing: border-box;
}

.controlAll {
    width: 66%;
    margin: 10px auto;
    text-align: center;
    /* border-bottom: 2px solid #F0F0F0; */

}

.controlAll p {
    margin-bottom: 20px;
    font-size: 16px;
}

.technologys {
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0;
    margin-top: 40px;
}

.technology {
    display: flex;
    justify-content: space-around;
}

.technologybox {
    text-align: center;
    padding: 0 20px;
    height: 400px;
    /* border: 1px solid pink; */
    padding-top: 80px;
    box-sizing: border-box;
}

.technologytext {
    width: 260px;
    padding: 0 20px;
    overflow: hidden;
    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.technologyimg1,
.technologyimga,
.technologyimgb,
.technologyimgc {
    width: 100%;
    display: flex;
    justify-content: center;
}
.technologybox:hover {
   padding-top: 0px;
    transition: 0.4s all linear;
}
.technologybox:hover .technologytext {
    -webkit-line-clamp: 10;
    transition: 0.4s all linear;

}
.technologybox:hover .helph2 {
    color: #004A96;

}
.technologybox:hover .technologybimg{
    background-color: #004A96;
}

.technologybox:hover .technologybimg div {
    width: 30px;
    background: url('../images/arrow.png') no-repeat center;
    background-size: 83%, 100%;
    height: 20px;

}

.technologyimg1 div {

    width: 70px;
    background: url('../images/serveimg\ \(7\).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologybox:hover .technologyimg1 div {
    width: 70px;
    background: url('../images/serveimg\ \(5\).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologyimga div {

    width: 70px;
    background: url('../images//serveimg (6).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologybox:hover .technologyimga div {
    width: 70px;
    background: url('../images/serveimg\ \(4\).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologyimgb div {

    width: 70px;
    background: url('../images/circle.jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologybox:hover .technologyimgb div {
    width: 70px;
    background: url('../images/serveimg\ \(3\).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologyimgc div {
    width: 70px;
    background: url('../images//serveimg (1).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}

.technologybox:hover .technologyimgc div {
    width: 70px;
    background: url('../images/serveimg\ \(2\).jpg') no-repeat;
    background-size: 100%, 100%;
    height: 90px;
}


.technologybimg {
    width: 14%;
    height: 16px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 1px solid gray;
    line-height: 16px;
    border-radius: 10px;
}

.technologybimg div {
    width: 30px;
    background: url('../images/arrowss.png') no-repeat center;
    background-size: 80%, 100%;
    height: 20px;
}


/* 客户案例 */
.images {
    /* padding: 0 100px; */
    display: flex;
    justify-content: space-between;
}

.images div {
    margin: 30px 0;
    width: 400px;
    text-align: center;

}
.images div img {
    width: 360px;

}
.images div p {
    margin: 5px 0;
    font-weight: 600;
}
.textall {
    width: 100%;
}

.texts {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.texts div {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    text-align: center;
    width: 30%;
    line-height: 110px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.texts div:hover {
    background-color: #2778FF;
    color: #ffffff;
}
/* 关于我们 */
.conent {
    margin: 50px 0;
    /* padding: 0 100px; */
}
.conent p {
    text-indent: 1em;
    margin: 30px 0;
    line-height: 36px;
}
.map {
    display: flex;
    justify-content: space-between;
}
.map ul {
    margin-top: 20px;
}
.map ul li {
    line-height: 80px;
    border-bottom: 2px solid #DDDDDD;
    list-style: none;
}
.map ul img {
    width: 30px;
    transform: translate(0, 8px);
    margin-right: 4px;
}
.map-left{
    width: 40%;
}
.container img{
    width: 700px;
}

