body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*.ibanner{ position:relative; }*/
ul li {
    list-style-type: none;
}

.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden; position:relative; 
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    /*float: left;*/
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height:70px;
    width:30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .9;
}

.indexbanner .prev,.indexbanner .next{ width:0px; height:0px; }

.prev:hover, .next:hover{
	opacity: .7;
}
.prev{ background:url(../images/anleft.png);

}
.next {
    left: auto;
    right: 0;
    background:url(../images/anright.png);
}
.pagination{ 
	position: absolute;
	top:90% !important;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 10px;
    height: 10px;
    line-height: 25px;
    border-radius: 0px;
    background:rgba(255,255,255,0.4);
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none; font-size:0px;
}
.pagination .active{
	background: rgba(190,49,34,0.9);
}
.s1 {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -250px;
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.s1 p {
    margin: 0;
    padding: 50px 0 20px 0;
    font-family: Arial;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.s1 span {
    display: block;
    font-family: Arial;
    font-size: 25px;
    color: #666;
    text-align: center;
}

.s1 a {
    margin: 20px auto 0 auto;
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 25px;
    background: #f88371;
}

.s1 a:hover {
    background: #ed6f5c;
}

@media (max-width: 1100px) {
	
.pagination{ 
	position: absolute;
	top:63% !important;
	z-index: 99;
}
.slides-box { height: 500px; }
.slides {height: 500px;}
.slides li {height: 500px;}

}

@media (max-width: 780px) {
	
.pagination{ 
	position: absolute;
	top:46% !important;
	z-index: 99;
}
.slides-box { height: 380px; }
.slides {height: 380px;}
.slides li {height: 380px;}

}


@media (max-width: 480px) {

    .s1 {
        margin: -127px 0 0 0;
        width: 80%;
        height: 255px;
        left: 10%;
    }

    .s1 p {
        font-size: 36px;
    }

    .s1 span {
        font-size: 18px;
    }
	
.pagination{ 
	position: absolute;
	top:32% !important;
	z-index: 99;
}
.slides-box { height: 270px; }
.slides {height: 270px;}
.slides li {height: 270px;}

}

@media (max-width: 360px) {
	
.pagination{ 
	position: absolute;
	top:26% !important;
	z-index: 99;
}
.slides-box { height: 220px; }
.slides {height: 220px;}
.slides li {height: 220px;}

}
