

.cinema_box1{background: url(../images/cinema-img2.png) no-repeat 0 top/100% auto;}
.cinema_box1 .xqInfor img{box-shadow: 0 0 16px rgba(0,168,255,0.2);}

.cinema_box2{background: url(../images/cinema-bj2.png) no-repeat 0 top/100% auto;}
.cinema_box2 .picbox .item{width: 32%;margin-right: 2%;overflow: hidden; float: left;box-shadow: 0 0 16px rgba(0,168,255,0.3);}
.cinema_box2 .picbox .item img{width: 100%; height: 100%; display: block;transition: all 0.6s;}
.cinema_box2 .picbox .item:nth-child(3n){margin-right: 0;}
.cinema_box2 .picbox .item:hover{box-shadow: 0 0 20px rgba(0,168,255,0.6);}
.cinema_box2 .picbox .item:hover img{transform: scale(1.1);}


.cinema_box3 .left{width:570px;height: 400px;box-shadow: 0 0 15px rgba(7,192,255,0.2);}
.cinema_box3 .left img{width: 100%; height: 100%; display: block;transition: all 0.6s;}
.cinema_box3 .left:hover img{transform: scale(1.1);}
.cinema_box3 .right{width: 580px;height: 400px;}
.cinema_box3 .right .item{padding: 15px 30px;cursor:pointer;}
.cinema_box3 .right .item:last-child{margin-bottom: 0;}
.cinema_box3 .right .tit{font-size: 20px;line-height:30px;font-weight: normal;position: relative; margin-bottom: 15px;padding-left: 10px;color: #fff;}
.cinema_box3 .right .tit::before{content:'';width: 110px;height: 6px;background-color: #0093c7;opacity: 0.3;position: absolute;left: 0;bottom:1px;}

.cinema_box3 .right .text{font-size: 15px;line-height:28px;height: 56px;color: #00b0ec;    color: #95a8b9; letterspacing: 2px;}
.cinema_box3 .right .item:hover{background-color: #002c4c;}


/* 顶级制作团队 */
.cinema_box4 li{width: 31.3%;margin-right: 3%;float: left;position: relative;overflow: hidden;box-shadow: 0 0 15px rgba(7,192,255,0.2);}
.cinema_box4 li:nth-child(3n){margin-right: 0;}
.cinema_box4 li .pic{width: 100%;overflow: hidden;}
.cinema_box4 li .pic img{width: 100%;height: 100%; display: block;transition: all 0.6s;}
.cinema_box4 li .infor{padding: 20px;height: 190px;background: rgba(0,19,33,0.7);position: absolute;left: 0;bottom: 0;right: 0;}
.cinema_box4 li .infor .name{height: 30px;font-size:16px;line-height: 30px;overflow: hidden;margin-bottom: 10px;color:#fff;}
.cinema_box4 li .infor .text{font-size:15px;line-height:28px;    color: #d5d9de; letter-spacing: 2px;}
.cinema_box4 li:hover .pic img{transform: scale(1.07);}
.cinema_box4 li:hover{box-shadow: 0 0 15px rgba(7,192,255,0.5);}
