.rotating-slider{
    margin: 5em auto;
    height: 240px;
    position: relative;
    width: 360px;
}
.rotating-slider ul.direction-controls{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rotating-slider ul.direction-controls li.left-arrow{
    position: absolute;
        top: 50%;
        right: 100%;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li.right-arrow{
    position: absolute;
        top: 50%;
        left: 100%;
    transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li button{
    background: rgba(0,0,0,0.2);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
    text-align: center;
    transition: background 0.25s;
    width: 1.5em;
}
.rotating-slider ul.direction-controls li button:hover{
    background: rgba(0,0,0,0.6);
}
.rotating-slider ul.slides{
    border-radius: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
        top: 0;
        left: 50%;
    transform: translateX(-50%) rotate(0);
    transform-origin: center center;
    width: 100%;
}
.rotating-slider ul.slides li{
    background-color: #ecf0f1;
    background-position: center;
    background-size: cover;
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform-origin: bottom center;
    width: 100%;
}
.inner h2{
	width: 335px;
    height: 42px;
    line-height: 42px;
    font-size: 36px;
    color: #fff;
}
.inner p{
	color: white;
	margin-top: 10px
}
.ywbt{
	width: 335px;
    height: 45px;
    line-height: 45px;
    margin-top: 0px;
    font-size: 45px;
    font-weight: 800;
    font-family: "Arial";
    color: #fff;
}
.liucheng{
	margin-top: -860px;
	color: black;
}
.liucheng h2{
	text-align: center;
	font-size: 24px;
    color: #0989c5;
	margin: 0 0 10px 0;
}
.liucheng p{
    text-align: center;
    display: block;
	font-size: 16px;
	margin: 10px 0 40px 0;
    color: #474747;
}
.fuwu{
	overflow: hidden;
	height:500px;
	bordei:1px solid black;
	background: #efeef3;
	padding: 30px 0;
	margin:30px 0;
	background-image: url(/assets/images/brand_1_bg.png)
}

.rotating-slider ul.slides li:nth-of-type(1){background: #3498db;}
.rotating-slider ul.slides li:nth-of-type(2){background: #8ACCAA;}
.rotating-slider ul.slides li:nth-of-type(3){background: #e74c3c;}
.rotating-slider ul.slides li:nth-of-type(4){background: #4E9BCC;}
.rotating-slider ul.slides li:nth-of-type(5){background: #f1c40f;}
.rotating-slider ul.slides li:nth-of-type(6){background: #474242;}
