/*声明字体图标 路径变化*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*板心*/
/*Q*/
.q{
	width: 100%;
	margin: 0 auto
}
/*W*/
.w{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.style_red{
	color: #c81623;
}
/*导航栏*/
.shortcut{
	height: 31px;
	line-height: 31px;
	background-color: #f1f1f1;
}
.shortcut ul li{
	float: left;
}
/*选择所有偶数的li*/
.shortcut .fr ul li:nth-child(even){
	width: 1px;
	height: 12px;
	background-color: #666666;
	margin: 9px 15px 0;
	
}
.arrow-icon::after{
content: '\e91e';
font-family: 'icomoon';
	margin-left: 6px;
}

/*底部模块*/
.footer{
	height: 100px;
	background-color: #E1E1E1;
	padding-top: 30px;
}
.mod_copyright{
	text-align: center;
	padding-top: 20px;
}
.links{
	margin-bottom: 15px;
}
.links a{
	margin: 0 20px;
}
.copyright{
	line-height: 20px;
}