

.pc .carousel-content{
	position: relative;
	display: inline-block;
    /* margin: 10% 0 0 40%; */
    margin-top: 80px;
}
.pc .carousel{
    width: 1170px;
    height: 500px;
	/* height: 500px; */
	position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}
.pc .carousel img{
    /* width: 1080px;
    height: 829px; */
    margin-top: 20px;
}

.pc .carousel li{
	float: left;
	position: absolute;
    display: none;
    width: 1170px;
}
.pc .carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 40%;
    cursor: pointer;
    font-size: 30px;
}
.pc .carousel-prev{
	left: 0;
}
.pc .carousel-next{
	right: 0px;
}