.topbar .footer, .header {
    clear:both;
    float:none;
}
.topbar .container, .header .container, .main .container, .main-nav .container, .footer .container, .copyright .container{
    width: 1200px;
    margin: 0 auto;
}
.graybg {
	background: #f7f8f9;
}
.gap-30{
	clear: both;
    height: 30px;
}
.gap-50{
	clear: both;
    height: 50px;
}
.gap-80{
	clear: both;
    height: 80px;
}
.container .focus5-left {
    width: 300px;
    float: left;
	margin-right:5px;
}
.container .focus5-center {
    width: 590px;
    float: left;
	margin-right:5px;
}
.container .focus5-center .text{

    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 15px;
    font-size: 20px;
    background-color: #0000002b;

}
.container .focus5-right{
    width: 300px;
    float: right;
}
.container .col-810 {
    width: 810px;
    float: left;
}
.container .col-800 {
    width: 800px;
    float: left;
}
.container .col-350 {
    width: 350px;
    float: right;
}
.container .col-240{
	width: 250px;
    float: left;
}
.container .col-400{
	width: 400px;
    float: left;
}
.container .col-300 {
    width: 300px;
    float: right;
}
.container .col-l{
	width: 50%;
	float: left;
}
.container .col-r{
	width: 50%;
	float: right;
}
.container .col-265{
	width: 265px;
    float: left;
}
.container .col-935{
	width: 934px;
    float: left;
	border-left: #e6e6e6 1px solid;
}
	
.clear:after,.container:after, .container1:after,.header:after,.head:after,.hlist:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

.page_list{
    text-align: center;
    padding-top: 30px;
}
.page_list a{
    color: inherit;
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    margin-right: 5px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.page_list a.current{
    color:#ccc;
    border: 1px solid #fff;
}
.page_list a:active {
    color: #fff;
    background: #292b35;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(81, 81, 84, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(81, 81, 84, 0.15);
}
.page_list a:hover {
    color: #fff;
    background: #dc0003;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(81, 81, 84, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(81, 81, 84, 0.15);
}