
/*内容*/
.neirong{
    width: 100%;
}
.neiRong_box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.neiRong_box_title{
    text-align: center;
    margin-top: 80px;
}
.neiRong_box_title h3{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.neiRong_box_title .title_text{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.neiRong_box_title .title_text:after{
    content: '';
    position: absolute;
    top: 100%;
    width: 60px;
    height: 3px;
    background: #000;
}
/*5个图*/
.neiRong_box_con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.neiRong_box_con div{
    float: left;
    width: 397px;
    height: 280px;
    background-color: pink;
    margin-right: 2px;
    margin-top: 2px;
}
.neiRong_box_con div:nth-child(3){
    margin-right:0 ;
}
.neiRong_box_con div:nth-child(5){
    margin-right:0 ;
}
.neiRong_box_con div:nth-child(1){
    height:562px;
}

/***

====================================================================
	图片点击放大效果
====================================================================

***/

.recent-projects,
.projects-section{
    position:relative;
    padding:90px 0px 30px;
    background-color: #f9f9f9;
}

.recent-projects .column,
.projects-section .column{
    margin-bottom:60px;
}

.default-featured-column .image-box img{
    display:block;
    width:100%;
    opacity:1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.default-featured-column:hover .image-box img{
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.default-featured-column .inner-box{
    position:relative;
    background:#ffffff;
}

.default-featured-column .image-box{
    position:relative;
    overflow:hidden;
    z-index: 1;
}



.default-featured-column:hover .image-box:before{
    left:0px;
    top:0px;
}

.default-featured-column:hover .image-box:after{
    right:0px;
    bottom:0px;
}

.inner-box_title{
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 24px;
    padding: 105px 80px ;
    text-align: center;
}
.neiRong_box_down p{
    padding-top: 50px;
    font-size: 16px;
    color: #727272;
    text-align: justify;
}

























































