*{
	font-family: "Microsoft Yahei";
	font-size: 14px;    
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover,a:active,a:focus,a:visited{
	color: #333;
}
ul,li{
	list-style: none;
}
body{
	background-color: #ecf5fa;
}
.clear{
	display: block;
	clear: both;
	zoom:1;
}
.layout{
	width: 1200px;
	margin: 0 auto;
}

/* 顶部菜单 */
.header{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(13, 4, 9, 0.22);
	padding-top: 0;
	position: relative;
	z-index: 999;

	position: fixed;
    top: 0;
    z-index: 9999;
}
.swiper-container{
	margin-top: 87px;
}
.headerLayout{
	width: 1200px;
	margin: 0 auto;
}
.headerLayout:after{
	content: '';
	display: block;
	clear: both;
}
.headLeft{
	float: left;
}
.headRight{
	float: right;
}

.headLeft img{
	padding: 10px 0;
}
.headRight a{
	color: #333;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
    line-height: 87px;
    font-family: 'Microsoft Yahei';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    margin: 0;
}
.headRight a.index img{
	display: block;
    padding-top: 36px;

}
.headRight a:hover,.headRight a.active{
	color: #e73628;
    text-shadow: 0 0 2px rgba(231, 54, 40, 0.6);
}
.headRight .username{
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.headRight .headUse{
	background-color: #fff;
    color: #e73628;
    line-height: 30px;
    margin-top: 28px;
    border-radius: 24px;
    padding: 0 25px;
    border: 1px solid #e73628;
    margin-right: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.headRight .headUse:last-child{
	margin-right: 0;
}
.headRight .headUse:hover{
	background-color: #e73628;
	color: #fff;
}
.headRight .headUse.active{
	background-color: #e73628;
	color: #fff;
}

.headMenu a{
	position: relative;
}
.headMenu a .offIcon{
	display: block;
	position: absolute;
	line-height: 17px;
	top: 7px;
	left: 27px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #f00;
	padding: 0px 4px;
}
.headMenu a .offIcon:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #f00;
	border-right: 8px solid transparent;
	left: 20px;
}