*{padding:0;margin:0;}
body{margin:0;padding:0;font-family:'微软雅黑';font-size:14px;}
ul,li,img{margin:0;padding:0;list-style:none;}
a{color:#333;text-decoration:none;outline:none;}
img{border:none;display:block;}
ul::-webkit-scrollbar {
    display: none;
}

.topbanner img{width:100%;}
.topnavcon{position:relative;}
.topnavcon ul{
	font-size: 14px;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
	background:#f3f3f3;
	border-bottom:1px solid #dfdfdf;
}
.topnavcon ul li{height:40px;line-height:40px;display:inline-block;}
.topnavcon ul li a{padding:0 15px;border-right:1px solid #747474;}
.topnavcon ul li:last-child a{border-right:none;}
.curBg{background:#219cd9;height:2px;position:absolute;left:0;bottom:0px;}

.bottomgotop{background:#f3f3f3;margin-top:30px;padding-bottom:15px;}
.gotop{text-align:center;padding-top:15px;}
.gotop img{display:inline-block;}
.gotoptext{text-align:center;color:#999999;font-size:20px;}
.bottominfo{padding:10px 0;background:#1f80d0;color:#fff;font-size:12px;text-align:center;line-height:20px;}

.ep-pages {
    clear: both;
    font-size: 12px;
    margin-bottom:30px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.ep-pages a {
    display: inline-block;
}

.ep-pages a, .ep-pages a:visited {
    color: #252525;
}

.ep-pages a.current {
    background: #219cd9 none repeat scroll 0 0;
    border: 1px solid #219cd9;
    color: #fff;
}
.ep-pages a, .ep-pages span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    padding: 0 10px;
    vertical-align: top;
}