@charset "UTF-8";
/*导航图*/
.banner,.banner img{
	width:100%;
    float: left;
}
.banner img{
    min-height: 400px;
}
.banner-img ul li:first-child{
	position: relative !important;
}
.main{
    width: 100%;
    float: left;
	background-color: #f7f7f7;
}
.service-title{
    text-align: center;
    cursor: default;
}
.service-title h2{
    font-size: 32px;
    color: #f00;
    text-align: center;
    padding-bottom: 15px;
}
.service-title span{
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    background-color: #f7f7f7;
    text-align: center;
    display: inline-block;
}
.service-title hr{
    width: 300px;
    height: 1px;
    background-color: #a00;
    border: none;
    margin-top: -10px;
}


.page{
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    float: right;
}

.page li{
    width: 35px;
    height: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    color: #999;
    float: left;
}

.page .next{
    width: 80px;
    border-right: 1px solid #ccc;
}

.page span{
    line-height: 35px;
    color: #999;
    padding-left: 15px;
}

.page input{
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px 5px;
}

.page button{
    width: 60px;
    height: 25px;
    border: 1px solid #a00;
    border-radius: 5px;
    margin: 2px 5px;
    color: #a00;
    background-color: #f7f7f7;
}
