@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 #1d2087;  
    background-color:#1d2087;  
}  
@font-face{font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");}

@font-face{font-family:"Impact";src:url("../font/Impact.woff2") format("woff2"),url("../font/Impact.woff") format("woff"),url("../font/Impact.ttf") format("truetype"),url("../font/Impact.eot") format("embedded-opentype"),url("../font/Impact.svg") format("svg");}

@font-face{font-family:"HelveticaNeue";src:url("../font/HelveticaNeue.woff2") format("woff2"),url("../font/HelveticaNeue.woff") format("woff"),url("../font/HelveticaNeue.ttf") format("truetype"),url("../font/HelveticaNeue.eot") format("embedded-opentype"),url("../font/HelveticaNeue.svg") 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:1600px;
	width:85%;
	margin:0 auto;
	}
.nav_center{
	max-width:1600px;
	width:85%;
	margin:0 auto;
	}
.n_center{
	max-width:1000px;
	width:85%;
	margin:0 auto;
	}
	
.top_rt{
    display: none !important;
    
}
.top_rt1{
    display: block !important;
        width: auto !important;
    height: auto !important;
    position: absolute !important;
    right: 5% !important;
    top: 25px !important;
}
.top_rt1 p{
    color: #fff;
    font-size: 16px;
}
.nav_bot_la .top_rt1 p{
    color: #333 !important;
}
.nav_bot_la .top_rt1 {
    color: #333 !important;
    top: 35px !important;
}