@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
header .logo a,header .logo a img{
    display: block;
}
nav{
    float: right;
}
nav ul li{
    float: left;
}
nav ul li a{
    display: block;
    line-height: 98px;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
}
nav ul li a:hover{
    color: #fff;
    background: #30af53;
    border-color: #1d9c40;
}

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #30af53;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
}
.banner-tip li.on{
    background: #30af53;
}
/*banner end*/

.title{
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    background: url("../img/waves.png") no-repeat center;
    margin-bottom: 30px;
}

.list ul{
    overflow: hidden;
}
.list ul li{
    float: left;
    margin: 0 17px 30px 0;
}
.list ul li a,.list ul li a img,.list ul li a span{
    display: block;
}
.list ul li a{
    border: 1px solid #eee;
}
.list ul li a div{
    overflow: hidden;
}
.list ul li a img{
    transition: all .3s;
}
.list ul li a:hover img{
    transform: scale(1.1);
}
.list ul li a span{
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list ul li a:hover span{
    color: #30af53;
}

footer{
    background: #eee;
}
footer ul{
    width: 570px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
footer ul li{
    float: left;
    width: 16.66666666%;
}
footer ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
footer ul li a:hover{
    color: #30af53;
}
.fcon{
    width: 570px;
    margin: 0 auto;
    padding: 20px 0 30px;
    border-top: 1px solid #fff;
}
.fcon .fr{
    width: 350px;
}
.fcon p{
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #666;
}

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:700px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}