﻿
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.carousel-content{
	position: relative;
	display: inline-block;
}
.carousel{
	width: 1260px;
	height: 520px;
	position: relative;
	overflow: hidden;
}
.carousel li{
	float: left;
	position: absolute;
	display: none;
}
.carousel li,.carousel li img{
	width: 100%;
	/*height: 100%;*/
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;display: none;
}
.img-index li{
	float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}
.img-index li.index{
	background-color: rgba(0,0,0,0.6);
}
.img-index li:hover{
	background-color: rgba(0,0,0,0.6);
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 40%;
	cursor: pointer;
	width: 40px;height: 40px;
}
.carousel-prev{
	left: -10px;
	background: #c0c0c0 url(../Images/index09_07.png);

}
.carousel-next{
	right: -10px;
	background: #c0c0c0 url(../Images/index10_03.png);
}
.carousel-prev:hover{background: #349695 url(../Images/index09_07.png);}
.carousel-next:hover{background: #349695 url(../Images/index10_03.png);}