@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 #143270;  
    background-color:#143270;}  
@font-face{font-family:"BEBAS";
src:url(../font/bebas.w.jpg) format("woff2"),url(../font/bebas..jpg) format("woff"),url(../font/bebas.jpg) format("truetype"),url(../font/bebas.jpg) format("embedded-opentype"),url(../font/bebas.jpg) format("svg")}

@font-face{font-family:"BEBAS2";
src:url(../font/bebas2..jpg) format("woff"),url(../font/bebas2.jpg) format("truetype"),url(../font/bebas2.jpg) format("svg")}

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

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

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

.center{
	max-width:1500px;
	width:95%;
	margin:0 auto;}
.nav_center{
	max-width:1500px;
	width:95%;
	margin:0 auto;}
