/* 公共样式 */
.banner .banner-img { position: relative; display: block;}
.banner .title { box-sizing: border-box; position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 370px 0 50px; font-size: 17px; line-height: 48px; color: #fff; background: rgba(0, 0, 0, .5); text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.banner .slideBox .hd ul { margin: 0; left: 1040px;}
.banner .arrow { position: absolute; top: 42%; width: 40px; height: 40px; font-family: KaiTi; font-size: 18px; line-height: 40px; color: #fff; text-align: center; border-radius: 50%; background: rgba(0, 0, 0, .5); opacity: .3; transition: all .3s; -ms-transition: all .3s;}
.banner .arrow.prev { left: -45px;}
.banner .arrow.next { right: -45px;}
.banner:hover .arrow { opacity: 1;}
.banner:hover .arrow.prev { left: 30px;}
.banner:hover .arrow.next { right: 30px;}
