.index-box{
    width: 960px;
    height: 148px;
}

.index-box-1{
    width: 720px;
    height: 250px;
    float: left;
}
.index-box-3{
    width: 960px;
    height: 148px;
    float: left;
}
.index-box-2{
	width: 240px;
	height: 148px;
	float: right;

}
.index-bottm-box{
    width: 960px;
    height: 170px;

}
.index-bottm-box-1{
	width: 310px;
	height: 170px;
	float: left;
}
.index-bottm-box-2{
	width: 310px;
	height: 170px;
	float: left;
	margin-left: 15px;
}
.index-bottm-box-3{
	width: 310px;
	height: 170px;
	float: right;
}
.enguire{
	background-color: #1090d1;
	width: 200px;
	float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 7px 0 7px 0;
    margin-bottom: 7px;
}
.enguire a {
    color: #fff;
    text-decoration: none;

}
.social{
	width: 200px;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid #CCCCCC;

}
.social a{
    height: 16px;
    padding: 7px;
    color: #1090D1;
    text-decoration: none;

}
.social img{
   float: left;
   margin-left: 12px;
}
.portfolio-box{
    width: 960px;
   margin-left: 30px;

    }
.portfolio-img{
    margin: 10px 0;
}
.portfolio-li{
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    margin: 0 15px 30px;
    padding: 9px;
    float: left;
    width: 250px;


}
.portfolio-li:hover{
    background-color: #eef3f7;
    border: 1px solid #b2bbc4;
    margin: 0 15px 30px;
    padding: 9px;
    float: left;
    width: 250px;


}
.port-img {
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    width: 250px;
    height: 180px;
    overflow: hidden;

}
.title{
    font-size: 14px;
    color: #444;
    line-height: 20px;
    margin-top: 10px;
}
.client-box{
    width: 960px;


}
.client-img{
    margin: 10px 0;
}
.client-li{
    background: #f9f9f9;
    border: 1px solid #efefef;
    padding: 9px;
    float: left;
    width: 134px;
    margin: 0 6px 6px 0;


}
.clientmore-img {
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    width: 132px;
    height: 128px;
    overflow: hidden;

}
