.row{
    width: 100%;
}

.synopsis{
    padding: 0 60px;
    margin: 40px 0;
}
.col-lg-4{
    *width:30%!important;
}
a:hover{
    text-decoration: none;
}
.topImg, .topImg>img {
    width: 100%;
}
.title{
    text-align: center;
    margin: 75px 0 50px 0;
}
.technical-service{
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
}
.technical-font{
    font-size: 20px;
    display: inline-block;
    margin-top: -3px;
    margin-left: -8px;
    width: 220px;
}
.transport-img{
    height:270px;
}
.transport-img img{
    width:100%;
    height:100%;
}
.transport{
    font-size: 20px;
    font-weight: 600;
}
.transport-img-text {
    padding: 17px;
    height:90px;
    *height:55px;
    border: 1px solid rgb(224, 228, 226);
}
.transport-text{
    color:#3297bd;
}
.transport-text2{
    color:#ec7641;
}

.transport-text3{
    color:#54d47d
}
.content-technical>div{
    margin-bottom: 40px;
}

/*覆盖层*/
.technical-content{
    position: relative;
}
.covering-layer{
    width:100%;
    height:360px;
    background-color:slategrey;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0 0;
    background: rgba(3, 6, 8, 0.6);
    box-shadow: 2px 4px rgba(160, 159, 159, 0.52);
}
.covering-layer img:nth-child(1){
    position: absolute;
    top: 146px;
    left: 120px;
}
.covering-layer img{
    position: absolute\9;
    top: 146px\9;
    left: 120px\9;
}
.covering-content a{
    display: inline-block;
    width: 135px;
    height: 43px;
    *width: 100px;
    *height: 30px;
    margin: 38% 31%;
    background-image: url("../images/RoundedRectangle4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #f0f5e4;
    font-size: 20px;
    padding: 9px 0 5px 38px;
}
.technicalContent{
    color:#838383;
	font-size:18px;
	line-height:32px;
}