/*banner的长宽根据图片大小设置*/

.banner {
    position: relative;
    top: 0;
    /*margin: 50px auto;*/
    width: 100%;
    height: 100%;
}

.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
	width: 100%;
	height: 100%;
    position: absolute;
}

/*轮播图样式*/

.banner ul li {
	width: 100%;
	height: 100%;
    list-style: none;
}
.banner img {
	width: 100%;
	height: 100%;
    vertical-align: top;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}



#ctrl {
    text-align: center;
}


.ctrl {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    z-index: 50;
    cursor: pointer;
}

.ctrl span.active {
    background-color: #fff;
    opacity: 0.4;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: 100px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -370px;
    right: 0;
}

.ctrl .prev {
    top: -370px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}
.scroll-image{
	width: 100%;
	height: 100%;
}
.broadcast1{
	background:url('../images/broadcast1-1.png') no-repeat;
}
.broadcast2{
	padding-top:150px;
	background:url('../images/broadcast2-1.png') no-repeat;
}
.broadcast3{
	background:url('../images/scroll1-background.png') no-repeat;
}
.scroll-image .scroll-text{
	width: 460px;
	height: 232px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}
.scroll-image .broadcast1-text{
	width: 1000px;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	/*background:url('../images/broadcast1-text.png') no-repeat;*/
	/*background-size:100% 100%;*/
}
.broadcast1-text img{
	width: 84%;
	height: auto;
}
.scroll-image .broadcast2-text{
	width: 1000px;
	height: 100%;
	color: #FFFFFF;
	margin: 0 auto;
	background:url('../images/scroll1.png') no-repeat;
	background-size:100% 100%;
}
.scroll-text p{
	font-size:16px;
	margin-bottom: 10px;
}
.scroll-text input{
	width: 120px;
	height: 25px;
	background: #01b69c;
	color: #FFFFFF;
	font-size: 14px;
	border: 2px solid #FFFFFF;
	border-radius:30px;
	outline:none;
}
.scroll-text p:nth-child(1){
	font-size: 70px;
	margin-bottom: 20px;
	font-weight: 600;
	font-family: '@方正大黑简体';
}
/*如需自定义底部小圆点样式*/


/*.lib1 {
    在此处添加样式
}

.lib2 {
    在此处添加样式

}
以此类推
*/