.m-header{
    color: #fb302f;
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:90px;
    z-index:1000;
    border-bottom:1px solid #ed1b24
}
.m-header-nav{
    height: 20px;
    /* background: -webkit-linear-gradient(left, #e31f26,#ec4122,#faa41a); Safari 5.1 - 6.0
    background: -o-linear-gradient(right, #e31f26,#ec4122,#faa41a); Opera 11.1 - 12.0
    background: -moz-linear-gradient(right, #e31f26,#ec4122,#faa41a); Firefox 3.6 - 15
    background: linear-gradient(to right,#e31f26,#ec4122,#faa41a); 标准的语法（必须放在最后） */
     
}
.header-wrap{
	width:80%;
	margin:0 auto;
	max-width:1440px;
	min-width:1100px;
	position:relative;
}
.translation{
	position:absolute;
	right:8px;
	top:12px;
}
.translation a{
	display: inline-block;
    float: right;
    color: #CD0E0E;
    padding: 0 3px;
    font-size: 14px;
    font-weight: bold;
}
.translation a:hover{
	text-decoration:none;
}
.translation span{
	display: inline-block;
    float: right;
    margin-left: 10px;
    font-size: 14px;
    background: url(../images/icon_left.png) 100% 50% no-repeat;
    width: 12px;
    height: 16px;
    margin-top: 3px;
}
.logo{
	width:338px;
	float:left;
	margin-top:18px;
}
.header-nav{
	float:right;
	padding-top:33px;
}
.header-nav >a{
	display:inline-block;
	margin-right:20px;
	line-height:56px;
	height:56px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:0 10px;
	position:relative;
}
.header-nav >a.current,.header-nav >a:hover{
	border-bottom:4px solid #ED1C24;
}
.header-nav >a:hover{
	text-decoration:none;
}
.header-nav >a.mr-0{
	margin-right:0;
}
.nav-side{
	width:20px;
	height:40px;
	float:right;
	position:relative;
	margin-top:20px;
	margin-left:60px;
	cursor:pointer;
}
.hd-line{
	display:block;
	height:3px;
	background:#a6a6a6;
	margin-bottom:3px;
}
.nav-side:hover .nav-side-list,.nav-side:hover .hd-triangle{
	display:block;
}
.nav-side-list{
	width:100px;
	padding:5px 0;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	border:1px solid #e6e6e6;
	z-index:10;
	display:none;
}
.nav-side-list a{
	display:block;
	line-height:36px;
	text-align:center;
	color:#333;
}
.hd-triangle{
	position:absolute;
	bottom:9px;
	width:0; 
    height:0; 
    border-width:10px; 
    border-style:solid; 
    border-color: transparent transparent #e6e6e6 transparent ; 
    z-index:11;
    display:none;
}
.hd-triangle i{
	display:block; 
    width:0; 
    height:0; 
    border-width: 10px; 
    border-style:solid; 
    border-color:transparent transparent #fff transparent; 
    position:absolute; 
    top:-8px; 
    left:-10px;
}
#faroriteDropDown{
	color:#fff;
}
#returnHomePage{
	color:#fff;
}
.hr-shadow{
    width: 100%;
    height: 3px;
    background: url(../images/hr_top.png) repeat-x;
}


.m-header-brand{
	height:56px;
    background-color: rgb(255,255,255);
/*     background-image:linear-gradient(180deg, rgb(254,40,21), rgb(210,39,27));
    background-image:-webkit-linear-gradient(-90deg, rgb(254,40,21), rgb(210,39,27));
    background-image:-moz-linear-gradient(180deg, rgb(254,40,21), rgb(210,39,27));
    background-image:-ms-linear-gradient(180deg, rgb(254,40,21), rgb(210,39,27));
    background-image:-o-linear-gradient(180deg, rgb(254,40,21), rgb(210,39,27)); */
    /* IE 6 7 8 */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE2815', endColorstr='#D2271B',GradientType=0 ); */
}
.m-header-search{

}


@media screen and (min-width: 768px){
    .m-header-search{
        padding-top: 7px;
    }    
}
@media screen and (max-width: 768px){
    .m-header-search{
        padding-top: 5px;
        padding-bottom: 5px;
    }    
}
