@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar-track-piece {  /*滚动条里面轨道*/
    background-color:#f5f5f5;  
    border-left:1px solid #d2d2d2;  
}  
::-webkit-scrollbar {  /*滚动条整体样式*/
    width:5px;   /*高宽分别对应横竖滚动条的尺寸*/
    height:15px;  
}  
::-webkit-scrollbar-thumb {  /*滚动条里面小方块*/
    background-color:#999;  
    background-clip:padding-box;  
    border:1px solid #979797;  
}  
::-webkit-scrollbar-thumb:hover {  
    border:1px solid #00923f;  
    background-color:#00923f;  
}  
@font-face{font-family:"BEBAS";src:url("/style/bebas.woff2") format("woff2"),url("/style/bebas.woff") format("woff"),url("/style/bebas.ttf") format("truetype"),url("/style/bebas.eot") format("embedded-opentype"),url("/style/bebas.svg") format("svg");}

@font-face{font-family:"Impact";src:url("/style/impact.woff2") format("woff2"),url("/style/impact.woff") format("woff"),url("/style/impact.ttf") format("truetype"),url("/style/impact.eot") format("embedded-opentype"),url("/style/impact.svg") format("svg");}

@font-face{font-family:"HelveticaNeue";src:url("/style/helveticaneue.woff2") format("woff2"),url("/style/helveticaneue.woff") format("woff"),url("/style/helveticaneue.ttf") format("truetype"),url("/style/helveticaneue.eot") format("embedded-opentype"),url("/style/helveticaneue.svg") format("svg");}

@font-face{font-family:"abril fatface";src:url("/style/abril fatface.woff2") format("woff2"),url("/style/abril fatface.woff") format("woff"),url("/style/abril fatface.ttf") format("truetype"),url("/style/abril fatface.eot") format("embedded-opentype"),url("/style/abril fatface.svg") format("svg");}

.center{
	max-width:1300px;
	width:90%;
	margin:0 auto;
	}
.nav_center{
	max-width:1300px;
	width:90%;
	margin:0 auto;
	}
