﻿/*轮播图样式*/


/*banner的长宽根据图片大小设置*/

.cur_banner,.cur_banner2 {
    position: relative;
    top: 0;
    margin: 50px auto;
    width: 1170px;
    height: 185px;
}

.cur_banner .cur_move,.cur_banner2 .cur_move2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cur_move ul,
.cur_move ul li,
.cur_move2 ul,
.cur_move2 ul li {
    position: absolute;
}

    .cur_move ul li a,
    .cur_move2 ul li a {
        display:inline-block;
        width:100%;
        height:100%;
    }
.cur_move ul li a:after,
.cur_move2 ul li a:after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

.cur_ctrl,
.cur_ctrl2 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.cur_ctrl .libs,
.cur_ctrl2 .libs {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    z-index: 50;
    cursor: pointer;
}

.cur_ctrl span.active,
.cur_ctrl2 span.active {
    background-color: rgba(255,255,255,1);
}

.cur_ctrl .arrow,
.cur_ctrl2 .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.cur_ctrl .next,
.cur_ctrl2 .next {
    top: -140px;
    right: 0;
}

.cur_ctrl .prev,
.cur_ctrl2 .prev {
    top: -140px;
    left: 0;
}

.cur_ctrl .arrow:hover,
.cur_ctrl2 .arrow:hover {
    opacity: 1;
}

.adv_div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#fff;
    font-size:18px;
    text-align:center;
}