/*body{
	margin:0;
	font-family:Arial, sans-serif;
	font-size:14px;
	background-color:#333;
	color:#fff;
	padding-top:30px;
}

ul{
	margin:0;
	padding:0 0 20px 30px;
}*/

.container{
	/*width: 100%;*/
	width: 1380px;
	overflow:hidden;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 42px;
	position: relative;
	z-index: 500;
}
.container{
	margin:auto;
}
.mySlideshow .animated{
	position:absolute;
}

.first{
	/*background:url("../images/first.jpg") center no-repeat;*/
}
.first a,
.first img{
	display:block;
}
.first a{
	top:80px;
	left:39%;
	margin-left:-165px;
}
.first div{
	font-family:'Open Sans Condensed', sans-serif;
/*	font-size:50px;*/
	bottom:80px;
	left:39%;
	/*width:320px;*/
	/*text-align:center;*/
	/*margin-left:-160px;*/
}
.second{
	/*background:url("../images/second.jpg") center no-repeat;*/
}
.second img{
	top: 160px;
	right: 19%;
}
.third{
	/*background:url("../images/third.jpg") center no-repeat;*/
}
.third img{
	top:100px;
	left: 23%;
}
.fourth{
	/*background:url("../images/fourth.jpg") center no-repeat*/;
}
.fourth img{
	top:320px;
	right:8%;
}
.fifth{
	background:url("../images/fifth.jpg") center no-repeat;
}
.fifth img{
	top:120px;
	left:21%;
}
.edslider > ul li{
    	background-repeat: no-repeat;
    	background-position: center center; 
    }
    
.lunbor{
	width: 1240px;
	height: 640px;
	box-sizing: border-box;
	border: 5px solid #FF0B0B;
	position: absolute;
	top: 20px;
	left: 70px;
}
@media only screen and (max-width: 768px) {
	.container {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    }
    .edslider > ul li{
    	background-size: cover;
    }
    .edslider .controls .paginator{
	top: 180px;
	}
	.edslider .controls .paginator li{
		width: 10px;
		height:10px;
	}
}