@charset "utf-8";
/* CSS Document */

.view{
    /*width: 62.5%;*/
    margin: 0 auto;
    width: 1200px;
}


.i-life{
    margin-top: 1.25rem;
    overflow: hidden;
}
.i-life .m-box{
    display: none;
}
.i-life .row{
    margin: 0 -.125rem;
}
.i-life .item{
    width: 12.5%;
    float: left;
}
.i-life .con-box{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 .125rem;
    box-sizing: border-box;
    position: relative;
    padding-bottom: .25rem;
}
.i-life .item .img{
    position: relative;
}
.i-life img{
    width: 100%;
}
.i-life .line{
    height: 80px;

    width: 0;
    position: absolute;
    left: 2px;
    transition: all .3s;
	bottom:0;
	    font-size: 24px;

}
.i-life .line p{ font-size:15px; line-height:0;}


.i-life .txt{
    position: absolute;
    left: 0;
    bottom:0px;
    font-size:18px;
    color: #363636;

    transition: all .3s;
	z-index:999;
	height: 80px;
	background-color: #fff;
	width:98%;
	padding-left:2%;
	left: 0;
	line-height:50px;
}

.i-life .txt p{ font-size:15px; line-height:10px;}

/*.i-life .txt:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #bca065;
}*/
.i-life .item.cur{
    width: 39.0625vw;
}
.i-life .item.cur .line{
    width: 100%;
}
.i-life .item.cur .txt{
    left: 0;
}



@media (max-width: 1480px){
    .pc-nav .tit{
        font-size:16px;
    }
    .view{
        width:1200px;
    }
}



@media (max-width: 1366px){

 .view{
        width: 88%;
    }
}