
.indinlet{
    width:100%;
    margin:15px auto 80px;
    overflow: hidden;
}
.indinlet ul{width: 102%}
.indinlet ul li{
    float: left;
    margin-right: 1%;
    width: 32%;
    overflow: hidden;
}
.indinlet ul li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.indinlet ul li a img{
    display: inline-block;
    width: 100%;
}
.indvideo{
    width: 1200px;
    margin: 0 auto 50px;
}
.indvideo .box{
    /*width: 615px;*/
    width: 575px;
    cursor: pointer;
}
.indvideo .box .pic{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.indvideo .box .pic img,.indlife ul li .pic img,.indinlet ul li a img{
    display: inline-block;
    width: 100%;
    transform:scale(1);
    -webkit-transform:scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.indvideo .box:hover .pic img,.indlife ul li:hover .pic img,.indinlet ul li:hover a img{
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
.indvideo .box .pic .tit{
    position: absolute;
    left: 0;
    top:25px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #231815
}
.indvideo .box .pic i{
    display: block;
    width: 64px;
    height: 64px;
    background: url(/uploads/image/swimg/icon1.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
.indvideo .box .details h3{
    font-size: 18px;
    line-height: 26px;
    color: #3e3a39;
}
.indvideo .box .details .fa{
    font-size: 14px;
    line-height: 24px;
    color: #8b8c8c
}
.indlife{
    width: 1200px;
    margin: 0 auto 65px;
}
.indlife h2{
    font-size: 22px;
    line-height: 32px;
    color: #595757;
    margin-bottom: 25px;
}
.indlife .list{
    overflow: hidden;
    width: 100%;
}
.indlife .list ul{
    width: 1295px;
}
.indlife .list  ul li{
    width: 290px;
    float: left;
    margin-right: 13px;
}
.indlife .list  ul li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.indlife .list  ul li .pic{
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}
.indlife .list  ul li .box{text-align: center;}
.indlife .list  ul li .box h3{
    font-size: 16px;
    color: #231815;
    line-height: 30px;
}
.indlife .list  ul li .box .fa{
    font-size: 13px;
    line-height: 24px;
    color: #727171
}


